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
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
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
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