[Rd] Authors@R: and Author field

2014-05-02 Thread Knut Krueger
Hi to all Authors@R: c(person("fooa","foob", role = c("aut","cre"), email = "fooa.f...@fooc.de"), person("foo1","foo2", role = c("ctb"), email = "foo1.f...@foo3.de")) Author: fooa foob, with contributions from foo1 foo2 using r CMD check --as-cran .

[Rd] Questions on extending Rcpp wrap and as with templates

2014-05-02 Thread Florian Burkart
Hi everyone, I have been trying to extend Rcpp with my own wrap and as templates. Two issues: 1) I need to explicitly call wrap. Is that expected? So for example I wrote this specialization: template<> SEXP Rcpp::wrap(std::vector const& entries) { std::vector sec_times; std::vector doubles; fo

Re: [Rd] Questions on extending Rcpp wrap and as with templates

2014-05-02 Thread Dirk Eddelbuettel
On 2 May 2014 at 14:14, Florian Burkart wrote: | Hi everyone, | | I have been trying to extend Rcpp with my own wrap and as templates. Good post, wrong list. Can you please try again on rcpp-devel? You may need to subscribe first in order to post (ie pay the "trying to stop spammers tax").

Re: [Rd] How to test if an object/argument is "parse tree" - without evaluating it?

2014-05-02 Thread Henrik Bengtsson
Thank you all for great feedback - very helpful. They view was great half way up the tree, but I'll add this one to "It may be possible, but don't do it. Rethink what you're doing". Hadley touches on this in his write up [http://adv-r.had.co.nz/Computing-on-the-language.html#calling-from-another-

Re: [Rd] Authors@R: and Author field

2014-05-02 Thread Henrik Bengtsson
On Fri, May 2, 2014 at 12:55 AM, Knut Krueger wrote: > Hi to all > > > Authors@R: c(person("fooa","foob", role = c("aut","cre"), > email = "fooa.f...@fooc.de"), > person("foo1","foo2", role = c("ctb"), > email = "foo1.f...@foo3.de")) > Author: fooa f

Re: [Rd] Authors@R: and Author field

2014-05-02 Thread Uwe Ligges
On 02.05.2014 19:07, Henrik Bengtsson wrote: On Fri, May 2, 2014 at 12:55 AM, Knut Krueger wrote: Hi to all Authors@R: c(person("fooa","foob", role = c("aut","cre"), email = "fooa.f...@fooc.de"), person("foo1","foo2", role = c("ctb"), email

[Rd] backtrace while trying to clear workspace

2014-05-02 Thread Sandip Nandi
Hi , I tried to do the following . Before I execute the R script , i tried to clear the work space using rm(list = ls(all = TRUE)); . I get the following back trace . Its a huge backtrace , attached a part of it . Can anyone help why I get this ? #13 0x2afd612f in Rf_eval (e=0x1448d68, r

Re: [Rd] backtrace while trying to clear workspace

2014-05-02 Thread Duncan Murdoch
On 02/05/2014, 7:49 PM, Sandip Nandi wrote: Hi , I tried to do the following . Before I execute the R script , i tried to clear the work space using rm(list = ls(all = TRUE)); . I get the following back trace . Its a huge backtrace , attached a part of it . Can anyone help why I get this ? Loo