Thanks. I ended up using RcppParallel as my guide and finally got
everything working.
On Fri, Sep 26, 2014 at 5:27 AM, Dirk Eddelbuettel wrote:
>
> Christian,
>
> On 26 September 2014 at 03:51, Christian Gunning wrote:
> | This is a bit of a late response - I finally got back to this today.
> |
Christian,
On 26 September 2014 at 03:51, Christian Gunning wrote:
| This is a bit of a late response - I finally got back to this today.
| I should have clarified that I'm using testthat and devtools.
[...]
| Any thoughts?
No as I use RUnit.
I'd go to CRAN, look at the set of packages using Rc
Dirk,
This is a bit of a late response - I finally got back to this today.
I should have clarified that I'm using testthat and devtools.
I used the examples in RcppArmadillo to fix the path for compiling
code in tests, which is now working. But I'm still running into what
appears to be the issue
On 2 September 2014 at 20:42, Christian Gunning wrote:
| I'm working on a package that includes a unit test that calls
| sourceCpp() to test a particular use-case.
[...]
| My question is whether there's a sane workaround, or if I should give
| up on these tests. Alternately, is there a cleaner wa
Dear all,
I'm working on a package that includes a unit test that calls
sourceCpp() to test a particular use-case. As in [1], test(".") works
swimmingly, but check() and vanilla "R CMD check" fail with the
ominous error "cannot open file 'startup.Rs': No such file or
directory". If I understand