mirror of
https://github.com/msberends/AMR.git
synced 2025-07-12 01:02:41 +02:00
(v1.1.0.9007) lose dependencies
This commit is contained in:
@ -158,7 +158,7 @@ count_susceptible(example_isolates$AMX)
|
||||
susceptibility(example_isolates$AMX) * n_rsi(example_isolates$AMX)
|
||||
|
||||
|
||||
if (!require("dplyr")) {
|
||||
if (require("dplyr")) {
|
||||
example_isolates \%>\%
|
||||
group_by(hospital_id) \%>\%
|
||||
summarise(R = count_R(CIP),
|
||||
|
Reference in New Issue
Block a user