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
It is well known that you can use Sweave to integrate R code into a LaTeX document. However, how do we highlight […]
I have started to use Git and GitHub together with RStudio. Git is a distributed version control system which is very useful when doing […]
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 the past days I have been experimenting with how to use R as an interface to an C++ library. I have […]