-
update_NEWSnow generates the NEWS.md if no NEWS-file exists. -
create_NVIpkg_skeletondon't break when there is no NEWS-file.
update_newsnow works with the file "NEWS.md".
- In
update_reference_manualthe ".gitignore" file is now updated whenmanual = "remove".
- Minor updates of develop.R
-
Created
update_licensefor updating copyright year in the LICENSE file. -
Updated the section for help in the README template with a paragraph on vignettes.
-
Improved
create_NVIpkg_skeleton.
-
Created the vignette: "NVIverse coding conventions".
-
Standardised function help.
-
Created logo.
-
"develop.R" includes code to find string in R-scripts. Can be used to check scripts.
-
Created
update_news. -
Created
increase_NVIpkg_versionfor increasing version number in "NEWS" and "DESCRIPTION". Callsupdate_news.
-
Created NVIpackager.pdf reference manual.
-
Updated with package specific usage in README.
-
Included
increase_NVIpkg_versionin template for develop.R. -
Styled the template "Contribute_to_NVIpkg.Rmd".
-
Removed
build_manual=TRUEfrominstall_NVIpkgas could cause problems for those without "MiKTeX" for generating PDF-files. -
Included
build_vignettes=TRUEin README installation guide as vignettes will not be installed without.
-
Removed
build_manual=TRUEfrom README installation guide as caused problems for those without "MiKTeX" for generating PDF-files. -
corrected installation guide and improved style for README templates.
-
improved style in CONTRIBUTION template.
-
updated and styled help documents, README and CONTRIBUTING.
-
update_logocreated for updating a package logo from 'NVIrpackages'. -
update_reference_manualcreated for including, updating or removing the PDF reference maual from the vignettes. -
document_NVIpkgupdated so it includes a call toupdate_reference_manual. -
created
update_developthat copies a template for "develop.R" to notes.
_ included a call to update_develop in create_NVIpkg_skeleton.
-
template "Contribute_to_NVIpkg.Rmd" was modified with more precise guidelines for styling code.
-
template "README.Rmd" was prepared for hexagon sticker logo.
-
README and CONTRIBUTING were updated.
- parameterized copyright year and set first_copyright_year to sysdata when creating package skeleton.
-
template "Contribute_to_NVIpkg.Rmd" was modified.
-
template "README_usage_help.Rmd" was corrected.
-
template "README_usage_attach.Rmd" was corrected.
-
template "README_installation.Rmd" was corrected.
NVIpackageswas moved to the separate packageNVIrpackages
Tools to facilitate development of NVIverse packages.
-
create_NVIpkg_skeletoncreates the package skeleton for NVIverse packages. -
set_description_defaultsets default Values for the "DESCRIPTION" file. It is called by 'create_NVIpkg_skeleton'. -
document_NVIpkgupdates styling and documentation of a package. -
update_readmeupdates "README.md". -
update_contributingupdates "CONTRIBUTING.md" and the vignette "Contribute_to_NVIpkg.Rmd" -
install_NVIpkginstalls an NVIverse package during the development phase. -
Includes templates for "CONTRIBUTING.md" and "README.Rmd".