1
0
mirror of https://github.com/msberends/AMR.git synced 2026-03-28 21:15:51 +01:00

Built site for AMR@3.0.1.9036: 4171d5b

This commit is contained in:
github-actions
2026-03-20 16:11:30 +00:00
parent ba003f3e23
commit 3560dfd611
115 changed files with 820 additions and 779 deletions

View File

@@ -192,10 +192,10 @@ x <- resistance_predict(example_isolates,
model = "binomial"
)
#> Warning: The `resistance_predict()` function is deprecated and will be removed in a
#> future version, see `?AMR-deprecated`. Use the tidymodels framework
#> instead, for which we have written a basic and short introduction on our
#> website: https://amr-for-r.org/articles/AMR_with_tidymodels.html
#> This warning will be shown once per session.
#> future version, see AMR-deprecated (`?AMR::AMR-deprecated`). Use the tidymodels
#> framework instead, for which we have written a basic and short introduction on
#> our website: https://amr-for-r.org/articles/AMR_with_tidymodels.html This
#> warning will be shown once per session.
plot(x)
# \donttest{