forked from JanaJarecki/Cognitivemodels
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.09 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Package: cognitivemodels
Type: Package
Title: Cognitive Models - Estimation, Prediction, and Development of Models for Cognitive Scientists
Version: 0.0.12
Date: 2020-05-09
Author: Jana B. Jarecki
Maintainer: Jana B. Jarecki <jj@janajarecki.com>
Description: Implementation of cognitive models, includes a general class cognitive models that has methods to fit free parameters to data and, can apply choicerules, and various goodness-of-fit measures (loglikelihood, MSE, etc.). The interface is similar to the lm() interface.
License: GPL (>= 2)
Depeds: R (>= 3.0.2)
Imports:
abind,
AICcmodavg,
arrangements,
cognitiveutils (>= 0.0.12),
combinat,
data.table,
english,
Formula,
gtools,
matlib (>= 0.9.3),
methods,
Rcpp (>= 1.0.1),
reshape2,
rlang,
rmarkdown,
R6,
Rsolnp,
ROI,
quadprog,
quantreg,
stringr
Remotes:
janajarecki/cognitiveutils
Suggests:
knitr,
testthat
LinkingTo:
Rcpp (>= 1.0.1), RcppArmadillo (>= 0.9.8)
Encoding: UTF-8
VignetteBuilder: knitr
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
LazyData: true