search for: mymak

Displaying 1 result from an estimated 1 matches for "mymak".

Did you mean: mymat
2006 Aug 05
1
R CMD check and RUnit
...nt map name Rcheck: # Check R package of current map (cd ..; \ R CMD check $(NAME) && \ if [ -d $(NAME)/inst/unitTests ]; then \ cat $(NAME).Rcheck/tests/doRUnit.Rout; \ fi) Then only the following is necesarry to start R CME check and print results of unit testing (if it is used) mymake Rcheck where mymake is a shell function mymake () { make -f ~/.Makefile $* } export -f mymake ---------------------------------------------------------------------- If one wants to run only unit tests - aim (2) against currently installed code, use cd PKG/inst/unitTests make test or the...