[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How to ask pkg-r-autopkgtests to "not" run tests?



The 'R CMD check' command, which is at the inner layer of tests, runs any
files ending in .R found in the tests/ directory -- that is how every known
testrunner package (RUnit, testthat, tinytest, svUnit, ...) run tests.

And note that R itself, as well as a package of recommend or well-known
packages (such as data.table) rely only on this. No unit test runner needed.

So I would probably start by renaming / removing / hiding the files in
tests/*.

Good luck,  Dirk

-- 
https://dirk.eddelbuettel.com | @eddelbuettel | edd@debian.org


Reply to: