|
1 | 1 | Package: PCSinR |
2 | 2 | Title: Parallel Constraint Satisfaction Networks in R |
3 | 3 | Version: 0.1.0 |
4 | | -Authors@R: person("Felix", "Henninger", email = "mailbox@felixhenninger.com", role = c("aut", "cre")) |
| 4 | +Authors@R: as.person(c( |
| 5 | + "Felix Henninger <mailbox@felixhenninger.com> [aut, cre]", |
| 6 | + "Daniel W. Heck <dheck@mail.uni-mannheim.de> [aut]" |
| 7 | + )) |
5 | 8 | URL: https://github.com/felixhenninger/PCSinR |
6 | 9 | Description: Parallel Constraint Satisfaction (PCS) models are an increasingly |
7 | 10 | common class of models in Psychology, with applications to reading and word |
|