Package: bistablehistory
Title: Cumulative History Analysis for Bistable Perception Time Series
Version: 1.1.1
Authors@R:
    person(given = "Alexander",
           family = "Pastukhov",
           role = c("aut", "cre"),
           email = "pastukhov.alexander@gmail.com",
           comment = c(ORCID = "0000-0002-8738-8591"))
Description: Estimates cumulative history for time-series for continuously
    viewed bistable perceptual rivalry displays. Computes cumulative history
    via a homogeneous first order differential process. I.e., it assumes
    exponential growth/decay of the history as a function time and perceptually
    dominant state, Pastukhov & Braun (2011) <doi:10.1167/11.10.12>.
    Supports Gamma, log normal, and normal distribution families.
    Provides a method to compute history directly and example of using the
    computation on a custom Stan code.
License: GPL (>= 3)
URL: https://github.com/alexander-pastukhov/bistablehistory,
    https://alexander-pastukhov.github.io/bistablehistory
BugReports: https://github.com/alexander-pastukhov/bistablehistory/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
VignetteBuilder:
    knitr
Biarch: true
Depends: 
    R (>= 3.5.0),
    loo,
    rlang,
    rstantools (>= 2.1.1)
Imports: 
    methods,
    Rcpp (>= 0.12.0),
    RcppParallel (>= 5.0.1),
    rstan (>= 2.18.1),
    dplyr,
    tibble,
    magrittr,
    glue,
    boot,
    future,
    purrr,
    tidyr
LinkingTo: 
    BH (>= 1.66.0),
    Rcpp (>= 0.12.0),
    RcppEigen (>= 0.3.3.3.0),
    RcppParallel (>= 5.0.1),
    rstan (>= 2.18.1),
    StanHeaders (>= 2.18.0)
SystemRequirements: GNU make
Suggests: 
    testthat,
    knitr,
    rmarkdown,
    ggplot2
