diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index b622c480..428cec13 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -66,7 +66,12 @@ jobs: cache-version: rcc-smoke-2 needs: check, website # Beware of using dev pkgdown here, has brought in dev dependencies in the past - extra-packages: any::rcmdcheck r-lib/roxygen2 any::decor r-lib/styler pkgdown + extra-packages: any::rcmdcheck r-lib/roxygen2 any::decor r-lib/styler pkgdown deps::. + + - name: Install package + run: | + R CMD INSTALL . + shell: bash - uses: ./.github/workflows/custom/after-install if: hashFiles('.github/workflows/custom/after-install/action.yml') != '' @@ -110,7 +115,7 @@ jobs: echo -n "${{ steps.commit.outputs.sha }}" > rcc-smoke-sha.txt shell: bash - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: rcc-smoke-sha path: rcc-smoke-sha.txt diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index a2206afc..09dc0638 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -42,7 +42,7 @@ jobs: install-r: false cache-version: pkgdown-2 needs: website - extra-packages: pkgdown + extra-packages: pkgdown local::. - uses: ./.github/workflows/custom/after-install if: hashFiles('.github/workflows/custom/after-install/action.yml') != '' diff --git a/man/as_duckplyr_df.Rd b/man/as_duckplyr_df.Rd index 88a1c29c..d7458df2 100644 --- a/man/as_duckplyr_df.Rd +++ b/man/as_duckplyr_df.Rd @@ -16,7 +16,7 @@ as_duckplyr_tibble(.data) For \code{as_duckplyr_df()}, an object of class \code{"duckplyr_df"}, inheriting from the classes of the \code{.data} argument. -For \code{as_duckplyr_df()}, an object of class +For \code{as_duckplyr_tibble()}, an object of class \code{c("duckplyr_df", class(tibble()))} . } \description{