-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
executable file
·48 lines (48 loc) · 1.42 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
45
46
47
48
Package: rstanemax
Version: 0.1.7.7000
Title: Emax Model Analysis with 'Stan'
Description: Perform sigmoidal Emax model fit using 'Stan' in a formula notation, without writing 'Stan' model code.
Authors@R: c(
person("Kenta", "Yoshida", , "[email protected]", c("aut", "cre"),
comment = c(ORCID = "0000-0003-4967-3831")),
person("Danielle", "Navarro", , "[email protected]", c("aut"),
comment = c(ORCID = "0000-0001-7648-6578")),
person("Trustees of Columbia University", role = "cph",
comment="src/init.cpp, tools/make_cc.R, R/stanmodels.R"))
Encoding: UTF-8
License: GPL-3 | file LICENSE
LazyData: true
ByteCompile: true
Depends: R (>= 3.5.0), methods,Rcpp (>= 1.0.0)
Imports:
rstan (>= 2.26.0),
rstantools (>= 2.3.0),
magrittr (>= 1.5),
dplyr (>= 0.8.0),
tidyr (>= 1.0.0),
purrr (>= 0.3.0),
ggplot2 (>= 2.2.1),
posterior,
boot,
lifecycle,
tidybayes
LinkingTo:
StanHeaders (>= 2.26.0),
rstan (>= 2.26.0),
BH (>= 1.69.0-1),
Rcpp (>= 1.0.0),
RcppEigen (>= 0.3.3.5.0),
RcppParallel (>= 5.0.2)
SystemRequirements: GNU make
NeedsCompilation: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
testthat,
knitr,
rmarkdown,
spelling
VignetteBuilder: knitr
Language: en-US
URL: https://github.com/yoshidk6/rstanemax, https://yoshidk6.github.io/rstanemax/
BugReports: https://github.com/yoshidk6/rstanemax/issues