Skip to content

Commit 7f5ed65

Browse files
authored
Merge branch 'main' into 580_module_tests@main
2 parents c142c72 + d203f27 commit 7f5ed65

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
@@ -236,6 +236,7 @@ jobs:
236236
with:
237237
lookup-refs: ${{ inputs.lookup-refs }}
238238
repository-path: ${{ github.event.repository.name }}/${{ inputs.package-subdirectory }}
239+
needs: "website"
239240

240241
- name: Install R package 🚧
241242
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)