-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
27 lines (27 loc) · 988 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
Package: plumberDeploy
Type: Package
Title: Plumber Deployment
Version: 0.2.2
Roxygen: list(markdown = TRUE)
Authors@R: c(
person("Bruno", "Tremblay", role = c("cre", "ctb"), email = "cran@neoxone.com"),
person("Jeff", "Allen", role = c("aut", "ccp"), email = "cran@trestletech.com"),
person("John", "Muschelli", role = "ctb", email = "muschellij2@gmail.com", comment = c(ORCID = "0000-0001-6469-1750")),
person("Barret", "Schloerke", role = "ctb", email = "barret@rstudio.com"),
person(family = "Trestle Technology, LLC", role = c("cph", "fnd")))
Depends:
R (>= 3.0.0)
Description: Gives the ability to automatically deploy a plumber API
from R functions on 'DigitalOcean' and other cloud-based servers.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Imports:
analogsea (>= 0.9.4),
ssh,
jsonlite,
lifecycle,
utils
BugReports: https://github.com/meztez/plumberDeploy/issues
URL: https://github.com/meztez/plumberDeploy