Dirk Eddelbuettel

Results 765 comments of Dirk Eddelbuettel

> I'm still not entirely sure how it became non-Unix to start with actually. Look into some git tutorials. There are choices you can set locally (for one repo or...

So for editing NEWS.Rd: Can you maybe - just fetch the file, - save it is `NEWS.Rd.orig`, - make edits in your local `NEWS.Rd` and then - paste here in...

Any file you want changed, it helps me if you are as precise as possible and show changes against current file. As a `diff` output. I actually did just that...

I just committed the NEWS.Rd in question so you have a more definite copy to work with [eg via this link](https://raw.githubusercontent.com/eddelbuettel/rcppsmc/feature/release_candidate/inst/NEWS.Rd). I'll refrain from making further changes for a bit....

Ah yes, point taken re the README.md. Will do. The TODO can wait.

Will release 0.2.0. So how about if we retitle this to 'Longer-term TODO List' or something like it?

I think closing this ticket because one item was ticked off (thanks, @binxiangni ) was not intended. Shall we reopen?

Probably not a bad idea, but a light touch is probably good enough. I always liked this (older, but short one) mostly because it is simple and short: http://www.quantlib.org/style.shtml There...

The editorconfig is mostly just for me -- four spaces (which I like, and which both R upstream and QuantLib use too though this RStudio world of course tends to...

I am not too consistent myself across projects. Sometimes member vars are `m_counter` and even `p_something` when a pointer, sometimes they are not. I always prefer camelCase though. And I...