David C Sterratt
David C Sterratt
NEWS for 4.2.0 alpha (and R-devel for months before) has • The legacy S-compatibility macros DOUBLE_* in R_ext/Constants.h (included by R.h) are deprecated. and these packages use them. The plan...
This is now out and may fix the issues #11 and #12 . I will target incorporating it for the next release.
In the current version of the package, the behaviour of `convhulln()` and `delaunayn()` differ: * `convhulln()`: If the Qhull options `n` or `FA` are included in the `options` string, returns...
I've run into the following error after upgrading to the latest git master branch version of Asynk when trying to sync BBDB to Google Contacts. It's a while (some months)...
The function name "tau" collides with "math.tau", which ultimately leads to a TypeError: 'float' object is not callable. This fix renames "tau" to "tauw".
I'm trying out Neurocurator, and I'd like to start with an empty corpus. I had thought that to do this I would create an empty repo on github (e.g. github.com/davidcsterratt/corpus-synaptic-pathways.git),...
Some while back, the CRAN maintainers started requiring snprintf to be used instead of sprintf, to prevent memory overflows. In the R geometry package I've changed the following two files...
I've had an email saying that there might be a bug in geometry, since the dot product will accept complex vectors, but doesn't compute the project correctly, as shown here:...