Closed ericaVoss closed 4 years ago
Yes, this is a known issue. Please install ParallelLogger from the develop branch. I'm trying to release a new version of ParallelLogger, but CRAN is being difficult.
Latest version of ParallelLogger is now in CRAN
I had upgraded all my packages to run PLE and was getting this issue in plotCalibrationEffect
ggplot2::ggsave(fileName, plot, width = 6, height = 4.5, dpi = 400)
Error in frame[[1]] == ".signalSimpleWarning" : comparison (1) is possible only for atomic and list types
Rolling back GGPLOT to V3.2.0 fixed it:
devtools::install_github("tidyverse/ggplot2",ref = "v3.2.0")