-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
39 lines (39 loc) · 1.05 KB
/
DESCRIPTION
File metadata and controls
39 lines (39 loc) · 1.05 KB
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
Package: argos
Title: Affordances for Retrieving General Observational Stuff
Version: 0.2
Authors@R:
c(person("Charles", "Bailey", , "baileyc@chop.edu", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8967-0662")),
person("Hanieh", "Razzaghi", , "razzaghih@chop.edu", role = c("aut")))
Maintainer: Charles Bailey <baileyc@chop.edu>
Description: Using databases following the OMOP Common Data Model or similar CDMs
typically involves a fair amount of common and repeated tasks. This package
collects conventions, best practices, and affordances developed at PEDSnet
[https://pedsnet.org] to make interacting with this type of data easier and
more reproducible.
License: Artistic-2.0
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Imports:
R6,
DBI,
cli,
dbplyr,
dplyr,
fs,
glue,
jsonlite,
lifecycle,
purrr,
readr,
rlang,
srcr,
this.path,
tibble
VignetteBuilder: knitr