diff --git a/DESCRIPTION b/DESCRIPTION index 7c391754..21e6c98c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: AMR -Version: 0.6.1.9050 +Version: 0.6.1.9051 Date: 2019-06-01 Title: Antimicrobial Resistance Analysis Authors@R: c( diff --git a/docs/LICENSE-text.html b/docs/LICENSE-text.html index 236e0ffb..a7c4b0e4 100644 --- a/docs/LICENSE-text.html +++ b/docs/LICENSE-text.html @@ -78,7 +78,7 @@ AMR (for R) - 0.6.1.9050 + 0.6.1.9051 diff --git a/docs/articles/index.html b/docs/articles/index.html index d564e645..fa4a8446 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -78,7 +78,7 @@ AMR (for R) - 0.6.1.9050 + 0.6.1.9051 diff --git a/docs/authors.html b/docs/authors.html index dbb80836..f393c393 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -78,7 +78,7 @@ AMR (for R) - 0.6.1.9050 + 0.6.1.9051 diff --git a/docs/index.html b/docs/index.html index dd4f82b9..78d5f8f0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -42,7 +42,7 @@ AMR (for R) - 0.6.1.9050 + 0.6.1.9051 diff --git a/docs/news/index.html b/docs/news/index.html index aeaa4bc1..44a96c66 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -78,7 +78,7 @@ AMR (for R) - 0.6.1.9050 + 0.6.1.9051 diff --git a/docs/reference/index.html b/docs/reference/index.html index 8a898c26..ff44e1ec 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -78,7 +78,7 @@ AMR (for R) - 0.6.1.9050 + 0.6.1.9051 diff --git a/tests/testthat/test-eucast_rules.R b/tests/testthat/test-eucast_rules.R index f853eb8b..27029777 100755 --- a/tests/testthat/test-eucast_rules.R +++ b/tests/testthat/test-eucast_rules.R @@ -24,9 +24,7 @@ context("eucast_rules.R") test_that("EUCAST rules work", { # thoroughly check input table - expect_true(file.exists(EUCAST_RULES_FILE_LOCATION)) - eucast_input_file <- eucast_rules_file() - expect_equal(colnames(eucast_input_file), + expect_equal(colnames(eucast_rules_file), c("if_mo_property", "like_is_one_of", "this_value", "and_these_antibiotics", "have_these_values", "then_change_these_antibiotics", "to_value",