diff --git a/DESCRIPTION b/DESCRIPTION old mode 100644 new mode 100755 index 81e58e85418f914ccf4fff08a73f61a563630c13..3693233e6f215f19603e9ec240c09a3ff43c48e5 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: clpAPI Type: Package Title: R Interface to C API of COIN-OR Clp Version: 1.2.9 -Date: 2018-08-22 +Date: 2018-09-24 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(c("C.", "Jonathan"), "Fritzemeier", role = "ctb", email = "clausjonathan.fritzemeier@uni-duesseldorf.de")) @@ -13,9 +13,9 @@ SystemRequirements: COIN-OR Clp (>= 1.12.0) License: GPL-3 | file LICENSE LazyLoad: yes Collate: generics.R clp_ptrClass.R clp.R clpAPI.R zzz.R -Packaged: 2018-08-22 12:39:00 UTC; mayo +Packaged: 2018-09-24 11:34:00 UTC; mayo Author: Mayo Roettger [cre], Gabriel Gelius-Dietrich [aut], C. Jonathan Fritzemeier [ctb] Maintainer: Mayo Roettger <mayo.roettger@hhu.de> NeedsCompilation: yes Repository: CRAN -Date/Publication: 2018-08-22 12:39:00 +Date/Publication: 2018-09-24 11:34:00 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/NAMESPACE b/NAMESPACE old mode 100644 new mode 100755 diff --git a/R/clp.R b/R/clp.R old mode 100644 new mode 100755 diff --git a/R/clpAPI.R b/R/clpAPI.R old mode 100644 new mode 100755 diff --git a/R/clp_ptrClass.R b/R/clp_ptrClass.R old mode 100644 new mode 100755 diff --git a/R/generics.R b/R/generics.R old mode 100644 new mode 100755 diff --git a/R/zzz.R b/R/zzz.R old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/configure.ac b/configure.ac old mode 100644 new mode 100755 diff --git a/configure.win b/configure.win old mode 100644 new mode 100755 diff --git a/inst/INSTALL b/inst/INSTALL old mode 100644 new mode 100755 diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd old mode 100644 new mode 100755 index cc0c5dccea4f49e68f15b98c5910384979207ff1..59dc2b22dd56e7ef7a2bc121aaf333d4117c272e --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -4,7 +4,7 @@ \title{clpAPI News} \encoding{UTF-8} % ---------------------------------------------------------------------------- % -\section{Changes in version 1.2.9 2018-08-22}{ +\section{Changes in version 1.2.9 2018-09-24}{ \itemize{ \item changed maintainer \item changed return value of C function \code{getHitMaximumIterations} diff --git a/inst/README b/inst/README old mode 100644 new mode 100755 diff --git a/inst/c2r.map b/inst/c2r.map old mode 100644 new mode 100755 diff --git a/man/addColsCLP.Rd b/man/addColsCLP.Rd old mode 100644 new mode 100755 diff --git a/man/addRowsCLP.Rd b/man/addRowsCLP.Rd old mode 100644 new mode 100755 diff --git a/man/chgColLowerCLP.Rd b/man/chgColLowerCLP.Rd old mode 100644 new mode 100755 diff --git a/man/chgColUpperCLP.Rd b/man/chgColUpperCLP.Rd old mode 100644 new mode 100755 diff --git a/man/chgObjCoefsCLP.Rd b/man/chgObjCoefsCLP.Rd old mode 100644 new mode 100755 diff --git a/man/chgRowLowerCLP.Rd b/man/chgRowLowerCLP.Rd old mode 100644 new mode 100755 diff --git a/man/chgRowUpperCLP.Rd b/man/chgRowUpperCLP.Rd old mode 100644 new mode 100755 diff --git a/man/clpAPI-package.Rd b/man/clpAPI-package.Rd old mode 100644 new mode 100755 diff --git a/man/clpPtr-class.Rd b/man/clpPtr-class.Rd old mode 100644 new mode 100755 diff --git a/man/copyNamesCLP.Rd b/man/copyNamesCLP.Rd old mode 100644 new mode 100755 diff --git a/man/delColsCLP.Rd b/man/delColsCLP.Rd old mode 100644 new mode 100755 diff --git a/man/delProbCLP.Rd b/man/delProbCLP.Rd old mode 100644 new mode 100755 diff --git a/man/delRowsCLP.Rd b/man/delRowsCLP.Rd old mode 100644 new mode 100755 diff --git a/man/dropNamesCLP.Rd b/man/dropNamesCLP.Rd old mode 100644 new mode 100755 diff --git a/man/dualCLP.Rd b/man/dualCLP.Rd old mode 100644 new mode 100755 diff --git a/man/getColDualCLP.Rd b/man/getColDualCLP.Rd old mode 100644 new mode 100755 diff --git a/man/getColLowerCLP.Rd b/man/getColLowerCLP.Rd old mode 100644 new mode 100755 diff --git a/man/getColPrimCLP.Rd b/man/getColPrimCLP.Rd old mode 100644 new mode 100755 diff --git a/man/getColUpperCLP.Rd b/man/getColUpperCLP.Rd old mode 100644 new mode 100755 diff --git a/man/getHitMaximumIterationsCLP.Rd b/man/getHitMaximumIterationsCLP.Rd old mode 100644 new mode 100755 diff --git a/man/getIndCLP.Rd b/man/getIndCLP.Rd old mode 100644 new mode 100755 diff --git a/man/getLogLevelCLP.Rd b/man/getLogLevelCLP.Rd old mode 100644 new mode 100755 diff --git a/man/getMaximumIterationsCLP.Rd b/man/getMaximumIterationsCLP.Rd old mode 100644 new mode 100755 diff --git a/man/getMaximumSecondsCLP.Rd b/man/getMaximumSecondsCLP.Rd old mode 100644 new mode 100755 diff --git a/man/getNnzCLP.Rd b/man/getNnzCLP.Rd old mode 100644 new mode 100755 diff --git a/man/getNumColsCLP.Rd b/man/getNumColsCLP.Rd old mode 100644 new mode 100755 diff --git a/man/getNumNnzCLP.Rd b/man/getNumNnzCLP.Rd old mode 100644 new mode 100755 diff --git a/man/getNumRowsCLP.Rd b/man/getNumRowsCLP.Rd old mode 100644 new mode 100755 diff --git a/man/getObjCoefsCLP.Rd b/man/getObjCoefsCLP.Rd old mode 100644 new mode 100755 diff --git a/man/getObjDirCLP.Rd b/man/getObjDirCLP.Rd old mode 100644 new mode 100755 diff --git a/man/getObjValCLP.Rd b/man/getObjValCLP.Rd old mode 100644 new mode 100755 diff --git a/man/getRowDualCLP.Rd b/man/getRowDualCLP.Rd old mode 100644 new mode 100755 diff --git a/man/getRowLowerCLP.Rd b/man/getRowLowerCLP.Rd old mode 100644 new mode 100755 diff --git a/man/getRowPrimCLP.Rd b/man/getRowPrimCLP.Rd old mode 100644 new mode 100755 diff --git a/man/getRowUpperCLP.Rd b/man/getRowUpperCLP.Rd old mode 100644 new mode 100755 diff --git a/man/getScaleFlagCLP.Rd b/man/getScaleFlagCLP.Rd old mode 100644 new mode 100755 diff --git a/man/getSolStatusCLP.Rd b/man/getSolStatusCLP.Rd old mode 100644 new mode 100755 diff --git a/man/getVecLenCLP.Rd b/man/getVecLenCLP.Rd old mode 100644 new mode 100755 diff --git a/man/getVecStartCLP.Rd b/man/getVecStartCLP.Rd old mode 100644 new mode 100755 diff --git a/man/idiotCLP.Rd b/man/idiotCLP.Rd old mode 100644 new mode 100755 diff --git a/man/initProbCLP.Rd b/man/initProbCLP.Rd old mode 100644 new mode 100755 diff --git a/man/lengthNamesCLP.Rd b/man/lengthNamesCLP.Rd old mode 100644 new mode 100755 diff --git a/man/loadMatrixCLP.Rd b/man/loadMatrixCLP.Rd old mode 100644 new mode 100755 diff --git a/man/loadProblemCLP.Rd b/man/loadProblemCLP.Rd old mode 100644 new mode 100755 diff --git a/man/primalCLP.Rd b/man/primalCLP.Rd old mode 100644 new mode 100755 diff --git a/man/printModelCLP.Rd b/man/printModelCLP.Rd old mode 100644 new mode 100755 diff --git a/man/probNameCLP.Rd b/man/probNameCLP.Rd old mode 100644 new mode 100755 diff --git a/man/readMPSCLP.Rd b/man/readMPSCLP.Rd old mode 100644 new mode 100755 diff --git a/man/resizeCLP.Rd b/man/resizeCLP.Rd old mode 100644 new mode 100755 diff --git a/man/restoreModelCLP.Rd b/man/restoreModelCLP.Rd old mode 100644 new mode 100755 diff --git a/man/return_codeCLP.Rd b/man/return_codeCLP.Rd old mode 100644 new mode 100755 diff --git a/man/saveModelCLP.Rd b/man/saveModelCLP.Rd old mode 100644 new mode 100755 diff --git a/man/scaleModelCLP.Rd b/man/scaleModelCLP.Rd old mode 100644 new mode 100755 diff --git a/man/setLogLevelCLP.Rd b/man/setLogLevelCLP.Rd old mode 100644 new mode 100755 diff --git a/man/setMaximumIterationsCLP.Rd b/man/setMaximumIterationsCLP.Rd old mode 100644 new mode 100755 diff --git a/man/setMaximumSecondsCLP.Rd b/man/setMaximumSecondsCLP.Rd old mode 100644 new mode 100755 diff --git a/man/setNumberIterationsCLP.Rd b/man/setNumberIterationsCLP.Rd old mode 100644 new mode 100755 diff --git a/man/setObjDirCLP.Rd b/man/setObjDirCLP.Rd old mode 100644 new mode 100755 diff --git a/man/solveInitialBarrierCLP.Rd b/man/solveInitialBarrierCLP.Rd old mode 100644 new mode 100755 diff --git a/man/solveInitialBarrierNoCrossCLP.Rd b/man/solveInitialBarrierNoCrossCLP.Rd old mode 100644 new mode 100755 diff --git a/man/solveInitialCLP.Rd b/man/solveInitialCLP.Rd old mode 100644 new mode 100755 diff --git a/man/solveInitialDualCLP.Rd b/man/solveInitialDualCLP.Rd old mode 100644 new mode 100755 diff --git a/man/solveInitialPrimalCLP.Rd b/man/solveInitialPrimalCLP.Rd old mode 100644 new mode 100755 diff --git a/man/status_codeCLP.Rd b/man/status_codeCLP.Rd old mode 100644 new mode 100755 diff --git a/man/versionCLP.Rd b/man/versionCLP.Rd old mode 100644 new mode 100755 diff --git a/src/Makevars.in b/src/Makevars.in old mode 100644 new mode 100755 diff --git a/src/Makevars.win b/src/Makevars.win old mode 100644 new mode 100755 diff --git a/src/clpAPI.c b/src/clpAPI.c old mode 100644 new mode 100755 diff --git a/src/clpAPI.h b/src/clpAPI.h old mode 100644 new mode 100755 diff --git a/src/clpR.h b/src/clpR.h old mode 100644 new mode 100755 diff --git a/src/init.c b/src/init.c old mode 100644 new mode 100755 diff --git a/vignettes/clpAPI.Rnw b/vignettes/clpAPI.Rnw old mode 100644 new mode 100755