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

(v1.4.0.9014) bugfix

This commit is contained in:
2020-11-09 15:18:36 +01:00
parent d3b1d33210
commit dd5a0319ef
16 changed files with 30 additions and 24 deletions

2
R/mo.R
View File

@ -1417,7 +1417,7 @@ exec_as.mo <- function(x,
# - Becker et al. 2014, PMID 25278577
# - Becker et al. 2019, PMID 30872103
# - Becker et al. 2020, PMID 32056452
post_Becker <- c("") # 2020-10-20 currently all are mentioned in above papers
post_Becker <- character(0) # 2020-10-20 currently all are mentioned in above papers
if (any(x %in% MO_lookup[which(MO_lookup$species %in% post_Becker), property])) {
warning("Becker ", font_italic("et al."), " (2014, 2019) does not contain these species named after their publication: ",

View File

@ -140,9 +140,11 @@
#' language = "nl") # "Streptococcus groep A"
#'
#' # gram stains can be used as a filter
#' example_isolates %>%
#' filter(is_gram_positive())
#'
#' if (require("dplyr")) {
#' example_isolates %>%
#' filter(is_gram_positive())
#' }
#'
#' # other --------------------------------------------------------------------
#' # get a list with the complete taxonomy (from kingdom to subspecies)
#' mo_taxonomy("E. coli")

Binary file not shown.