1
0
mirror of https://github.com/msberends/AMR.git synced 2026-03-19 17:02:24 +01:00
Commit Graph

26 Commits

Author SHA1 Message Date
Claude
1dabd4df3d Replace bare backticks with cli inline markup across all messaging calls
- {.arg} for argument names in stop_/warning_/message_ calls
- {.cls} after "of class" text in format_class() and elsewhere
- {.fun} for function names (replaces `fn()` pattern)
- {.pkg} for tidyverse package names (dplyr, ggplot2)
- {.code} for code literals (TRUE, FALSE, expressions)
- Rewrite print.ab: use cli named-vector with * bullets and code
  highlighting when cli >= 3.0.0; keep plain-text fallback otherwise
- Fix typo in as.sir(): "of must be" -> "or must be"
- switch sir.R verbose notes from message() to message_()

https://claude.ai/code/session_01XHWLohiSTdZvCutwD7ag2b
2026-03-19 08:35:26 +00:00
6cb724a208 (v3.0.0.9015) plotting fix 2025-07-19 14:06:36 +02:00
39ea5f6597 (v3.0.0.9011) allow names for age_groups() 2025-07-17 19:32:46 +02:00
d94bdd2c6a (v3.0.0.9008) fix ggplot_sir(), support lighter green for SDD 2025-07-17 17:05:41 +02:00
40d7a971c3 (v2.1.1.9236) documentation 2025-04-12 11:46:42 +02:00
36fd99e1f4 (v2.1.1.9235) New website! 2025-04-08 15:54:30 +01:00
1fdab84103 (v2.1.1.9233) chore: make all argument texts full sentences 2025-03-31 14:53:24 +02:00
63099cd81e (v2.1.1.9232) is.mic() iteration, documentation cleanup 2025-03-31 10:51:31 +02:00
f7938289eb (v2.1.1.9186) replace antibiotics with antimicrobials! 2025-03-07 20:43:26 +01:00
07efc292bc (v2.1.1.9163) cleanup 2025-02-27 14:04:29 +01:00
d94efb0f5e (v2.1.1.9147) scale fixes and WISCA update, fix conserved capped values 2025-02-14 14:16:46 +01:00
bd2887bcd4 (v2.1.1.9146) new scale_*_sir() functions 2025-02-13 19:47:57 +01:00
f03933940c (v2.1.1.9131) implement testthat 2025-01-27 21:43:10 +01:00
2e31ec19c3 (v2.1.1.9122) fix documentation 2024-12-20 10:52:44 +01:00
d7de1bc33d (v2.1.1.9118) move ggplot2 plotting functions to general 'plotting' man page 2024-12-14 19:41:15 +01:00
175a6777f3 (v2.1.1.9116) selectors as separate functions 2024-12-13 09:44:54 +01:00
5c4d8fcd2a (v2.1.1.9095) Python support 2024-10-15 17:12:55 +02:00
640888f408 (v2.1.1.9064) update all microbial taxonomy, add mycobank, big documentation update 2024-07-16 14:53:17 +02:00
acb534102b new species groups, updated clinical breakpoints 2023-07-08 17:30:05 +02:00
9591688811 documentation update 2023-05-27 10:39:22 +02:00
dad25302f2 make rsi work in more cases, documentation update 2023-02-22 14:38:57 +01:00
bc434db835 bring back antibiogram(), without deps 2023-02-10 16:18:00 +01:00
1a0dc4bf46 revert back to pre-antibiogram 2023-02-09 13:07:39 +01:00
9e99e66f01 use dplyr where available, new antibiogram() for WISCA, fixed Salmonella Typhi/Paratyphi 2023-02-06 11:57:22 +01:00
19fd0ef121 sort sir history 2023-01-23 15:01:21 +01:00
Dr. Matthijs Berends
98e62c9af2 Replace RSI with SIR 2023-01-21 23:47:20 +01:00