We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was reading ?pkg_ref and realized that there are several functions documented but not exported (and only can be used with riskmetric:::pkg_*:
?pkg_ref
riskmetric:::pkg_*
pkg_install(x, lib.loc = NULL) pkg_source(x) pkg_cran(x, repos = getOption("repos", "https://cran.rstudio.com")) pkg_bioc(x) pkg_missing(x) pkg_library(lib.loc)
Maybe they could be exported or avoid documenting them as it is a bit confusing for a new user. I can put together a PR to export them.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was reading
?pkg_ref
and realized that there are several functions documented but not exported (and only can be used withriskmetric:::pkg_*
:Maybe they could be exported or avoid documenting them as it is a bit confusing for a new user. I can put together a PR to export them.
The text was updated successfully, but these errors were encountered: