File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ message: 'To cite package "ggstatsplot" in publications use:'
8
8
type : software
9
9
license : GPL-3.0-only
10
10
title : ' ggstatsplot: '' ggplot2'' Based Plots with Statistical Details'
11
- version : 0.12.5.9000
11
+ version : 0.13.0
12
12
doi : 10.21105/joss.03167
13
13
identifiers :
14
14
- type : doi
@@ -470,7 +470,7 @@ references:
470
470
orcid : https://orcid.org/0000-0003-1995-6531
471
471
year : ' 2024'
472
472
doi : 10.32614/CRAN.package.statsExpressions
473
- version : ' >= 1.6.1 '
473
+ version : ' >= 1.6.2 '
474
474
- type : software
475
475
title : tidyr
476
476
abstract : ' tidyr: Tidy Messy Data'
Original file line number Diff line number Diff line change 1
1
Type: Package
2
2
Package: ggstatsplot
3
3
Title: 'ggplot2' Based Plots with Statistical Details
4
- Version: 0.12.5.9000
4
+ Version: 0.13.0
5
5
Authors@R:
6
6
c(person(given = "Indrajeet",
7
7
family = "Patil",
@@ -47,7 +47,7 @@ Imports:
47
47
performance (>= 0.12.4),
48
48
purrr (>= 1.0.2),
49
49
rlang (>= 1.1.4),
50
- statsExpressions (>= 1.6.1 ),
50
+ statsExpressions (>= 1.6.2 ),
51
51
tidyr (>= 1.3.1),
52
52
utils
53
53
Suggests:
Original file line number Diff line number Diff line change 1
- # ggstatsplot 0.12.5.9000
1
+ # ggstatsplot 0.13.0
2
2
3
3
N.B. All statistical analysis in ` {ggstatsplot} ` is carried out in
4
4
` {statsExpressions} ` . Thus, to see changes related to statistical expressions,
Original file line number Diff line number Diff line change 8
8
"codeRepository" : " https://github.com/IndrajeetPatil/ggstatsplot" ,
9
9
"issueTracker" : " https://github.com/IndrajeetPatil/ggstatsplot/issues" ,
10
10
"license" : " https://spdx.org/licenses/GPL-3.0" ,
11
- "version" : " 0.12.5.9000 " ,
11
+ "version" : " 0.13.0 " ,
12
12
"programmingLanguage" : {
13
13
"@type" : " ComputerLanguage" ,
14
14
"name" : " R" ,
503
503
"@type" : " SoftwareApplication" ,
504
504
"identifier" : " statsExpressions" ,
505
505
"name" : " statsExpressions" ,
506
- "version" : " >= 1.6.1 " ,
506
+ "version" : " >= 1.6.2 " ,
507
507
"provider" : {
508
508
"@id" : " https://cran.r-project.org" ,
509
509
"@type" : " Organization" ,
532
532
},
533
533
"SystemRequirements" : null
534
534
},
535
- "fileSize" : " 9319.857KB " ,
535
+ "fileSize" : " 9304.007KB " ,
536
536
"citation" : [
537
537
{
538
538
"@type" : " ScholarlyArticle" ,
You can’t perform that action at this time.
0 commit comments