GREA
GREA copied to clipboard
Install package failed - unexpected symbol in "Microsoft DiskPart"
After installed all require packages, I run this code:
devtools::install_github("Stan125/GREA")
Here's result
Downloading GitHub repo Stan125/GREA@master from URL https://api.github.com/repos/Stan125/GREA/zipball/master Installing GREA "F:/Programming/R/R-3.3.1/bin/x64/R" --no-site-file --no-environ
--no-save --no-restore --quiet CMD INSTALL "D:/DATA/App
Cache/WindowsTemp/Temp/Rtmp4Aq6YN/devtools35b428f40be/Stan125-GREA-e80db34"
--library="F:/Programming/R/R-3.3.1/library" --install-tests
- installing source package 'GREA' ... ** R ** inst ** preparing package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded *** arch - i386 ARGUMENT 'Cache\WindowsTemp\Temp\Rtmpwh8yJW\Rin36a86eb36998' ignored
Error: unexpected symbol in "Microsoft DiskPart" Execution halted *** arch - x64 ARGUMENT 'Cache\WindowsTemp\Temp\Rtmpwh8yJW\Rin36a878dd7c2a' ignored
Error: unexpected symbol in "Microsoft DiskPart" Execution halted ERROR: loading failed for 'i386', 'x64'
- removing 'F:/Programming/R/R-3.3.1/library/GREA' Error: Command failed (1)
Hi there,
could be an issue with R 3.3.1, I'm only using R 3.3.0. However googling this issue seems to bring up some problems regarding installing something on external devices. Are you running R on an external drive?
Best, Stani
Hi Stani,
I installed R on my secondary drive which is always attached inside my computer.
Hmm... there seems to be something wrong with installing stuff on this drive.
However, I can't really tell what the problem is. Maybe try to set the location of your packages manually? You can do so with .libPaths("PATH_OF_PACKAGE_LOCATIONS")
.
same result on Windows 10.
Anyway, this package runs perfectly on OSX 10.11.6