0

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.

hrbrmstr
  • 77,368
  • 11
  • 139
  • 205
Othin Ram
  • 13
  • 1
  • 3

1 Answers1

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