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.
Asked
Active
Viewed 377 times
0
-
Describe how your “R-session is aborting”. Do you get an error message? Tell it to us. – Dour High Arch Oct 22 '14 at 01:00
-
How are you running R, through Rstudio, Eclipse, natively...? – Roman Luštrik Oct 22 '14 at 08:03
1 Answers
-1
db <- available.packages()
deps <- tools::package_dependencies("Deducer", db)$Deducer
install.packages(deps)

LearnR
- 1
- 3