[CHNOSZ-commits] r937 - pkg/CHNOSZ/.github/workflows
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Nov 11 13:45:05 CET 2025
Author: jedick
Date: 2025-11-11 13:45:04 +0100 (Tue, 11 Nov 2025)
New Revision: 937
Modified:
pkg/CHNOSZ/.github/workflows/R-CMD-check.yaml
Log:
Update R CMD check workflow
Modified: pkg/CHNOSZ/.github/workflows/R-CMD-check.yaml
===================================================================
--- pkg/CHNOSZ/.github/workflows/R-CMD-check.yaml 2025-11-11 12:30:39 UTC (rev 936)
+++ pkg/CHNOSZ/.github/workflows/R-CMD-check.yaml 2025-11-11 12:45:04 UTC (rev 937)
@@ -31,12 +31,16 @@
# Install remotes and development version of canprot 20240228
# https://stackoverflow.com/questions/76642914/use-a-github-package-for-a-r-github-action
- - name: Install remotes
- run: |
- Rscript -e "install.packages('remotes', repos='https://ftp.belnet.be/mirror/CRAN')"
+ # 20251111 This is now commented as:
+ # 1) the belnet mirror is not available
+ # 2) development version of canprot is not needed
+
+ #- name: Install remotes
+ # run: |
+ # Rscript -e "install.packages('remotes', repos='https://ftp.belnet.be/mirror/CRAN')"
- - name: Install development version of canprot
- run: |
- Rscript -e "remotes::install_github('jedick/canprot')"
+ #- name: Install development version of canprot
+ # run: |
+ # Rscript -e "remotes::install_github('jedick/canprot')"
- uses: r-lib/actions/check-r-package at v2
More information about the CHNOSZ-commits
mailing list