Skip to content

devtools::install_github("dselivanov/rsparse") Win7 Will not compile. #20

Closed
@jamespr615

Description

@jamespr615

sessionInfo()
R version 3.4.4 (2018-03-15)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1

Matrix products: default


I could download and build 'float'.

devtools::install_github("dselivanov/float")
it works.

devtools::install_github("dselivanov/rsparse")

  • installing source package 'rsparse' ...
    WARNING: this package has a configure script
    It probably needs manual configuration

** libs
*** arch - i386
C:/RBuildTools/3.4/mingw_32/bin/g++ -I"C:/PROGRA1/R/R-341.4/include" -DNDEBUG -I"C:/Users/reefej/R/win-library/3.4/Rcpp/include" -I"C:/Users/reefej/R/win-library/3.4/RcppArmadillo/include" -O2 -Wall -mtune=generic -c FTRL.cpp -o FTRL.o
In file included from C:/RBuildTools/3.4/mingw_32/i686-w64-mingw32/include/c++/random:35:0,
from FTRL.cpp:1:

C:/RBuildTools/3.4/mingw_32/i686-w64-mingw32/include/c++/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
#error This file requires compiler and library support for the
^
In file included from rsparse.h:1:0,
from FTRL.cpp:2:

I am not sure how to change settings in downloaded package. After, rsparse is not there.

HOWEVER
Observing from another issue,

install.packages('githubinstall')
library('githubinstall')
githubinstall::gh_install_packages("rsparse", ask = FALSE, force=TRUE)

This works fine and rsparse is there.

Oops. No.

I got this:

githubinstall::gh_install_packages("rsparse", ask = FALSE, force=TRUE)

Downloading GitHub repo dgrtwo/rparse@master
from URL https://api.github.com/repos/dgrtwo/rparse/zipball/master
Installing rparse
"C:/PROGRA1/R/R-341.4/bin/x64/R" --no-site-file --no-environ --no-save --no-restore --quiet CMD INSTALL
"C:/Users/reefej/AppData/Local/Temp/RtmpykTwMI/devtools19686420f4c/dgrtwo-rparse-bdef159" --library="C:/Users/reefej/R/win-library/3.4"
--install-tests

It then downloads into rparse. And I cannot load the library.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions