diff --git a/DESCRIPTION b/DESCRIPTION index a25bfe34d..0958d6a91 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: vctrs Title: Vector Helpers -Version: 0.4.1 +Version: 0.4.2 Authors@R: c(person(given = "Hadley", family = "Wickham", diff --git a/NEWS.md b/NEWS.md index 55e5757e8..1a793c38f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +# vctrs 0.4.2 + +* HTML documentation fixes for CRAN checks. + + # vctrs 0.4.1 * OOB errors with `character()` indexes use "that don't exist" instead diff --git a/cran-comments.md b/cran-comments.md index 56688d3a0..11e3d6a0e 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,11 +1 @@ -## R CMD check results - -0 errors | 0 warnings | 0 notes - - -## revdepcheck results - -We checked 175 reverse dependencies (171 from CRAN + 4 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. - - * We saw 0 new problems - * We failed to check 0 packages +Fixes to HTML documentation for r-devel checks diff --git a/src/version.c b/src/version.c index d7d57dc96..1d3e0118b 100644 --- a/src/version.c +++ b/src/version.c @@ -1,7 +1,7 @@ #define R_NO_REMAP #include -const char* vctrs_version = "0.4.1"; +const char* vctrs_version = "0.4.2"; /** * This file records the expected package version in the shared