diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index 3db00e17..0547e448 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -236,6 +236,7 @@ jobs: with: lookup-refs: ${{ inputs.lookup-refs }} repository-path: ${{ github.event.repository.name }}/${{ inputs.package-subdirectory }} + needs: "website" - name: Install R package 🚧 run: | diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 62624136..2095a41f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -77,6 +77,6 @@ repos: files: '\.Rhistory|\.RData|\.Rds|\.rds$' # `exclude: ` to allow committing specific files. - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.43.0 + rev: v0.44.0 hooks: - id: markdownlint diff --git a/DESCRIPTION b/DESCRIPTION index 3964cf31..be5028fd 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Type: Package Package: r.pkg.template Title: R Package Template -Version: 0.1.0.9194 -Date: 2025-01-14 +Version: 0.1.0.9195 +Date: 2025-01-31 Authors@R: person("insightsengineering", , , "insightsengineering@example.com", role = c("aut", "cre")) Description: R package template with GitHub Actions workflows included. diff --git a/NEWS.md b/NEWS.md index 7ad5f89e..199969e2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# r.pkg.template 0.1.0.9194 +# r.pkg.template 0.1.0.9195 ### New features