forked from connormayer/maxent.ot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 929 Bytes
/
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
Package: maxent.ot
Title: Perform MaxEnt Optimality Theory Analyses in R
Version: 0.0.0.9000
Authors@R:
c(person(given = "Connor",
family = "Mayer",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Kie",
family = "Zuraw",
role = "aut",
email = "[email protected]"))
Description: This package allows you to fit Maximum Entropy Optimality Theory
models to data sets, generate the predictions made by such models for novel
data, and compare the fit of different models using a variety of metrics.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
data.table
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: http://connormayer.com/maxent_ot.html
BugReports: https://github.com/connormayer/maxent.ot/issues
VignetteBuilder: knitr