-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b9e872f
commit 198b563
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Package: rrelaxiv | ||
Version: 0.2.0.9001 | ||
Version: 0.2.1 | ||
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 = "[email protected]"), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# rrelaxiv 0.2.1 | ||
|
||
- Small documentation updates | ||
|
||
# rrelaxiv 0.2.0 | ||
|
||
- Several documentation updates | ||
|