gdkrmr / dimRed

A Framework for Dimensionality Reduction in R
https://www.guido-kraemer.com/software/dimred/
GNU General Public License v3.0
73 stars 15 forks source link

spurious error when testing #30

Closed gdkrmr closed 5 years ago

gdkrmr commented 5 years ago

Sometimes I get the follwing error when testing:

✖ | 14 1     | the dimRedData class
────────────────────────────────────────────────────────────────────────────────
test_dimRedData.R:31: failure: misc functions
nrow(Iris) not equal to 150.
target is NULL, current is numeric
────────────────────────────────────────────────────────────────────────────────

happens when using devtools::test() and R CMD check --run-donttest --run-dontrun --timings

topepo commented 5 years ago

Anything that I can do to help?

gdkrmr commented 5 years ago

The error disappeared, even for R 3.4.4. It never appeared in version 3.5.1 or R-devel. I will close this as an R bug.