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

maintainer change

parent 14905fef
No related branches found
No related tags found
No related merge requests found
......@@ -4,13 +4,13 @@ Title: sybil - Efficient Constrained Based Modelling in R
Version: 1.2.10
Date: 2015-03-30
Authors@R: c(person("Gabriel", "Gelius-Dietrich", role = c("aut", "cre"), email = "geliudie@uni-duesseldorf.de"),
person(c("C.", "Jonathan"), "Fritzemeier", role = "ctb"),
person(c("C.", "Jonathan"), "Fritzemeier", role = c("ctb", "cre")),
person("Rajen", "Piernikarczyk", role = "ctb"),
person(c("Marc", "Andre"), "Daxer", role = "ctb"),
person("Benjamin", "Braasch", role = "ctb"),
person("Abdelmoneim", "Desouki", role = "ctb"),
person(c("Martin", "J."), "Lercher", role = "ctb"))
Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: C. Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
Depends: R (>= 2.14.2), Matrix, lattice
Imports: methods
Suggests: glpkAPI (>= 1.2.8), cplexAPI (>= 1.2.4), clpAPI (>= 1.2.4),
......@@ -51,8 +51,8 @@ Collate: generics.R validmodelorg.R validoptsol.R validreactId.R
sysBiolAlg_lmomaClass.R sysBiolAlg_momaClass.R
sysBiolAlg_mtfClass.R sysBiolAlg_roomClass.R sybilLogClass.R
Packaged: 2014-11-19 20:39:37 UTC; gabriel
Author: Gabriel Gelius-Dietrich [aut, cre],
C. Jonathan Fritzemeier [ctb],
Author: C. Jonathan Fritzemeier [cre, ctb],
Gabriel Gelius-Dietrich [aut],
Rajen Piernikarczyk [ctb],
Marc Andre Daxer [ctb],
Benjamin Braasch [ctb],
......
......@@ -6,6 +6,11 @@
\newcommand{\CRANpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
\section{Changes in version 1.3.0 2015-06-17}{
\item changed maintainer
\item \code{.parseBoolean} now gives a warning, but handles empty gpr in a intuitive way.
}
% ---------------------------------------------------------------------------- %
\section{Changes in version 1.2.10 2015-03-30}{
\itemize{
......@@ -14,7 +19,6 @@
\item modified \code{multiDel} to not use \code{require}
\item \code{doubleFluxDel} had a bug if \code{react1} or \code{react2} contained duplicated entries.
\item documentation of \code{hasEffect} in \code{optsol_genedel} is now clearer.
\item \code{.parseBoolean} now gives a warning, but handles empty gpr in a intuitive way.
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment