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