Closed Dathan87 closed 4 years ago
> version
_
platform x86_64-w64-mingw32
arch x86_64
os mingw32
system x86_64, mingw32
status
major 3
minor 5.2
year 2018
month 12
day 20
svn rev 75870
language R
version.string R version 3.5.2 (2018-12-20)
nickname Eggshell Igloo
It seams a dependency related problem on windows build system. Try the following:
Be sure you have installed Rtools and enabled the "set path" checkbox on the installation wizard (I do not understand the reasons but it is disabled by default)
Sometimes it helps to have Rcpp installed before installing rMSI. So, install it with: install.packages('Rcpp')
Thank you! I have followed your suggestions and it is working.
I'm glad to hear this! Making this issue as closed
Hi, I am trying to install rMSI but I have got this error when I use devtools.
Thanks in advance for your help