-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1023 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Package: rblm
Type: Package
Title: Estimation procedures in Bonhomme Lamadon Menresa
Version: 0.3
URL: https://github.com/tlamadon/rblm
BugReports: https://github.com/tlamadon/rblm/issues
Date: 2016-01-28
Authors@R: c( person("Stephane", "Bonhomme", email = "sbonhomme@uchicago.edu",
role = "aut"), person("Thibaut", "Lamadon", email = "lamadon@uchicago.edu",
role = "cre"), person("Elena", "Manresa", email = "manresa@mit.edu", role =
"aut"))
Maintainer: Thibaut Lamadon <thibaut.lamadon@gmail.com>
Description: Estimates non parametric models of the labor market. See paper for
more information.
License: MIT
LazyData: TRUE
Depends:
R (>= 4.0.0),
Matrix,
SparseM,
gtools,
reshape,
splines,
quantreg,
ggplot2,
nnls,
igraph,
data.table,
FactoClass,
lpSolve,
reshape2,
stringr,
limSolve,
MASS,
quadprog,
gridExtra,
foreign,
futile.logger,
Hmisc,
plyr,
rmutil
Suggests:
knitr,
testthat
RoxygenNote: 7.3.2