From 5c6a3abe7f4b137472a669097605817ab8dca35e Mon Sep 17 00:00:00 2001 From: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@hhu.de> Date: Tue, 2 Jan 2018 14:02:01 +0100 Subject: [PATCH] update dokumentation --- DESCRIPTION | 6 +++--- inst/NEWS.Rd | 8 ++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b02d8a5..3ab4484 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: sybilSBML Type: Package Title: SBML Integration in Package 'Sybil' -Version: 3.0.2 -Date: 2017-10-24 +Version: 3.0.3 +Date: 2018-01-02 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", "ctb")), person("Deya", "Alzoubi", role = "ctb"), @@ -16,7 +16,7 @@ License: GPL-3 | file LICENSE LazyLoad: yes Collate: generics.R sbmlPtrClass.R sbmlErrorClass.R sybilSBML.R uglyHack.R readSBMLmod.R zzz.R -Packaged: 2017-10-24 07:11:55 UTC; jonathan +Packaged: 2018-01-02 07:11:55 UTC; jonathan Author: C. Jonathan Fritzemeier [cre, ctb], Gabriel Gelius-Dietrich [aut, ctb], Deya Alzoubi [ctb], diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd index e90f8c5..4aa76fe 100644 --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -6,6 +6,14 @@ \newcommand{\CRANpkg}{\href{https://cran.r-project.org/package=#1}{\pkg{#1}}} % ---------------------------------------------------------------------------- % +\section{Changes in version 3.0.3 2018-01-02}{ + \itemize{ + \item Added support for the groups plugin of SBML. Now the \code{subSys} + (sub system) is read and written from/to the groups plugin. This is necessary + for some newer models. + } +} +% ---------------------------------------------------------------------------- % \section{Changes in version 3.0.2 2017-10-24}{ \itemize{ \item Removed bug when trying to write models with NA in, e.g. \code{met_attr}. -- GitLab