Package: DDModeling
Type: Package
Title: A package for the easy simulation of drift diffusion processes in cognitive psychology
Version: 0.0.2.0
Authors@R: person("Thomas", "Pelzer", email = "thomas.pelzer.arbeit@gmail.com", role = c("aut", "cre"))
NeedsCompilation: Yes
Lang: en-US
Roxygen: list(markdown = TRUE)
Description: A package for the easy simulation of drift diffusion processes in cognitive psychology.
   It grands access to easy modelling and fitting.
License: GPL-2
Encoding: UTF-8
LazyData: true
Imports: Rcpp (>= 1.0.2), parallel, RSAGA, ParallelLogger, ArgumentCheck, methods, ggplot2, cowplot, keras, tensorflow, data.table, graphics
LinkingTo: Rcpp
RoxygenNote: 7.0.2
Collate: 
    'DDFitPar.R'
    'DDModel.R'
    'DDRep.R'
    'DDFit.R'
    'FLANKER_DATA.R'
    'Fit.R'
    'GRID.R'
    'RcppExports.R'
    'Sim_DDModel.R'
    'misc.R'
    'package-DDModeling.R'
Suggests: 
    knitr,
    rmarkdown
VignetteBuilder: knitr
URL: https://github.com/Pelzer402/DDModeling
BugReports: https://github.com/Pelzer402/DDModeling/issues
Depends: R (>= 3.5.0), data.table
