From 8ee931dbf4e8f45ca6afb687666ef06a1176adcb Mon Sep 17 00:00:00 2001 From: Mayo Roettger <mayo.roettger@uni-duesseldorf.de> Date: Tue, 19 Apr 2022 11:48:30 +0200 Subject: [PATCH] Repository moved to GitHub. Discontinued here on GitLab. --- README.md | 8 ++++++++ configure.ac | 0 inst/NEWS.Rd | 9 +++++++++ src/config.h | 0 4 files changed, 17 insertions(+) mode change 100755 => 100644 configure.ac mode change 100755 => 100644 src/config.h diff --git a/README.md b/README.md index 219e36a..e75e6a7 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,12 @@ clpAPI ====== + +PLEASE NOTE THAT THIS PACKAGE REPOSITORY MOVED TO GITHUB AND WILL BE DISCONTINUED AND ARCHIVED ON GITLAB. + +THE PACKAGE REPOSITORY CAN BE FOUND AT THE FOLLOWING LOCATION: + +https://github.com/SysBioChalmers/?q=sybil&type=all&language=&sort= + + R Interface to C API of COIN-OR Clp, depends on COIN-OR Clp Version >= 1.12.0 diff --git a/configure.ac b/configure.ac old mode 100755 new mode 100644 diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd index ec9a31f..3b1bec1 100755 --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -3,6 +3,15 @@ \name{NEWS} \title{clpAPI News} \encoding{UTF-8} +% ---------------------------------------------------------------------------- % +\section{Changes 2022-04-19}{ + \itemize{ + \item Repository moved to GitHub and will be discontinued and archived here on GitLab. + New location: \url{https://github.com/SysBioChalmers/?q=sybil&type=all&language=&sort=}. + \ + } +} + % ---------------------------------------------------------------------------- % \section{Changes in version 1.3.1 2021-10-28}{ \itemize{ diff --git a/src/config.h b/src/config.h old mode 100755 new mode 100644 -- GitLab