Skip to content

Commit

Permalink
check which remotes are necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 17, 2023
1 parent 835fc4f commit af86c11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: performance
Title: Assessment of Regression Models Performance
Version: 0.10.6
Version: 0.10.6.1
Authors@R:
c(person(given = "Daniel",
family = "Lüdecke",
Expand Down Expand Up @@ -153,4 +153,3 @@ Config/Needs/website:
r-lib/pkgdown,
easystats/easystatstemplate
Config/rcmdcheck/ignore-inconsequential-notes: true
Remotes: easystats/see, easystats/parameters, easystats/insight
2 changes: 1 addition & 1 deletion tests/testthat/test-cronbachs_alpha.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ test_that("cronbachs_alpha", {


test_that("cronbachs_alpha, principal_components", {
skip_if_not_installed("parameters", minimum_version = "0.21.2.1")
skip_if_not_installed("parameters", minimum_version = "0.21.3")
pca <- parameters::principal_components(mtcars[, c("cyl", "gear", "carb", "hp")], n = 2)
expect_equal(cronbachs_alpha(pca, verbose = FALSE), c(PC1 = 0.1101384), tolerance = 1e-3)
expect_warning(cronbachs_alpha(pca))
Expand Down

0 comments on commit af86c11

Please sign in to comment.