1
0
mirror of https://github.com/msberends/AMR.git synced 2026-03-30 01:36:10 +02:00

Built site for AMR@3.0.1.9040: 9c95aa4

This commit is contained in:
github-actions
2026-03-24 12:34:17 +00:00
parent 330f1a9dfe
commit d55d073ae9
109 changed files with 762 additions and 777 deletions

View File

@@ -485,7 +485,7 @@ mo_mycobank("Candida albicans")
mo_mycobank("Candida krusei")
#> [1] "337013"
mo_mycobank("Candida krusei", keep_synonyms = TRUE)
#> Warning: `?as.mo()` returned one outdated taxonomic name. Use `keep_synonyms = FALSE` to
#> Warning: `as.mo()` returned one outdated taxonomic name. Use `keep_synonyms = FALSE` to
#> clean the input to currently accepted taxonomic names, or set the R option
#> `AMR_keep_synonyms` to `FALSE`. This warning will be shown once per session.
#> [1] "268707"
@@ -579,8 +579,8 @@ if (require("dplyr")) {
filter(mo_is_gram_positive()) %>%
count(mo_genus(), sort = TRUE)
}
#> Using column 'mo' as input for `?mo_is_gram_positive()`
#> Using column 'mo' as input for `?mo_genus()`
#> Using column mo as input for `mo_is_gram_positive()`
#> Using column mo as input for `mo_genus()`
#> # A tibble: 18 × 2
#> `mo_genus()` n
#> <chr> <int>
@@ -607,8 +607,8 @@ if (require("dplyr")) {
filter(mo_is_intrinsic_resistant(ab = "vanco")) %>%
count(mo_genus(), sort = TRUE)
}
#> Using column 'mo' as input for `?mo_is_intrinsic_resistant()`
#> Using column 'mo' as input for `?mo_genus()`
#> Using column mo as input for `mo_is_intrinsic_resistant()`
#> Using column mo as input for `mo_genus()`
#> # A tibble: 19 × 2
#> `mo_genus()` n
#> <chr> <int>