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 (>= 4.1.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 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 Config/pak/sysreqs: git libssh-dev libssh2-1-dev libssl-dev Repository: https://meztez.r-universe.dev Date/Publication: 2024-07-16 00:54:49 UTC RemoteUrl: https://github.com/meztez/plumberdeploy RemoteRef: HEAD RemoteSha: 5ee971849ff57d7d606c882d62fd9d3fc777761e NeedsCompilation: no Packaged: 2026-06-12 09:11:08 UTC; root Author: Bruno Tremblay [cre, ctb], Jeff Allen [aut, ccp], John Muschelli [ctb] (ORCID: ), Barret Schloerke [ctb], Trestle Technology, LLC [cph, fnd] Maintainer: Bruno Tremblay