Name Mode Size
.github 040000
R 040000
man 040000
src 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.travis.yml 100644 1 kb
BinaryFiles 100644 0 kb
DESCRIPTION 100644 2 kb
NAMESPACE 100644 0 kb
README.md 100644 1 kb
cleanup 100755 0 kb
configure 100755 3 kb
configure.win 100644
README.md
[![Build Status](https://travis-ci.org/vladchimescu/lpsymphony.svg?branch=master)](https://travis-ci.org/vladchimescu/lpsymphony) `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>)