Skip to content

Commit

Permalink
fix: missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
m-muecke committed Jan 24, 2024
1 parent 4a2697d commit 98dcb6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ export(tr_long_term_rate)
export(tr_real_long_term)
export(tr_real_yield_curve)
export(tr_yield_curve)
importFrom(httr2,iterate_with_offset)
importFrom(httr2,req_perform)
importFrom(httr2,req_perform_iterative)
importFrom(httr2,req_url_query)
importFrom(httr2,req_user_agent)
importFrom(httr2,request)
importFrom(httr2,resp_body_xml)
importFrom(httr2,resps_data)
3 changes: 3 additions & 0 deletions R/treasury-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
"_PACKAGE"

## usethis namespace: start
#' @importFrom httr2 iterate_with_offset
#' @importFrom httr2 req_perform
#' @importFrom httr2 req_perform_iterative
#' @importFrom httr2 req_url_query
#' @importFrom httr2 req_user_agent
#' @importFrom httr2 request
#' @importFrom httr2 resp_body_xml
#' @importFrom httr2 resps_data
## usethis namespace: end
NULL

0 comments on commit 98dcb6d

Please sign in to comment.