-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
81 lines (81 loc) · 2.01 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Package: Ramses
Type: Package
Title: R Package for Antimicrobial Stewardship & Surveillance
Version: 0.7.2
Authors@R: c(
person(given = "Peter",
family = "Dutey-Magni",
role = c("aut", "cre", "res"),
email = "p.dutey-magni@ucl.ac.uk",
comment = c(ORCID = "0000-0002-8942-9836")),
person(given = "Laura",
family = "Shallcross",
role = c("rth"),
email = "l.shallcross@ucl.ac.uk",
comment = c(ORCID = "0000-0003-1713-2555")),
person("University College London", role = c("cph")))
Description: A package for data-driven hospital antimicrobial stewardship and
infection surveillance. Ramses supports the validation and analysis of
routine electronic health records (episodes of care, drug prescriptions and
administrations, microbiology and investigations results) to help monitor
prescribing and keep antibiotics working for years to come.
License: GPL-3
URL: https://github.com/ramses-antibiotics/ramses-package
BugReports: https://github.com/ramses-antibiotics/ramses-package/issues
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.0.0),
AMR (>= 2.0.0)
Imports:
DBI,
rlang,
dplyr (>= 1.1.0),
dbplyr (>= 2.4.0),
tidyselect (>= 1.2.0),
magrittr,
duckdb (>= 0.4.0),
Rdpack (>= 0.7),
data.table,
units (>= 0.7-0),
methods,
progress,
igraph
Suggests:
testthat (>= 2.1.0),
knitr,
rmarkdown,
covr,
tidyr,
rvest,
xml2,
curl,
ggplot2,
DiagrammeR,
DiagrammeRsvg,
htmltools,
timevis,
pkgdown (>= 2.0.0),
R.utils,
comorbidity,
RPostgres,
gh (>= 1.3.0),
vctrs
Remotes:
ramses-antibiotics/snomedizer
RdMacros: Rdpack
RoxygenNote: 7.3.1
VignetteBuilder: knitr,rmarkdown
Collate:
'Ramses-deprecated.R'
'Ramses-package.R'
'objects.R'
'clinical_features.R'
'database.R'
'example_records.R'
'metadata.R'
'reference.R'
'timeline.R'
'utils.R'
'validate_data.R'
'zzz.R'