Skip to content

Commit

Permalink
Merge branch 'main' into rlib_setup_r_dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
m7pr authored Feb 11, 2025
2 parents ba95801 + 551beb0 commit b0b08e0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-check-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ on:
checking for unstated dependencies in vignettes ... NOTE( )+\'.*\' import not declared from
checking dependencies in R code ... NOTE( )+Namespace in Imports field not imported from
checking installed package size ... NOTE( )+installed size is
checking files in ‘vignettes’ ... NOTE( )+VignetteBuilder field missing
required: false
default: ""
type: string
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check.yaml.shared
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
checking Rd .usage sections .* NOTE
checking for unstated dependencies in vignettes .* NOTE
checking top-level files .* NOTE
checking files in ‘vignettes’ .* NOTE
r-cmd-non-cran:
name: R CMD Check (non-CRAN) 🧬
uses: insightsengineering/r.pkg.template/.github/workflows/build-check-install.yaml@main
Expand All @@ -58,6 +59,7 @@ jobs:
checking Rd .usage sections .* NOTE
checking for unstated dependencies in vignettes .* NOTE
checking top-level files .* NOTE
checking files in ‘vignettes’ .* NOTE
coverage:
name: Coverage 📔
uses: insightsengineering/r.pkg.template/.github/workflows/test-coverage.yaml@main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml.shared
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
checking examples .* NOTE
checking Rd line widths .* NOTE
checking top-level files .* NOTE
checking files in ‘vignettes’ .* NOTE
coverage:
name: Coverage 📔
needs: [release, docs]
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: r.pkg.template
Title: R Package Template
Version: 0.1.0.9195
Date: 2025-01-31
Version: 0.1.0.9196
Date: 2025-02-11
Authors@R:
person("insightsengineering", , , "[email protected]", role = c("aut", "cre"))
Description: R package template with GitHub Actions workflows included.
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# r.pkg.template 0.1.0.9195
# r.pkg.template 0.1.0.9196

### New features

Expand Down

0 comments on commit b0b08e0

Please sign in to comment.