Skip to content

Commit

Permalink
Fix version number, add cran-comments (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkretch committed Mar 13, 2019
1 parent 3e47d70 commit 03f1393
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
2 changes: 1 addition & 1 deletion paws.common/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: paws.common
Type: Package
Title: Paws Low-Level Amazon Web Services API
Version: 0.1.2
Version: 0.1.0
Authors@R: c(
person("David", "Kretch", email = "david.kretch@gmail.com", role = c("aut", "cre")),
person("Adam", "Banker", email = "adam.banker39@gmail.com", role = "aut"),
Expand Down
2 changes: 1 addition & 1 deletion paws.common/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# paws.common 0.1.2
# paws.common 0.1.0

Initial release.
23 changes: 23 additions & 0 deletions paws.common/cran-comments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## Test environments
* local Windows install, R 3.5.1
* Ubuntu 14.04 (on Travis-CI), R 3.5.2
* Windows (on AppVeyor), R 3.5.2
* R-hub (devel and release)

## R CMD check results
There were no ERRORs or WARNINGs.

There was 1 NOTE:

* checking CRAN incoming feasibility ... NOTE
Maintainer: ‘David Kretch <david.kretch@gmail.com>’

New submission

## Downstream dependencies

None.

## Changes since last submission

1. Added a link to https://aws.amazon.com in the description.

0 comments on commit 03f1393

Please sign in to comment.