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

update dokumentation

parent a00971f1
No related branches found
No related tags found
No related merge requests found
Package: sybilSBML Package: sybilSBML
Type: Package Type: Package
Title: SBML Integration in Package 'Sybil' Title: SBML Integration in Package 'Sybil'
Version: 3.0.2 Version: 3.0.3
Date: 2017-10-24 Date: 2018-01-02
Authors@R: c(person(c("C.", "Jonathan"), "Fritzemeier", role = c("cre", "ctb"), email = "clausjonathan.fritzemeier@uni-duesseldorf.de"), 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("Gabriel", "Gelius-Dietrich", role = c("aut", "ctb")),
person("Deya", "Alzoubi", role = "ctb"), person("Deya", "Alzoubi", role = "ctb"),
...@@ -16,7 +16,7 @@ License: GPL-3 | file LICENSE ...@@ -16,7 +16,7 @@ License: GPL-3 | file LICENSE
LazyLoad: yes LazyLoad: yes
Collate: generics.R sbmlPtrClass.R sbmlErrorClass.R sybilSBML.R Collate: generics.R sbmlPtrClass.R sbmlErrorClass.R sybilSBML.R
uglyHack.R readSBMLmod.R zzz.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], Author: C. Jonathan Fritzemeier [cre, ctb],
Gabriel Gelius-Dietrich [aut, ctb], Gabriel Gelius-Dietrich [aut, ctb],
Deya Alzoubi [ctb], Deya Alzoubi [ctb],
......
...@@ -6,6 +6,14 @@ ...@@ -6,6 +6,14 @@
\newcommand{\CRANpkg}{\href{https://cran.r-project.org/package=#1}{\pkg{#1}}} \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}{ \section{Changes in version 3.0.2 2017-10-24}{
\itemize{ \itemize{
\item Removed bug when trying to write models with NA in, e.g. \code{met_attr}. \item Removed bug when trying to write models with NA in, e.g. \code{met_attr}.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment