From 070c6fbf682ed38a178f78b17d267e9ba947845c Mon Sep 17 00:00:00 2001 From: DavisVaughan Date: Mon, 5 Apr 2021 09:36:20 -0400 Subject: [PATCH 1/2] Update CRAN comments --- cran-comments.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/cran-comments.md b/cran-comments.md index 68456c7b..a1d532f8 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,13 +1,10 @@ ## R CMD check results -0 errors | 0 warnings | 2 notes +0 errors | 0 warnings | 0 notes -* This is a new release. +## 0.1.1 Submission -* checking installed package size ... NOTE - installed size is 7.8Mb - sub-directories of 1Mb or more: - libs 5.6Mb +This is a patch release to fix the error on CRAN's Solaris build. ## 0.1.0 Submission From a438a3f153de140a15ae55f813c0bb4ad1772ad9 Mon Sep 17 00:00:00 2001 From: DavisVaughan Date: Mon, 5 Apr 2021 09:36:46 -0400 Subject: [PATCH 2/2] Increment version number --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 82a15505..427ad6a3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: clock Title: Date-Time Types and Tools -Version: 0.1.0.9000 +Version: 0.1.1 Authors@R: c(person(given = "Davis", family = "Vaughan", diff --git a/NEWS.md b/NEWS.md index e134f672..398e381c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# clock (development version) +# clock 0.1.1 * Errors resulting from invalid dates or nonexistent/ambiguous times are now a little nicer to read through the usage of an info bullet (#200).