Package: googleCloudRunner
Type: Package
Title: R Scripts in the Google Cloud via Cloud Run, Cloud Build and
        Cloud Scheduler
Version: 0.4.0
Authors@R: c(person("Mark", "Edmondson", email = "r@sunholo.com",
                  role = c("aut", "cre"),
                  comment = c(ORCID = "0000-0002-8434-3881")),
              person("Sunholo Ltd", role = "cph"))
Description: Tools to easily enable R scripts in the Google Cloud Platform.
  Utilise cloud services such as Cloud Run <https://cloud.google.com/run/> for R over HTTP, 
  Cloud Build <https://cloud.google.com/cloud-build/> for Continuous Delivery 
  and Integration services and 
  Cloud Scheduler <https://cloud.google.com/scheduler/> for scheduled scripts.
URL: https://code.markedmondson.me/googleCloudRunner/
BugReports: https://github.com/MarkEdmondson1234/googleCloudRunner/issues
Depends: R (>= 3.3.0)
Imports: assertthat (>= 0.2.0), cli (>= 2.0.2), curl (>= 4.3),
        googleAuthR (>= 1.3.1), googleCloudStorageR (>= 0.5.1), httr
        (>= 1.4.1), jose (>= 1.0), jsonlite (>= 1.5), openssl (>=
        1.4.1), plumber (>= 1.0.0), progress (>= 1.2.2), usethis (>=
        1.6.0), utils, yaml (>= 2.2.0)
Suggests: knitr, miniUI, rmarkdown, rstudioapi, shiny, testthat (>=
        2.1.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
NeedsCompilation: no
Packaged: 2021-01-13 14:16:08 UTC; mark
Author: Mark Edmondson [aut, cre] (<https://orcid.org/0000-0002-8434-3881>),
  Sunholo Ltd [cph]
Maintainer: Mark Edmondson <r@sunholo.com>
Repository: CRAN
Date/Publication: 2021-01-13 15:10:02 UTC
