-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.45 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
Package: catlearn
Type: Package
Title: Formal Psychological Models of Categorization and Learning
Version: 1.1
Date: 2025-03-31
Encoding: UTF-8
Authors@R: c(person(given = "Andy",
family = "Wills",
role = c("aut", "cre"),
email = "andy@willslab.co.uk"),
person(given = "Lenard",
family = "Dome",
role = "aut"),
person(given = "Charlotte",
family = "Edmunds",
role = "aut"),
person(given = "Garrett",
family = "Honke",
role = "aut"),
person(given = "Angus",
family = "Inkster",
role = "aut"),
person(given = "René",
family = "Schlegelmilch",
role = "aut"),
person(given = "Stuart",
family = "Spicer",
role = "aut"))
Maintainer: Andy Wills <andy@willslab.co.uk>
Description: Formal psychological models of categorization and learning, independently-replicated data sets against which to test them, and simulation archives.
License: GPL (>= 2)
URL: https://github.com/ajwills72/catlearn
BugReports: https://github.com/ajwills72/catlearn/issues
Imports:
Rcpp (>= 1.0.0),
doParallel,
foreach,
tidyr,
dplyr
LinkingTo: Rcpp, RcppArmadillo (>= 0.10.7.5.0)
LazyData: true
Suggests: testthat
Depends: R (>= 3.5)