[Rd] R Lapack – why a subset?

2018-03-25 Thread Baptiste Auguie
Hi, Why doesn't R include a full Lapack but only a subset? My cda package (now archived) relying on RcppArmadillo has broken multiple times on CRAN over the past few years following updates in the underlying Armadillo library, Every time it follows the same pattern: Armadillo adds a function to s

Re: [Rd] Workflow for translations?

2018-03-25 Thread Michael Lawrence
Hi Detlef, Sorry, this is something that I have been supposed to be doing. I will send out a call soon. Michael On Sun, Mar 25, 2018 at 10:00 AM, Detlef Steuer wrote: > Hi friends, > > what happend to the "call for translation" that was a clear > signal to start working on an update for transa

[Rd] Suggesting patch to link DOIs against secure resolver

2018-03-25 Thread Katrin Leinweber
Dear Madams and Sirs, because the DOI foundation recommends a new, secure resolver [1], I wanted to suggest the attached patch. It a) updates a static DOI link in the docu, b) the code chunks that generate new ones, and c) a reg-ex that detects DOI links. Hopefully, my first venture into SVN & p

[Rd] Workflow for translations?

2018-03-25 Thread Detlef Steuer
Hi friends, what happend to the "call for translation" that was a clear signal to start working on an update for transations in former times? What is the supposed workflow for translations at the moment? Did I miss some policy change there? Can I read it up somewhere? All the best Detlef __

Re: [Rd] R-devel Digest, Vol 181, Issue 22

2018-03-25 Thread Randall Pruim
Thanks. I am fully aware of what aggregate() returnes, and I can post-process this into the form I want — if the names are available. But for foo, the returned object is both different in structure and loses the name altogether: foo <- function(x) { c(mean = base::mean(x)) } str(aggregate(iris