-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
34 lines (34 loc) · 886 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
Package: episheet
Type: Package
Title: Rothman's Episheet
Version: 0.4.2
Authors@R: c(
person("James", "Black", , "[email protected]", c("aut", "cre")),
person("Ken Rothman", role = "cph"),
person("Simon", "Thelwall", , "[email protected]", c("ctb"),
comment = c(ORCID = "0000-0002-0434-2724"))
)
Maintainer: James Black <[email protected]>
Description: A collection of R functions supporting the text book
Modern Epidemiology, Second Edition, by Kenneth J.Rothman and Sander Greenland.
ISBN 13: 978-0781755641
License: GPL (>= 2)
URL: https://github.com/epijim/episheet
BugReports: https://github.com/epijim/episheet/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Depends:
R (>= 2.10.0)
Suggests:
knitr,
rmarkdown,
testthat
Imports:
dplyr,
tidyr,
ggplot2,
magrittr,
assertthat,
rlang
VignetteBuilder: knitr