I'd like to use R to send SVMLight format (of a sparse Matrix) to h2o for processing. Trying to install the sparsity package so i can convert from sparse matrix to SVMLight, using the following:
devtools::install_github("Laurae2/sparsity")
or devtools:::install_github("Laurae2/sparsity")
However, i keep getting this error message:
Installation failed: Timeout was reached.
it doesn't matter which one i use, i get the same error
I am behind no proxy, and have all dependent packages installed.
I've also tweaked around with options(download.file.method = "") with various methods but to no avail. Searched the web, tried everything and still no success. Is the package still available for download and installation? I'm using R version:
platform x86_64-w64-mingw32
arch x86_64
os mingw32
system x86_64, mingw32
status
major 3
minor 4.0
year 2017
month 04
day 21
svn rev 72570
language R
version.string R version 3.4.0 (2017-04-21)
nickname You Stupid Darkness
I'd like to use R to send SVMLight format (of a sparse Matrix) to h2o for processing. Trying to install the sparsity package so i can convert from sparse matrix to SVMLight, using the following: devtools::install_github("Laurae2/sparsity") or devtools:::install_github("Laurae2/sparsity")
However, i keep getting this error message: Installation failed: Timeout was reached.
it doesn't matter which one i use, i get the same error I am behind no proxy, and have all dependent packages installed. I've also tweaked around with options(download.file.method = "") with various methods but to no avail. Searched the web, tried everything and still no success. Is the package still available for download and installation? I'm using R version:
platform x86_64-w64-mingw32
arch x86_64
os mingw32
system x86_64, mingw32
status
major 3
minor 4.0
year 2017
month 04
day 21
svn rev 72570
language R
version.string R version 3.4.0 (2017-04-21) nickname You Stupid Darkness