1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 06:02:01 +02:00

(v0.6.1.9050) support staged install

This commit is contained in:
2019-06-01 20:40:49 +02:00
parent a665612cb8
commit 2667fff8a7
69 changed files with 256 additions and 259 deletions

4
R/mo.R
View File

@ -191,7 +191,7 @@
#' }
as.mo <- function(x, Becker = FALSE, Lancefield = FALSE, allow_uncertain = TRUE, reference_df = get_mo_source(), ...) {
if (!"AMR" %in% base::.packages()) {
library("AMR")
require("AMR")
# check onLoad() in R/zzz.R: data tables are created there.
}
@ -295,7 +295,7 @@ exec_as.mo <- function(x,
debug = FALSE) {
if (!"AMR" %in% base::.packages()) {
library("AMR")
require("AMR")
# check onLoad() in R/zzz.R: data tables are created there.
}