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

date change in description for CRAN

parent 90da33c8
Branches cran_version
No related tags found
No related merge requests found
Checking pipeline status
DESCRIPTION 100644 → 100755
...@@ -2,7 +2,7 @@ Package: clpAPI ...@@ -2,7 +2,7 @@ Package: clpAPI
Type: Package Type: Package
Title: R Interface to C API of COIN-OR Clp Title: R Interface to C API of COIN-OR Clp
Version: 1.2.9 Version: 1.2.9
Date: 2018-08-22 Date: 2018-09-24
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"), email = "geliudie@uni-duesseldorf.de"), person("Gabriel", "Gelius-Dietrich", role = c("aut"), email = "geliudie@uni-duesseldorf.de"),
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"))
...@@ -13,9 +13,9 @@ SystemRequirements: COIN-OR Clp (>= 1.12.0) ...@@ -13,9 +13,9 @@ SystemRequirements: COIN-OR Clp (>= 1.12.0)
License: GPL-3 | file LICENSE License: GPL-3 | file LICENSE
LazyLoad: yes LazyLoad: yes
Collate: generics.R clp_ptrClass.R clp.R clpAPI.R zzz.R Collate: generics.R clp_ptrClass.R clp.R clpAPI.R zzz.R
Packaged: 2018-08-22 12:39:00 UTC; mayo Packaged: 2018-09-24 11:34:00 UTC; mayo
Author: Mayo Roettger [cre], Gabriel Gelius-Dietrich [aut], C. Jonathan Fritzemeier [ctb] Author: Mayo Roettger [cre], Gabriel Gelius-Dietrich [aut], C. Jonathan Fritzemeier [ctb]
Maintainer: Mayo Roettger <mayo.roettger@hhu.de> Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
NeedsCompilation: yes NeedsCompilation: yes
Repository: CRAN Repository: CRAN
Date/Publication: 2018-08-22 12:39:00 Date/Publication: 2018-09-24 11:34:00
LICENSE 100644 → 100755
File mode changed from 100644 to 100755
NAMESPACE 100644 → 100755
File mode changed from 100644 to 100755
R/clp.R 100644 → 100755
File mode changed from 100644 to 100755
R/clpAPI.R 100644 → 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
R/generics.R 100644 → 100755
File mode changed from 100644 to 100755
R/zzz.R 100644 → 100755
File mode changed from 100644 to 100755
README.md 100644 → 100755
File mode changed from 100644 to 100755
configure.ac 100644 → 100755
File mode changed from 100644 to 100755
configure.win 100644 → 100755
File mode changed from 100644 to 100755
inst/INSTALL 100644 → 100755
File mode changed from 100644 to 100755
inst/NEWS.Rd 100644 → 100755
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
\title{clpAPI News} \title{clpAPI News}
\encoding{UTF-8} \encoding{UTF-8}
% ---------------------------------------------------------------------------- % % ---------------------------------------------------------------------------- %
\section{Changes in version 1.2.9 2018-08-22}{ \section{Changes in version 1.2.9 2018-09-24}{
\itemize{ \itemize{
\item changed maintainer \item changed maintainer
\item changed return value of C function \code{getHitMaximumIterations} \item changed return value of C function \code{getHitMaximumIterations}
......
inst/README 100644 → 100755
File mode changed from 100644 to 100755
inst/c2r.map 100644 → 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment