Skip to content

Commit

Permalink
Update R CMD check GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dschuhmacher committed Oct 1, 2024
1 parent 5a8a2bc commit 7f09bfd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

Expand All @@ -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")'
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<!-- badges: start --> [![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)<!-- badges: end -->
<!-- badges: start -->
[![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)
<!-- badges: end -->

# logconcens
A package for maximum likelihood estimation of a log-concave density based on censored data

0 comments on commit 7f09bfd

Please sign in to comment.