Package: analogsea
Title: Interface to 'Digital Ocean'
Description: Provides a set of functions for interacting with the 'Digital
    Ocean' API <https://www.digitalocean.com/>, including
    creating images, destroying them, rebooting, getting details on regions, and
    available images.
Version: 0.9.4
Authors@R: c(
    person("Scott", "Chamberlain", role = c("aut", "cre"),
        email = "myrmecocystus@gmail.com",
        comment = c(ORCID="0000-0003-1444-9135")),
    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 (devel) https://analogsea.icu/
        (docs)
BugReports: https://github.com/sckott/analogsea/issues
LazyData: yes
Encoding: UTF-8
Language: en-US
Imports: stats, utils, httr (>= 1.2.0), jsonlite (>= 1.1), magrittr,
        yaml
Suggests: testthat, knitr, ssh (>= 0.6), aws.s3
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-02-03 19:58:13 UTC; sckott
Author: Scott Chamberlain [aut, cre] (<https://orcid.org/0000-0003-1444-9135>),
  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: 2021-02-03 20:10:02 UTC
