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

Missing functions get.datetime and drop.datetime #116

Open
jabrent opened this issue Apr 3, 2022 · 3 comments
Open

Missing functions get.datetime and drop.datetime #116

jabrent opened this issue Apr 3, 2022 · 3 comments

Comments

@jabrent
Copy link

jabrent commented Apr 3, 2022

The functions get.datetime, drop.datetime and the dataset latesummer are in the package documentation but are not loading with the package v.1.12.0 (installed from GitHub) or v.1.11.4 available on CRAN. Any ideas @lawinslow ?

rLakeAnalyzer::get.datetime
Error: 'get.datetime' is not an exported object from 'namespace:rLakeAnalyzer'
@hdugan
Copy link

hdugan commented Apr 4, 2022

It's a hidden function, which means I think the following will work

rLakeAnalyzer:::get.datetime

But that doesn't solve the problem of the functions being in the documentation, yet not accessible.

@jabrent
Copy link
Author

jabrent commented Apr 4, 2022

Thanks @hdugan ! Good to know - I had not realized you could have hidden functions. Might be good to add some info to the documentation to indicate they are hidden functions. Guessing there was another reason for keeping those functions hidden?

@jsta
Copy link
Member

jsta commented Apr 4, 2022

If they should remain hidden, then the @noRd tag should be added to the roxygen block to suppress the documentation. If they should be public, then the @export tag should be added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants