Dirk Eddelbuettel
Dirk Eddelbuettel
`narrow` already automates creating the needed instantiations via `src/init.c`. That registers the object code. How do you think about going one step further and provide a file, say, `narrowAPI.h` with...
A few weeks ago the Codespace Beta opened for me. I have not played much with it, and am generally not all that familiar with VS Code either -- but...
Would it be useful to borrow some ideas from other languages and test framework to automagically loop over sets of parameters? Python's [has this 'parametrize' for pytest](https://docs.pytest.org/en/6.2.x/parametrize.html) which has been...
Currently (Feb 2022) CRAN shows a pointless issue on Fedora we could avoid:  with 
mlpack 3.0.* brings new auto-generated Python bindings, and there is fairly extensive [documentation for bindings to other languages](http://mlpack.org/docs/mlpack-git/doxygen/bindings.html). May need a few assists from @rcurtin though as the docs are...
How do we want the top-level functions? Even in the two uses case in the gallery we have one with test data (the naive Bayes classifier) and one without. Should...
We currently only export mlKmeans which is the only function with a (short) manual page. I'll work on extending this.
Prof Ripley emailed the following in a messaging concerning the earlier R_NO_MAP issue (that is apparently defered for a bit at CRAN, we did our bit here, he pointed me...
This should doable thanks to toml++
Can we base a devcontainer on something ubuntu-latest, opening the door to r2u, and also offer GPU / CUDA support? @eitsupi Is there an existing 'feature' to turn on or...