-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 920 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
Package: singlearm
Type: Package
Title: Design and analysis of single-arm clinical trials
Version: 1.0
Authors@R: c(person(given = "Michael", family = "Grayling",
email = "[email protected]",
role = c("aut", "cre")))
Description: This package provides a suite of functions for designing,
analysing, and visualising single-arm clinical trials.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.3.2)
Imports: Rcpp (>= 0.12.14),
tibble,
plyr,
ggplot2 (>= 2.2.1),
ggthemes,
pryr,
dplyr,
stringi,
tidyr,
ggrepel,
CEoptim,
GA,
mvtnorm
Enhances: clinfun, OneArmPhaseTwoStudy
LinkingTo: Rcpp
Date: 2018-05-14
URL: http://github.com/mjg211/singlearm
BugReports: http://github.com/mjg211/singlearm/issues
RoxygenNote: 6.1.1