Skip to content

Releases: r-suzuki/dateback

dateback 1.0.5

02 May 08:45

Choose a tag to compare

Improve backward compatibility with older R versions

dateback 1.0.4

10 Apr 09:24
1dc845d

Choose a tag to compare

  • Fix to handle newlines in DESCRIPTION files
  • Fix for non-utf8 environment

dateback 1.0.3

04 Sep 10:16

Choose a tag to compare

Ignore timeout errors on tests

dateback 1.0.2

18 Aug 18:11
e1f68ab

Choose a tag to compare

Update documents for CRAN submission

dateback 1.0.1

15 Aug 06:50

Choose a tag to compare

  • Support DESCRIPTION file with missing space between package name and version
    • e.g. pkg(>= x.y.z). It shoud be pkg (>= x.y.z) according to the document "Writing R Extensions".
  • Remove PACKAGES.rds to avoid version mismatch
  • Improve error handling

dateback 1.0.0

15 Aug 06:40

Choose a tag to compare

Initial release that was submitted to CRAN