2

I am trying install packages in R, using the command:

install.packages('gdtools', configure.vars="INCLUDE_LIB=path1 path2")

but this command is wrong. How can I connect the two include paths?

gung - Reinstate Monica
  • 11,583
  • 7
  • 60
  • 79
blair
  • 41
  • 6
  • Please read the info about [how to ask a good question](http://stackoverflow.com/help/how-to-ask) and how to give a [reproducible example](http://stackoverflow.com/questions/5963269). This will make it much easier for others to help you. – zx8754 Jul 22 '16 at 09:38
  • I think you are missing some things in your code. How about trying: `install.packages('gdtools',configure.vars =" --with-gdtools-include= path1" )`. There is a detailed explanation [here](https://stat.ethz.ch/R-manual/R-devel/library/utils/html/install.packages.html) – Edu Jul 22 '16 at 09:49
  • @blair Have you found a solution? It is really needed for me, if you can share it, it would be great! – koralgooll Nov 15 '18 at 16:59

0 Answers0