We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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)