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
Create ./tests/test-all.R. Make sure there's an empty last line (not even a space or tab).
#Modeled after the R6 testing structure: https://github.com/wch/R6/blob/master/tests/testthat.R
library(testthat)
library(ReferralExposure)
testthat::test_check("ReferralExposure")
Create .tests/testhat/rest-basic.R. Make sure there's an empty last line (not even a space or tab).
For automated testing on Travis (#2) and AppVeyor (#3). Adapt from https://github.com/OuhscBbmc/referral-exposure/tree/master/tests.
./tests/test-all.R
. Make sure there's an empty last line (not even a space or tab)..tests/testhat/rest-basic.R
. Make sure there's an empty last line (not even a space or tab).basic()
).The text was updated successfully, but these errors were encountered: