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
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 […]
I recent migrated my R package mdp from my R-forge svn repo to GitHub. Do the following: Create an empty folder mdp […]
I have started to use Git and GitHub together with RStudio. Git is a distributed version control system which is very useful when doing […]
Many models in Operations Research needs a distance matrix between nodes in a network. If the distance matrix is based on road […]