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?
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?