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()`. 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