Skip to content

Commit 4f3b9a1

Browse files
authored
CRAN 1.0.0 (#661)
1 parent 21fc13c commit 4f3b9a1

File tree

7 files changed

+24
-154
lines changed

7 files changed

+24
-154
lines changed

DESCRIPTION

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
Type: Package
22
Package: effectsize
33
Title: Indices of Effect Size
4-
Version: 0.8.9.1
4+
Version: 1.0.0
55
Authors@R:
66
c(person(given = "Mattan S.",
77
family = "Ben-Shachar",
88
role = c("aut", "cre"),
99
email = "[email protected]",
10-
comment = c(ORCID = "0000-0002-4287-4801", Twitter = "@mattansb")),
10+
comment = c(ORCID = "0000-0002-4287-4801")),
1111
person(given = "Dominique",
1212
family = "Makowski",
1313
role = "aut",
1414
email = "[email protected]",
15-
comment = c(ORCID = "0000-0001-5375-9967", Twitter = "@Dom_Makowski")),
15+
comment = c(ORCID = "0000-0001-5375-9967")),
1616
person(given = "Daniel",
1717
family = "Lüdecke",
1818
role = "aut",
1919
email = "[email protected]",
20-
comment = c(ORCID = "0000-0002-8895-3206", Twitter = "@strengejacke")),
20+
comment = c(ORCID = "0000-0002-8895-3206")),
2121
person(given = "Indrajeet",
2222
family = "Patil",
2323
role = "aut",
2424
email = "[email protected]",
25-
comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets")),
25+
comment = c(ORCID = "0000-0003-1995-6531")),
2626
person(given = "Brenton M.",
2727
family = "Wiernik",
2828
role = "aut",
2929
email = "[email protected]",
30-
comment = c(ORCID = "0000-0001-9560-6336", Twitter = "@bmwiernik")),
30+
comment = c(ORCID = "0000-0001-9560-6336")),
3131
person(given = "Rémi",
3232
family = "Thériault",
3333
role = "aut",
3434
email = "[email protected]",
35-
comment = c(ORCID = "0000-0003-4315-6788", Twitter = "@rempsyc")),
35+
comment = c(ORCID = "0000-0003-4315-6788")),
3636
person(given = "Ken",
3737
family = "Kelley",
3838
role = "ctb"),
@@ -112,4 +112,3 @@ Config/Needs/website:
112112
rstudio/bslib,
113113
r-lib/pkgdown,
114114
easystats/easystatstemplate
115-
Remotes: easystats/insight

NAMESPACE

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,9 @@ export(c_to_w)
7171
export(chisq_to_cohens_w)
7272
export(chisq_to_cramers_v)
7373
export(chisq_to_fei)
74-
export(chisq_to_normalized)
7574
export(chisq_to_pearsons_c)
7675
export(chisq_to_phi)
7776
export(chisq_to_tschuprows_t)
78-
export(cles)
7977
export(cliffs_delta)
8078
export(cohens_d)
8179
export(cohens_f)
@@ -86,8 +84,6 @@ export(cohens_u1)
8684
export(cohens_u2)
8785
export(cohens_u3)
8886
export(cohens_w)
89-
export(common_language)
90-
export(convert_d_to_common_language)
9187
export(convert_d_to_oddsratio)
9288
export(convert_d_to_r)
9389
export(convert_odds_to_probs)
@@ -96,11 +92,8 @@ export(convert_oddsratio_to_r)
9692
export(convert_probs_to_odds)
9793
export(convert_r_to_d)
9894
export(convert_r_to_oddsratio)
99-
export(convert_rb_to_common_language)
10095
export(cov_pooled)
10196
export(cramers_v)
102-
export(d_to_cles)
103-
export(d_to_common_language)
10497
export(d_to_logoddsratio)
10598
export(d_to_oddsratio)
10699
export(d_to_overlap)
@@ -133,14 +126,11 @@ export(interpret_cfi)
133126
export(interpret_cohens_d)
134127
export(interpret_cohens_g)
135128
export(interpret_cramers_v)
136-
export(interpret_d)
137-
export(interpret_delta)
138129
export(interpret_direction)
139130
export(interpret_epsilon_squared)
140131
export(interpret_ess)
141132
export(interpret_eta_squared)
142133
export(interpret_fei)
143-
export(interpret_g)
144134
export(interpret_gfi)
145135
export(interpret_glass_delta)
146136
export(interpret_hedges_g)
@@ -152,7 +142,6 @@ export(interpret_nnfi)
152142
export(interpret_oddsratio)
153143
export(interpret_omega_squared)
154144
export(interpret_p)
155-
export(interpret_parameters)
156145
export(interpret_pd)
157146
export(interpret_phi)
158147
export(interpret_pnfi)
@@ -182,7 +171,6 @@ export(nnt_to_arr)
182171
export(nnt_to_logoddsratio)
183172
export(nnt_to_oddsratio)
184173
export(nnt_to_riskratio)
185-
export(normalized_chi)
186174
export(odds_to_probs)
187175
export(oddsratio)
188176
export(oddsratio_to_arr)
@@ -206,8 +194,6 @@ export(r_to_oddsratio)
206194
export(rank_biserial)
207195
export(rank_epsilon_squared)
208196
export(rank_eta_squared)
209-
export(rb_to_cles)
210-
export(rb_to_common_language)
211197
export(rb_to_p_superiority)
212198
export(rb_to_vda)
213199
export(rb_to_wmw_odds)

