find_rtools()
[1] TRUE
Sys.which( "g++" )
g++
"C:\\PROGRA~1\\MINGW-~1\\X86_64~1.2-P\\mingw64\\bin\\G__~1.EXE" \
devtools::install_github("hadley/bigvis")\
Downloading github repo hadley/bigvis@master\
Installing bigvis
"F:/PROGRA~1/R-31~1.2/bin/x64/R" --vanilla CMD INSTALL
"C:/Users/Qiuyang/AppData/Local/Temp/Rtmp2JMGDL/devtools33f847ad29a4/hadley-bigvis-1cdfdc2"
--library="F:/Program files/R-3.1.2/library" --install-tests
(omit some lines)
make: *** [group.o] Error 1
Warning: running command 'make -f "Makevars.win" -f "F:/PROGRA~1/R-31~1.2/etc/x64/Makeconf" -f "F:/PROGRA~1/R-31~1.2/share/make/winshlib.mk" SHLIB_LDFLAGS='$(SHLIB_CXXLDFLAGS)' SHLIB_LD='$(SHLIB_CXXLD)' SHLIB="bigvis.dll" WIN=64 TCLBIN=64 OBJECTS="BigVis.o BinnedVector.o BinnedVectors.o RcppExports.o Summary2d.o condense.o double-diff-sum.o frange.o group.o lowerBound.o smooth-nd.o stats.o summary.o"' had status 2
ERROR: compilation failed for package 'bigvis'
* removing 'F:/Program files/R-3.1.2/library/bigvis'
Error: Command failed (1)
install.packages("bigvis-master", repos = NULL, type = "source")
Warning: invalid package 'bigvis-master'
Error: ERROR: no packages specified
Warning messages:
1: running command '"F:/PROGRA~1/R-31~1.2/bin/x64/R" CMD INSTALL -l "F:\Program files\R-3.1.2\library" "bigvis-master"' had status 1
2: In install.packages("bigvis-master", repos = NULL, type = "source") :
installation of package ‘bigvis-master’ had non-zero exit status
There is link to previous answers. However neither work for me.
Is the bigvis package for R not available for R version 3.0.1?