Package: rstanemax
Version: 0.1.4
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", , "yoshida.kenta.6@gmail.com", c("aut", "cre"), 
      comment = c(ORCID = "0000-0003-4967-3831")),
    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.18.2), 
  rstantools (>= 2.3.0), 
  magrittr (>= 1.5), 
  dplyr (>= 0.8.0), 
  tidyr (>= 1.0.0), 
  purrr (>= 0.3.0), 
  ggplot2 (>= 2.2.1)
LinkingTo: 
  StanHeaders (>= 2.18.1), 
  rstan (>= 2.18.2), 
  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.2.3
Suggests: 
    testthat,
    knitr,
    rmarkdown,
    spelling
VignetteBuilder: knitr
Language: en-US
URL: https://github.com/yoshidk6/rstanemax
BugReports: https://github.com/yoshidk6/rstanemax/issues
