-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
36 lines (36 loc) · 967 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
Package: nurses
Title: Convenience methods for working with Nurses Health Study data
Version: 0.1.0
Authors@R: c(
person("Jae Hee", "Kang", email = "[email protected]", role = c("aut")),
person("Kaitlin", "Hagan", email = "[email protected]", role = c("aut")),
person("Thomas", "Sperry", email = "[email protected]", role = c("aut")),
person("Nicole", "Deflaux", email = "[email protected]", role = c("aut", "cre"))
)
Description: A collection of convenience methods around functionality from other R
packages commonly used in analyses of Nurses Health Study data.
License: BSD_3_clause + file LICENSE
Type: Package
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Depends:
R (>= 3.1)
Imports:
bigrquery,
broom,
dplyr,
forcats,
ggplot2,
knitr,
magrittr,
methods,
purrr,
skimr,
stringr,
tidyr,
viridis
Suggests:
qwraps2,
testthat,
tibble