Package: googleComputeEngineR
Type: Package
Version: 0.2.0
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")),
      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, future (>= 1.2.0), googleAuthR (>= 0.5.1), httr
        (>= 1.3.1), jsonlite (>= 1.1), utils
Suggests: covr, devtools (>= 1.12.0), googleCloudStorageR, knitr,
        rmarkdown, testthat
License: MIT + file LICENSE
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-09-16 16:20:30 UTC; mark
Author: Mark Edmondson [aut, cre],
  Scott Chamberlain [ctb],
  Winston Chang [ctb],
  Henrik Bengtsson [ctb],
  Jacki Novik [ctb]
Maintainer: Mark Edmondson <r@sunholo.com>
Repository: CRAN
Date/Publication: 2017-09-16 16:25:37 UTC
