-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update documentation for CRAN release
- Loading branch information
Showing
23 changed files
with
372 additions
and
424 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
README.Rmd | ||
drat.sh | ||
knitreadme.sh | ||
CONTRIBUTING.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
Package: aws.sns | ||
Type: Package | ||
Title: AWS SNS Client Package | ||
Version: 0.1.3 | ||
Date: 2016-03-17 | ||
Version: 0.1.5 | ||
Date: 2016-12-08 | ||
Author: Thomas J. Leeper | ||
Maintainer: Thomas J. Leeper <thosjleeper@gmail.com> | ||
Description: A simple client package for the Amazon Web Services (AWS) Simple | ||
Notification Service (SNS) API. | ||
License: GPL (>= 2) | ||
Imports: | ||
stats, | ||
httr, | ||
XML, | ||
xml2, | ||
jsonlite, | ||
aws.signature | ||
aws.signature (>= 0.2.6) | ||
URL: https://github.com/cloudyr/aws.sns | ||
BugReports: https://github.com/cloudyr/aws.sns/issues | ||
RoxygenNote: 5.0.1.9000 | ||
RoxygenNote: 5.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# CHANGES TO aws.sns 0.1 # | ||
# CHANGES TO aws.sns 0.1.5 | ||
|
||
* Add examples and cleanup documentation. | ||
|
||
# CHANGES TO aws.sns 0.1.1 | ||
|
||
* Initial release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
#' @title aws.sqs | ||
#' @description AWS SNS Client Package | ||
#' @details A simple client package for the Amazon Web Services (AWS) Simple | ||
#' Notification Service (SNS) REST API. | ||
#' @details A simple client package for the Amazon Web Services (AWS) Simple Notification Service (SNS) REST API. | ||
#' @name aws.sns-package | ||
#' @aliases aws.sns-package aws.sns | ||
#' @docType package | ||
#' @author Thomas J. Leeper <thosjleeper@@gmail.com> | ||
#' @author Thomas J. Leeper <thosjleeper@gmail.com> | ||
#' @keywords package | ||
NULL | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.