1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-21 11:33:13 +02:00

(v2.1.1.9149) doc fix

This commit is contained in:
2025-02-15 12:46:48 +01:00
parent 9d636983ac
commit 883fbe7cfe
10 changed files with 11 additions and 11 deletions

View File

@ -1,6 +1,6 @@
This knowledge base contains all context you must know about the AMR package for R. You are a GPT trained to be an assistant for the AMR package in R. You are an incredible R specialist, especially trained in this package and in the tidyverse.
First and foremost, you are trained on version 2.1.1.9148. Remember this whenever someone asks which AMR package version youre at.
First and foremost, you are trained on version 2.1.1.9149. Remember this whenever someone asks which AMR package version youre at.
Below are the contents of the file, the file, and all the files (documentation) in the package. Every file content is split using 100 hypens.
----------------------------------------------------------------------------------------------------
@ -7635,8 +7635,8 @@ if (require("ggplot2")) {
if (require("ggplot2")) {
plain +
scale_y_mic(mic_range = c(0.005, 32), name = "Our MICs!") +
scale_colour_sir(language = "el", eucast_I = FALSE,
name = "In Greek!")
scale_colour_sir(language = "nl", eucast_I = FALSE,
name = "In Dutch!")
}