-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Get ready for CRAN * Use tidy_model_parameters in ggcoefstats; clean up reexports * Fix build failures * Update ggcoefstats.Rmd * Fix tests * fix? * Update test-ggcoefstats.R * submission * resubmission
- Loading branch information
1 parent
a9dca7c
commit 1efe3c6
Showing
62 changed files
with
791 additions
and
667 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
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
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
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
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
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
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,5 +1,5 @@ | ||
# ----------------------------------------------------------- | ||
# CITATION file created with {cffr} R package, v0.2.3 | ||
# CITATION file created with {cffr} R package, v0.3.0 | ||
# See also: https://docs.ropensci.org/cffr/ | ||
# ----------------------------------------------------------- | ||
|
||
|
@@ -8,7 +8,7 @@ message: 'To cite package "ggstatsplot" in publications use:' | |
type: software | ||
license: GPL-3.0-only | ||
title: 'ggstatsplot: ''ggplot2'' Based Plots with Statistical Details' | ||
version: 0.9.4.9000 | ||
version: 0.9.5 | ||
doi: 10.21105/joss.03167 | ||
abstract: 'Extension of ''ggplot2'', ''ggstatsplot'' creates graphics with details | ||
from statistical tests included in the plots themselves. It provides an easier syntax | ||
|
@@ -17,7 +17,7 @@ abstract: 'Extension of ''ggplot2'', ''ggstatsplot'' creates graphics with detai | |
(pie and bar charts) data. Currently, it supports the most common types of statistical | ||
approaches and tests: parametric, nonparametric, robust, and Bayesian versions of | ||
t-test/ANOVA, correlation analyses, contingency table analysis, meta-analysis, and | ||
regression analyses.' | ||
regression analyses. References: Patil (2021) <10.21105/joss.03236>.' | ||
authors: | ||
- family-names: Patil | ||
given-names: Indrajeet | ||
|
@@ -106,9 +106,9 @@ references: | |
given-names: Mattan S. | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0002-4287-4801 | ||
url: https://easystats.github.io/correlation/ | ||
version: '>= 0.8.2' | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=correlation | ||
version: '>= 0.8.3' | ||
- type: software | ||
title: datawizard | ||
abstract: 'datawizard: Easy Data Wrangling and Statistical Transformations' | ||
|
@@ -139,7 +139,7 @@ references: | |
email: [email protected] | ||
orcid: https://orcid.org/0000-0002-9271-5075 | ||
url: https://easystats.github.io/datawizard/ | ||
version: '>= 0.5.0' | ||
version: '>= 0.6.2' | ||
year: '2022' | ||
- type: software | ||
title: dplyr | ||
|
@@ -268,8 +268,8 @@ references: | |
email: [email protected] | ||
orcid: https://orcid.org/0000-0003-2042-7063 | ||
year: '2022' | ||
url: https://easystats.github.io/insight/ | ||
version: '>= 0.18.2' | ||
url: https://CRAN.R-project.org/package=insight | ||
version: '>= 0.18.5' | ||
- type: software | ||
title: paletteer | ||
abstract: 'paletteer: Comprehensive Collection of Color Palettes' | ||
|
@@ -307,9 +307,9 @@ references: | |
given-names: Brenton M. | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0001-9560-6336 | ||
year: '2022' | ||
url: https://easystats.github.io/parameters/ | ||
version: '>= 0.18.2' | ||
version: '>= 0.19.0' | ||
year: '2022' | ||
- type: software | ||
title: patchwork | ||
abstract: 'patchwork: The Composer of Plots' | ||
|
@@ -352,7 +352,7 @@ references: | |
orcid: https://orcid.org/0000-0001-9560-6336 | ||
year: '2022' | ||
url: https://easystats.github.io/performance/ | ||
version: '>= 0.9.2' | ||
version: '>= 0.10.0' | ||
- type: software | ||
title: purrr | ||
abstract: 'purrr: Functional Programming Tools' | ||
|
@@ -400,8 +400,9 @@ references: | |
given-names: Indrajeet | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0003-1995-6531 | ||
version: '>= 1.3.3' | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=statsExpressions | ||
version: '>= 1.3.4' | ||
- type: software | ||
title: tidyr | ||
abstract: 'tidyr: Tidy Messy Data' | ||
|
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
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
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
Oops, something went wrong.