Skip to content

[Rcpp-devel] Rcpp-devel Digest, Vol 85, Issue 8

3 messages · Christian Gunning, Balamuta, James Joseph, Dirk Eddelbuettel

#
On Wed, Nov 23, 2016 at 4:00 AM,
rcpp-devel-request at lists.r-forge.r-project.org <
rcpp-devel-request at lists.r-forge.r-project.org> wrote:

            
Ben,

Good to hear it's been useful. I'll plan to take a look and clean it up
this weekend.

best,
-Christian
#
Greetings and Salutations Ben and Christian,

This issue has been addressed! In fact, Dirk beat me to it by a few minutes.  See

https://github.com/RcppCore/RcppArmadillo/issues/111

Alas, the updated version has yet to be pushed to CRAN due to the monthly update policy. If I had to guess, this noisy deprecated warning should be resolved sometime between now and next week as the timing is in alignment for the cadence of a monthly release for RcppArmadillo.

Sincerely,

JJB

From: rcpp-devel-bounces at lists.r-forge.r-project.org [mailto:rcpp-devel-bounces at lists.r-forge.r-project.org] On Behalf Of Christian Gunning
Sent: Wednesday, November 23, 2016 5:22 AM
To: rcpp-devel at lists.r-forge.r-project.org
Cc: bbolker at gmail.com
Subject: Re: [Rcpp-devel] Rcpp-devel Digest, Vol 85, Issue 8
On Wed, Nov 23, 2016 at 4:00 AM, rcpp-devel-request at lists.r-forge.r-project.org<mailto:rcpp-devel-request at lists.r-forge.r-project.org> <rcpp-devel-request at lists.r-forge.r-project.org<mailto:rcpp-devel-request at lists.r-forge.r-project.org>> wrote:
Using the amazingly useful

http://gallery.rcpp.org/articles/using-the-Rcpp-based-sample-implementation/<https://urldefense.proofpoint.com/v2/url?u=http-3A__gallery.rcpp.org_articles_using-2Dthe-2DRcpp-2Dbased-2Dsample-2Dimplementation_&d=DQMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Oj62bnDE1oueLU-seL9f0p1xxu4Hvw2JDuP8BUw91c8&m=MtuTSoS6h-4bpL05d9jcymFtjV3Vi3M0rEv1bGfI8qk&s=sWO0ks9GZpq9ibvXN7wm43hpqkqjWEzVzNiF-k5Qmfw&e=>

I get a bunch of compiler warnings (copied in full below); the crux seems
to be

typename T1::elem_type = double; arma::uword = unsigned int]? is deprecated

   I could dig in and try to fix this myself but feel like it might be a
deep rabbit hole for me ...  This is not critical, but it would
certainly be nice to have my code compile clean.

  (I'm happy to report this elsewhere if there is a more appropriate venue.)

Ben,
Good to hear it's been useful. I'll plan to take a look and clean it up this weekend.
best,
-Christian

--
A man, a plan, a cat, a ham, a yak, a yam, a hat, a canal ? Panama!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/rcpp-devel/attachments/20161123/76b4c832/attachment.html>
#
On 23 November 2016 at 17:37, Balamuta, James Joseph wrote:
| Alas, the updated version has yet to be pushed to CRAN due to the monthly
| update policy. If I had to guess, this noisy deprecated warning should be
| resolved sometime between now and next week as the timing is in alignment for
| the cadence of a monthly release for RcppArmadillo.

All true but I do also follow Conrad's schedule for Armadillo proper -- so so
if he pushes nothing I may not either.

And maybe this issue is not that important and can be addressed with an
installation against the Github repo (which is indeed at GH-only release
snapshot).

Thanks again to Christian for sample which turned out to be really useful and
popular. 

Dirk