Skip to content

Commit

Permalink
added new and cran comments, ready to go, bumped to v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Nov 15, 2016
1 parent e20d8df commit 859e74b
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 3 deletions.
11 changes: 8 additions & 3 deletions DESCRIPTION
@@ -1,8 +1,13 @@
Package: fauxpas
Title: HTTP Error Helpers
Description: HTTP error helpers. Currently supports integration
with crul, curl, and httr.
Version: 0.0.8.9100
Description: HTTP error helpers. Methods included for general purpose HTTP
error handling, as well as individual methods for every HTTP status
code, both via status code numbers as well as their descriptive names.
Supports ability to adjust behavior to stop, message or warning.
Includes ability to use custom whisker template to have any configuration
of status code, short description, and verbose message. Currently
supports integration with crul, curl, and httr.
Version: 0.1.0
Authors@R: person("Scott", "Chamberlain", role = c("aut", "cre"),
email = "myrmecocystus@gmail.com")
License: MIT + file LICENSE
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
@@ -0,0 +1,6 @@
fauxpas 0.1.0
=============

### NEW FEATURES

* Released to CRAN.
27 changes: 27 additions & 0 deletions cran-comments.md
@@ -0,0 +1,27 @@
## Test environments

* local OS X install, R 3.3.2
* ubuntu 12.04 (on travis-ci), R 3.3.2
* win-builder (devel and release)
* R-hub (Ubuntu Linux R-release, Fedora Linux R-devel, Windows R-oldrel)

## R CMD check results

0 errors | 0 warnings | 1 note

License components with restrictions and base license permitting such:
MIT + file LICENSE
File 'LICENSE':
YEAR: 2016
COPYRIGHT HOLDER: Scott Chamberlain

## Reverse dependencies

As this is a new package, there are no reverse dependencies.

---

This is a new release. I have read and agree to the the CRAN policies at
https://cran.r-project.org/web/packages/policies.html

Thanks! Scott Chamberlain

0 comments on commit 859e74b

Please sign in to comment.