Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R docs need regenerating for some functions #285

Open
hlapp opened this issue Jul 8, 2024 · 0 comments
Open

R docs need regenerating for some functions #285

hlapp opened this issue Jul 8, 2024 · 0 comments
Labels
documentation Issue concerning documentation good first issue Good for newcomers

Comments

@hlapp
Copy link
Member

hlapp commented Jul 8, 2024

Apparently the changes from #281 weren't fully propagated to documentation. R CHECK yields the following warnings:

* checking for code/documentation mismatches ... WARNING
Codoc mismatches from Rd file 'get_term_iri.Rd':
get_term_iri
  Code: function(text, as, exactOnly = FALSE, nomatch = NA,
                 includeRelatedSynonyms = FALSE, verbose = FALSE)
  Docs: function(text, as, exactOnly = FALSE, nomatch = NA, verbose =
                 FALSE)
  Argument names in code not in docs:
    includeRelatedSynonyms
  Mismatches in argument names:
    Position: 5 Code: includeRelatedSynonyms Docs: verbose

Codoc mismatches from Rd file 'terms.Rd':
taxon_info
  Code: function(term, includeRelatedSynonyms = FALSE, verbose = FALSE)
  Docs: function(term, verbose = FALSE)
  Argument names in code not in docs:
    includeRelatedSynonyms
  Mismatches in argument names:
    Position: 2 Code: includeRelatedSynonyms Docs: verbose
@hlapp hlapp added good first issue Good for newcomers documentation Issue concerning documentation labels Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Issue concerning documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant