-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
45 lines (45 loc) · 942 Bytes
/
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
Package: nsqipr
Title: Interact with NSQIP data via R
Version: 0.0.0.9000
Authors@R:
person(given = "Dylan",
family = "Russell",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9543-9897"))
Description: Streamlines reading and writing clean NSQIP data.
License: CC0
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Suggests:
knitr,
rmarkdown,
testthat,
spelling,
withr,
rvest,
ggplot2,
easyPubMed,
dplyr,
xml2
VignetteBuilder: knitr
URL: https://github.com/dylanrussellmd/nsqipr, https://dylanrussellmd.github.io/nsqipr/
BugReports: https://github.com/dylanrussellmd/nsqipr/issues
Language: en-US
Imports:
magrittr,
usethis,
tools,
utils,
progress,
fs,
data.table,
stringi,
rlang,
purrr,
stringr,
tibble
Depends:
R (>= 3.5.0)