search for: quet

Displaying 5 results from an estimated 5 matches for "quet".

Did you mean: que
2013 Mar 14
3
how to change "`Year_Month)201103`" into "Year_Month)201103" using R?
HI, I have the pattern like "`Year_Month)201103`" I want to delete single quotes within double quetes. I want to change it into "Year_Month)201103" , how to do it in r? Thanks a lot. Tammy [[alternative HTML version deleted]]
2005 Jun 21
9
[OT] Memory Models and Multi/Virtual-Cores -- WAS: 4.0 -> 4.1 update failing
From: Maciej ?enczykowski <maze at cela.pl> > That's a good point - does anyone know what the new Intel > Virtualization thingamajig in the new dual core pentium D's is about? It's all speculation at this point. But there are _several_ factors. But I'm sure the first time Intel saw AMD's x86-64/PAE52 presentation, the same thing popped into my mind that popped
2023 Aug 31
1
Problems with installing R packages from source and running C++ in R, even on fresh R installation
> When installing packages containing code to compile, R eventually calls > R CMD SHLIB. Same thing happens with inline C++: it gets stored in a > temporary file, compiled into a *.dll using R CMD SHLIB and then loaded > using dyn.load(). > > Write the following into a file named hello.c: > > #include <R.h> > #include <Rinternals.h> > SEXP hello(void) {
2023 Aug 31
1
Problems with installing R packages from source and running C++ in R, even on fresh R installation
> This can be considered good news. You have just successfully performed > the job that is normally done by R CMD SHLIB when installing source > packages or running inline C++ code. The environment variables, at > least inside your running R session, are completely fine. > > Now we need to find out why R CMD SHLIB itself fails without producing > any output. Do you get any
2023 Aug 31
1
Problems with installing R packages from source and running C++ in R, even on fresh R installation
...ll the output related to the environment variables 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_SI...