Skip to content

Commit

Permalink
Bump curl version (and it's now on CRAN)
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed May 19, 2015
1 parent 965402d commit 6092f2e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: r

r_github_packages:
- s-u/PKI
- jeroenooms/curl

env:
global:
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Imports:
digest,
jsonlite,
mime,
curl (>= 0.5.9001),
curl (>= 0.6),
R6,
stringr (>= 0.6.1)
Suggests:
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ To get the current development version from github:

```R
# install.packages("devtools")
devtools::install_github("jeroenooms/curl")
devtools::install_github("hadley/httr")
```

Expand Down

0 comments on commit 6092f2e

Please sign in to comment.