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

Scan R etc. code for package dependencies #390

Open
33 of 55 tasks
gaborcsardi opened this issue Oct 22, 2024 · 1 comment
Open
33 of 55 tasks

Scan R etc. code for package dependencies #390

gaborcsardi opened this issue Oct 22, 2024 · 1 comment

Comments

@gaborcsardi
Copy link
Member

gaborcsardi commented Oct 22, 2024

Like renv:::dependencies()

Features:

Discovery in R code:

  • methods
  • xfun
  • library, require
  • requireNamespace, loadNamespace
  • ::, :::
  • pacman
  • modules
  • import
  • box
  • targets
  • glue
  • ggplot2
  • parsnip
  • testthat
  • knitr
  • database
  • Rmd YAML header? #399

Other files:

Other features:

Config options from https://rstudio.github.io/renv/reference/config.html:

  • renv.config.dependency.errors
  • renv.config.dependencies.limit
  • renv.config.install.remotes

Docs:

  • Document for deps:: as well.
@gaborcsardi
Copy link
Member Author

Partially addressed by #388. Rest will be in subsequent PRs.

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

1 participant