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

unit test fixes

This commit is contained in:
2023-02-13 16:56:25 +01:00
parent b6d2b1398d
commit 3396236eef
5 changed files with 71 additions and 9 deletions

View File

@ -153,7 +153,7 @@ Printing the antibiogram in non-interactive sessions will be done by \code{\link
# run ?example_isolates for more info.
example_isolates
\donttest{
# Traditional antibiogram ----------------------------------------------
antibiogram(example_isolates,
@ -250,3 +250,4 @@ if (requireNamespace("ggplot2")) {
ggplot2::autoplot(ab2)
}
}
}