-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.1 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
Package: bcogsci
Title: Data and models for the book "An Introduction to Bayesian Data Analysis for Cognitive Science"
Version: 0.0.0.9000
Authors@R:
c(person(given = "Bruno",
family = "Nicenboim",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5176-3943")),
person(given = "Daniel",
family = "Schad",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2586-6823")),
person(given = "Shravan",
family = "Vasishth",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2027-1994"))
)
Description: Datasets and models included in the book "An Introduction to Bayesian Data Analysis for Cognitive Science".
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
magrittr,
MASS,
purrr,
Rdpack,
rootSolve
Suggests:
devtools,
usethis,
Rdpack
RdMacros: Rdpack
RoxygenNote: 7.3.1
Depends:
R (>= 3.0)