Package: googleComputeEngineR
Type: Package
Version: 0.3.0.9000
Title: R Interface with Google Compute Engine
Description: Interact with the 'Google Compute Engine' API in R. Lets you create, 
  start and stop instances in the 'Google Cloud'.  Support for preconfigured instances, 
  with templates for common R needs. 
Authors@R: c(
      person("Mark", "Edmondson", email = "r@sunholo.com",
             role = c("aut", "cre"),
             comment = c(ORCID = "0000-0002-8434-3881")),
      person("Scott", "Chamberlain", role = "ctb", email = "myrmecocystus@gmail.com"),
      person("Winston", "Chang", role = "ctb", email = "winston@stdout.org"),
      person("Henrik", "Bengtsson", role="ctb", email = "henrikb@braju.com"),
      person("Jacki","Novik", role="ctb", email = "jackinovik@gmail.com")
      )
URL: https://cloudyr.github.io/googleComputeEngineR/
BugReports: https://github.com/cloudyr/googleComputeEngineR/issues
Depends:
    R (>= 3.3.0)
Imports:
    assertthat,
    cli,
    gargle,
    future (>= 1.2.0),
    googleAuthR (>= 0.7.0),
    httr (>= 1.3.1),
    jsonlite (>= 1.1),
    utils
Suggests:
    covr,
    googleCloudStorageR,
    knitr,
    rmarkdown,
    testthat
License: MIT + file LICENSE
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.1.1
