Re: [Rd] New behavior when running script in package directory?

2023-06-20 Thread Jan van der Laan
Could there be a .Rprofile or .RData file in the directory where you start R? These are run/loaded when you start R when present (with the default arguments when starting R). HTH, Jan On 20-06-2023 23:38, Dominick Samperi wrote: When I run a script foo.R containing some trivial code in m

[Rd] New behavior when running script in package directory?

2023-06-20 Thread Dominick Samperi
When I run a script foo.R containing some trivial code in my home directory, via Emacs/ESS, everything works as expected: R starts, and a setwd() command to set the working directory is run automatically before the code in the script is run. But if I copy foo.R to some package/R directory strange

[Rd] Installation of R-4.3.1 with intel 2022

2023-06-20 Thread Giuseppe Calò
Hi all, I have the issue: icc -std=c99 -std=gnu11 -I../../src/extra -I../../src/extra/xdr -I. -I../../src/include -I../../src/include -I/usr/local/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O3 -wd188 -ip -mp -c eval.c -o eval.o arithmetic.c(66): warning #274: declaration i

Re: [Rd] https://cran.r-project.org/src/base-prerelease/ is not updating

2023-06-20 Thread peter dalgaard
To be more precise, the thing that happened was that Simon had changed the installation directory for texi2any with the 4.3.0 Mac binaries. The release manager (me) needed to update materials for Mon-Wed oral exams, so upgraded to a recent prerelease. This broke the nightly builds because it wo