diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION new file mode 100644 index 0000000..b74da86 --- /dev/null +++ b/CRAN-SUBMISSION @@ -0,0 +1,3 @@ +Version: 0.6.0 +Date: 2022-01-30 14:20:29 UTC +SHA: c9353513fff63897929c9f2c3be9de8b6bbe0e37 diff --git a/DESCRIPTION b/DESCRIPTION index 1ce9bbe..1301c32 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -45,12 +45,10 @@ Suggests: biglmm, speedglm, broom, - ggplot2, - rmarkdown + ggplot2 LinkingTo: Rcpp RoxygenNote: 7.1.2 -VignetteBuilder: rmarkdown Encoding: UTF-8 URL: https://diskframe.com BugReports: https://github.com/xiaodaigh/disk.frame/issues diff --git a/cran-comments.md b/cran-comments.md index b661d1a..05b563d 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,11 +1,14 @@ -## Submission for v0.5.0 -* Fixed issue in CRAN check but needed to update version to follow semver conventions +## Resubmission 1 for v0.6.0 +* removed the vignette builder which should remove the 1 NOTE + +## Submission for v0.6.0 +* Updated the API for many functions leading to semver update of functions ## Test environments -* local Windows 10 Pro install, R 4.0.5 -* local Windows 10 Pro install, R devel (as of 2021-05-09) -* local Linux/Ubuntu install, R 4.0.5 -* local Linux/Ubuntu install, R devel (as of 2021-05-09) +* local Windows 11 Pro install, R 4.1.2 +* local Windows 11 Pro install, R devel (as of 2022-01-31) +* local Linux/Ubuntu install, R 4.1.2 +* local Linux/Ubuntu install, R devel (as of 2022-01-31) ## R CMD check results There were no ERRORs nor WARNINGs nor NOTE when run locally.