NEWS.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# effectsize 0.8.9.xxx
1+
# effectsize 1.0.0
2+
3+
***First stable release of `{effectsize}`!***
24

35
## New features
46

@@ -8,6 +10,7 @@
810
## Breaking Changes
911

1012
- `interpret_oddsratio()` drops the default `"chen2010"` as it was used incorrectly (thanks to @KohlRaphael).
13+
- Functions that have been deprecated since _September 2022_ have been removed.
1114

1215
# effectsize 0.8.9
1316

R/zzz_deprecated.R

Lines changed: 0 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -64,83 +64,3 @@ convert_r_to_oddsratio <- function(...) {
6464
.Deprecated("r_to_oddsratio")
6565
r_to_oddsratio(...)
6666
}
67-
68-
# Older -------------------------------------------------------------------
69-
70-
#' @rdname effectsize_deprecated
71-
#' @export
72-
interpret_d <- function(...) {
73-
.Deprecated("interpret_cohens_d")
74-
interpret_cohens_d(...)
75-
}
76-
77-
#' @rdname effectsize_deprecated
78-
#' @export
79-
interpret_g <- function(...) {
80-
.Deprecated("interpret_hedges_g")
81-
interpret_hedges_g(...)
82-
}
83-
84-
#' @rdname effectsize_deprecated
85-
#' @export
86-
interpret_delta <- function(...) {
87-
.Deprecated("interpret_glass_delta")
88-
interpret_glass_delta(...)
89-
}
90-
91-
#' @rdname effectsize_deprecated
92-
#' @export
93-
interpret_parameters <- function(...) {
94-
.Deprecated("interpret_r")
95-
interpret_r(...)
96-
}
97-
98-
#' @rdname effectsize_deprecated
99-
#' @export
100-
normalized_chi <- function(...) {
101-
.Deprecated("fei")
102-
fei(...)
103-
}
104-
105-
#' @rdname effectsize_deprecated
106-
#' @export
107-
chisq_to_normalized <- function(...) {
108-
.Deprecated("chisq_to_fei")
109-
chisq_to_fei(...)
110-
}
111-
112-
#' @export
113-
d_to_cles <- function(...) {
114-
.Defunct(NULL, msg = 'See help("d_to_cles") for the available functions.')
115-
}
116-
117-
#' @export
118-
rb_to_cles <- function(...) {
119-
.Deprecated("rb_to_p_superiority")
120-
rb_to_p_superiority(...)
121-
}
122-
123-
#' @rdname effectsize_deprecated
124-
#' @export
125-
convert_d_to_common_language <- d_to_cles
126-
127-
#' @rdname effectsize_deprecated
128-
#' @export
129-
d_to_common_language <- d_to_cles
130-
131-
#' @rdname effectsize_deprecated
132-
#' @export
133-
convert_rb_to_common_language <- rb_to_cles
134-
135-
#' @rdname effectsize_deprecated
136-
#' @export
137-
rb_to_common_language <- rb_to_cles
138-
139-
#' @export
140-
cles <- function(...) {
141-
.Defunct(NULL, msg = 'See help("p_superiority") for the available functions.')
142-
}
143-
144-
#' @rdname effectsize_deprecated
145-
#' @export
146-
common_language <- cles

cran-comments.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
1-
## Known issues
2-
3-
- Failed handshake with *shinyapps.io* is a false positive.
4-
- Unavailable DOI link are false positives.
5-
- Spelling mistakes are false positives.
61

72
## Test environments
83

9-
* local installation: R 4.3.2 on Windows
4+
* local installation: R 4.4.1 on Windows
105
* GitHub Actions
11-
- Windows: release, oldrel
6+
- Windows: release
127
- macOS: release
13-
- ubuntu-18.04: release, oldrel, 4.3
14-
* win-builder: release
8+
- ubuntu-18.04: release, devel
9+
* win-builder: release, devel
1510

1611

1712
## R CMD check results
@@ -21,8 +16,8 @@
2116

2217
## revdepcheck results
2318

24-
We checked 23 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
19+
We checked 25 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
2520

26-
* We saw 0 new problems
27-
* We failed to check 0 packages
21+
* We saw 0 new problems related to effectsize.
22+
* We failed to check 1 packages (visvow)
2823

man/effectsize-package.Rd

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/effectsize_deprecated.Rd

Lines changed: 0 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)