Skip to content

Commit

Permalink
fix: missing resp_content_type import
Browse files Browse the repository at this point in the history
  • Loading branch information
m-muecke committed Nov 5, 2024
1 parent e180df2 commit b85e293
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# MacOS
.DS_Store

# History files
.Rhistory
.Rapp.history
Expand Down Expand Up @@ -56,3 +53,6 @@ rsconnect/
# CRAN
CRAN-RELEASE
CRAN-SUBMISSION

# MacOS
.DS_Store
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ importFrom(httr2,resp_body_json)
importFrom(httr2,resp_body_raw)
importFrom(httr2,resp_body_string)
importFrom(httr2,resp_body_xml)
importFrom(httr2,resp_content_type)
importFrom(utils,read.csv)
1 change: 1 addition & 0 deletions R/bbk-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#' @importFrom httr2 resp_body_raw
#' @importFrom httr2 resp_body_string
#' @importFrom httr2 resp_body_xml
#' @importFrom httr2 resp_content_type
#' @importFrom utils read.csv
## usethis namespace: end
NULL
Expand Down

0 comments on commit b85e293

Please sign in to comment.