Skip to content

Commit

Permalink
httr to imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Oct 17, 2018
1 parent e4289b2 commit 7e8cf52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Description: Record test suite 'HTTP' requests and replays them during
real 'HTTP' responses on disk in 'cassettes'. Subsequent 'HTTP' requests
matching any previous requests in the same 'cassette' use a cached
'HTTP' response.
Version: 0.1.0.9110
Version: 0.1.0.9111
Authors@R: c(person("Scott", "Chamberlain", role = c("aut", "cre"),
email = "sckott@protonmail.com", comment = c(ORCID="0000-0003-1444-9135")))
URL: https://github.com/ropensci/vcr/ (devel)
Expand All @@ -20,6 +20,7 @@ VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Imports:
crul (>= 0.5.2),
httr,
webmockr (>= 0.2.8),
urltools,
yaml,
Expand Down

0 comments on commit 7e8cf52

Please sign in to comment.