I recent wrote a post about testing external pointers with finalization in R using C++. The test package is now available at R-Forge for inspiration.
You may also like
I recent migrated my R package mdp from my R-forge svn repo to GitHub. Do the following: Create an empty folder mdp […]
It is well known that you can use Sweave to integrate R code into a LaTeX document. However, how do we highlight […]
Often you need fast access/lookup in R. For instance assume that you have the following data frame/matrix dat >head(dat) x y z […]
The last days I have been playing a bit with LocalSolver and tried to model various vehicle routing problems (VRP). LocalSolver is […]