Skip to content
This repository has been archived by the owner on Nov 4, 2021. It is now read-only.

Commit

Permalink
this was so unncessary, resubmit
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Jan 21, 2021
1 parent 7b53f3f commit f018674
Show file tree
Hide file tree
Showing 32 changed files with 52 additions and 43 deletions.
4 changes: 2 additions & 2 deletions CRAN-RELEASE
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 2 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
7 changes: 7 additions & 0 deletions R/attach.R
Original file line number Diff line number Diff line change
@@ -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"
)
}
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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": [
Expand Down
8 changes: 6 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/CODE_OF_CONDUCT.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/ISSUE_TEMPLATE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/SECURITY.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/SUPPORT.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pandoc: 2.11.3.2
pkgdown: 1.6.1.9000
pkgdown_sha: e5847476d79f08b4cdca0ed5cc55bf55fc18a161
articles: {}
last_built: 2021-01-20T09:18Z
last_built: 2021-01-21T11:03Z
urls:
reference: https://indrajeetpatil.github.io/groupedstats//reference
article: https://indrajeetpatil.github.io/groupedstats//articles
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/grouped_aov.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/grouped_glm.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/grouped_glmer.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/grouped_lm.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/grouped_lmer.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/grouped_p_value.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/grouped_proptest.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/grouped_slr.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/grouped_summary.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/grouped_ttest.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/grouped_wilcox.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/lm_effsize_ci.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/lm_effsize_standardizer.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/reexports.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 comments on commit f018674

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

R/grouped_proptest.R:39:5: style: Opening curly braces should never go on their own line and should always be followed by a new line.

​    {
    ^

R/grouped_proptest.R:43:1: style: Lines should not be more than 100 characters.

​          dplyr::mutate(perc = paste(specify_decimal_p((n / sum(n)) * 100, k = 2), "%", sep = "")) %>%
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

R/grouped_slr.R:84:5: warning: local variable β€˜fx’ assigned but may not be used

​    fx <- glue::glue("scale({y_name}) ~ scale({x_name})")
    ^~

R/grouped_slr.R:90:5: warning: local variable β€˜filter_name’ assigned but may not be used

​    filter_name <- glue::glue("scale({x_name})")
    ^~~~~~~~~~~

R/grouped_summary.R:111:5: warning: local variable β€˜..f’ assigned but may not be used

​    ..f <- base::is.numeric
    ^~~

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

R/grouped_proptest.R:39:5: style: Opening curly braces should never go on their own line and should always be followed by a new line.

​    {
    ^

R/grouped_proptest.R:43:1: style: Lines should not be more than 100 characters.

​          dplyr::mutate(perc = paste(specify_decimal_p((n / sum(n)) * 100, k = 2), "%", sep = "")) %>%
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

R/grouped_slr.R:84:5: warning: local variable β€˜fx’ assigned but may not be used

​    fx <- glue::glue("scale({y_name}) ~ scale({x_name})")
    ^~

R/grouped_slr.R:90:5: warning: local variable β€˜filter_name’ assigned but may not be used

​    filter_name <- glue::glue("scale({x_name})")
    ^~~~~~~~~~~

R/grouped_summary.R:111:5: warning: local variable β€˜..f’ assigned but may not be used

​    ..f <- base::is.numeric
    ^~~

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

R/grouped_proptest.R:39:5: style: Opening curly braces should never go on their own line and should always be followed by a new line.

​    {
    ^

R/grouped_proptest.R:43:1: style: Lines should not be more than 100 characters.

​          dplyr::mutate(perc = paste(specify_decimal_p((n / sum(n)) * 100, k = 2), "%", sep = "")) %>%
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

R/grouped_slr.R:84:5: warning: local variable β€˜fx’ assigned but may not be used

​    fx <- glue::glue("scale({y_name}) ~ scale({x_name})")
    ^~

R/grouped_slr.R:90:5: warning: local variable β€˜filter_name’ assigned but may not be used

​    filter_name <- glue::glue("scale({x_name})")
    ^~~~~~~~~~~

R/grouped_summary.R:111:5: warning: local variable β€˜..f’ assigned but may not be used

​    ..f <- base::is.numeric
    ^~~

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

R/grouped_proptest.R:39:5: style: Opening curly braces should never go on their own line and should always be followed by a new line.

​    {
    ^

R/grouped_proptest.R:43:1: style: Lines should not be more than 100 characters.

​          dplyr::mutate(perc = paste(specify_decimal_p((n / sum(n)) * 100, k = 2), "%", sep = "")) %>%
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

R/grouped_slr.R:84:5: warning: local variable β€˜fx’ assigned but may not be used

​    fx <- glue::glue("scale({y_name}) ~ scale({x_name})")
    ^~

R/grouped_slr.R:90:5: warning: local variable β€˜filter_name’ assigned but may not be used

​    filter_name <- glue::glue("scale({x_name})")
    ^~~~~~~~~~~

R/grouped_summary.R:111:5: warning: local variable β€˜..f’ assigned but may not be used

​    ..f <- base::is.numeric
    ^~~

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

R/grouped_proptest.R:39:5: style: Opening curly braces should never go on their own line and should always be followed by a new line.

​    {
    ^

R/grouped_proptest.R:43:1: style: Lines should not be more than 100 characters.

​          dplyr::mutate(perc = paste(specify_decimal_p((n / sum(n)) * 100, k = 2), "%", sep = "")) %>%
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

R/grouped_slr.R:84:5: warning: local variable β€˜fx’ assigned but may not be used

​    fx <- glue::glue("scale({y_name}) ~ scale({x_name})")
    ^~

R/grouped_slr.R:90:5: warning: local variable β€˜filter_name’ assigned but may not be used

​    filter_name <- glue::glue("scale({x_name})")
    ^~~~~~~~~~~

R/grouped_summary.R:111:5: warning: local variable β€˜..f’ assigned but may not be used

​    ..f <- base::is.numeric
    ^~~

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

R/grouped_proptest.R:39:5: style: Opening curly braces should never go on their own line and should always be followed by a new line.

​    {
    ^

R/grouped_proptest.R:43:1: style: Lines should not be more than 100 characters.

​          dplyr::mutate(perc = paste(specify_decimal_p((n / sum(n)) * 100, k = 2), "%", sep = "")) %>%
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

R/grouped_slr.R:84:5: warning: local variable β€˜fx’ assigned but may not be used

​    fx <- glue::glue("scale({y_name}) ~ scale({x_name})")
    ^~

R/grouped_slr.R:90:5: warning: local variable β€˜filter_name’ assigned but may not be used

​    filter_name <- glue::glue("scale({x_name})")
    ^~~~~~~~~~~

R/grouped_summary.R:111:5: warning: local variable β€˜..f’ assigned but may not be used

​    ..f <- base::is.numeric
    ^~~

Please sign in to comment.