cloudyr / aws.sns

Amazon Simple Notification Service (SNS) API Client
https://cloud.r-project.org/package=aws.sns
12 stars 7 forks source link

New maintainer + dependency fix #8

Closed antoine-sachet closed 2 years ago

antoine-sachet commented 2 years ago

This PR would make me the maintainer (which would allow the package to be installed directly from github) and contains a bug fix. As I mentioned in issue #6, I already maintain a few of cloudyr's aws packages (aws.polly, aws.transcribe, aws.comprehend, aws.translate) and I am willing to maintain this one too since I actively use it.

The NEWS file has been updated and I've incremented the version number. R CMD check runs without errors, warnings or notes.

From the NEWS file:

# aws.sns 0.1.8

* New maintainer: antoine-sachet (#6)

* Fix dependency issue with `locate_credentials()` (#5).