Skip to content

Commit

Permalink
remove unsued function (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlyttle authored Feb 3, 2024
1 parent d75d99a commit 1fdeb53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: boxr
Type: Package
Title: Interface for the 'Box.com API'
Version: 0.3.6.9010
Version: 0.3.6.9011
Authors@R: c(
person("Brendan", "Rocks", email = "[email protected]",
role = c("aut")),
Expand Down Expand Up @@ -40,7 +40,6 @@ Imports:
fs,
glue,
httr (>= 1.1.0),
httpuv,
magrittr,
mime,
purrr,
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

## Internal

* remove unused internal function, removing dependency on httpuv package. (#259)

* update superseded function-calls from gargle, used in testing. (#251)

* default branch switched from `master` to `main`. (#252)
Expand Down
11 changes: 0 additions & 11 deletions R/boxr__internal_misc.R
Original file line number Diff line number Diff line change
Expand Up @@ -353,17 +353,6 @@ modify_remote_dir <- function()

})


#' @keywords internal
forRCMDCheck <- function(cran = "http://cran.r-project.org/") {
if (FALSE) {
httpuv::encodeURI(cran)
mime::guess_type(cran)
rio::import(cran)
}
}


# API ---------------------------------------------------------------------

#' Common Box API client-errors
Expand Down

0 comments on commit 1fdeb53

Please sign in to comment.