Skip to content

Commit

Permalink
CRAN pkgsearch is OK now
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Feb 19, 2025
1 parent 22463db commit 81ac680
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions src/library/pkgsearch/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: pkgsearch
Title: Search and Query CRAN R Packages
Version: 3.1.3.9000
Version: 3.1.4
Authors@R: c(
person("Gábor", "Csárdi", , "[email protected]", role = c("aut", "cre")),
person("Maëlle", "Salmon", role = "aut",
Expand All @@ -22,11 +22,12 @@ Suggests: covr, memoise, mockery, pillar, pingr (>= 2.0.0), rstudioapi,
withr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1.9000
NeedsCompilation: no
Packaged: 2024-09-24 07:46:37 UTC; gaborcsardi
Packaged: 2025-01-09 11:26:35 UTC; gaborcsardi
Author: Gábor Csárdi [aut, cre],
Maëlle Salmon [aut] (<https://orcid.org/0000-0002-2815-0399>),
R Consortium [fnd]
Maintainer: Gábor Csárdi <[email protected]>
Repository: CRAN
Date/Publication: 2025-01-09 11:50:02 UTC
2 changes: 1 addition & 1 deletion src/library/pkgsearch/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pkgsearch (development version)
# pkgsearch 3.1.4

* pkgsearch now uses the `timeout` option to set the limit for the total
time of each HTTP request (#125, @gladkia).
Expand Down
2 changes: 1 addition & 1 deletion src/library/pkgsearch/R/http.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ get_default_curl_options <- function(options) {
if (!is.null(v <- getOption(anm))) return(v)
if (!is.na(v <- Sys.getenv(toupper(anm), NA_character_))) return (v)
}
modifyList(
utils::modifyList(
options,
drop_nulls(list(
timeout = as.integer(getopt("timeout") %||% 0),
Expand Down

0 comments on commit 81ac680

Please sign in to comment.