Skip to content
Snippets Groups Projects
Commit dadd7374 authored by Claus Jonathan Fritzemeier's avatar Claus Jonathan Fritzemeier
Browse files

changes done due to uwe ligges request

parent db379b3f
Branches
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.6 Version: 1.2.7
Date: 2013-10-26 Date: 2016-04-18
Authors@R: c(person("Gabriel", "Gelius-Dietrich", role = c("aut", "cre"), email = "geliudie@uni-duesseldorf.de")) Authors@R: c(person(c("C.", "Jonathan"), "Fritzemeier", role = c("cre", "ctb"), email = "clausjonathan.fritzemeier@uni-duesseldorf.de"),
person("Gabriel", "Gelius-Dietrich", role = c("aut"), email = "geliudie@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.
SystemRequirements: COIN-OR Clp (>= 1.12.0) SystemRequirements: COIN-OR Clp (>= 1.12.0)
License: GPL-3 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: 2013-10-26 16:15:58 UTC; gabriel Packaged: 2016-04-18 09:33:15 UTC; jonathan
Author: Gabriel Gelius-Dietrich [aut, cre] Author: C. Jonathan Fritzemeier [cre, ctb], Gabriel Gelius-Dietrich [aut]
Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de> Maintainer: C. Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
NeedsCompilation: yes NeedsCompilation: yes
Repository: CRAN Repository: CRAN
Date/Publication: 2013-10-26 19:08:53 Date/Publication: 2016-04-18 09:33:15
...@@ -4,6 +4,14 @@ ...@@ -4,6 +4,14 @@
\title{clpAPI News} \title{clpAPI News}
\encoding{UTF-8} \encoding{UTF-8}
% ---------------------------------------------------------------------------- %
\section{Changes in version 1.2.7 2016-04-18}{
\itemize{
\item added \code{-lz} to \file{Makevars.win}
\item changed maintainer
\item added a period at the end of your Description line in your DESCRIPTION file.
}
}
% ---------------------------------------------------------------------------- % % ---------------------------------------------------------------------------- %
\section{Changes in version 1.2.6 2013-10-26}{ \section{Changes in version 1.2.6 2013-10-26}{
......
...@@ -63,9 +63,10 @@ ...@@ -63,9 +63,10 @@
} }
\author{ \author{
Gabriel Gelius-Dietrich Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de> Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
} }
\keyword{ optimize } \keyword{ optimize }
...@@ -60,9 +60,10 @@ ...@@ -60,9 +60,10 @@
} }
\author{ \author{
Gabriel Gelius-Dietrich Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de> Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
} }
\keyword{ optimize } \keyword{ optimize }
...@@ -43,10 +43,11 @@ ...@@ -43,10 +43,11 @@
} }
\author{ \author{
Gabriel Gelius-Dietrich Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de> Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
} }
\keyword{ optimize } \keyword{ optimize }
...@@ -43,10 +43,11 @@ ...@@ -43,10 +43,11 @@
} }
\author{ \author{
Gabriel Gelius-Dietrich Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de> Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
} }
\keyword{ optimize } \keyword{ optimize }
...@@ -43,10 +43,11 @@ ...@@ -43,10 +43,11 @@
} }
\author{ \author{
Gabriel Gelius-Dietrich Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de> Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
} }
\keyword{ optimize } \keyword{ optimize }
...@@ -43,10 +43,11 @@ ...@@ -43,10 +43,11 @@
} }
\author{ \author{
Gabriel Gelius-Dietrich Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de> Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
} }
\keyword{ optimize } \keyword{ optimize }
...@@ -43,10 +43,11 @@ chgRowUpperCLP(lp, rub) ...@@ -43,10 +43,11 @@ chgRowUpperCLP(lp, rub)
} }
\author{ \author{
Gabriel Gelius-Dietrich Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de> Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
} }
\keyword{ optimize } \keyword{ optimize }
...@@ -23,11 +23,12 @@ ...@@ -23,11 +23,12 @@
} }
\author{ \author{
Gabriel Gelius-Dietrich Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de> Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
} }
\keyword{ package } \keyword{ package }
\keyword{ optimize} \keyword{ optimize}
......
...@@ -68,11 +68,12 @@ ...@@ -68,11 +68,12 @@
} }
\author{ \author{
Gabriel Gelius-Dietrich Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de> Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
} }
\seealso{ \seealso{
\code{\link{initProbCLP}} \code{\link{initProbCLP}}
} }
......
...@@ -47,10 +47,11 @@ ...@@ -47,10 +47,11 @@
} }
\author{ \author{
Gabriel Gelius-Dietrich Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de> Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
} }
\keyword{ optimize } \keyword{ optimize }
...@@ -46,10 +46,11 @@ ...@@ -46,10 +46,11 @@
} }
\author{ \author{
Gabriel Gelius-Dietrich Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de> Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
} }
\keyword{ optimize } \keyword{ optimize }
...@@ -39,10 +39,11 @@ ...@@ -39,10 +39,11 @@
} }
\author{ \author{
Gabriel Gelius-Dietrich Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de> Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
} }
\keyword{ optimize } \keyword{ optimize }
...@@ -46,10 +46,11 @@ ...@@ -46,10 +46,11 @@
} }
\author{ \author{
Gabriel Gelius-Dietrich Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de> Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
} }
\keyword{ optimize } \keyword{ optimize }
...@@ -39,10 +39,11 @@ ...@@ -39,10 +39,11 @@
} }
\author{ \author{
Gabriel Gelius-Dietrich Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de> Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
} }
\keyword{ optimize } \keyword{ optimize }
...@@ -42,10 +42,11 @@ ...@@ -42,10 +42,11 @@
} }
\author{ \author{
Gabriel Gelius-Dietrich Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de> Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
} }
\keyword{ optimize } \keyword{ optimize }
...@@ -40,10 +40,11 @@ ...@@ -40,10 +40,11 @@
} }
\author{ \author{
Gabriel Gelius-Dietrich Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de> Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
} }
\keyword{ optimize } \keyword{ optimize }
...@@ -41,10 +41,11 @@ ...@@ -41,10 +41,11 @@
} }
\author{ \author{
Gabriel Gelius-Dietrich Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de> Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
} }
\keyword{ optimize } \keyword{ optimize }
...@@ -40,10 +40,11 @@ ...@@ -40,10 +40,11 @@
} }
\author{ \author{
Gabriel Gelius-Dietrich Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de> Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
} }
\keyword{ optimize } \keyword{ optimize }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment