Package: webqueue
Type: Package
Title: Multicore HTTP Server
Version: 1.0.0
Date: 2025-03-12
Authors@R: c(
    person(
      "Daniel P.", "Smith",
      email   = "dansmith01@gmail.com",
      role    = c("aut", "cre"),
      comment = c(ORCID = "0000-0002-2479-2044")),
    person(
      "Alkek Center for Metagenomics and Microbiome Research", 
      role = c("cph", "fnd") ))
Description: Distributes HTTP requests among a pool of background R processes.
    Supports timeouts and interrupts of requests to ensure that CPU cores are
    utilized effectively.
URL: https://cmmr.github.io/webqueue/, https://github.com/cmmr/webqueue
BugReports: https://github.com/cmmr/webqueue/issues
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Config/testthat/edition: 3
Depends: R (>= 4.2.0)
Imports: cli, httpuv, jsonlite, jobqueue, later, parallelly, promises,
        R6, rlang, semaphore, webutils, utils
Suggests: httr2, knitr, RCurl, rmarkdown, testthat (>= 3.0.0), withr
NeedsCompilation: no
Packaged: 2025-03-12 21:23:44 UTC; Daniel
Author: Daniel P. Smith [aut, cre] (<https://orcid.org/0000-0002-2479-2044>),
  Alkek Center for Metagenomics and Microbiome Research [cph, fnd]
Maintainer: Daniel P. Smith <dansmith01@gmail.com>
Repository: CRAN
Date/Publication: 2025-03-13 21:10:02 UTC
