Guest User

Untitled

a guest
Feb 20th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. mPath <- strsplit(Sys.getenv("PATH"), ";")[[1]]
  2. mPath[grep("Rtools", mPath)]
  3. # [1] "C:\Temp\Rtools\bin" "C:\Temp\Rtools\gcc-4.6.3\bin"
  4. # [3] "C:\Temp\Rtools\gcc-4.6.3\bin32" "C:\Temp\Rtools\mingw_32\bin"
  5.  
  6. library(Rcpp)
  7. evalCpp("1+1")
  8.  
  9. library(installr)
  10. install.Rtools()
Add Comment
Please, Sign In to add comment