-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
25 lines (25 loc) · 1006 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
Package: valve
Title: Redirects Your Plumbing For You
Version: 0.1.3
Authors@R:
person("Josiah", "Parry", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9910-865X"))
Description: Scales Plumber APIs in parallel on demand. Valve is a Rust library,
cli tool, and R package, that spawns plumber APIs in parallel. Valve creates a
connection pool of Plumber APIs which are fetched based on availability. Unused
connections are terminated. Valve is built using the powerful extendr, tokio,
and deadpool libraries.
License: BSD_3_clause + file LICENSE
URL: https://github.com/JosiahParry/valve, https://josiahparry.r-universe.dev/valve, https://rsgeo.josiahparry.com/
BugReports: https://github.com/JosiahParry/valve/issues/
Encoding: UTF-8
Language: en
SystemRequirements: Cargo (rustc package manager)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Config/rextendr/version: 0.3.1.9000
Imports:
plumber
Suggests:
rmarkdown,
vetiver