diff --git a/DESCRIPTION b/DESCRIPTION
index 21f615058..994846b9b 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,5 +1,5 @@
Package: AMR
-Version: 1.3.0.9026
+Version: 1.3.0.9027
Date: 2020-09-24
Title: Antimicrobial Resistance Analysis
Authors@R: c(
diff --git a/NEWS.md b/NEWS.md
index b56d69016..1867b5501 100755
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,4 +1,4 @@
-# AMR 1.3.0.9026
+# AMR 1.3.0.9027
## Last updated: 24 September 2020
Note: some changes in this version were suggested by anonymous reviewers from the journal we submitted our manuscipt to. We are those reviewers very grateful for going through our code so thoroughly!
diff --git a/R/eucast_rules.R b/R/eucast_rules.R
index 85c4b94ce..0ee474886 100755
--- a/R/eucast_rules.R
+++ b/R/eucast_rules.R
@@ -157,7 +157,7 @@ eucast_rules <- function(x,
"\n\nThis may overwrite your existing data if you use e.g.:",
"\ndata <- eucast_rules(data, verbose = TRUE)\n\nDo you want to continue?")
showQuestion <- import_fn("showQuestion", "rstudioapi", error_on_fail = FALSE)
- if (!is.null(showQuestion)) {
+ if (!is.null(showQuestion) & interactive()) {
q_continue <- showQuestion("Using verbose = TRUE with eucast_rules()", txt)
} else {
q_continue <- utils::menu(choices = c("OK", "Cancel"), graphics = FALSE, title = txt)
diff --git a/R/globals.R b/R/globals.R
index 85d4f247e..dc6313b73 100755
--- a/R/globals.R
+++ b/R/globals.R
@@ -54,7 +54,10 @@ globalVariables(c(".rowid",
"old_name",
"pattern",
"R",
+ "reference.rule_group",
+ "reference.version",
"rsi_translation",
+ "rowid",
"rule_group",
"rule_name",
"se_max",
diff --git a/docs/404.html b/docs/404.html
index 5669b238c..d4d5565a3 100644
--- a/docs/404.html
+++ b/docs/404.html
@@ -81,7 +81,7 @@
NEWS.md
-