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

maintainer change version 1.2.9; added documentation files; changed return...

maintainer change version 1.2.9; added documentation files; changed return value in C function getHitMaximumIterations
parent 7b9accd4
No related branches found
No related tags found
No related merge requests found
Package: clpAPI 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.8 Version: 1.2.9
Date: 2018-02-28 Date: 2018-08-22
Authors@R: c(person(c("C.", "Jonathan"), "Fritzemeier", role = c("cre", "ctb"), email = "clausjonathan.fritzemeier@uni-duesseldorf.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"))
Depends: R (>= 2.6.0) Depends: R (>= 2.6.0)
Imports: methods Imports: methods
Description: R Interface to C API of COIN-OR Clp, depends on COIN-OR Clp Version >= 1.12.0. Description: R Interface to C API of COIN-OR Clp, depends on COIN-OR Clp Version >= 1.12.0.
...@@ -12,9 +13,9 @@ SystemRequirements: COIN-OR Clp (>= 1.12.0) ...@@ -12,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: 2016-04-18 09:33:15 UTC; jonathan Packaged: 2018-08-22 12:39:00 UTC; mayo
Author: C. Jonathan Fritzemeier [cre, ctb], Gabriel Gelius-Dietrich [aut] Author: Mayo Roettger [cre], Gabriel Gelius-Dietrich [aut], C. Jonathan Fritzemeier [ctb]
Maintainer: C. Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de> Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
NeedsCompilation: yes NeedsCompilation: yes
Repository: CRAN Repository: CRAN
Date/Publication: 2018-02-28 09:33:15 Date/Publication: 2018-08-22 12:39:00
...@@ -28,10 +28,9 @@ There are basically four different ways of installing the clpAPI package: ...@@ -28,10 +28,9 @@ There are basically four different ways of installing the clpAPI package:
2) Use of environment variables 2) Use of environment variables
PKG_CPPFLAGS giving the PATH to the include directory of PKG_CPPFLAGS C preprocessor flags -I...
COIN-OR Clp
PKG_LIBS giving the PATH to the directory containing the PKG_LIBS libraries -l... -L...
callable library.
3) Use --prefix 3) Use --prefix
...@@ -47,7 +46,8 @@ There are basically four different ways of installing the clpAPI package: ...@@ -47,7 +46,8 @@ There are basically four different ways of installing the clpAPI package:
3) Use pkg-config 3) Use pkg-config
If pkg-config is available on your system, the pkg-config information If pkg-config is available on your system, the pkg-config information
of COIN-OR Clp will be used. of COIN-OR Clp will be used and --with-clp-<ARG> options (way 3) will be
ignored.
# ---------------------------------------------------------------------------- # # ---------------------------------------------------------------------------- #
......
...@@ -3,6 +3,18 @@ ...@@ -3,6 +3,18 @@
\name{NEWS} \name{NEWS}
\title{clpAPI News} \title{clpAPI News}
\encoding{UTF-8} \encoding{UTF-8}
% ---------------------------------------------------------------------------- %
\section{Changes in version 1.2.9 2018-08-22}{
\itemize{
\item changed maintainer
\item changed return value of C function \code{getHitMaximumIterations}
called by \code{getHitMaximumIterationsCLP} to Rf_ScalarLogical
\item added .Rd files for the functions \code{setNumberIterationsCLP}, \code{setMaximumIterationsCLP},
\code{setMaximumSecondsCLP}, \code{getMaximumIterationsCLP},
\code{getMaximumSecondsCLP}, and \code{getHitMaximumIterationsCLP}.
}
}
% ---------------------------------------------------------------------------- % % ---------------------------------------------------------------------------- %
\section{Changes in version 1.2.8 2018-02-28}{ \section{Changes in version 1.2.8 2018-02-28}{
\itemize{ \itemize{
......
...@@ -59,13 +59,13 @@ ...@@ -59,13 +59,13 @@
\references{ \references{
The COIN-OR Clp home page at The COIN-OR Clp home page at
\url{http://www.coin-or.org/projects/Clp.xml} \url{https://projects.coin-or.org/Clp}
} }
\author{ \author{
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de> Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de> Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
} }
......
...@@ -56,13 +56,13 @@ ...@@ -56,13 +56,13 @@
\references{ \references{
The COIN-OR Clp home page at The COIN-OR Clp home page at
\url{http://www.coin-or.org/projects/Clp.xml} \url{https://projects.coin-or.org/Clp}
} }
\author{ \author{
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de> Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de> Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
} }
......
...@@ -39,13 +39,13 @@ ...@@ -39,13 +39,13 @@
\references{ \references{
The COIN-OR Clp home page at The COIN-OR Clp home page at
\url{http://www.coin-or.org/projects/Clp.xml} \url{https://projects.coin-or.org/Clp}
} }
\author{ \author{
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de> Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de> Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
} }
......
...@@ -39,13 +39,13 @@ ...@@ -39,13 +39,13 @@
\references{ \references{
The COIN-OR Clp home page at The COIN-OR Clp home page at
\url{http://www.coin-or.org/projects/Clp.xml} \url{https://projects.coin-or.org/Clp}
} }
\author{ \author{
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de> Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de> Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
} }
......
...@@ -39,13 +39,13 @@ ...@@ -39,13 +39,13 @@
\references{ \references{
The COIN-OR Clp home page at The COIN-OR Clp home page at
\url{http://www.coin-or.org/projects/Clp.xml} \url{https://projects.coin-or.org/Clp}
} }
\author{ \author{
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de> Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de> Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
} }
......
...@@ -39,13 +39,13 @@ ...@@ -39,13 +39,13 @@
\references{ \references{
The COIN-OR Clp home page at The COIN-OR Clp home page at
\url{http://www.coin-or.org/projects/Clp.xml} \url{https://projects.coin-or.org/Clp}
} }
\author{ \author{
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de> Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de> Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
} }
......
...@@ -39,13 +39,13 @@ chgRowUpperCLP(lp, rub) ...@@ -39,13 +39,13 @@ chgRowUpperCLP(lp, rub)
\references{ \references{
The COIN-OR Clp home page at The COIN-OR Clp home page at
\url{http://www.coin-or.org/projects/Clp.xml} \url{https://projects.coin-or.org/Clp}
} }
\author{ \author{
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de> Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de> Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
} }
......
...@@ -19,13 +19,13 @@ ...@@ -19,13 +19,13 @@
\references{ \references{
The COIN-OR Clp home page at The COIN-OR Clp home page at
\url{http://www.coin-or.org/projects/Clp.xml} \url{https://projects.coin-or.org/Clp}
} }
\author{ \author{
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de> Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de> Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
} }
......
...@@ -64,13 +64,13 @@ ...@@ -64,13 +64,13 @@
\references{ \references{
The COIN-OR Clp home page at The COIN-OR Clp home page at
\url{http://www.coin-or.org/projects/Clp.xml} \url{https://projects.coin-or.org/Clp}
} }
\author{ \author{
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de> Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de> Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
} }
......
...@@ -43,13 +43,13 @@ ...@@ -43,13 +43,13 @@
\references{ \references{
The COIN-OR Clp home page at The COIN-OR Clp home page at
\url{http://www.coin-or.org/projects/Clp.xml} \url{https://projects.coin-or.org/Clp}
} }
\author{ \author{
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de> Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de> Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
} }
......
...@@ -42,13 +42,13 @@ ...@@ -42,13 +42,13 @@
\references{ \references{
The COIN-OR Clp home page at The COIN-OR Clp home page at
\url{http://www.coin-or.org/projects/Clp.xml} \url{https://projects.coin-or.org/Clp}
} }
\author{ \author{
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de> Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de> Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
} }
......
...@@ -35,13 +35,13 @@ ...@@ -35,13 +35,13 @@
\references{ \references{
The COIN-OR Clp home page at The COIN-OR Clp home page at
\url{http://www.coin-or.org/projects/Clp.xml} \url{https://projects.coin-or.org/Clp}
} }
\author{ \author{
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de> Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de> Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
} }
......
...@@ -42,13 +42,13 @@ ...@@ -42,13 +42,13 @@
\references{ \references{
The COIN-OR Clp home page at The COIN-OR Clp home page at
\url{http://www.coin-or.org/projects/Clp.xml} \url{https://projects.coin-or.org/Clp}
} }
\author{ \author{
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de> Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de> Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
} }
......
...@@ -35,13 +35,13 @@ ...@@ -35,13 +35,13 @@
\references{ \references{
The COIN-OR Clp home page at The COIN-OR Clp home page at
\url{http://www.coin-or.org/projects/Clp.xml} \url{https://projects.coin-or.org/Clp}
} }
\author{ \author{
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de> Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de> Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
} }
......
...@@ -38,13 +38,13 @@ ...@@ -38,13 +38,13 @@
\references{ \references{
The COIN-OR Clp home page at The COIN-OR Clp home page at
\url{http://www.coin-or.org/projects/Clp.xml} \url{https://projects.coin-or.org/Clp}
} }
\author{ \author{
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de> Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de> Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
} }
......
...@@ -36,13 +36,13 @@ ...@@ -36,13 +36,13 @@
\references{ \references{
The COIN-OR Clp home page at The COIN-OR Clp home page at
\url{http://www.coin-or.org/projects/Clp.xml} \url{https://projects.coin-or.org/Clp}
} }
\author{ \author{
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de> Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de> Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
} }
......
...@@ -37,13 +37,13 @@ ...@@ -37,13 +37,13 @@
\references{ \references{
The COIN-OR Clp home page at The COIN-OR Clp home page at
\url{http://www.coin-or.org/projects/Clp.xml} \url{https://projects.coin-or.org/Clp}
} }
\author{ \author{
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de> Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de> Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment