Skip to content

Commit

Permalink
submitted to CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
dramanica committed Jun 19, 2024
1 parent 1a2dce2 commit 15fbad1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 2.1.0
Date: 2024-06-19 11:33:05 UTC
SHA: 076788348758f62161f23b9195c12886711448c3
Date: 2024-06-19 15:11:32 UTC
SHA: 632c24b70ad487380186aaad24532545b4ffda56
2 changes: 1 addition & 1 deletion R/url_is_valid.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ url_is_valid <- function(url, verbose = FALSE) {
if (requireNamespace("httr", quietly = TRUE)) {
HTTP_STATUS_OK <- 200
HTTP_STATUS_REDIRECT_SUCCESS <- 302
hd <- httr::HEAD(url, timeout(3))
hd <- httr::HEAD(url, timeout(30))
status <- hd$all_headers[[1]]$status
if (verbose){
message("status is ",status)
Expand Down

0 comments on commit 15fbad1

Please sign in to comment.