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 […]
Many models in Operations Research needs a distance matrix between nodes in a network. If the distance matrix is based on road […]
I have played a bit with Shiny the last days. Let us try to create an shiny web application which show a […]
Assume that you have created a 3-dim array in R containing vectors of various size: > a<-array(list(),c(2,2,2)) # array where each element […]