Skip to content

Commit

Permalink
Merge pull request #189 from DyfanJones/arn_role
Browse files Browse the repository at this point in the history
Fix arn_role when using web identity authentication
  • Loading branch information
DyfanJones authored Dec 14, 2022
2 parents 073acf6 + 15147e6 commit ff20ac8
Show file tree
Hide file tree
Showing 29 changed files with 1,135 additions and 907 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,20 @@ jobs:
_R_CHECK_LENGTH_1_CONDITION_: abort,verbose
_R_CHECK_LENGTH_1_LOGIC2_: abort,verbose
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: r-lib/actions/setup-r@v1
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v1
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: |
rcmdcheck
covr
github::tidyverse/dbplyr
any::rcmdcheck
any::covr
- uses: r-lib/actions/check-r-package@v1
- uses: r-lib/actions/check-r-package@v2

- name: Show testthat output
if: always()
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: noctua
Type: Package
Title: Connect to 'AWS Athena' using R 'AWS SDK' 'paws' ('DBI' Interface)
Version: 2.6.0
Version: 2.6.0.9000
Authors@R: person("Dyfan", "Jones", email="[email protected]",
role= c("aut", "cre"))
Description: Designed to be compatible with the 'R' package 'DBI' (Database Interface)
Expand Down Expand Up @@ -35,7 +35,7 @@ VignetteBuilder:
Depends: R (>= 3.2.0)
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.0
RoxygenNote: 7.2.3
URL: https://github.com/DyfanJones/noctua
BugReports: https://github.com/DyfanJones/noctua/issues
Collate:
Expand Down
Loading

0 comments on commit ff20ac8

Please sign in to comment.