This release contains a couple of bug fixes.
- Prevent assuming role from
AWS_ROLE_ARN
. This caused confusing when connecting through web identity - Support
dbplyr::in_catalog
when working withdplyr::tbl
- All R examples with
\dontrun
have been given a note warning users thatAWS credentials
are required to run
- local OS X install, 4.2.0
- rhub: windows-x86_64-devel, ubuntu-gcc-release, fedora-clang-devel
0 errors ✓ | 0 warnings ✓ | 0 notes ✓
0 errors ✓ | 0 warnings ✓ | 0 notes ✓
Side note: ran devtools::check_rhub with following environment variables:
devtools::check_rhub(
env_vars=c(
"R_COMPILE_AND_INSTALL_PACKAGES" = "always",
"LIBARROW_BINARY"="true",
"_R_CHECK_LENGTH_1_CONDITION_"="abort,verbose",
"_R_CHECK_LENGTH_1_LOGIC2_"="abort,verbose"
)
)
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 325 ]