-
Notifications
You must be signed in to change notification settings - Fork 29
Description
When downloading and install from .zip I get:
install.packages("D:/gputools.zip", repos = NULL, type = "win.binary")
Installing package into ‘C:/Users/DELL/Documents/R/win-library/3.5’
(as ‘lib’ is unspecified)
Warning in install.packages :
cannot open compressed file 'gputools/DESCRIPTION', probable reason 'No such file or directory'
Error in install.packages : cannot open the connection
install.packages("D:/gputools.zip", repos = NULL, type = "win.binary",lib ='C:\Users\DELL\Documents\R\win-library\3.5')
Error: '\U' used without hex digits in character string starting "'C:\U"
install.packages("D:/gputools.zip", repos = NULL, type = "win.binary",lib ='C:/Users/DELL/Documents/R/win-library/3.5')
Warning in install.packages :
cannot open compressed file 'gputools/DESCRIPTION', probable reason 'No such file or directory'
Error in install.packages : cannot open the connection
When using devtools:
install_github('nullsatz/gputools')
Downloading GitHub repo nullsatz/gputools@master
from URL https://api.github.com/repos/nullsatz/gputools/zipball/master
WARNING: Rtools is required to build R packages, but no version of Rtools compatible with R 3.5.1 was found. (Only the following incompatible version(s) of Rtools were found:3.5)
Please download and install the appropriate version of Rtools from http://cran.r-project.org/bin/windows/Rtools/.
Installing gputools
"C:/PROGRA1/R/R-351.1/bin/x64/R" --no-site-file --no-environ --no-save --no-restore --quiet
CMD INSTALL
"C:/Users/DELL/AppData/Local/Temp/RtmpaWmhEP/devtoolsd1839887730/nullsatz-gputools-f856299"
--library="C:/Users/DELL/Documents/R/win-library/3.5" --install-tests
-
installing source package 'gputools' ...
WARNING: this package has a configure script
It probably needs manual configuration
** libs
*** arch - i386
Warning in system(cmd) : 'make' not found
ERROR: compilation failed for package 'gputools'
- removing 'C:/Users/DELL/Documents/R/win-library/3.5/gputools'
In R CMD INSTALL
Installation failed: Command failed (1)