Re: [Rcpp-devel] using Roxygen2 in a methods exported via a module

2013-03-29 Thread Dirk Eddelbuettel
On 29 March 2013 at 09:44, rom...@r-enthusiasts.com wrote: | | Hello, | | This is just not supported (yet). I'd rather say: "This was never supported nor announced to be supported." Unless I am forgetting something here. The "(yet)" has the same meaning here as stating that every conceivable

Re: [Rcpp-devel] using Roxygen2 in a methods exported via a module

2013-03-29 Thread romain
Hello, This is just not supported (yet). Romain Le 2013-03-29 09:39, Robin Girard a écrit : Hi list, I have a c++ class and associated methods in my package wich are exported through a module, but I cannot find how to export the documentation of the method and the class. I am using Rcpp 10.3

[Rcpp-devel] using Roxygen2 in a methods exported via a module

2013-03-29 Thread Robin Girard
Hi list, I have a c++ class and associated methods in my package wich are exported through a module, but I cannot find how to export the documentation of the method and the class. I am using Rcpp 10.3, Roxygen2, ... Note that when I use module to export a function (not a method from my class)

[Rcpp-devel] using Roxygen2 in a methods exported via a module

2013-03-28 Thread Robin Girard
I have a c++ class and associated methods in my package wich are exported through a module, but I cannot find how to export the documentation of the method and the class. I am using Rcpp 10.3, Roxygen2, ... Note that when I use module to export a function (not a method from my class) the expor