-
Notifications
You must be signed in to change notification settings - Fork 5
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
99bafd3
commit c29a150
Showing
1 changed file
with
26 additions
and
0 deletions.
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
`lpsymphony`: SYMPHONY Interface for Bioconductor | ||
=============================================== | ||
|
||
[SYMPHONY](<https://github.com/coin-or/SYMPHONY>) is an open-source solver for mixed-integer linear optimization problems . `lpsymphony` adapts SYMPHONY code for use in R. The package is based on CRAN's [Rsymphony](<https://cran.r-project.org/web/packages/Rsymphony/index.html>). | ||
|
||
Install | ||
------- | ||
|
||
To install Bioconductor release version of `lpsymphony` simply run in R | ||
|
||
```r | ||
## try http:// if https:// URLs are not supported | ||
source("https://bioconductor.org/biocLite.R") | ||
biocLite("lpsymphony") | ||
``` | ||
|
||
To get the newest version install the package directly from Github: | ||
|
||
```r | ||
devtools::install_github("vladchimescu/lpsymphony") | ||
``` | ||
|
||
Questions, Issues, Requests | ||
--------------------------- | ||
|
||
If you are experiencing problems with `lpsymphony` please create an issue or post your question on the [Bioconductor support website](<https://support.bioconductor.org>) |