Skip to content

Commit

Permalink
fix "noSuggests" workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Mar 29, 2023
1 parent 832c0b9 commit 79d85e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test-data_to_long.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ test_that("data_to_long works - using row names as idvar", {


test_that("data_to_long works - complex dataset", {
skip_if_not_installed("psych")
data <- psych::bfi

long <- data_to_long(data,
Expand Down Expand Up @@ -126,6 +127,7 @@ test_that("data_to_long works - complex dataset", {


test_that("data_to_long: arg 'cols' overrides 'select'", {
skip_if_not_installed("psych")
data <- psych::bfi

expect_identical(
Expand Down

0 comments on commit 79d85e4

Please sign in to comment.