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

Extract package names from Rmd source and write to configuration file #3

Open
nanxstats opened this issue Jul 20, 2015 · 3 comments
Open
Assignees

Comments

@nanxstats
Copy link
Owner

Possibly using the source parse tree offered by lintr by @jimhester .

https://cran.r-project.org/web/packages/lintr/vignettes/creating_linters.html

@nanxstats nanxstats changed the title Get required package names from Rmd source using lintr Extract required package names from Rmd source using lintr Jul 20, 2015
@nanxstats
Copy link
Owner Author

nanxstats commented Apr 11, 2017

or try this one (also applies to require(), ::, etc.):

sub(".*library\\(\"(.*?)\"\\).*", "\\1", grep("library\\(", readLines("foo.Rmd"), value = TRUE))

@nanxstats
Copy link
Owner Author

nanxstats commented Apr 11, 2017

Maybe an R function + an RStudio addin for this purpose using the above snippet.

@nanxstats nanxstats self-assigned this Apr 11, 2017
@nanxstats nanxstats changed the title Extract required package names from Rmd source using lintr Extract package names from Rmd source and write to configuration file Apr 24, 2017
@nanxstats
Copy link
Owner Author

Note to self: packrat:::fileDependencies and packrat:::fileDependencies.Rmd should be the right way to go.

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