diff --git a/CRAN-RELEASE b/CRAN-RELEASE index 1e3f81d..a428a66 100644 --- a/CRAN-RELEASE +++ b/CRAN-RELEASE @@ -1,2 +1,2 @@ -This package was submitted to CRAN on 2020-12-01. -Once it is accepted, delete this file and tag the release (commit cf00c00). +This package was submitted to CRAN on 2021-01-21. +Once it is accepted, delete this file and tag the release (commit 7b53f3f). diff --git a/DESCRIPTION b/DESCRIPTION index 9a81aad..ba8f0d7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: groupedstats Title: Grouped Statistical Analyses in a Tidy Way -Version: 2.0.0.9000 +Version: 2.0.1 Authors@R: person(given = "Indrajeet", family = "Patil", diff --git a/NEWS.md b/NEWS.md index 968e7b6..3ce19fb 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,6 @@ -# groupedstats 2.0.0 +# groupedstats 2.0.1 - - As per requested by the maintainer, the package is removed from `CRAN`. If - anyone else would like to get back on CRAN and maintain it, please contact - me. + - Resubmitting package to address script breakage complaints from the users. # groupedstats 2.0.0 diff --git a/R/attach.R b/R/attach.R new file mode 100644 index 0000000..4625156 --- /dev/null +++ b/R/attach.R @@ -0,0 +1,7 @@ +.onAttach <- function(...) { + packageStartupMessage( + "This package is no longer being maintained and might be removed from CRAN in future. + You should instead be using `group_map()`, `group_modify()` and `group_walk()` functions + from `dplyr`. See: https://dplyr.tidyverse.org/reference/group_map.html" + ) +} diff --git a/codemeta.json b/codemeta.json index e4236d8..e5e4de9 100644 --- a/codemeta.json +++ b/codemeta.json @@ -14,7 +14,7 @@ ], "issueTracker": "\n https://github.com/IndrajeetPatil/groupedstats/issues/", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "2.0.0.9000", + "version": "2.0.1", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -253,7 +253,7 @@ } ], "releaseNotes": "https://github.com/IndrajeetPatil/groupedstats/blob/master/NEWS.md", - "fileSize": "1215.47KB", + "fileSize": "1216.205KB", "contIntegration": ["https://travis-ci.org/IndrajeetPatil/groupedstats", "https://ci.appveyor.com/project/IndrajeetPatil/groupedstats"], "developmentStatus": ["https://www.repostatus.org/#active", "https://www.tidyverse.org/lifecycle/#retired"], "keywords": [ diff --git a/cran-comments.md b/cran-comments.md index c793876..667a3dc 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -5,8 +5,12 @@ ## R CMD check results -0 errors | 0 warnings | 1 note +0 errors | 0 warnings | 0 note ## Comments - - Removes `ipmisc` from dependencies. + - Although I had requested to archive the package, users who had been using + the package contacted and asked that it be retained as is on CRAN; even if it + doesn't get many downloads or even if there are better options available. This + ensures that their scripts written in the past would continue to work. + Apologies for the change in mind; should have given it more thought. diff --git a/docs/404.html b/docs/404.html index b2cd330..3f36972 100644 --- a/docs/404.html +++ b/docs/404.html @@ -79,7 +79,7 @@
diff --git a/docs/CODE_OF_CONDUCT.html b/docs/CODE_OF_CONDUCT.html index b286bb9..ff4f108 100644 --- a/docs/CODE_OF_CONDUCT.html +++ b/docs/CODE_OF_CONDUCT.html @@ -79,7 +79,7 @@ diff --git a/docs/CONTRIBUTING.html b/docs/CONTRIBUTING.html index 654e124..d4cfaa0 100644 --- a/docs/CONTRIBUTING.html +++ b/docs/CONTRIBUTING.html @@ -79,7 +79,7 @@ diff --git a/docs/ISSUE_TEMPLATE.html b/docs/ISSUE_TEMPLATE.html index c4e5837..843e4ba 100644 --- a/docs/ISSUE_TEMPLATE.html +++ b/docs/ISSUE_TEMPLATE.html @@ -79,7 +79,7 @@ diff --git a/docs/LICENSE-text.html b/docs/LICENSE-text.html index d0b1f55..99ec5d4 100644 --- a/docs/LICENSE-text.html +++ b/docs/LICENSE-text.html @@ -79,7 +79,7 @@ diff --git a/docs/SECURITY.html b/docs/SECURITY.html index b2f9e47..761a956 100644 --- a/docs/SECURITY.html +++ b/docs/SECURITY.html @@ -79,7 +79,7 @@ diff --git a/docs/SUPPORT.html b/docs/SUPPORT.html index 2c2329d..2cb7abc 100644 --- a/docs/SUPPORT.html +++ b/docs/SUPPORT.html @@ -79,7 +79,7 @@ diff --git a/docs/authors.html b/docs/authors.html index 5d16f68..025f546 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -79,7 +79,7 @@ diff --git a/docs/index.html b/docs/index.html index 2f0643b..254e313 100644 --- a/docs/index.html +++ b/docs/index.html @@ -35,7 +35,7 @@ diff --git a/docs/news/index.html b/docs/news/index.html index ce2be1a..b9d347b 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -79,7 +79,7 @@ @@ -122,17 +122,17 @@NEWS.md
- CRAN
. If anyone else would like to get back on CRAN and maintain it, please contact me.ipmisc
from dependencies.