Skip to content

Commit

Permalink
added a README file to the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
vladchimescu committed Jan 5, 2018
1 parent 99bafd3 commit c29a150
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
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>)

0 comments on commit c29a150

Please sign in to comment.