Installation ggplot fails on dependencies

Dear all

installing ggplot2 on the updated KNIME internal R
R version 3.4.2 (2017-09-28) – “Short Summer”
Copyright © 2017 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)

using install.packages(“ggplot2”, dependencies = TRUE)

i still get

ERROR: dependencies ‘digest’, ‘glue’, ‘isoband’, ‘rlang’, ‘tibble’ are not available for package ‘ggplot2’

  • removing ‘C:/Program Files/KNIME/plugins/org.knime.ext.r3.bin.win32.x86_3.4.2.v201908122017/R-Inst/library/ggplot2’

how to resolve the problem?

@Gerd,
welcome to the community!

I’d assume that there are a couple of errors missing. Do you see any error that mentions something like
cannot find > -<something>.
If so please install the missing libs, e.g., Fortran, C/C++ compiler, SSL. What’s missing should be clear from the name of <something>

Hope that helps
Mark

1 Like