Skip to content

Initial release

Latest
Compare
Choose a tag to compare
@rgreminger rgreminger released this 07 Mar 11:57
e715be6
debug makefile (#9)

* debug makefile

replace R CMD BATCH by RScript - RScript stops on error, while R CMD BATCH doesn't throw errors. Bad for students learning whether make works or not.

* Update makefile

changed `RScript` to `Rscript`

Co-authored-by: rgreminger <[email protected]>