Skip to content

Commit 124c3bb

Browse files
committed
Use httr conditionally
1 parent 404c775 commit 124c3bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/check-win.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ extract_hidden_fields <- function(html_text) {
175175
}
176176

177177
upload_webform <- function(file, version) {
178+
rlang::check_installed("httr")
178179

179180
upload_url <- "https://win-builder.r-project.org/upload.aspx"
180181
form_page <- httr::GET(upload_url)

0 commit comments

Comments
 (0)