Releases: R-Lum/RLumBuild
Releases · R-Lum/RLumBuild
v0.1.9
v0.1.8
v0.1.7
v0.1.6
Changes in version 0.1.6 (2021-07-15)
- Add new import from the package
'jsonlite'
- Add support to automatically update relevant information in the
.zenodo.json
file (if such a file exists) which are: title,
description and version number. - Remove
Rplot.pdf
files eventually produced by manual'testthat'
runs
v0.1.5
v0.1.4
Changes in version 0.1.4 (2020-05-25)
- Add a new module to automatically update
data/datalist
if data are
shipped with the package - Add support for code metadata:
https://ropensci.github.io/codemetar - Swap order: install now comes after the outro
.Rbuildignore
update to exclude log-files that needed to be
excluded- Slightly improve
module_add_HowToCite()
to avoid missing
whitespace between the package name and the package version - Add
module_compactVignette()
to ensure that the PDF vignettes are
not larger in size than needed
v0.1.3
v0.1.2
v0.1.1
Changes in version 0.1.1 (2019-05-08)
-
Add build order: NEWS and README are created after the documentation
was created, this allows customised scripts in the RMD-files and the
the version number is always consistent with the number from the build. -
Update and complete documentation
-
module_add_HowToCite()
now checks the URL field in the DESCRIPTION
file and double checks this URL -
module_add_RLumTeam()
was never working and activated; now ok.