Package: sixtyfour
Title: Humane Interface to Amazon Web Services
Version: 0.2.0
Authors@R: c(
    person("Sean", "Kross", role = "aut"),
    person("Scott", "Chamberlain", , "sachamber@fredhutch.org", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-1444-9135")),
    person("Fred Hutchinson Cancer Center", , , "wilds@fredhutch.org", role = "fnd",
           comment = c(ROR = "007ps6h72"))
  )
Description: An opinionated interface to Amazon Web Services <https://aws.amazon.com>, 
    with functions for interacting with 'IAM' (Identity and Access Management),
    'S3' (Simple Storage Service), 'RDS' (Relational Data Service), Redshift, and Billing.
    Lower level functions ('aws_' prefix) are for do it yourself workflows, while
    higher level functions ('six_' prefix) automate common tasks.
URL: https://github.com/getwilds/sixtyfour,
        https://getwilds.org/sixtyfour/
BugReports: https://github.com/getwilds/sixtyfour/issues
License: MIT + file LICENSE
Encoding: UTF-8
VignetteBuilder: knitr
RoxygenNote: 7.3.2
LazyData: true
Depends: R (>= 4.1.0)
Imports: dplyr, paws (>= 0.9.0), paws.common (>= 0.8.1), purrr, rlang,
        tibble, fs, s3fs (>= 0.1.5), cli, glue, memoise, uuid,
        jsonlite, curl, tidyr, clipr, withr, ipaddress
Suggests: knitr, rmarkdown, roxyglobals, DBI, RPostgres, RMariaDB,
        ggplot2, lubridate, testthat (>= 3.0.0), vcr (>= 0.6.0),
        webmockr
Config/roxyglobals/filename: globals.R
Config/roxyglobals/unique: FALSE
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-03-28 21:39:39 UTC; schambe3
Author: Sean Kross [aut],
  Scott Chamberlain [aut, cre] (<https://orcid.org/0000-0003-1444-9135>),
  Fred Hutchinson Cancer Center [fnd] (007ps6h72)
Maintainer: Scott Chamberlain <sachamber@fredhutch.org>
Repository: CRAN
Date/Publication: 2025-03-31 16:40:02 UTC
Built: R 4.6.0; ; 2025-08-20 03:41:08 UTC; unix
