Package: googleComputeEngineR
Type: Package
Version: 0.1.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")
      )
URL: https://cloudyr.github.io/googleComputeEngineR/
BugReports: https://github.com/cloudyr/googleComputeEngineR/issues
Depends: R (>= 3.3.0)
Imports: googleAuthR (>= 0.4.0), jsonlite (>= 1.1), future (>= 1.2.0)
Suggests: devtools (>= 1.12.0), knitr, covr, rmarkdown, testthat
License: MIT + file LICENSE
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-11-19 11:22:24 UTC; mark
Author: Mark Edmondson [aut, cre],
  Scott Chamberlain [ctb],
  Winston Chang [ctb],
  Henrik Bengtsson [ctb]
Maintainer: Mark Edmondson <r@sunholo.com>
Repository: CRAN
Date/Publication: 2016-11-19 14:39:06
