Skip to content

Commit

Permalink
Merge pull request #21 from krlmlr/f-tweaks
Browse files Browse the repository at this point in the history
chore: Fix typo
  • Loading branch information
gaborcsardi committed Mar 25, 2024
1 parent ff34394 commit b582016
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
15 changes: 4 additions & 11 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,7 @@
^.*\.Rproj$
^\.Rproj\.user$
^Makefile$
^README.md$
^.travis.yml$
^appveyor.yml$
^cran-comments\.md$
^revdep$
^codecov\.yml$
^\.github$
^vignettes$
^man/_cache$
^README_cache$
^README\.html$
^README\.Rmd$
^README[.]html$
^rhub2\.Rproj$
^\.Rproj\.user$
2 changes: 1 addition & 1 deletion R/doctor.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ rhub_doctor <- function(gh_url = NULL) {
#
# So we'll have
# - a graphql query for (1), (2), (3), (4), (7)
# - a REST query for (%) and (6)
# - a REST query for (5) and (6)

resp <- synchronise(when_all(
gql = doctor_async_gql(gh_url, token = pat),
Expand Down

0 comments on commit b582016

Please sign in to comment.