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

maintainer change version 1.0.6

parent ca901ae9
No related branches found
No related tags found
No related merge requests found
Pipeline #18380 failed
......@@ -3,3 +3,7 @@
# ignore build r package:
sybil_*.tar.gz
# ignore Mac OS X Finder databases:
.DS_Store
Package: sybilGUROBI
Type: Package
Title: Gurobi support for sybil
Version: 1.0.5
Date: 2015-11-16
Authors@R: c(person("Gabriel", "Gelius-Dietrich", role = c("aut", "cre"), email = "geliudie@uni-duesseldorf.de"))
Version: 1.0.6
Date: 2018-09-24
Authors@R: c(person("Mayo", "Roettger", role = "cre", email = "mayo.roettger@hhu.de"),
person("Gabriel", "Gelius-Dietrich", role = "aut", email = "geliudie@uni-duesseldorf.de"))
Depends: R (>= 2.14.2), sybil (>= 1.2.2), gurobi, Matrix, methods
Description: Gurobi support for sybil
License: GPL-3
Packaged: 2015-11-16 11:00:00 UTC; jonathan
Author: Gabriel Gelius-Dietrich [aut, cre]
Maintainer: Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Packaged: 2018-09-24 09:25:00 UTC; mayo
Author: Gabriel Gelius-Dietrich [aut]
Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
......@@ -27,7 +27,9 @@
#------------------------------------------------------------------------------#
setClass(Class = "optObj_sybilGUROBI",
representation(grb = "character"),
slots = c(
grb = "character"
),
contains = "optObj")
......
......@@ -6,6 +6,15 @@
\newcommand{\CRANpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
% ---------------------------------------------------------------------------- %
\section{Changes in version 1.0.6 2018-09-24}{
\itemize{
\item maintainer change version 1.0.6
\item changed \code{representation(grb = "character"} in class \code{optObj_sybilGUROBI}
into \code{slots = c(grb = "character")"")
}
}
% ---------------------------------------------------------------------------- %
\section{Changes in version 1.0.5 2015-11-16}{
\itemize{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment