From c7c4ccde7beffebc1633a4110efd01a39674ebb4 Mon Sep 17 00:00:00 2001 From: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@hhu.de> Date: Mon, 17 Jul 2017 14:09:32 +0200 Subject: [PATCH] version 2.0.3 submission --- DESCRIPTION | 2 +- README.md | 2 +- inst/NEWS.Rd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index f62fff4..808893f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -17,7 +17,7 @@ Imports: methods Suggests: glpkAPI (>= 1.2.8), cplexAPI (>= 1.2.4), clpAPI (>= 1.2.4), lpSolveAPI (>= 5.5.2.0), parallel, grid 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. LazyLoad: yes License: GPL-3 | file LICENSE diff --git a/README.md b/README.md index 4ddeacb..bb19a17 100644 --- a/README.md +++ b/README.md @@ -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: `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). diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd index ad994a1..98d58db 100644 --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -4,7 +4,7 @@ \title{sybil News} \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}{ \itemize{ -- GitLab