-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
47 lines (47 loc) · 1.13 KB
/
DESCRIPTION
File metadata and controls
47 lines (47 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Package: webqueue
Type: Package
Title: Multicore HTTP Server
Version: 1.2.0
Date: 2025-05-21
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
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Config/testthat/edition: 3
Depends: R (>= 4.2.0)
Imports:
cli,
curl,
httpuv,
interprocess (>= 1.2.0),
jsonlite,
jobqueue (>= 1.7.0),
later,
parallelly,
promises,
R6,
rlang,
webutils,
utils
Suggests:
httr2,
knitr,
rmarkdown,
testthat,
withr
Remotes:cmmr/jobqueue,cmmr/interprocess