Skip to content

Commit 5921e86

Browse files
RC: CRAN 0.11.0 (#392)
1 parent e05af13 commit 5921e86

23 files changed

+22
-41
lines changed

DESCRIPTION

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: see
33
Title: Model Visualisation Toolbox for 'easystats' and 'ggplot2'
4-
Version: 0.10.0.10
4+
Version: 0.11.0
55
Authors@R:
66
c(person(given = "Daniel",
77
family = "Lüdecke",
@@ -62,14 +62,14 @@ Depends:
6262
stats
6363
Imports:
6464
bayestestR (>= 0.15.2),
65-
correlation (>= 0.8.6),
66-
datawizard (>= 1.0.0),
65+
correlation (>= 0.8.7),
66+
datawizard (>= 1.0.1),
6767
effectsize (>= 1.0.0),
6868
ggplot2 (>= 3.5.1),
69-
insight (>= 1.0.2),
70-
modelbased (>= 0.9.0),
69+
insight (>= 1.1.0),
70+
modelbased (>= 0.10.0),
7171
patchwork (>= 1.3.0),
72-
parameters (>= 0.24.1),
72+
parameters (>= 0.24.2),
7373
performance (>= 0.13.0)
7474
Suggests:
7575
BH,

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# see (devel)
1+
# see 0.11.0
22

33
## Changes
44

README.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -391,20 +391,20 @@ ggplot(iris, aes(x = Species, y = Sepal.Length, fill = Species)) +
391391
library(datawizard)
392392

393393
# prepare the data in tidy format
394-
data <- iris |>
395-
datawizard::data_group("Species") |>
396-
datawizard::data_summary(
397-
Sepal.Length = mean(Sepal.Length),
398-
Sepal.Width = mean(Sepal.Width),
399-
Petal.Length = mean(Petal.Length),
400-
Petal.Width = mean(Petal.Width)
401-
) |>
402-
datawizard::reshape_longer(c(
403-
"Sepal.Length",
404-
"Sepal.Width",
405-
"Petal.Length",
406-
"Petal.Width"
407-
))
394+
data <- iris |>
395+
datawizard::data_group("Species") |>
396+
datawizard::data_summary(
397+
Sepal.Length = mean(Sepal.Length),
398+
Sepal.Width = mean(Sepal.Width),
399+
Petal.Length = mean(Petal.Length),
400+
Petal.Width = mean(Petal.Width)
401+
) |>
402+
datawizard::reshape_longer(c(
403+
"Sepal.Length",
404+
"Sepal.Width",
405+
"Petal.Length",
406+
"Petal.Width"
407+
))
408408

409409
data |>
410410
ggplot(aes(

cran-comments.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
0 errors | 0 warnings | 0 note
44

5-
* Fixes failing tests due to updates to easystats packages.
5+
* Maintenance update.
66

77
## revdepcheck results
88

inst/WORDLIST

-19
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,10 @@ Okabe
2626
Polychoric
2727
SEM
2828
Shachar
29-
SmithMatt
30-
Springer
3129
Tetrachoric
3230
UI
3331
VIF
34-
Verlag
3532
Visualisation
36-
Wickham
3733
Winsorized
3834
al
3935
autocorrelated
@@ -48,7 +44,6 @@ colour
4844
cumulate
4945
datawizard
5046
de
51-
diavola
5247
doi
5348
dotdensity
5449
easystats
@@ -60,15 +55,9 @@ et
6055
ffectsize
6156
geom's
6257
geoms
63-
ggalluvial
64-
ggdist
6558
ggplot
6659
ggproto
67-
ggpubr
6860
ggraph
69-
ggrepel
70-
ggridges
71-
ggstatsplot
7261
grey
7362
gridExtra
7463
histodot
@@ -83,33 +72,25 @@ koeln
8372
labelled
8473
labelling
8574
loadings
86-
margherita
8775
mcmc
8876
metaBMA
8977
metafor
90-
metaviz
9178
midcorrelation
9279
modelbased
9380
modelfit
9481
multicollinearity
9582
neapolitan
9683
nopw
97-
plotmm
9884
pre
9985
pts
10086
qq
10187
qqplotr
10288
rOpenSci
10389
rescaled
10490
rstanarm
105-
sjPlot
10691
subfigures
107-
survminer
108-
tidymv
10992
ui
11093
unmapped
111-
users’
11294
vermillion
11395
visualising
11496
115-
’ggstatsplot’

man/figures/bayestestR-1.png

44 KB
Loading

man/figures/correlation-1.png

35.8 KB
Loading

man/figures/effectsize-1.png

26.8 KB
Loading

man/figures/modelbased1-1.png

66 KB
Loading

man/figures/modelbased2-1.png

30.7 KB
Loading

man/figures/parameters1-1.png

27.2 KB
Loading

man/figures/parameters2-1.png

31.5 KB
Loading

man/figures/performance-1.png

42.9 KB
Loading

man/figures/unnamed-chunk-10-1.png

65 KB
Loading

man/figures/unnamed-chunk-11-1.png

150 KB
Loading

man/figures/unnamed-chunk-12-1.png

60.7 KB
Loading

man/figures/unnamed-chunk-13-1.png

92.6 KB
Loading

man/figures/unnamed-chunk-2-1.png

45.2 KB
Loading

man/figures/unnamed-chunk-4-1.png

49.8 KB
Loading

man/figures/unnamed-chunk-5-1.png

47.8 KB
Loading

man/figures/unnamed-chunk-6-1.png

51.3 KB
Loading

man/figures/unnamed-chunk-7-1.png

53 KB
Loading

man/figures/unnamed-chunk-9-1.png

64.8 KB
Loading

0 commit comments

Comments
 (0)