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
2df2911cf4
(v3.0.1.9018) fixes #249
...
updates AB groups
2026-01-16 10:57:03 +01:00
4d7c4ca52c
(v3.0.0.9027) skimr update and as.ab warning - fixes #234 , fixes #232
2025-09-10 13:32:52 +02:00
38cebc1541
(v2.1.1.9279) fix documentation, add foreign S3 exports to functions
2025-05-16 16:55:29 +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
9a9468fa84
(v2.1.1.9182) fix AMR selectors for tidymodels, add unit tests
2025-03-03 12:59:27 +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
0039cb05d6
update MIC comparisons
2024-04-05 16:44:43 +02:00
66eeeb4b88
cleanup
2023-07-11 14:29:40 +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
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
593d740b84
documentation, file permissions
2023-01-19 12:54:53 +01:00
f619fb683b
support new mo codes
2022-12-27 15:16:15 +01:00
ba51c2d92f
add column to as.mic() and as.disk() warnings
2022-11-28 19:39:52 +01:00
f6862a139d
expert rules 12.0
2022-11-14 15:20:39 +01:00
d40e0ef20b
completely updated antibiotics
2022-10-30 14:31:45 +01:00
6ad7857d39
fix missing R breakpoints
2022-10-29 14:15:23 +02:00
85e2fbe4a3
remove warnings from unit tests
2022-10-19 11:47:57 +02:00
Dr. Matthijs Berends
cd2acc4a29
New mo algorithm, prepare for 2.0
2022-10-05 09:12:22 +02:00
4d050aef7c
styled, unit test fix
2022-08-28 10:31:50 +02:00
d6676e9443
disk documentation fix
2022-08-21 16:52:09 +02:00
952d16de33
new, automated website
2022-08-21 16:37:20 +02:00
7226b70c3d
update languages
2022-08-20 20:17:14 +02:00
3b2b2be5f8
(v1.8.0.9002) as.rsi() cleanup, more informative warnings
2022-03-02 15:38:55 +01:00
25cef46c59
(v1.8.0) prerelease 1.8.0
2021-12-23 18:56:28 +01:00
694cf5ba77
(v1.7.1.9054) mdro() update - fixes #49 , first_isolate() speedup
2021-11-28 23:01:26 +01:00
ad10693a1a
(v1.7.1.9014) rep() for S3 classes
2021-07-06 16:35:14 +02:00
06302d296a
(v1.6.0.9062) code consistency
2021-05-24 00:06:28 +02:00
29dbfa2f49
(v1.6.0.9021) join functions update
2021-05-12 18:15:03 +02:00
3319fbae58
(v1.6.0.9020) fix for skimr in dplyr 1.0.6
2021-05-06 15:17:11 +02:00
f33e61bac7
(v1.6.0.9016) website update and c() fixes
2021-05-03 13:06:43 +02:00
a673407904
(v1.5.0.9025) big plot and ggplot generics update
2021-02-25 10:33:08 +01:00
8fda473e49
(v1.5.0.9015) unit test fix, grouped first isolates
2021-02-04 16:48:16 +01:00
2eca8c3f01
(v1.5.0.9014) only_rsi_columns, is.rsi.eligible improvement
2021-02-02 23:57:35 +01:00
286eaa9699
(v1.5.0.9010) MDRO vignette update, get_episode for < day
2021-01-24 14:48:56 +01:00
4eab095306
(v1.5.0.9006) major documentation update
2021-01-18 16:57:56 +01:00
526f8afb08
(v1.4.0.9052) replaced all sapply's with type-safe vapply's
2020-12-28 22:24:33 +01:00
8b52f9b1be
(v1.4.0.9047) unit tests
2020-12-27 00:30:28 +01:00
81af41da3a
(v1.4.0.9041) updates based on review
2020-12-17 16:22:25 +01:00
c8bcecf232
(v1.4.0.9037) random_* functions
2020-12-12 23:17:29 +01:00
deefce9520
(v1.4.0.9021) more robust class setting
2020-11-16 16:57:55 +01:00
15c732703d
(v1.4.0.9015) bugfix
2020-11-10 16:35:56 +01:00