ropensci / BaseSet

Provides classes for working with sets
https://docs.ropensci.org/BaseSet
Other
10 stars 3 forks source link

CRAN checks #51

Closed llrs closed 3 years ago

llrs commented 3 years ago

oldrel windows:

-- FAILURE (test-element_size.R:18:5): element_size works ----------------------
  nrow(out) not equal to 2L.
  1/1 mismatches
  [1] 7 - 2 == 5

  -- FAILURE (test-element_size.R:19:5): element_size works ----------------------
  out$size not equal to c(0, 1).
  Lengths differ: 7 is not 2

  -- FAILURE (test-pull.R:29:5): pull works --------------------------------------
  `out` not equal to c("a", "b", "a2", "b2").
  'current' is not a factor

  -- FAILURE (test-pull.R:59:5): pull uses active --------------------------------
  `out` not equal to c("a", "b", "a2", "b2").
  'current' is not a factor

oldrel mac: I'm not sure what causes this, I found it also on r-hub, but couldn't reproduce on my computer. Note that on windows it gets the same error.

  ── FAILURE (test-pull.R:59:5): pull uses active ────────────────────────────────
  `out` not equal to c("a", "b", "a2", "b2").
  'current' is not a factor
llrs commented 3 years ago

Could reproduce on GHA: The failing tests are:

FAILURE (test-element_size.R:18:5): element_size works FAILURE (test-element_size.R:19:5): element_size works FAILURE (test-pull.R:29:5): pull works FAILURE (test-pull.R:59:5): pull uses active

llrs commented 3 years ago

Fixed tests on 726c295cd07682e7d5a4890c766adbe058bc1c0c