forked from davidaarmstrong/asmcjr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
19 lines (18 loc) · 838 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Package: asmcjr
Type: Package
Title: Analyzing Spatial Models of Choice and Judgment with R
Version: 1.0.0
Authors@R: c(person("Dave", "Armstrong", role=c("aut", "cre"), email="[email protected]"),
person("Royce", "Carroll", role="aut"),
person("Chris", "Hare", role="aut"),
person("Ryan", "Bakker", role="aut"),
person("Keith", "Poole", role="ctb"),
person("Howard", "Rosenthal", role="ctb"),
person("David", "Liao", role="ctb"))
Description: Supports the book - Analyzing Spatial Models of Choice and Judgment in R, CRC Press (2014).
Depends: R(>= 3.5.0)
Imports: ggplot2, basicspace, boot, MASS, stats, grDevices, MCMCpack, plyr, smacof, tibble, ellipse, utils, coda, graphics
Suggests: rjags, covr
License: GPL (>=2)
Encoding: UTF-8
LazyData: true