-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.13 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
Package: prefio
Title: Structures for Preference Data
Description: Convenient structures for creating, sourcing, reading, writing
and manipulating ordinal preference data. Methods for writing to/from PrefLib
formats. See Nicholas Mattei and Toby Walsh "PrefLib: A Library of Preference
Data" (2013) <doi:10.1007/978-3-642-41575-3_20>.
Authors@R: c(
person("Floyd", "Everest", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2726-6736")),
person("Heather", "Turner", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0002-1256-3375")),
person("Damjan", "Vukcevic", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0001-7780-9586")))
Version: 0.1.1
Depends: R (>= 2.10)
LazyData: true
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://github.com/fleverest/prefio/,
https://fleverest.github.io/prefio/
BugReports: https://github.com/fleverest/prefio/issues/
Imports:
dplyr,
magrittr,
tidyr,
stats
Suggests:
covr,
testthat (>= 3.0.0)
Config/testthat/edition: 3