View source: R/renv_development_packages.R
renv_development_packages | 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 |
[ |
file_name |
[ |
No return value, but it writes a file to the project root and adds an
entry to the .Rbuildignore
file.
Other package helpers:
Dictionary
,
Storage
,
identical_structure()
,
input_check_response()
,
match_arg()
,
package_logo()
,
print_data.frame()
,
print_matrix()
,
system_information()
,
unexpected_error()
,
user_confirm()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.