Forum: open_discussion


RE: Problem in Installing the new version [ Reply ] By: Samir KC on 2018-01-17 03:08 | [forum:45574] |
Thank you. I installed the following and then updated my R version and now it works. install.packages(c("devtools","pbkrtest","quantreg","network")) |
RE: Problem in Installing the new version [ Reply ] By: Marcus Wurzer on 2018-01-15 15:52 | [forum:45566] |
Hi, does it work if you install the "quantreg" package (and maybe 2 or 3 others that are said to be missing) before you try to install "MSDem"? If not, it is probably related to the fact you are using an older version of R. Does it work if you update to the most recent R version (3.4.3)? Best, Marcus |
Problem in Installing the new version [ Reply ] By: Samir KC on 2018-01-15 13:01 | [forum:45565] |
HI, I could not run the MSDem. I installed 'devtools' and then ran the following: Samir > install.packages("MSDem", repos="http://R-Forge.R-project.org") Installing package into ‘C:/Users/HP/Documents/R/win-library/3.4’ (as ‘lib’ is unspecified) also installing the dependency ‘network’ Package which is only available in source form, and may need compilation of C/C++/Fortran: ‘network’ These will not be installed trying URL 'http://R-Forge.R-project.org/bin/windows/contrib/3.4/MSDem_0.0.2.7.zip' Content type 'application/zip' length 294677 bytes (287 KB) downloaded 287 KB package ‘MSDem’ successfully unpacked and MD5 sums checked The downloaded binary packages are in C:\Users\HP\AppData\Local\Temp\RtmpiyScKv\downloaded_packages > library(MSDem) Error: package or namespace load failed for ‘MSDem’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): there is no package called ‘quantreg’ In addition: Warning message: package ‘MSDem’ was built under R version 3.4.3 |