Package: googleCloudRunner
Type: Package
Title: R Scripts in the Google Cloud via Cloud Run, Cloud Build and
        Cloud Scheduler
Version: 0.5.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/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 (>= 2.0.0), googleCloudStorageR (>= 0.7.0),
        googlePubsubR (>= 0.0.2), httr (>= 1.4.1), jose (>= 1.0),
        jsonlite (>= 1.5), openssl (>= 1.4.1), plumber (>= 1.0.0),
        usethis (>= 1.6.0), utils, withr, yaml (>= 2.2.0)
Suggests: knitr, markdown, miniUI, rmarkdown, rstudioapi, shiny,
        targets, testthat (>= 2.1.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Config/testthat/edition: 3
Config/testthat/parallel: false
NeedsCompilation: no
Packaged: 2022-02-28 09:32:46 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: 2022-02-28 09:40:01 UTC
Built: R 4.2.3; ; 2024-04-24 02:22:23 UTC; windows
