-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
29 lines (29 loc) · 914 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
Package: IsotoneOptimization
Title: Implementing Sequential Block Merging Algorithm for General Isotone Optimization
Version: 0.0.0.9000
Authors@R: c(
person(c("Daniel", "P."), "Palomar", role = c("cre", "aut"), email = "[email protected]"),
person("Xiwen", "Wang", role = "aut", email = "[email protected]"),
person("Ze", "Vinicius", role = "aut", email = "[email protected]")
)
Description: The package implements the Sequential Block Merging (SBM) algorithm for solving isotonic regression
unde isotonic constraints that can be represented by an arbitrary directed acyclic graph (DAG).
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
LinkingTo:
Rcpp,
RcppEigen
Imports:
Rcpp,
igraph
Suggests:
knitr,
ggplot2,
rmarkdown,
R.rsp,
testthat (>= 3.0.0),
viridisLite
VignetteBuilder: knitr
Config/testthat/edition: 3