Re: [Rcpp-devel] Rcpp Makevars COPYING policy?

2013-10-15 Thread Dirk Eddelbuettel
On 15 October 2013 at 22:34, Jonathan Olmsted wrote: | Dirk, If I just looked in the right spot of xts, I'd have seen the header trick | on the "host package" spelled out in plain English. *sigh* Well that is actually almost something else... Anyway I found the examples of xts exports (some of

Re: [Rcpp-devel] Rcpp Makevars COPYING policy?

2013-10-15 Thread Jonathan Olmsted
Finally, some closure... Romain, as you sensed, I did not *really* need linking. Of course, I did not realize that earlier. You were completely right to point in the direction of registering functions. And, while I wish this was some new feature, it's been in R for a *long* time. How the answer co

Re: [Rcpp-devel] Rcpp Makevars COPYING policy?

2013-10-15 Thread Darren Cook
> Intellectual property rights confuse the heck out of me so I wanted to ask > explicitly before stepping on any toes. Rcpp is GPL-2. However, the > Makevars in the ./src/ directory don't necessarily carry the same license > header as your Cpp source. What are your intentions for derivative use of

Re: [Rcpp-devel] Rcpp Makevars COPYING policy?

2013-10-15 Thread Dirk Eddelbuettel
Jonathan, On 15 October 2013 at 15:27, Jonathan Olmsted wrote: | Dirk and Romain (in the order listed in the file mentioned below), | | Intellectual property rights confuse the heck out of me so I wanted to ask | explicitly before stepping on any toes. Rcpp is GPL-2. However, the Makevars in A

Re: [Rcpp-devel] Rcpp Makevars COPYING policy?

2013-10-15 Thread Romain Francois
Le 15/10/13 21:27, Jonathan Olmsted a écrit : Dirk and Romain (in the order listed in the file mentioned below), Intellectual property rights confuse the heck out of me so I wanted to ask explicitly before stepping on any toes. Rcpp is GPL-2. However, the Makevars in the ./src/ directory don't n

[Rcpp-devel] Rcpp Makevars COPYING policy?

2013-10-15 Thread Jonathan Olmsted
Dirk and Romain (in the order listed in the file mentioned below), Intellectual property rights confuse the heck out of me so I wanted to ask explicitly before stepping on any toes. Rcpp is GPL-2. However, the Makevars in the ./src/ directory don't necessarily carry the same license header as your

[Rcpp-devel] Help with Installing RInside examples on OSX

2013-10-15 Thread Conrad Bielski
On Tuesday, October 15, 2013 2:25 PM, Conrad Bielski wrote: Thanks Dirk, didn't realise that I could just run make! So now I have to see why the cmake doesn't work in this case, thanks! My output from make below. Conrad :) tatas-MacBook-Pro:standard tata$ make rinside_sample2 llvm-g++-4.

Re: [Rcpp-devel] Help with Installing RInside examples on OSX

2013-10-15 Thread Dirk Eddelbuettel
Conrad, On 15 October 2013 at 03:56, Conrad Bielski wrote: | I wanted to setup Rcpp development on my mac (osx 10.7.5) but I'm having | trouble when compiling the RInside examples (linking). I was able to get | started quite easily on Ubuntu and I tried to use the same procedure on the | mac. I h

[Rcpp-devel] Help with Installing RInside examples on OSX

2013-10-15 Thread Conrad Bielski
Hi, I wanted to setup Rcpp development on my mac (osx 10.7.5) but I'm having trouble when compiling the RInside examples (linking). I was able to get started quite easily on Ubuntu and I tried to use the same procedure on the mac. I hope that there is a simple solution to get going on the mac.

Re: [Rcpp-devel] plugin in a package - how is it registered?

2013-10-15 Thread Simon Zehnder
Hi Dirk, thanks for this answer. It seems, that this was a weird thing going on in my R: In later tests, I did not get any warnings at all. Don't know though, where this came from. Best Simon On Oct 14, 2013, at 2:05 PM, Dirk Eddelbuettel wrote: > > On 14 October 2013 at 11:55, Simon Zeh

Re: [Rcpp-devel] Calling an internal do_* C level function

2013-10-15 Thread Romain Francois
Le 15/10/13 10:46, Martyn Plummer a écrit : On Mon, 2013-10-14 at 22:24 +0200, Romain Francois wrote: Le 14/10/13 21:47, Mark Fredrickson a écrit : Thank you to Romain and Dirk. I've seen some C++ rank implementations, and I'll probably copy one of those. Lastly, not a milligram of Rcpp i

Re: [Rcpp-devel] OT: Boost NT

2013-10-15 Thread Simon Zehnder
Darren, this library looks interesting! Thank you for the link! The user-friendly provision of tools to make development of high-performance code more easy seems to be a new trend: Lately Dirk mentioned yeppp! to me (I am always interested in such things), OpenMP 4.0 goes in the same direction

Re: [Rcpp-devel] Calling an internal do_* C level function

2013-10-15 Thread Martyn Plummer
On Tue, 2013-10-15 at 08:46 +, Martyn Plummer wrote: > On Mon, 2013-10-14 at 22:24 +0200, Romain Francois wrote: > > Le 14/10/13 21:47, Mark Fredrickson a écrit : > > > Thank you to Romain and Dirk. I've seen some C++ rank implementations, > > > and I'll probably copy one of those. > > > > > >

Re: [Rcpp-devel] Calling an internal do_* C level function

2013-10-15 Thread Martyn Plummer
On Mon, 2013-10-14 at 22:24 +0200, Romain Francois wrote: > Le 14/10/13 21:47, Mark Fredrickson a écrit : > > Thank you to Romain and Dirk. I've seen some C++ rank implementations, > > and I'll probably copy one of those. > > > > Lastly, not a milligram of Rcpp in this question. Plain R program