Skip to content

Commit

Permalink
Upkeep 2023-11 (#548)
Browse files Browse the repository at this point in the history
* Rebuild
* Update site template
* Re-document
* Bump required R version
* `usethis::use_tidy_description()`
* `usethis::use_tidy_github_actions()`
  • Loading branch information
hadley authored Nov 2, 2023
1 parent 1b72565 commit 8e251e0
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 48 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: write
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
covr::codecov(
quiet = FALSE,
clean = FALSE,
install_path = file.path(Sys.getenv("RUNNER_TEMP"), "package")
install_path = file.path(normalizePath(Sys.getenv("RUNNER_TEMP"), winslash = "/"), "package")
)
shell: Rscript {0}

Expand Down
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ License: GPL-3
URL: https://bigrquery.r-dbi.org, https://github.com/r-dbi/bigrquery
BugReports: https://github.com/r-dbi/bigrquery/issues
Depends:
R (>= 3.3)
R (>= 3.6)
Imports:
assertthat,
bit64,
Expand Down Expand Up @@ -52,6 +52,8 @@ LinkingTo:
progress,
rapidjsonr,
Rcpp
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Expand Down Expand Up @@ -93,4 +95,3 @@ Collate:
'old-tabledata.R'
'utils.R'
'zzz.R'
Config/testthat/edition: 3
17 changes: 10 additions & 7 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
url: https://bigrquery.r-dbi.org

authors:
Jennifer Bryan:
href: https://jennybryan.org
template:
package: tidytemplate
bootstrap: 5

includes:
in_header: |
<script defer data-domain="bigrquery.r-dbi.org" src="https://plausible.io/js/plausible.js"></script>
development:
mode: auto

reference:
- title: DBI and dplyr
Expand All @@ -14,10 +21,6 @@ reference:
contents:
- starts_with("bq")

template:
params:
ganalytics: UA-115082821-1

news:
releases:
- text: "bigrquery 1.4.0"
Expand Down
101 changes: 64 additions & 37 deletions man/bq_auth.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/RcppExports.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ BEGIN_RCPP
END_RCPP
}

RcppExport SEXP null_to_na_(SEXP);
RcppExport SEXP null_to_na_(void *);

static const R_CallMethodDef CallEntries[] = {
{"_bigrquery_bq_parse", (DL_FUNC) &_bigrquery_bq_parse, 2},
Expand Down

0 comments on commit 8e251e0

Please sign in to comment.