-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
35 lines (35 loc) · 946 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
Package: ReferralExposure
Title: Calculating exposure over multiple referrals
Description: Reusable functions for calculating exposure during repeated spans.
Version: 0.0.1.9000
Date: 2017-02-21
Authors@R: c(person("Will", "Beasley", role = c("aut", "cre"), email =
"[email protected]", comment = c(ORCID = "0000-0002-5613-5006")),
person("David", "Bard", role = "ctb"))
Author: Will Beasley [aut, cre],
David Bard [ctb]
Maintainer: Will Beasley <[email protected]>
URL: https://github.com/OuhscBbmc/referral-exposure, http://ouhsc.edu/bbmc/
BugReports: https://github.com/OuhscBbmc/referral-exposure/issues
Depends:
R(>= 3.0.0),
stats
Imports:
DBI,
dplyr,
methods,
magrittr,
readr,
sqldf,
tidyr,
tibble
Suggests:
devtools,
knitr,
rmarkdown,
testthat (>= 0.9)
License: MIT + file LICENSE
LazyData: TRUE
Encoding: UTF-8
RoxygenNote: 6.0.1
Roxygen: list(markdown = TRUE)