Skip to content

Commit

Permalink
Merge pull request #177 from DyfanJones/cran-2.4.0
Browse files Browse the repository at this point in the history
Release cran 2.4.0
  • Loading branch information
DyfanJones authored Nov 26, 2021
2 parents c8c6e5f + 5b49706 commit a92854c
Show file tree
Hide file tree
Showing 63 changed files with 144 additions and 107 deletions.
2 changes: 1 addition & 1 deletion 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.3.0.9000
Version: 2.4.0
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
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# noctua (development version)
# noctua 2.4.0
## Feature:
* Add support `dbplyr` 2.0.0 backend API.
* Add method to set unload on a package level to allow `dplyr` to benefit from `AWS Athena unload` methods (#174).
Expand Down
13 changes: 9 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
## Submission
This release contains a few new features.
This release contains a few new features and bug fixes.

### Feature:
* Support `AWS Athena UNLOAD` within `DBI` methods.
* Support `dbplyr` 2+
* Support `AWS Athena unload` functionality for `dplyr`

## Bugf fix:
* Ensure `dbGetQuery`, `dbExecute`, `dbSendQuery`, `dbSendStatement` work on older versions of `R`
* Caching would fail when statement wasn't a character

## Examples Note:
* All R examples with `\dontrun` have been given a note warning users that `AWS credentials` are required to run

## Test environments
* local OS X install, 4.1.0
* local OS X install, 4.1.1
* rhub: windows-x86_64-devel, ubuntu-gcc-release, fedora-clang-devel

## R CMD check results (local)
Expand All @@ -21,4 +26,4 @@ This release contains a few new features.
`devtools::check_rhub(env_vars=c(R_COMPILE_AND_INSTALL_PACKAGES = "always", LIBARROW_BINARY="true"))`

## unit tests (using testthat) results
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 295 ]
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 331 ]
2 changes: 1 addition & 1 deletion docs/404.html

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

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

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

2 changes: 1 addition & 1 deletion docs/articles/aws_athena_query_caching.html

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

8 changes: 4 additions & 4 deletions docs/articles/aws_athena_unload.html

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

2 changes: 1 addition & 1 deletion docs/articles/aws_s3_backend.html

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

2 changes: 1 addition & 1 deletion docs/articles/changing_backend_file_parser.html

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

10 changes: 5 additions & 5 deletions docs/articles/convert_and_save_cost.html

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

8 changes: 4 additions & 4 deletions docs/articles/getting_started.html

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

2 changes: 1 addition & 1 deletion docs/articles/how_to_retry.html

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

2 changes: 1 addition & 1 deletion docs/articles/index.html

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

2 changes: 1 addition & 1 deletion docs/authors.html

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

Loading

0 comments on commit a92854c

Please sign in to comment.