Skip to content

Commit

Permalink
Merge branch 'test_github_workflow' into httr2
Browse files Browse the repository at this point in the history
  • Loading branch information
mccroweyclinton-EPA committed Jun 11, 2024
2 parents 37effc6 + c2b0d71 commit 82c05e8
Show file tree
Hide file tree
Showing 250 changed files with 845 additions and 27,204 deletions.
11 changes: 8 additions & 3 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.Rcheck$
^.Rproj$
^.Rproj.user
^.gitignore
Expand All @@ -15,7 +14,6 @@
^README.md
^README.html
^RAQSAPI.Rproj
^doc$
^dev$
.out$
.log$
Expand All @@ -34,11 +32,18 @@ dev/install_RAQSAPI.R
^.github$
^.github/workflows/R-CMD-check\.yaml$
^.Rprofile$

#Set up hte loocal environment for unit tests
tests/testthat/local.R
dev/*
^.*\.Rproj$
^\.Rproj\.user$
codemeta.json
^revdep$
^LICENSE\.md$
# Output files from R CMD check
/*.Rcheck/
# RAQSAPI package files
^.tar.gz
^.zip
^CITATION\.cff$
^RAQSAPI\.code-workspace$
8 changes: 4 additions & 4 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, httr2]
branches: [main, httr2, test_github_workflow]
pull_request:
branches: [main, httr2]
branches: [main, httr2, test_github_workflow]

name: R-CMD-check

Expand All @@ -26,8 +26,8 @@ jobs:

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
RAQSAPIKEY: ${{ secrets.AQSKEY }}
RAQSAPIUSERNAME: ${{ secrets.AQSUSER }}
RAQSAPIKEY: "${{ secrets.RAQSAPIKEY }}"
RAQSAPIUSERNAME: "${{ secrets.RAQSAPIUSERNAME }}"
R_KEEP_PKG_SOURCE: yes

steps:
Expand Down
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,13 @@ dev/contributing.Rmd
#Set up hte loocal environment for unit tests
tests/testthat/local.R
dev/.experimental.R

# Output files from R CMD check
/*.Rcheck/
/doc/
/Meta/

# RAQSAPI package files
*.tar.gz
*.zip
RAQSAPI.code-workspace
Loading

0 comments on commit 82c05e8

Please sign in to comment.