Package: RStanTVA Type: Package Title: TVA Models in 'Stan' using 'R' and 'StanTVA' Version: 0.4.0 Authors@R: c( person(given = "Maximilian M.", family = "Rabe", email = "maximilian.rabe@uni-potsdam.de", role = c("aut","cre"), comment = c(ORCID = "0000-0002-2556-5644")), person(given = "S\u00f8ren", family = "Kyllingsb\u00e6k", email = "soeren.kyllingsbaek@psy.ku.dk", role = c("aut"), comment = c(ORCID = "0000-0002-4100-437X"))) Description: 'Stan' implementation of the Theory of Visual Attention (TVA; Bundesen, 1990; ) and numerous convenience functions for generating, compiling, fitting, and analyzing TVA models. License: GPL (>= 3) Encoding: UTF-8 BugReports: https://github.com/mmrabe/RStanTVA/issues URL: https://github.com/mmrabe/RStanTVA Date: 2025-12-16 Depends: rstan, R (>= 3.6) Imports: dplyr, readr, tidyr, methods, utils, tibble, stats, cli, lme4, brms, rlang, ggplot2, reformulas Suggests: cmdstanr, knitr, rmarkdown, ggplot2 Additional_repositories: https://stan-dev.r-universe.dev LazyData: true RoxygenNote: 7.3.3 VignetteBuilder: knitr Config/pak/sysreqs: cmake make libicu-dev libx11-dev Repository: https://mmrabe.r-universe.dev Date/Publication: 2026-06-26 14:40:22 UTC RemoteUrl: https://github.com/mmrabe/rstantva RemoteRef: HEAD RemoteSha: ff89c055b11d00808af45988c08080c5cb53b8ec NeedsCompilation: no Packaged: 2026-06-26 16:44:51 UTC; root Author: Maximilian M. Rabe [aut, cre] (ORCID: ), Søren Kyllingsbæk [aut] (ORCID: ) Maintainer: Maximilian M. Rabe