Skip to content

Commit

Permalink
Merge pull request #422 from krlmlr/text_content
Browse files Browse the repository at this point in the history
don't import deprecated text_content function from httr
  • Loading branch information
hadley committed Mar 17, 2014
2 parents 39a7dbc + d7b50c2 commit 784b7ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ importFrom(httr,config)
importFrom(httr,content)
importFrom(httr,parsed_content)
importFrom(httr,stop_for_status)
importFrom(httr,text_content)
importFrom(memoise,memoise)
importFrom(parallel,mclapply)
importFrom(tools,Rd2HTML)
Expand Down
2 changes: 1 addition & 1 deletion R/run-source.r
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#' @param url url
#' @param ... other options passed to \code{\link{source}}
#' @param sha1 The (prefix of the) SHA-1 hash of the file at the remote URL.
#' @importFrom httr GET stop_for_status text_content
#' @importFrom httr GET stop_for_status
#' @importFrom digest digest
#' @export
#' @examples
Expand Down

0 comments on commit 784b7ba

Please sign in to comment.