-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3a6b096
commit 1fea102
Showing
5 changed files
with
36 additions
and
608 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,22 +3,19 @@ Package: statsExpressions | |
Title: Tidy Dataframes and Expressions with Statistical Details | ||
Version: 1.5.4.9000 | ||
Authors@R: | ||
person(given = "Indrajeet", | ||
family = "Patil", | ||
role = c("cre", "aut", "cph"), | ||
email = "[email protected]", | ||
person("Indrajeet", "Patil", , "[email protected]", role = c("cre", "aut", "cph"), | ||
comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets")) | ||
Maintainer: Indrajeet Patil <[email protected]> | ||
Description: Utilities for producing dataframes with rich details for the | ||
most common types of statistical approaches and tests: parametric, | ||
nonparametric, robust, and Bayesian t-test, one-way ANOVA, correlation | ||
analyses, contingency table analyses, and meta-analyses. The | ||
functions are pipe-friendly and provide a consistent syntax to work | ||
with tidy data. These dataframes additionally contain expressions with | ||
analyses, contingency table analyses, and meta-analyses. The functions | ||
are pipe-friendly and provide a consistent syntax to work with tidy | ||
data. These dataframes additionally contain expressions with | ||
statistical details, and can be used in graphing packages. This | ||
package also forms the statistical processing backend for | ||
'ggstatsplot'. References: Patil (2021) <doi:10.21105/joss.03236>. | ||
License: GPL-3 | file LICENSE | ||
License: MIT + file LICENSE | ||
URL: https://indrajeetpatil.github.io/statsExpressions/, | ||
https://github.com/IndrajeetPatil/statsExpressions | ||
BugReports: https://github.com/IndrajeetPatil/statsExpressions/issues | ||
|
@@ -59,6 +56,9 @@ Suggests: | |
utils | ||
VignetteBuilder: | ||
knitr | ||
Config/Needs/check: anthonynorth/roxyglobals | ||
Config/testthat/edition: 3 | ||
Config/testthat/parallel: true | ||
Encoding: UTF-8 | ||
Language: en-US | ||
LazyData: true | ||
|
@@ -67,6 +67,3 @@ Roxygen: list( | |
roclets = c("collate", "namespace", "rd", "pkgapi::api_roclet", "roxyglobals::global_roclet") | ||
) | ||
RoxygenNote: 7.3.1 | ||
Config/testthat/edition: 3 | ||
Config/testthat/parallel: true | ||
Config/Needs/check: anthonynorth/roxyglobals |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
YEAR: 2019 | ||
COPYRIGHT HOLDER: Indrajeet Patil | ||
YEAR: 2024 | ||
COPYRIGHT HOLDER: statsExpressions authors |
Oops, something went wrong.