Skip to content
Snippets Groups Projects
Commit d54d30db authored by Mayo Roettger's avatar Mayo Roettger
Browse files

removed redundant author role from decription file

parent 88d55667
No related branches found
No related tags found
No related merge requests found
...@@ -2,9 +2,9 @@ Package: sybilSBML ...@@ -2,9 +2,9 @@ Package: sybilSBML
Type: Package Type: Package
Title: 'SBML' Integration in Package 'Sybil' Title: 'SBML' Integration in Package 'Sybil'
Version: 3.1.2 Version: 3.1.2
Date: 2020-03-26 Date: 2020-03-27
Authors@R: c(person("Mayo", "Roettger", role = "cre", email = "mayo.roettger@hhu.de"), Authors@R: c(person("Mayo", "Roettger", role = "cre", email = "mayo.roettger@hhu.de"),
person("Gabriel", "Gelius-Dietrich", role = c("aut", "ctb")), person("Gabriel", "Gelius-Dietrich", role = "aut"),
person(c("C.", "Jonathan"), "Fritzemeier", role = "ctb", email = "clausjonathan.fritzemeier@uni-duesseldorf.de"), person(c("C.", "Jonathan"), "Fritzemeier", role = "ctb", email = "clausjonathan.fritzemeier@uni-duesseldorf.de"),
person("Deya", "Alzoubi", role = "ctb"), person("Deya", "Alzoubi", role = "ctb"),
person("Ardalan", "Habil", role = "ctb")) person("Ardalan", "Habil", role = "ctb"))
...@@ -17,9 +17,9 @@ License: GPL-3 | file LICENSE ...@@ -17,9 +17,9 @@ 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: 2020-03-26 15:45:00 UTC; mayo Packaged: 2020-03-27 09:50:00 UTC; mayo
Author: Mayo Roettger [cre], Author: Mayo Roettger [cre],
Gabriel Gelius-Dietrich [aut, ctb], Gabriel Gelius-Dietrich [aut],
C. Jonathan Fritzemeier [ctb], C. Jonathan Fritzemeier [ctb],
Deya Alzoubi [ctb], Deya Alzoubi [ctb],
Ardalan Habil [ctb] Ardalan Habil [ctb]
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
\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.4 - 3.1.2 2020-03-26}{ \section{Changes in version 3.0.4 - 3.1.2 2020-03-27}{
\itemize{ \itemize{
\item Maintainer change. \item Maintainer change.
\item Changes to be able to build package without libSBML FBC and Groups \item Changes to be able to build package without libSBML FBC and Groups
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
\item Fix for CRAN issue: too many states (abstraction error?). \item Fix for CRAN issue: too many states (abstraction error?).
\item Fix for CRAN issue, where a terminating nul character may be written \item Fix for CRAN issue, where a terminating nul character may be written
past the end of the destination in function \code{exportSBML}. past the end of the destination in function \code{exportSBML}.
\item Fix for CRAN issue, where example file was written into user's home \item Fix for CRAN issue, where example file modified user's home
filespace. filespace.
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment