View source: R/update_develop.R
| update_develop | R Documentation |
develop.RUpdate develop.R from the template in NVIpackager.
If the file already exist, it is overwritten.
update_develop(
pkg = stringi::stri_extract_last_words(usethis::proj_path()),
pkg_path = usethis::proj_path()
)
pkg |
[ |
pkg_path |
[ |
"develop.R" is a script comprising code for creating, documenting,
testing and installing a package during development and maintenance. All
code should be written without reference to a specific package, so that
the script can be used without modification in development and maintenance
of all NVIverse packages.
The template is found in NVIpackager. Any change in the script
should be done in the template. Thereby, it is easier to keep the script
updated in all packages.
None. Writes the R script "develop.R" to "./notes/".
Petter Hopp Petter.Hopp@vetinst.no
## Not run:
# Updates the script develop.R
update_develop()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.