Skip to content

Commit

Permalink
Update description & cran-comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jun 24, 2015
1 parent beb6cc2 commit 140ccd4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Title: Tools for Working with URLs and HTTP
Description: Useful tools for working with HTTP organised by HTTP verbs
(GET(), POST(), etc). Configuration functions make it easy to control
additional request components (authenticate(), add_headers() and so on).
Authors@R: as.person(c(
"Hadley Wickham <[email protected]> [cre, aut, cph]",
"RStudio [cph]"
))
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", role = c("aut", "cre")),
person("RStudio", role = "cph")
)
Depends:
R (>= 3.0.0)
Imports:
Expand Down
9 changes: 9 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Submission summary

This is a resubmission:

* I've updated Authors@R: sorry I missed this!

* I don't see the problem with REDCapR locally - and is.request() isn't
actually a httr function, so I think it might be a problem elsewhere?

----

This is a large update that replaces the dependency on RCurl with curl. This should mainly only affect the internal operation of the package, but some authors have relied on stuff they shouldn't have. Because of the large change, I notified all reverse depencies authors on June 10, giving them two weeks to fix any problems.

## Test environments
Expand Down

0 comments on commit 140ccd4

Please sign in to comment.