From e5799111846fbc657fc112c84f9b3f2ed561596f Mon Sep 17 00:00:00 2001 From: Garrick Aden-Buie Date: Sun, 11 Jun 2023 14:10:32 -0400 Subject: [PATCH] v0.1.1 (#99) * Increment version number to 0.1.1 * chore: update cran comments --- DESCRIPTION | 2 +- NEWS.md | 2 +- cran-comments.md | 25 ++++--------------------- 3 files changed, 6 insertions(+), 23 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index a7e3e7d6..a4605b91 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: epoxy Title: String Interpolation for Documents, Reports and Apps -Version: 0.1.0.9000 +Version: 0.1.1 Authors@R: c( person("Garrick", "Aden-Buie", , "garrick@adenbuie.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7111-0077")), diff --git a/NEWS.md b/NEWS.md index 806f5f64..e4d6c051 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# epoxy (development version) +# epoxy 0.1.1 * `epoxy_transform_html()` now (again) returns a collapsed character string for inline HTML transformations. This makes it easier to wrap a vector in diff --git a/cran-comments.md b/cran-comments.md index 0904a344..38fae6d7 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,24 +1,7 @@ ## R CMD check results -0 errors | 0 warnings | 1 note +0 errors | 0 warnings | 0 note -* This is a new release, resubmitted to CRAN to address comments. - -> If there are references describing the methods in your package, please -> add these in the description field of your DESCRIPTION file - -This package doesn't implement methods from a paper or other reference. - -> Missing Rd-tags: -> epoxy_style.Rd: \value - -I have added the missing `\value` tag for `epoxy_style()`. - -> Please ensure that your functions do not write by default or in your -> examples/vignettes/tests in the user's home filespace. - -This package doesn't include any functions that write output. -I verified that tests write to the temporary directory. -There is an internal function that is used to build the -package documentation during development; it's possible that -this was the source of the note. +This is a small patch release to fix +a few critical issues that were discovered +after the last CRAN release.