-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
19 lines (19 loc) · 832 Bytes
/
DESCRIPTION
File metadata and controls
19 lines (19 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Package: robsel
Type: Package
Title: Robust Selection Algorithm
Version: 0.1.0
Date: 2021-05-23
Authors@R: c(person("Chau", "Tran", email = "chautran@ucsb.edu", role = c("aut", "cre")),
person("Sang-Yun", "Oh", role = c("aut")),
person("Pedro", "Cisneros-Velarde", role = c("aut")),
person("Alexander", "Petersen", role = c("aut")))
Description: An implementation of algorithms for estimation of the graphical lasso regularization parameter described in Pedro Cisneros-Velarde, Alexander Petersen and Sang-Yun Oh (2020) <http://proceedings.mlr.press/v108/cisneros20a.html>.
BugReports: https://github.com/dddlab/robust-selection/issues
License: GPL-2
Encoding: UTF-8
Imports: glasso, Rcpp
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
RoxygenNote: 7.1.1
LinkingTo:
Rcpp, RcppEigen