-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.07 KB
/
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
Package: bayesDP
Type: Package
Title: Tools for the Bayesian Discount Prior Function
Version: 1.3.2
Date: 2018-07-10
Authors@R: c(person("Shawn", "Balcome", email = "sbalcome@mdic.org", role = c("cre")), person("Donnie", "Musgrove", email = "donald.r.musgrove@medtronic.com", role = c("aut")), person("Tarek", "Haddad", email = "tarek.d.haddad@medtronic.com", role = c("aut")), person("Christopher", "Jackson", email = "chris.jackson@mrc-bsu.cam.ac.uk", role = "ctb", comment="For the ppexp R code that was ported to C++."))
Depends:
R (>= 3.2.3),
ggplot2,
survival,
methods
Description: Functions for data augmentation using the
Bayesian discount prior function for 1 arm and 2 arm clinical trials.
LazyLoad: yes
License: GPL-3
URL: https://github.com/donaldmusgrove/bayesDP
BugReports: https://github.com/donaldmusgrove/bayesDP/issues
NeedsCompilation: yes
Maintainer: Shawn Balcome <sbalcome@mdic.org>
Repository: CRAN
Imports:
Rcpp,
MCMCpack
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 6.1.0
Suggests:
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr