Skip to content

Commit

Permalink
0.4.4 on CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
mattansb committed Mar 15, 2021
1 parent 9c3f91f commit 4ae1a9a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ publication/*
^\.httr-oauth$
^CRAN-RELEASE$
tests\^spelling
^LICENSE\.md$
^LICENSE
^\.lintr$
^\.circleci$
^tests/manual$
Expand All @@ -48,4 +48,6 @@ references.bib
hextools
^paper/.
^WIP/.
^vignettes/(?!additional).*
# Flip these two to no build vignettes:
# ^vignettes/(?!additional).*
^vignettes/additional
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: effectsize
Type: Package
Title: Indices of Effect Size and Standardized Parameters
Version: 0.4.3-1
Version: 0.4.4
Authors@R: c(
person("Mattan S.",
"Ben-Shachar",
Expand Down Expand Up @@ -31,7 +31,7 @@ Authors@R: c(
role = c("ctb"))
)
Maintainer: Mattan S. Ben-Shachar <[email protected]>
License: GPL-3 + file LICENSE
License: GPL-3
URL: https://easystats.github.io/effectsize/
BugReports: https://github.com/easystats/effectsize/issues/
Description: Provide utilities to work with indices of effect size and standardized parameters for a wide variety of models (see list of supported models in insight; Lüdecke, Waggoner & Makowski (2019) <doi:10.21105/joss.01412>), allowing computation of and conversion between indices such as Cohen's d, r, odds, etc.
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-standardize_parameters.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ if (require("testthat") && require("effectsize")) {
# bootstrap_model ---------------------------------------------------------

test_that("standardize_parameters (bootstrap_model)",{
skip_if_not_installed("boot")
m <- lm(mpg ~ factor(cyl) + hp, mtcars)

set.seed(1); bm_draws <- parameters::bootstrap_model(m, iterations = 599)
Expand Down

0 comments on commit 4ae1a9a

Please sign in to comment.