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}

Try the consensusSeekeR package in your browser

Any scripts or data that you put into this service are public.

consensusSeekeR documentation built on Nov. 8, 2020, 4:54 p.m.