-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 1014 Bytes
/
DESCRIPTION
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
Package: webqueue
Type: Package
Title: HTTP Server Using Multiple CPU Cores
Version: 0.0.1.9003
Date: 2024-11-29
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)
Config/testthat/edition: 3
Depends: R (>= 4.2.0)
Imports:
cli,
httpuv,
jsonlite,
jobqueue,
parallel,
promises,
R6,
rlang,
webutils,
utils
Suggests:
testthat (>= 3.0.0)