Skip to content

Commit

Permalink
Kludge to keep on CRAN pending more info on cause of warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-long committed Sep 2, 2021
1 parent 8829c06 commit e655636
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: jtools
Type: Package
Title: Analysis and Presentation of Social Scientific Data
Version: 2.1.3
Version: 2.1.4
Authors@R: person(c("Jacob","A."), "Long", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1582-6214"))
Description: This is a collection of tools that the author (Jacob) has written
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# jtools 2.1.4

* Fixed a test error.

# jtools 2.1.3

* Fixed an encoding error in the `movies` dataset.
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-export-summs.R
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ if (requireNamespace("brms") & requireNamespace("broom.mixed")) {
bfit1 <- readRDS("brmfit.rds")
mvfit <- readRDS("mvfit.rds")
test_that("plot_coefs works with brms", {
expect_silent(print(plot_coefs(bfit1) + ggtitle("basic brms fit")))
expect_silent(print(suppressWarnings(plot_coefs(bfit1) + ggtitle("basic brms fit"))))
expect_silent(print(suppressWarnings(plot_coefs(mvfit) + ggtitle("default mv brms fit"))))
expect_silent(print(suppressWarnings(plot_coefs(mvfit, dpar = "sigma") +
ggtitle("default dv, dpar sigma mv brms fit"))))
Expand Down

0 comments on commit e655636

Please sign in to comment.