Skip to content

Releases: R-Lum/RLumBuild

v0.1.9

20 Aug 09:25
03fa8c4
Compare
Choose a tag to compare
  • Update module_add_HowToCite() to work with a DESCRIPTION file
    without author doubling.

v0.1.8

20 Aug 07:55
9d6d9b5
Compare
Choose a tag to compare

News for package ‘RLumBuild’

  • Fix module_add_HowToCite()
  • Add module_write_PDF_manual()

v0.1.7

12 Feb 07:47
c12db96
Compare
Choose a tag to compare

News for package ‘RLumBuild’

Changes in version 0.1.7 (2024-02-12)

  • module_add_HowToCite(): remove argument defunct by stringi
  • module_add_HowToCite(): exclude -package file from parsing
  • module_add_RLumTeam(): exclude -package file from parsing

v0.1.6

15 Jul 11:05
Compare
Choose a tag to compare

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

06 Dec 16:49
Compare
Choose a tag to compare

Changes in version 0.1.5 (2020-12-06)

  • Minimum R version requirement >= 3.5.0
  • Make sure that we catch all .Rhistory and .RData files in the
    folder
  • .Rbuildignore knows about the zenodo

v0.1.4

25 May 11:01
Compare
Choose a tag to compare

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

31 Jul 07:07
Compare
Choose a tag to compare

Changes in version 0.1.3 (2019-07-31)

  • Remote checks were not activated by default if as-cran was TRUE,
    this led to less rigour tests.

v0.1.2

30 Jul 15:42
Compare
Choose a tag to compare

module_add_HowToCite()

  • Silence warnings by removing the cause
  • Function now creates and additional BIB-file with all the function
    citations in it
  • If now patter URL was set in the DESCRIPTION file this module did
    not work

v0.1.1

08 May 21:26
Compare
Choose a tag to compare

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.

v0.1.0

03 May 22:44
Compare
Choose a tag to compare

Changes in version 0.1.0 (2019-05-03)

  • Initial version