inst/unitTests/Makefile.R

TOP=../..
PKG=${shell cd ${TOP};pwd}
SUITE=runTests.R
R=R

all: inst test

inst: # Install package
    cd ${TOP}/..;\
${R} CMD INSTALL ${PKG}

test: # Run unit tests
    export RCMDCHECK=FALSE;\
cd ${TOP}/tests;\
${R} --vanilla --slave < ${SUITE}
ArnaudDroitLab/consensusSeekeR documentation built on Feb. 6, 2020, 6:45 p.m.