A few ago I announced a pre-release 1.58.0-0 of BH with the intend of CRAN
upload one week later -- and 1.58.0-1 is now on CRAN.
No new issues were reported, so things should be pretty smooth.
Dirk
--
http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org
__
Hi, Fabio,
I think it will be better if you can open a repo on github and upload your
package.
Besides, I can give you a simple example I wrote before [1].
Best wishes,
KK
[1] https://github.com/thirdwing/RcppDL/blob/master/src/util.h
On Thu, May 21, 2015 at 11:17 AM, Fabio Tordini wrote:
Fabio,
Is it possible that is getting included before that header
file is included? If that were the case, that would imply
would be getting #include'd before you're able to make your as / wrap
specializations.
Just a guess...
Kevin
On Thu, May 21, 2015 at 10:15 AM, Dirk Eddelbuettel wrote:
>
On 21 May 2015 at 12:59, Gábor Csárdi wrote:
| https://github.com/search?utf8=%E2%9C%93&q=
| wrap+as+user%3Acran+language%3AC%2B%2B&type=Code
|
| But unfortunately both wrap and as are non-specific.
Throwing 'template' in front of both seems to narrow this. Nice!
https://github.com/search?u
https://github.com/search?utf8=%E2%9C%93&q=wrap+as+user%3Acran+language%3AC%2B%2B&type=Code
But unfortunately both wrap and as are non-specific.
G.
On Thu, May 21, 2015 at 12:53 PM, Dirk Eddelbuettel wrote:
>
> On 21 May 2015 at 12:34, Gábor Csárdi wrote:
> | On Thu, May 21, 2015 at 12:27
On 21 May 2015 at 12:34, Gábor Csárdi wrote:
| On Thu, May 21, 2015 at 12:27 PM, Dirk Eddelbuettel wrote:
|
| Apparently :-/ Whenever I add as<>() and wrap() I start by re-studying
| working examples. RcppBDT has a few; I have written a few other ones.
|
| I keep forgetting the s
Dirk,
OK, I’ll try again. I’ll respond out of order:
c) There are no run instructions. This issue (as stated in all of my posts on
this issue) is that GCC will not load the .so from the MWE because
standard_delete_finalizer is missing. Compiling with clang++ does not have
this issue, which
On Thu, May 21, 2015 at 12:27 PM, Dirk Eddelbuettel wrote:
>
> Fabio,
>
> On 21 May 2015 at 17:53, Fabio Tordini wrote:
> | I actually supplied a definition, right after the class implementation,
>
> I am so sorry -- I clearly missed that.
>
> | Am I doing something wrong here?
>
> Apparently :-/
Fabio,
On 21 May 2015 at 17:53, Fabio Tordini wrote:
| I actually supplied a definition, right after the class implementation,
I am so sorry -- I clearly missed that.
| Am I doing something wrong here?
Apparently :-/ Whenever I add as<>() and wrap() I start by re-studying
working examples.
Hi Dirk,
I actually supplied a definition, right after the class implementation,
as I wrote before:
// DECLARATION
class SamData {
// CLASS IMPLEMENTATION
};
// WRAP / AS DEFINITION
namespace Rcpp {
template<> SEXP wrap(const SamData &s) {
return Rcpp::List::create( Rcpp::Named("Chr1")
On 21 May 2015 at 17:17, Fabio Tordini wrote:
| while extending Rcpp with my C++ classes, I received hundreds of "
| 'wrap' is not a template function" and " 'as' is not a template
| function" errors when compiling. Beside this, I get an impressive list
| of errors referring to RcppGSL files.
|
Hello,
while extending Rcpp with my C++ classes, I received hundreds of "
'wrap' is not a template function" and " 'as' is not a template
function" errors when compiling. Beside this, I get an impressive list
of errors referring to RcppGSL files.
The library from which my classes come from m
12 matches
Mail list logo