diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index a0300a0..d17e699 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -38,6 +38,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: