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

(v1.1.0.9014) lose dependencies

This commit is contained in:
2020-05-19 14:16:45 +02:00
parent cb1814f5ff
commit 5216d2b520
27 changed files with 313 additions and 313 deletions

View File

@ -60,8 +60,7 @@
#' \dontrun{
#' library(dplyr)
#' example_isolates %>%
#' filter(mo_name(mo) %like% "^ent") %>%
#' freq(mo)
#' filter(mo_name(mo) %like% "^ent")
#' }
like <- function(x, pattern, ignore.case = TRUE) {
# set to fixed if no regex found

View File

@ -68,6 +68,7 @@
#' @examples
#' \dontrun{
#' library(dplyr)
#' library(cleaner)
#'
#' example_isolates %>%
#' mdro() %>%