Skip to content
Snippets Groups Projects
Commit c7c4ccde authored by Claus Jonathan Fritzemeier's avatar Claus Jonathan Fritzemeier
Browse files

version 2.0.3 submission

parent 8366cbe7
Branches
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ Imports: methods ...@@ -17,7 +17,7 @@ Imports: methods
Suggests: glpkAPI (>= 1.2.8), cplexAPI (>= 1.2.4), clpAPI (>= 1.2.4), Suggests: glpkAPI (>= 1.2.8), cplexAPI (>= 1.2.4), clpAPI (>= 1.2.4),
lpSolveAPI (>= 5.5.2.0), parallel, grid lpSolveAPI (>= 5.5.2.0), parallel, grid
URL: URL:
http://www.cs.hhu.de/en/research-groups/bioinformatics/software/sybil.html http://www.cs.hhu.de/lehrstuehle-und-arbeitsgruppen/computational-cell-biology/software/sybil.html
Description: This Systems Biology Library for R implements algorithms for constraint based analyses of metabolic networks (e.g. flux-balance analysis (FBA), minimization of metabolic adjustment (MOMA), regulatory on/off minimization (ROOM), robustness analysis and flux variability analysis). Most of the current LP/MILP solvers are supported via additional packages. Description: This Systems Biology Library for R implements algorithms for constraint based analyses of metabolic networks (e.g. flux-balance analysis (FBA), minimization of metabolic adjustment (MOMA), regulatory on/off minimization (ROOM), robustness analysis and flux variability analysis). Most of the current LP/MILP solvers are supported via additional packages.
LazyLoad: yes LazyLoad: yes
License: GPL-3 | file LICENSE License: GPL-3 | file LICENSE
......
...@@ -5,4 +5,4 @@ The package sybil is a Systems Biology Library for R, implementing algorithms fo ...@@ -5,4 +5,4 @@ The package sybil is a Systems Biology Library for R, implementing algorithms fo
Please consider downloading and installing the package via the R internal package management: Please consider downloading and installing the package via the R internal package management:
`install.packages("sybil")` `install.packages("sybil")`
Alternatively you can visit the [CRAN pakage website](http://cran.r-project.org/package=sybil). Alternatively you can visit the [CRAN pakage website](https://CRAN.R-project.org/package=sybil).
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
\title{sybil News} \title{sybil News}
\encoding{UTF-8} \encoding{UTF-8}
\newcommand{\CRANpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}} \newcommand{\CRANpkg}{\href{https://CRAN.R-project.org/package=#1}{\pkg{#1}}}
\section{Changes in version 2.0.3 2017-07-12}{ \section{Changes in version 2.0.3 2017-07-12}{
\itemize{ \itemize{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment