Skip to content

BCCVL/org.bccvl.compute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

org.bccvl.compute

Collection and wrappers of R compute scripts

Run Tests

Run Unittests

python setup.py test -s org.bccvl.compute.tests

Run full R script test suite

export TEST_R_SCRIPTS=1
python setup.py test

Run individual R test

export TEST_R_SCRIPTS=1
python setup.py test -s test_rscripts.test_R.Test_VORONOIHULL