Package: googleCloudRunner
Type: Package
Title: R Scripts in the Google Cloud via Cloud Run, Cloud Build and
        Cloud Scheduler
Version: 0.1.1
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.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), googleAuthR (>= 1.1.1),
        googleCloudStorageR (>= 0.5.1), httr (>= 1.4.1), jsonlite (>=
        1.5), methods, openssl (>= 1.4.1), stats, utils, yaml (>=
        2.2.0)
Suggests: knitr, miniUI, plumber, rmarkdown, shiny, testthat (>= 2.1.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
NeedsCompilation: no
Packaged: 2020-01-25 01:39:54 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: 2020-02-06 10:50:06 UTC
