From 7f09bfd47a7adf064b00ad258dd9e7a0d93fb8fa Mon Sep 17 00:00:00 2001 From: Dominic Schuhmacher Date: Tue, 1 Oct 2024 14:33:08 +0200 Subject: [PATCH] Update R CMD check GitHub actions --- .github/workflows/R-CMD-check.yaml | 7 +++++-- README.md | 5 ++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index a3ac618..d46a617 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -6,7 +6,9 @@ on: pull_request: branches: [main, master] -name: R-CMD-check +name: R-CMD-check.yaml + +permissions: read-all jobs: R-CMD-check: @@ -29,7 +31,7 @@ jobs: R_KEEP_PKG_SOURCE: yes steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: r-lib/actions/setup-pandoc@v2 @@ -47,3 +49,4 @@ jobs: - uses: r-lib/actions/check-r-package@v2 with: upload-snapshots: true + build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")' diff --git a/README.md b/README.md index 6e0f8db..f1d5211 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ - [![R-CMD-check](https://github.com/dschuhmacher/logconcens/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/dschuhmacher/logconcens/actions/workflows/R-CMD-check.yaml) + + [![R-CMD-check](https://github.com/dschuhmacher/logconcens/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/dschuhmacher/logconcens/actions/workflows/R-CMD-check.yaml) +[![R-CMD-check](https://github.com/dschuhmacher/logconcens/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/dschuhmacher/logconcens/actions/workflows/R-CMD-check.yaml) + # logconcens A package for maximum likelihood estimation of a log-concave density based on censored data