1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 00:02:38 +02:00

- Added new function guess_bactid to determine the ID of a microorganism based on genus/species

- Renamed `ablist` to `antibiotics`
- Added support for character vector in join functions
- Altered `%like%` to make it case insensitive
This commit is contained in:
2018-03-19 12:43:22 +01:00
parent 0fec64a240
commit 502a44eb25
23 changed files with 312 additions and 103 deletions

View File

@ -1,13 +1,14 @@
Package: AMR
Version: 0.1.1
Date: 2018-03-13
Version: 0.1.2
Date: 2018-03-19
Title: Antimicrobial Resistance Analysis
Authors@R: c(
person(
given = c("Matthijs", "S."),
family = "Berends",
email = "m.s.berends@umcg.nl",
role = c("aut", "cre")),
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7620-1800")),
person(
given = c("Christian", "F."),
family = "Luz",