ThinkR-open / attachment

Tools to deal with dependencies in scripts, Rmd and packages
https://thinkr-open.github.io/attachment/
Other
108 stars 13 forks source link

feat create_renv_for_dev can work even outside of an R packages #112

Closed VincentGuyader closed 2 months ago

VincentGuyader commented 6 months ago

The modification introduced enables the function create_renv_for_dev to generate a renv.lock file even when executed outside of a package. The purpose is to allow this function to read a directory containing files such as ui.R and global.R, for instance.