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 have started to use Git and GitHub together with RStudio. Git is a distributed version control system which is very useful when doing […]
It is well known that you can use Sweave to integrate R code into a LaTeX document. However, how do we highlight […]
The last days 5-9 November I have been visiting Professor Anders Ringgaard Kristensen at KU Life. We have been working on a […]
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 […]