Session aborting while loading library iplots

390 Views Asked by At

I tried to load the library Deducer, and while doing so the packages ggplot, JGR, rJava, and JavaGD were loading successfully, but my R-session is aborting when plotting.

1

There are 1 best solutions below

1
On
db <- available.packages()    
deps <- tools::package_dependencies("Deducer", db)$Deducer
install.packages(deps)