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
Why do we need the nocran/ directory? Could we make do with "regular" testthat tests and skip_on_cran() in all of them?
test-numerical.R uses metaprogramming, written by a good developer. Can we expand this to 100 or so verbatim test_that() calls that contain explicit and easy-to-run code?
The text was updated successfully, but these errors were encountered:
Why do we need the
nocran/
directory? Could we make do with "regular" testthat tests andskip_on_cran()
in all of them?test-numerical.R
uses metaprogramming, written by a good developer. Can we expand this to 100 or so verbatimtest_that()
calls that contain explicit and easy-to-run code?The text was updated successfully, but these errors were encountered: