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

maintainer change version 1.3.1

parent 311411d1
No related branches found
No related tags found
No related merge requests found
......@@ -16,3 +16,7 @@ src/symbols.rds
# ignore files from build
glpkAPI.Rcheck/
# ignore Mac OS X Finder databases:
.DS_Store
Package: glpkAPI
Type: Package
Title: R Interface to C API of GLPK
Version: 1.3.0
Date: 2015-01-05
Authors@R: c(person("Claus Jonathan", "Fritzemeier", email = "clausjonathan.fritzemeier@uni-duesseldorf.de", role="cre"), person("Gabriel", "Gelius-Dietrich", role = c("aut"), email = "geliudie@uni-duesseldorf.de"), person("Louis", "Luangkesorn", email="lugerpitt@gmail.com", role="ctb" ))
Version: 1.3.1
Date: 2018-08-22
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" ))
Depends: R (>= 2.6.0)
Imports: methods
Description: R Interface to C API of GLPK, needs GLPK Version >= 4.42
Description: R Interface to C API of GLPK, depends on GLPK Version >= 4.42.
SystemRequirements: GLPK (>= 4.42)
License: GPL-3
LazyLoad: yes
Collate: generics.R glpk_ptrClass.R glpk.R glpkAPI.R zzz.R
Packaged: 2015-01-05 16:02:16 UTC; jonathan
Packaged: 2018-08-22 14:44:00 UTC; mayo
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2015-01-05 16:02:16
Date/Publication: 2018-08-22 14:44:00
......@@ -27,9 +27,9 @@ There are basically three different ways of installing the glpkAPI package:
2) Use of environment variables
PKG_CPPFLAGS giving the PATH to the include directory of GLPK
PKG_LIBS giving the PATH to the directory containing the
callable library and the libraries to link to.
PKG_CPPFLAGS C preprocessor flags -I...
PKG_LIBS libraries -l... -L...
3) Use --prefix
......
......@@ -4,6 +4,14 @@
\title{glpkAPI News}
\encoding{UTF-8}
% ---------------------------------------------------------------------------- %
\section{Changes in version 1.3.1 2015-08-22}{
\itemize{
\item{changed package maintainer}
}
}
% ---------------------------------------------------------------------------- %
\section{Changes in version 1.3.0 2015-01-05}{
\itemize{
......@@ -14,7 +22,6 @@
}
% ---------------------------------------------------------------------------- %
\section{Changes in version 1.2.11 2014-11-16}{
\itemize{
......
......@@ -45,7 +45,7 @@
\author{
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
}
......
......@@ -45,7 +45,7 @@
\author{
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
}
......
......@@ -41,7 +41,7 @@
\author{
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
}
......
......@@ -42,7 +42,7 @@
\author{
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
}
......
......@@ -42,7 +42,7 @@
\author{
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
}
......
......@@ -54,7 +54,7 @@
\author{
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
}
......
......@@ -48,7 +48,7 @@
\author{
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
}
......
......@@ -41,7 +41,7 @@
\author{
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
}
......
......@@ -41,7 +41,7 @@
\author{
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
}
......
......@@ -47,7 +47,7 @@
\author{
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
}
......
......@@ -41,7 +41,7 @@
\author{
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
}
......
......@@ -47,7 +47,7 @@
\author{
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
}
......
......@@ -41,7 +41,7 @@
\author{
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
}
......
......@@ -41,7 +41,7 @@
\author{
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
}
......
......@@ -42,7 +42,7 @@
\author{
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
}
......
......@@ -50,7 +50,7 @@
\author{
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