Skip to content

Commit 6e67da8

Browse files
CRAN RC: ggstatsplot 0.13.0
1 parent d312b9f commit 6e67da8

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ message: 'To cite package "ggstatsplot" in publications use:'
88
type: software
99
license: GPL-3.0-only
1010
title: 'ggstatsplot: ''ggplot2'' Based Plots with Statistical Details'
11-
version: 0.12.5.9000
11+
version: 0.13.0
1212
doi: 10.21105/joss.03167
1313
identifiers:
1414
- type: doi
@@ -470,7 +470,7 @@ references:
470470
orcid: https://orcid.org/0000-0003-1995-6531
471471
year: '2024'
472472
doi: 10.32614/CRAN.package.statsExpressions
473-
version: '>= 1.6.1'
473+
version: '>= 1.6.2'
474474
- type: software
475475
title: tidyr
476476
abstract: 'tidyr: Tidy Messy Data'

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: ggstatsplot
33
Title: 'ggplot2' Based Plots with Statistical Details
4-
Version: 0.12.5.9000
4+
Version: 0.13.0
55
Authors@R:
66
c(person(given = "Indrajeet",
77
family = "Patil",
@@ -47,7 +47,7 @@ Imports:
4747
performance (>= 0.12.4),
4848
purrr (>= 1.0.2),
4949
rlang (>= 1.1.4),
50-
statsExpressions (>= 1.6.1),
50+
statsExpressions (>= 1.6.2),
5151
tidyr (>= 1.3.1),
5252
utils
5353
Suggests:

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ggstatsplot 0.12.5.9000
1+
# ggstatsplot 0.13.0
22

33
N.B. All statistical analysis in `{ggstatsplot}` is carried out in
44
`{statsExpressions}`. Thus, to see changes related to statistical expressions,

codemeta.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"codeRepository": "https://github.com/IndrajeetPatil/ggstatsplot",
99
"issueTracker": "https://github.com/IndrajeetPatil/ggstatsplot/issues",
1010
"license": "https://spdx.org/licenses/GPL-3.0",
11-
"version": "0.12.5.9000",
11+
"version": "0.13.0",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",
@@ -503,7 +503,7 @@
503503
"@type": "SoftwareApplication",
504504
"identifier": "statsExpressions",
505505
"name": "statsExpressions",
506-
"version": ">= 1.6.1",
506+
"version": ">= 1.6.2",
507507
"provider": {
508508
"@id": "https://cran.r-project.org",
509509
"@type": "Organization",
@@ -532,7 +532,7 @@
532532
},
533533
"SystemRequirements": null
534534
},
535-
"fileSize": "9319.857KB",
535+
"fileSize": "9304.007KB",
536536
"citation": [
537537
{
538538
"@type": "ScholarlyArticle",

0 commit comments

Comments
 (0)