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 exported functions pkg_* #357

Open
llrs-roche opened this issue Nov 21, 2024 · 0 comments
Open

Missing exported functions pkg_* #357

llrs-roche opened this issue Nov 21, 2024 · 0 comments
Labels
Difficulty: Low No foreseable design or implementation challenges status: awaiting dev planning

Comments

@llrs-roche
Copy link

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_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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Difficulty: Low No foreseable design or implementation challenges status: awaiting dev planning
Projects
None yet
Development

No branches or pull requests

2 participants