OHDSI / EmpiricalCalibration

An R package for performing empirical calibration of observational study estimates
http://ohdsi.github.io/EmpiricalCalibration/
10 stars 9 forks source link

GGPLOT2 V3.3.0 throwing Errors #2

Closed ericaVoss closed 4 years ago

ericaVoss commented 4 years ago

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")

schuemie commented 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.

schuemie commented 4 years ago

Latest version of ParallelLogger is now in CRAN