mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 13:42:04 +02:00
new AppVeyor environment
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
context("atc.R")
|
||||
|
||||
test_that("atc_property works", {
|
||||
skip_if(Sys.info()['sysname'] == "Windows") # security error on AppVeyor
|
||||
|
||||
if (!is.null(curl::nslookup("www.whocc.no", error = FALSE))) {
|
||||
expect_equal(tolower(atc_property("J01CA04", property = "Name")), "amoxicillin")
|
||||
expect_equal(atc_property("J01CA04", property = "unit"), "g")
|
||||
|
Reference in New Issue
Block a user