From 13a39a31607292922f36f1665b5478147d57877f Mon Sep 17 00:00:00 2001 From: Robert Nuske Date: Tue, 1 Nov 2022 10:23:37 +0100 Subject: [PATCH] removed drone CI due to Problems with NO_PUBKEY --- .drone.yml | 33 --------------------------------- README.md | 1 - 2 files changed, 34 deletions(-) delete mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index e66c98c..0000000 --- a/.drone.yml +++ /dev/null @@ -1,33 +0,0 @@ -kind: pipeline -name: rocker/r-ver:latest - -steps: -- name: build 'n check - image: rocker/r-ver:latest - commands: - - apt-get update - - apt-get -y install libcurl4-openssl-dev - - R -e 'install.packages(c("curl", "tinytest"))' - - R CMD build --no-build-vignettes --no-manual . - - FILE=$(ls -1t *.tar.gz | head -n 1) - - export _R_CHECK_CRAN_INCOMING_=FALSE - - export _R_CHECK_FORCE_SUGGESTS_=FALSE - - R CMD check $FILE --no-vignettes --no-manual --as-cran --install-args=--install-tests - -# --- -# -# kind: pipeline -# name: rocker/r-ver:devel -# -# steps: -# - name: build 'n check -# image: rocker/r-ver:devel -# commands: -# - apt-get update -# - apt-get -y install libcurl4-openssl-dev -# - R -e 'install.packages(c("curl", "tinytest"))' -# - R CMD build --no-build-vignettes --no-manual . -# - FILE=$(ls -1t *.tar.gz | head -n 1) -# - export _R_CHECK_CRAN_INCOMING_=FALSE -# - export _R_CHECK_FORCE_SUGGESTS_=FALSE -# - R CMD check $FILE --no-vignettes --no-manual --as-cran --install-args=--install-tests diff --git a/README.md b/README.md index 62e2d48..dc0e9ff 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ [![R-CMD-check](https://github.com/rnuske/vegperiod/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rnuske/vegperiod/actions/workflows/R-CMD-check.yaml) -[![Drone Build Status](https://cloud.drone.io/api/badges/rnuske/vegperiod/status.svg)](https://cloud.drone.io/rnuske/vegperiod) [![Package-License](https://img.shields.io/badge/license-GPL--3-brightgreen.svg?style=flat)](https://www.gnu.org/licenses/gpl-3.0.html) [![CRAN](https://www.r-pkg.org/badges/version/vegperiod)](https://cran.r-project.org/package=vegperiod) [![Dependencies](https://tinyverse.netlify.com/badge/vegperiod)](https://cran.r-project.org/package=vegperiod)