Browse Source

made tests local-only

master
boB Rudis 5 years ago
parent
commit
fcf20ae4cc
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 1
      tests/testthat/test-packettotal.R

1
tests/testthat/test-packettotal.R

@ -1,6 +1,7 @@
context("minimal package functionality")
skip_on_cran()
skip_on_travis()
expect_true("user" %in% names(pt_usage()))

Loading…
Cancel
Save