Skip to content

Commit

Permalink
Change to MIT licence
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed May 19, 2024
1 parent 3a6b096 commit 1fea102
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 608 deletions.
19 changes: 8 additions & 11 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions LICENSE
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
Loading

0 comments on commit 1fea102

Please sign in to comment.