-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
22 lines (22 loc) · 941 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: rrelaxiv
Version: 0.2.1.9001
Title: Interface to RELAX-IV
Description: Bertsekas and Tseng's FORTRAN implementation of the RELAX-IV minimum cost flow solver, with various minor modifications for compatibility with R.
Authors@R: c(person("Dimitri", "Bertsekas", role = "aut", email = "dimitrib@mit.edu"),
person("Paul", "Tseng", role = "aut"),
person("Josh", "Errickson", role = c("cre","aut"), email = "jerrick@umich.edu"),
person("Mark", "Fredrickson", role = "aut", email = "mark.m.fredrickson@gmail.com"),
person("Ben", "Hansen", role = "aut"),
person("Peter", "Solenberger", role = "ctb"))
LazyData: true
Depends:
R (>= 2.15.1)
Suggests:
roxygen2,
testthat (>= 3.0.0)
RoxygenNote: 7.3.1
Encoding: UTF-8
License: file LICENSE
URL: https://errickson.net/rrelaxiv/
BugReports: https://github.com/josherrickson/rrelaxiv/issues/
Config/testthat/edition: 3