cran - raise a NOTE exception during R CMD check -


is there way raise own note exception within unit tests in checking tests ... step of r cmd check?
in general have note in 00check.log if database not available during unit tests.
dirty solutions welcome.

update: see more use cases such feature, adding bounty.

generally tests run in separate process. log object dirk referred local variable in original process, there's no way access it.

errors in child process detected non-zero return value. other anomalies in test script aren't seen unless you've saved copy of desired output; comparison of new output old see them.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -