Skip to content

Commit

Permalink
#40 add imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Apr 26, 2019
1 parent eaea2bd commit 5a0101a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export(get_headlines)
export(get_headlines_all)
export(get_sources)
export(set_api_key)
importFrom(askpass,askpass)
importFrom(httr,GET)
importFrom(httr,add_headers)
importFrom(httr,build_url)
Expand Down
2 changes: 1 addition & 1 deletion R/set_api_key.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#'set_api_key(tempdir()) # you will be prompted to enter your API key.
#'}
#'@author Jan Dix <\email{jan.d@@correlaid.org}>
#'
#'@importFrom askpass askpass
#'@export

set_api_key <- function(path = stop("Please specify a path.")) {
Expand Down

0 comments on commit 5a0101a

Please sign in to comment.