From d54d30db17fef8e4d0deef4fc281af4479aee3e4 Mon Sep 17 00:00:00 2001
From: Mayo Roettger <mayo.roettger@uni-duesseldorf.de>
Date: Fri, 27 Mar 2020 14:52:23 +0100
Subject: [PATCH] removed redundant author role from decription file

---
 DESCRIPTION  | 8 ++++----
 inst/NEWS.Rd | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index 32ceb2f..fd654ec 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -2,9 +2,9 @@ Package: sybilSBML
 Type: Package
 Title: 'SBML' Integration in Package 'Sybil'
 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"),
-             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("Deya", "Alzoubi", role = "ctb"),
              person("Ardalan", "Habil", role = "ctb"))
@@ -17,9 +17,9 @@ License: GPL-3 | file LICENSE
 LazyLoad: yes
 Collate: generics.R sbmlPtrClass.R sbmlErrorClass.R sybilSBML.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],
-  Gabriel Gelius-Dietrich [aut, ctb],
+  Gabriel Gelius-Dietrich [aut],
   C. Jonathan Fritzemeier [ctb],
   Deya Alzoubi [ctb],
   Ardalan Habil [ctb]
diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd
index fc85384..b334fd7 100644
--- a/inst/NEWS.Rd
+++ b/inst/NEWS.Rd
@@ -6,7 +6,7 @@
 
 \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{
     \item Maintainer change.
     \item Changes to be able to build package without libSBML FBC and Groups
@@ -18,7 +18,7 @@
     \item Fix for CRAN issue: too many states (abstraction error?).
     \item Fix for CRAN issue, where a terminating nul character may be written
     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.
   }
 }
-- 
GitLab