Displaying 5 results from an estimated 5 matches for "r_compiled_by".
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
...env("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"
> Sys.getenv("R_HOME")
[1] "C:/PROGRA~1/R/R-43~1.1"
> Sys.getenv("R_COMPILED_BY")
[1] "gcc 12.2.0"
> Sys.getenv("R_ARCH")
[1] "/x64"
> Sys.which("Make")
                              Make 
"C:\\rtools43\\usr\\bin\\Make.exe" 
> Sys.which("GCC")
                                       GCC 
"C:\\rtools4...
2017 Jul 04
0
Unable to install packages in R: Error in if (any(diff)) { : missing .....
...eIntel
PROCESSOR_LEVEL 6
PROCESSOR_REVISION 1706
ProgramData C:\ProgramData
ProgramFiles C:\Program Files
ProgramFiles(x86) C:\Program Files (x86)
ProgramW6432 C:\Program Files
PROMPT $P$G
PSModulePath C:\Windows\system32\WindowsPowerShell\v1.0\Modules\
PUBLIC C:\Users\Public
R_ARCH /x64
R_COMPILED_BY gcc 4.9.3
R_HOME c:/PROGRA~1/R/R-34~1.1
R_LIBS_USER C:\Users\anp\Documents/R/win-library/3.4
R_USER C:\Users\anp\Documents
SESSIONNAME Console
SystemDrive C:
SystemRoot C:\Windows
TEMP C:\Users\anp\AppData\Local\Temp
TMP C:\Users\anp\AppData\Local\Temp
USERDOMAIN abril
USERNAME anp
USERP...
2023 Apr 21
0
[Rd] R 4.3.0 is released
...ot;Will be an
      error!".
    * sessionInfo() now also contains La_version() and reports codepage
      and timezone when relevant, in both print() and toLatex() methods
      which also get new option tzone for displaying timezone
      information when locale = FALSE.
    * New function R_compiled_by() reports the C and Fortran compilers
      used to build R, if known.
    * predict(<lm>, newdata = *) no longer unnecessarily creates an
      offset of all 0s.
    * solve() for complex inputs now uses argument tol and by default
      checks for 'computational singularity' (as i...
2023 Apr 21
0
[Rd] R 4.3.0 is released
...ot;Will be an
      error!".
    * sessionInfo() now also contains La_version() and reports codepage
      and timezone when relevant, in both print() and toLatex() methods
      which also get new option tzone for displaying timezone
      information when locale = FALSE.
    * New function R_compiled_by() reports the C and Fortran compilers
      used to build R, if known.
    * predict(<lm>, newdata = *) no longer unnecessarily creates an
      offset of all 0s.
    * solve() for complex inputs now uses argument tol and by default
      checks for 'computational singularity' (as i...