You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a test to the .travis.ymlscript section, so that registered upstream packages are also tested after changes in the package.
This will include two things:
a file on the repo (buit but in the package) which can be updated to contain a list of all registered upstream schemes whcih inherit from dmdScheme (name, repo, author, comment, compiles_dev, compiles_master)
a bash script which tests these packages using R CMD check —as-cran …. The results of this script should update the column compiles_… in the table.
failing upstream tests should NOT cause a failing test!
The text was updated successfully, but these errors were encountered:
Add a test to the
.travis.yml
script
section, so that registered upstream packages are also tested after changes in the package.This will include two things:
dmdScheme
(name, repo, author, comment, compiles_dev, compiles_master)R CMD check —as-cran …
. The results of this script should update the columncompiles_…
in the table.The text was updated successfully, but these errors were encountered: