Some R sample code.
BinaryIO
: a small example of reading binary data I/O.Conda
: how to manage R distributions using conda.Rmpi
: very simple example of using theRmpi
library, mostly useful to verify whetherRmpi
is installed correctly.RscriptWorker
: a simple R script that can (and should) be run from the command line using Rscript. It also illustrate on how to run this in a parameter exploration scenario using the worker framework to perform such computations in parallel with minimal effort for the user.CfromR
: illustration of using C functions from R.