diff --git a/DESCRIPTION b/DESCRIPTION index fa20d2d93ca9752e3b457d4dcd40b361030b1fb9..6e626dda1012e98b2450fd4e07fa418d95ae1d64 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,22 +1,24 @@ Package: sybilSBML Type: Package -Title: SBML Integration in Package Sybil -Version: 2.0.9 -Date: 2015-07-03 +Title: SBML Integration in Package 'Sybil' +Version: 3.0.0 +Date: 2016-11-21 Authors@R: c(person(c("C.", "Jonathan"), "Fritzemeier", role = c("cre", "ctb"), email = "clausjonathan.fritzemeier@uni-duesseldorf.de"), - person("Gabriel", "Gelius-Dietrich", role = c("aut")), - person("Deya", "Alzoubi", role = "ctb")) -Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de> -Depends: R (>= 2.14.2), Matrix, sybil (>= 1.2.4) + person("Gabriel", "Gelius-Dietrich", role = c("aut", "ctb")), + person("Deya", "Alzoubi", role = "ctb"), + person("Ardalan", "Habil", role = "ctb")) +Maintainer: C. Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de> +Depends: R (>= 2.14.2), Matrix, sybil (>= 2.0.0) Imports: methods -Description: SBML (Systems Biology Markup Language) integration in sybil. Many constraint based metabolic models are published in SBML format (*.xml). Herewith is the ability to read and check SBML files in sybil provided. +Description: 'SBML' (Systems Biology Markup Language) with FBC (Flux Balance Constraints) integration in 'sybil'. Many constraint based metabolic models are published in 'SBML' format ('*.xml'). Herewith is the ability to read, write, and check 'SBML' files in 'sybil' provided. License: GPL-3 | file LICENSE LazyLoad: yes Collate: generics.R sbmlPtrClass.R sbmlErrorClass.R sybilSBML.R uglyHack.R readSBMLmod.R zzz.R -Packaged: 2016-10-18 13:31:19 UTC; ardalan +Packaged: 2016-11-21 07:11:55 UTC; jonathan Author: C. Jonathan Fritzemeier [cre, ctb], - Gabriel Gelius-Dietrich [aut], - Deya Alzoubi [ctb] + Gabriel Gelius-Dietrich [aut, ctb], + Deya Alzoubi [ctb], + Ardalan Habil [ctb] NeedsCompilation: yes Repository: CRAN diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd index 719fe82c674cbc6e5029696ed37fd7adcd7769f0..4ee64e6a7081acd7c41959dd2940b988a1723037 100644 --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -6,6 +6,22 @@ \newcommand{\CRANpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}} +% ---------------------------------------------------------------------------- % +\section{Changes in version 3.0.0 2016-11-21}{ + \itemize{ + \item sybilSBML now supports writing of SBML files. + \item The new FBC additional package for SBML is now fully integrated. + } +} + +% ---------------------------------------------------------------------------- % +\section{Changes in version 2.0.11 2015-07-03}{ + \itemize{ + \item \code{gprRules}-Slot in \code{modelorg} has changed. Thus + \code{readSBMLmod} had to be updated. + } +} + % ---------------------------------------------------------------------------- % \section{Changes in version 2.0.9 2015-07-03}{ \itemize{