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