Package: analogsea
Title: Interface to 'Digital Ocean'
Description: Provides a set of functions for interacting with the 'Digital
    Ocean' API at <https://developers.digitalocean.com/documentation/v2>, including
    creating images, destroying them, rebooting, getting details on regions, and
    available images.
Version: 0.7.0
Authors@R: c(
    person("Scott", "Chamberlain", role = c("aut", "cre"), email = "myrmecocystus@gmail.com"),
    person("Hadley", "Wickham", role = "aut", email = "hadley@rstudio.com"),
    person("Winston", "Chang", role = "aut", email = "winston@stdout.org"),
    person("Bob", "Rudis", role = "ctb", email = "bob@rudis.net"),
    person("Bryce", "Mecum", role = "ctb", email = "brycemecum@gmail.com",
           comment = c("ORCID" = "0000-0002-0381-3766")),
    person("RStudio", role = "cph")
    )
License: MIT + file LICENSE
URL: https://github.com/sckott/analogsea
BugReports: https://github.com/sckott/analogsea/issues
LazyData: yes
VignetteBuilder: knitr
Encoding: UTF-8
Imports: stats, utils, httr (>= 1.2.0), jsonlite (>= 1.1), magrittr,
        yaml, aws.s3
Suggests: roxygen2 (>= 6.1.1), testthat, knitr, ssh (>= 0.6)
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-06-05 20:17:11 UTC; sckott
Author: Scott Chamberlain [aut, cre],
  Hadley Wickham [aut],
  Winston Chang [aut],
  Bob Rudis [ctb],
  Bryce Mecum [ctb] (<https://orcid.org/0000-0002-0381-3766>),
  RStudio [cph]
Maintainer: Scott Chamberlain <myrmecocystus@gmail.com>
Repository: CRAN
Date/Publication: 2019-06-07 02:30:02 UTC
