-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
35 lines (35 loc) · 851 Bytes
/
DESCRIPTION
File metadata and controls
35 lines (35 loc) · 851 Bytes
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
Package: sawmill
Type: Package
Title: Process Queries from the CEDAR Database
Version: 3.0.2
Date: 2022-06-24
Authors@R:
c(person("Brennan", "Chapman", email = "chapmanb@uoguelph.ca", role = c("aut", "cre")),
person("Charly", "Phillips", role = "aut"))
Description:
The data in CEDAR requires processing before it can be used in an iAM.AMR model. sawmill
processes the queries from CEDAR, by converting raw data into measures of association,
by performing meta-analysess, and by standardizing output fields.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Imports:
dplyr,
readr,
readxl,
metafor,
magrittr,
tibble,
tidyr,
stringr
Suggests:
testthat (>= 3.0.0),
usethis,
DBI,
RPostgres,
rlang,
here
Config/testthat/edition: 3
Depends:
R (>= 2.10)