[Rd] package.skeleton hello* files

2023-02-14 Thread Gabor Grothendieck
Is there some way to avoid the automatic generation of hello* files in package.skeleton? I found that the following does it on Windows but then it does not create an R directory which I still want and also it gives warnings which I don't want. package.skeleton(code_files = "NUL") -- Statistics &

Re: [Rd] long path names (more than 260 chars) not working under Windows OS, longPathAware missing in exe manifests?

2023-02-14 Thread Tomas Kalibera
On 2/14/23 12:11, Roman Hille wrote: Can you help please? All file und dir funktions and also basename() do not work in R under Windows OS if the path is longer than 260 characters. The problem seems to be, that the manifest for all R executables do not have the longPathAware switch in the mani

[Rd] long path names (more than 260 chars) not working under Windows OS, longPathAware missing in exe manifests?

2023-02-14 Thread Roman Hille
Can you help please? All file und dir funktions and also basename() do not work in R under Windows OS if the path is longer than 260 characters. The problem seems to be, that the manifest for all R executables do not have the longPathAware switch in the manifest. (The registry and or the group po

Re: [Rd] Documentation bug?

2023-02-14 Thread Sebastian Meyer
Thanks. The note is indeed outdated since at least R 2.9.0 with NEWS o predict.lm() now works correctly when the fit had more than one offset (possibly specified both in the formula and as an argument). This function is called by predict.glm(), so the same isses are

[Rd] Documentation bug?

2023-02-14 Thread GILLIBERT, Andre via R-devel
Dead R developers, In R-devel 2023-02-11 and older R versions, there is a note in the "lm {stats}" help page specifying that: > Offsets specified by offset will not be included in predictions by > predict.lm, whereas > those specified by an