Skip to content

Commit

Permalink
Merge pull request #23 from miraisolutions/feature/pak-include-linkin…
Browse files Browse the repository at this point in the history
…gto-for-rsconnect

Make sure pak includes "LinkingTo" dependencies to avoid rsconnect errors
  • Loading branch information
riccardoporreca authored Jan 31, 2024
2 parents 907d834 + 0a58d79 commit 842b40b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
# Preserve package sources for informative references in case of errors
R_KEEP_PKG_SOURCE: yes
# rsconnect needs transitive LinkingTo-only dependencies to be installed
# (see https://github.com/r-lib/pak/issues/485)
PKG_INCLUDE_LINKINGTO: true

steps:

Expand Down

0 comments on commit 842b40b

Please sign in to comment.