Re: [Rd] installing from source

2020-12-28 Thread Martin Maechler
> Ben Bolker > on Sun, 27 Dec 2020 15:02:47 -0500 writes: > There is a recurring issue with installing from source into paths > that contain single quotes/apostrophes. "Why would anyone do that??" is > certainly a legitimate response to such a problem, but I would also s

Re: [Rd] .Fortran to .Call

2020-12-28 Thread Therneau, Terry M., Ph.D. via R-devel
Roger,  Over the years I have converted many of the .C calls in the survival package to .Call.  As others have said, the big advantage is memory footprint.  I did it because there are a few users who call survfit or coxph with really large data sets, and not copying the data can be the diffe

Re: [Rd] installing from source

2020-12-28 Thread Ben Bolker
Kevin Ushey pointed out to me privately that he submitted a bug report and a patch for this about a month ago, which Kurt Hornik put in R-devel (c79477): https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17973 On 12/28/20 4:35 AM, Martin Maechler wrote: Ben Bolker on Sun, 27 Dec 2020

[Rd] Suppress conflict messages when mask.ok

2020-12-28 Thread Magnus Torfason
I was very happy to see the new mask.ok option. It works very well when conflicts.policy is "strict": --- options(conflicts.policy="strict") library(igraph, exclude="decompose", mask.ok=c("spectrum","union")) #> [No messages] --- However, if no conflicts.policy has been set, the masked objects ar