There was an error while loading. Please reload this page.
handy code I always forget while debugging
system("R CMD SHLIB ~/packages/gamlr/src/*.c -o gamlr.so") system("rm ~/packages/gamlr/src/*.o") dyn.load("gamlr.so") for(f in Sys.glob("~/packages/gamlr/R/*.R")) source(f)