Type: Package Package: dRiftDM Title: Estimating (Time-Dependent) Drift Diffusion Models Version: 0.3.2 Authors@R: c( person("Valentin", "Koob", email = "v.koob@web.de", role = c("cre", "aut", "cph")), person("Thomas", "Richter", role = c("aut", "cph")), person("Markus", "Janczyk", role = "aut") ) License: MIT + file LICENSE Description: Fit and explore Drift Diffusion Models (DDMs), a common tool in psychology for describing decision processes in simple tasks. It can handle both time-independent and time-dependent DDMs. You either choose prebuilt models or create your own, and the package takes care of model predictions and parameter estimation. Model predictions are derived via the numerical solutions provided by Richter, Ulrich, and Janczyk (2023, ). Suggests: testthat (>= 3.0.0), cowsay, knitr, rmarkdown, DMCfun, truncnorm, vdiffr Config/testthat/edition: 3 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) Imports: withr, parallel, pbapply, purrr, mirai, DEoptim, dfoptim, Rcpp, Rdpack, progress, stats, lifecycle, coda LinkingTo: Rcpp Depends: R (>= 4.1.0) VignetteBuilder: knitr RdMacros: Rdpack URL: https://github.com/bucky2177/dRiftDM, https://bucky2177.github.io/dRiftDM/ BugReports: https://github.com/bucky2177/dRiftDM/issues Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake Repository: https://bucky2177.r-universe.dev Date/Publication: 2026-06-06 13:41:17 UTC RemoteUrl: https://github.com/bucky2177/driftdm RemoteRef: HEAD RemoteSha: 8150cee230f1a9aacf0937f4a5ba1a91a948a4e3 NeedsCompilation: yes Packaged: 2026-06-06 15:15:24 UTC; root Author: Valentin Koob [cre, aut, cph], Thomas Richter [aut, cph], Markus Janczyk [aut] Maintainer: Valentin Koob