From 7d9a0ae0da8ab36adbc3987e59d1cc19da0e8300 Mon Sep 17 00:00:00 2001 From: gowerc Date: Thu, 26 Sep 2024 14:11:55 +0100 Subject: [PATCH] Removed retired section --- CONTRIBUTING.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 07525cbe2..587dedbd4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -60,11 +60,6 @@ test_that("some unit test", { The scheduled tests can also be manually activated by going to "https://github.com/insightsengineering/rbmi" -> "Actions" -> "Bi-Weekly" -> "Run Workflow". It is advisable to do this before releasing to CRAN. -### CRAN Releases - -In order to release a package to CRAN it needs to be tested across multiple different OS's and versions of R. This has been implemented in this project via a GitHub Action Workflow titled "Check for CRAN" which needs to be manually activated. To do this go to "https://github.com/insightsengineering/rbmi" -> "Actions" -> "Check for CRAN" -> "Run Workflow". - -If all these tests pass then the package can be safely released to CRAN (after updating the relevant `cran-comments.md` file) ### Docker Images