Re: [Rd] Windows check problems.

2019-12-16 Thread Tomas Kalibera
For reference, this has been addressed in R-devel, R now falls back to copy when symlinking of the package directory silently fails. Thanks to Duncan for his analysis and a patch that fixed this. Tomas On 12/11/19 5:22 PM, Duncan Murdoch wrote: The thread starting with this message: https://s

Re: [Rd] source definition for R_NilValue/return from TYPEOF(R_NilValue)

2019-12-16 Thread Ivan Krylov
On Sun, 15 Dec 2019 10:47:11 + Dan Kortschak wrote: > I'd like to see the source definition of R_NilValue, but after > fair bit of searching I cannot find an obviously location for this. > > Would someone please point me in the right direction? As far as I understand, the assignment to R_Ni

Re: [Rd] source definition for R_NilValue/return from TYPEOF(R_NilValue)

2019-12-16 Thread Gábor Csárdi
It is in the source: https://github.com/wch/r-source/blob/ea8c13aef93058c71d647619583b561567856584/src/include/Rinternals.h#L110 https://github.com/wch/r-source/blob/ea8c13aef93058c71d647619583b561567856584/src/include/Rinternals.h#L1798 It could probably be in https://cran.r-project.org/doc/manua

[Rd] source definition for R_NilValue/return from TYPEOF(R_NilValue)

2019-12-16 Thread Dan Kortschak
Hello, for reasons I want to know the return value of TYPEOF(R_NilValue), I expect it to be NILSXP, but I can't find this documented anywhere. Ideally, I'd like to see the source definition of R_NilValue, but after fair bit of searching I cannot find an obviously location for this. Would someone