-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.2 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Package: sdp
Type: Package
Title: Stochastic degradation process
Version: 0.2.0
Authors@R: c(
person("Liangliang", "Zhuang", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4450-5513"))
)
Maintainer: Liangliang Zhuang <[email protected]>
Description: More about what it does (maybe more than one line).
Use four spaces when indenting paragraphs within the Description.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://liangliangzhuang.github.io/sdp/
BugReports: https://github.com/liangliangzhuang/sdp/issues
LazyData: true
Depends:
R (>= 3.6.0),
Imports:
dplyr,
expint,
ggplot2,
magrittr,
methods,
Rcpp (>= 0.12.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.18.1),
rstantools (>= 2.2.0),
stats,
SuppDists,
tidyr,
viridis
RoxygenNote: 7.2.1
Biarch: true
SystemRequirements: GNU make, pandoc (>= 1.12.3), pandoc-citeproc
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 3.0.0)
LinkingTo: StanHeaders (>= 2.21.0), rstan (>= 2.21.1), BH (>= 1.72.0-2), Rcpp (>=
0.12.0), RcppEigen (>= 0.3.3.3.0), RcppParallel (>= 5.0.1)
Config/testthat/edition: 3
VignetteBuilder: knitr