Displaying 2 results from an estimated 2 matches for "r_rtools43_path".
2023 Aug 31
1
Problems with installing R packages from source and running C++ in R, even on fresh R installation
? Thu, 31 Aug 2023 11:57:06 +0000
Christophe Bousquet <chr_bousquet at protonmail.com> ?????:
> > tools::Rcmd('SHLIB -n hello.c')
> > tools::Rcmd('SHLIB hello.c')
> >
> > What do the commands print? Does the second command fail?
>
> I basically get no output from the two commands, apart from a new
> blank R prompt.
So starting a new
2023 Aug 31
1
Problems with installing R packages from source and running C++ in R, even on fresh R installation
...iables for R as well as Sys.which():
```
> Sys.getenv("RTOOLS42_HOME")
[1] "C:/rtools42"
> Sys.getenv("RTOOLS43_HOME")
[1] "C:/rtools43"
> Sys.getenv("R_USER")
[1] "C:\\Users\\Christophe Bousquet\\Documents"
> Sys.getenv("R_RTOOLS43_PATH")
[1] "C:/rtools43/x86_64-w64-mingw32.static.posix/bin;C:/rtools43/usr/bin"
> Sys.getenv("R_LIBS_USER")
[1] "C:\\Users\\Christophe Bousquet\\AppData\\Local/R/win-library/4.3"
> Sys.getenv("R_LIBS_SITE")
[1] "C:/PROGRA~1/R/R-43~1.1/site-library...