Dirk Eddelbuettel

Results 1017 comments of Dirk Eddelbuettel

That is **priceless** :) Any chance you;ll swing by SF for the unconf? Or do we have to G+ hangout/skype you in if we get going?

Yup. I think everybody likes the basic idea of Planet $WHATEVER and @elijah already used a Planet implementation, but possibly an older one as the Python one mentioned by @tracykteal.

I still want this done and am hoping to work a little on a _minimal_ solution, possibly GitHub based. @elijah had done some more work poking around and probing some...

:+1: I would so luuuv to have both of you on this as there is _obviously_ so much js goodness around this. As for r-pkg.org: "too visible" :) This is...

:-1: The whole point is to **not** depend on someone/something else. Remember: minimal implementation, self-contained, possibly on GitHub (or a cheap hosted site). See discussion above, notably posts by @elijah

What is your OS, what is your compiler? Maybe paste the output of `sessionInfo()` ? (And please _always_ paste text, not images.)

> CRAN told me to move away from C++11 specification. On upload? Or did you (as I did [notice and note here](https://twitter.com/eddelbuettel/status/1619196698693365762)) just saw the note from r-devel? Sometimes those...

This CRAN test, as far as I know only days old, clearly creates confusion as someone on SO already claimed that 'C++11 is now outlawed at CRAN' which is of...

When I build the main branch from your NNS repo, it compiles fine as C++11 under the default flags I keep (and also without them): ```sh edd@rob:/tmp/rcpp/NNS(NNS-Beta-Version)$ R_LIBS=../lib/ R CMD...

I wonder if in this case you could request that they let you keep CXX_STD=CXX11 until RcppParallel has moved to a new TBB library? (Also, as I recall, on Windows...