diff --git a/README.md b/README.md index 219e36a2c3509b8679395010183f8f126d3a4350..e75e6a78d2e569917e495a9587ae23c2eba5fde0 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 ec9a31f6faf7b93a53a08e8aa04ee5719f5e33a5..3b1bec1df2a76d1398d2e7b7ed167220a90e4815 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