Skip to content

Commit ba95801

Browse files
authored
Merge branch 'main' into rlib_setup_r_dependencies
Signed-off-by: Marcin <[email protected]>
2 parents 46627aa + d203f27 commit ba95801

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ jobs:
229229
GITHUB_PAT: ${{ steps.github-token.outputs.token }}
230230
with:
231231
working-directory: ${{ github.event.repository.name }}/${{ inputs.package-subdirectory }}
232+
needs: "website"
232233

233234
- name: Install R package 🚧
234235
run: |

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ repos:
7777
files: '\.Rhistory|\.RData|\.Rds|\.rds$'
7878
# `exclude: <regex>` to allow committing specific files.
7979
- repo: https://github.com/igorshubovych/markdownlint-cli
80-
rev: v0.43.0
80+
rev: v0.44.0
8181
hooks:
8282
- id: markdownlint

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Type: Package
22
Package: r.pkg.template
33
Title: R Package Template
4-
Version: 0.1.0.9194
5-
Date: 2025-01-14
4+
Version: 0.1.0.9195
5+
Date: 2025-01-31
66
Authors@R:
77
person("insightsengineering", , , "[email protected]", role = c("aut", "cre"))
88
Description: R package template with GitHub Actions workflows included.

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# r.pkg.template 0.1.0.9194
1+
# r.pkg.template 0.1.0.9195
22

33
### New features
44

0 commit comments

Comments
 (0)