Dirk Eddelbuettel

Results 765 comments of Dirk Eddelbuettel

Hi @JanMarvin that is helpful as we likely do need additional rounds of fixes as different packages will expose different parts of the "API surface". Which package did you compile?

Confirming. An alternative (more local?) fix would be ```diff @@ -107,7 +105,7 @@ public: } inline difference_type operator-(const Proxy_Iterator& other) const { - return proxy.index - other.proxy.index ; + return...

@Enchufa2 You search string is good! I see - [x] support: no longer on CRAN - [x] VBel: lots of warnings from RcppEigen (another time ...), the one reported on...

That worked out ok in the rev.dep check so I will make another PR.

I would mention RObject as it is a cleaner alternative to using `SEXP` when you need something like a union type.

Nice list! But not something we can address in its totality _quickly_ yet we probably need / want a quick turnaround to get something up now as time is winding...

> I can update the version number, NEWS file and TODO. The 'maintainer' usually does that. > Should the CRAN submission come from Dirk since he is the maintainer? Yes,...

I am editing NEWS now. A few things were missing. I _definitely_ want you to look over this. You;ll be up another hew hours?

The release candidate is in [this branch](https://github.com/eddelbuettel/rcppsmc/tree/feature/release_candidate). Have at it. Checks cleanly for, will try win-builder and r-hub for good measure. Should be good to go as 0.2.0 with Leah...