From de5cfb0a9d555cf64c83d48749b85b00ca90497e Mon Sep 17 00:00:00 2001 From: Mayo Roettger <mayo.roettgerhhu.de> Date: Mon, 3 Sep 2018 10:35:41 +0200 Subject: [PATCH] changed typo in inst/NEWS.Rd --- DESCRIPTION | 10 +++++----- inst/NEWS.Rd | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 61cadff..212a305 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,10 +2,10 @@ Package: glpkAPI Type: Package Title: R Interface to C API of GLPK Version: 1.3.1 -Date: 2018-08-22 +Date: 2018-09-03 Authors@R: c(person("Mayo", "Roettger", email = "mayo.roettger@hhu.de", role = "cre"), - person("Gabriel", "Gelius-Dietrich", role = "aut", email = "geliudie@uni-duesseldorf.de"), - person("Louis", "Luangkesorn", email = "lugerpitt@gmail.com", role = "ctb" )) + person("Gabriel", "Gelius-Dietrich", role = "aut", email = "geliudie@uni-duesseldorf.de"), + person("Louis", "Luangkesorn", email = "lugerpitt@gmail.com", role = "ctb" )) Depends: R (>= 2.6.0) Imports: methods Description: R Interface to C API of GLPK, depends on GLPK Version >= 4.42. @@ -13,7 +13,7 @@ SystemRequirements: GLPK (>= 4.42) License: GPL-3 LazyLoad: yes Collate: generics.R glpk_ptrClass.R glpk.R glpkAPI.R zzz.R -Packaged: 2018-08-22 14:44:00 UTC; mayo +Packaged: 2018-09-03 08:30:00 UTC; mayo NeedsCompilation: yes Repository: CRAN -Date/Publication: 2018-08-22 14:44:00 +Date/Publication: 2018-09-03 08:30:00 diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd index 2052468..7553ea0 100644 --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -5,7 +5,7 @@ \encoding{UTF-8} % ---------------------------------------------------------------------------- % -\section{Changes in version 1.3.1 2015-08-22}{ +\section{Changes in version 1.3.1 2018-08-22}{ \itemize{ \item{changed package maintainer} } -- GitLab