-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.18 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: rcrologit
Title: Random Coefficients Rank-Ordered Logit
Version: 0.0.4
Authors@R:
c(person(given="Filippo",
family="Palomba",
email="[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6400-3142")),
person(given="Chiara",
family="Motta",
email="[email protected]",
role = c("aut"))
)
Description: Estimation and inference procedures for random coefficients rank-ordered logit.
Depends: R (>= 4.1.0)
Imports: fastDummies (>= 1.6.3), MASS (>= 7.3), methods (>= 4.2.1),
numDeriv (>= 2016.8), parallel (>= 4.2.1), purrr (>= 1.0.1), Rdpack (>= 2.4), rlang (>= 1.1.0),
tibble (>= 3.2.0)
RdMacros: Rdpack
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://github.com/filippopalomba/rcrologit
BugReports: https://github.com/filippopalomba/rcrologit/issues
NeedsCompilation: no
LazyData: true
Packaged: 2023-03-15 06:11:21 UTC; fpalomba
Author: Filippo Palomba [aut, cre] (<https://orcid.org/0000-0002-6400-3142>),
Chiara Motta [aut]
Maintainer: Filippo Palomba <[email protected]>