From 840d585135a4281875e3e516f22153dada56d92c Mon Sep 17 00:00:00 2001 From: Maximilian Girlich Date: Mon, 20 Mar 2023 15:35:56 +0000 Subject: [PATCH 1/2] NEWS --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 3cacf96..9dfbad6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# jsontools (development version) +# jsontools 0.1.1 * Fixed the consistency with `vctrs::vec_ptype_full()` and `vctrs::vec_ptype_abbr()`. From 5805b8e81e2c01192fb1b324d92a55f9c5dc48be Mon Sep 17 00:00:00 2001 From: Maximilian Girlich Date: Tue, 21 Mar 2023 06:37:25 +0000 Subject: [PATCH 2/2] Update `cran-comments.md` --- cran-comments.md | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/cran-comments.md b/cran-comments.md index 54a6fa6..7bf9597 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,20 +1,11 @@ -## Resubmission -This is a resubmission. In this version I have: +This is a minor release just to fix the CRAN check result errors: -* Documented return values in `json_merge.Rd`, `parse_json.Rd`, `read_json.Rd`, - and `vec_cast.json2.Rd`. -* In the following documenting the return type does not really make sense: - * `object.Rd`: This is not a documentation of a function or data but only a - separate topic to be shown in the help. - * `pipe.Rd`: Documentation of the magrittr pipe `%>%`. +* The methods for `vctrs::vec_ptype_full()` and `vctrs::vec_ptype_abbr()` are + now consistent to the generic. ## Test environments -* local OS X install, R 3.6.1 -* ubuntu 14.04 (on travis-ci), R 3.6.1 -* win-builder (devel and release) +* local OS X install, R 4.2.0 ## R CMD check results -0 errors | 0 warnings | 1 note - -* This is a new release. +0 errors | 0 warnings | 0 notes