mirror of
https://github.com/msberends/AMR.git
synced 2025-07-20 23:33:16 +02:00
(v2.1.1.9224) skip tests on cran
This commit is contained in:
@ -28,6 +28,8 @@
|
||||
# ==================================================================== #
|
||||
|
||||
test_that("test-mean_amr_distance.R", {
|
||||
skip_on_cran()
|
||||
|
||||
vctr_disk <- as.disk(c(20:25))
|
||||
vctr_mic <- as.mic(2^c(0:5))
|
||||
vctr_sir <- as.sir(c("S", "S", "I", "I", "R", "R"))
|
||||
|
Reference in New Issue
Block a user