renv_development_packages {oeli} | R Documentation |
{renv}
This function creates a file that loads development packages so that
{renv}
can detect and write them to the lockfile.
renv_development_packages(
packages = c("covr", "devtools", "DT", "markdown", "R.utils", "yaml"),
file_name = "development_packages"
)
packages |
A |
file_name |
A single |
No return value, but it writes a file to the project root and adds an
entry to the .Rbuildignore
file.