[Rcpp-devel] [Pre-ANN] RcppArmadillo 0.7.960.1.0

2017-08-16 Thread Dirk Eddelbuettel
RcppArmadillo 0.7.960.1.0 has been ready for a few days and sitting at CRAN, due to a seemingly unlucky combination of travel, weekend,, systems outage and what not. But it has been five full days now , and nobody has told me what if anything is non-standard with the package so ... I give up now.

Re: [Rcpp-devel] [Pre-ANN] RcppArmadillo 0.7.960.1.0

2017-08-16 Thread Kurt Hornik
> Dirk Eddelbuettel writes: Dirk: When checking the reverse depends, we're seeing problems with quanteda, both with the old version of this as well as the new one published last night. E.g. Package: quanteda [Old version: 0.9.9-65, New version: 0.99] Check: examples New result: ERROR Runn

Re: [Rcpp-devel] [Pre-ANN] RcppArmadillo 0.7.960.1.0

2017-08-16 Thread Dirk Eddelbuettel
Hi Kurt, Much appreciate the update. On 16 August 2017 at 17:23, Kurt Hornik wrote: | > Dirk Eddelbuettel writes: | | Dirk: | | When checking the reverse depends, we're seeing problems with quanteda, | both with the old version of this as well as the new one published last | night. E.g. |

Re: [Rcpp-devel] [Pre-ANN] RcppArmadillo 0.7.960.1.0

2017-08-16 Thread Kurt Hornik
> Dirk Eddelbuettel writes: Thanks. So I guess we should publish the new RcppArmadillo and ask the quanteda maintainer to fix as necessary? Best -k > Hi Kurt, > Much appreciate the update. > On 16 August 2017 at 17:23, Kurt Hornik wrote: > | > Dirk Eddelbuettel writes: > | > | Dirk:

Re: [Rcpp-devel] [Pre-ANN] RcppArmadillo 0.7.960.1.0

2017-08-16 Thread Dirk Eddelbuettel
On 16 August 2017 at 18:11, Kurt Hornik wrote: | > Dirk Eddelbuettel writes: | | Thanks. So I guess we should publish the new RcppArmadillo and ask the | quanteda maintainer to fix as necessary? And I'll help. I have not interacted much with Ken, but we have mutual acquaintances and I am su

Re: [Rcpp-devel] grDevices issue with RInside

2017-08-16 Thread Jonathon Love
hi dirk, i've got it! Rst.rhome is assigned here from getenv() (and no copy is made): https://github.com/eddelbuettel/rinside/blob/d94b999b1f9a5b9a7c1eaefc89abe40ea0d2d4d2/src/RInside.cpp#L164 It makes it's way down inside of R, and is assigned to R_Home: https://github.com/wch/r-source/blob/

Re: [Rcpp-devel] grDevices issue with RInside

2017-08-16 Thread Dirk Eddelbuettel
On 16 August 2017 at 19:50, Jonathon Love wrote: | hi dirk, | | i've got it! | | Rst.rhome is assigned here from getenv() (and no copy is made): | | https://github.com/eddelbuettel/rinside/blob/d94b999b1f9a5b9a7c1eaefc89abe40ea0d2d4d2/src/RInside.cpp#L164 | | It makes it's way down inside of