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 , 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 Roxygen: list(markdown = TRUE, roclets = c("collate", "namespace", "rd", "roxyglobals::global_roclet")) 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 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libxml2-dev libssl-dev libx11-dev Repository: https://getwilds.r-universe.dev Date/Publication: 2026-06-03 20:29:40 UTC RemoteUrl: https://github.com/getwilds/sixtyfour RemoteRef: HEAD RemoteSha: 3b0502add4b538a269f294135a26873cd565a6fa NeedsCompilation: no Packaged: 2026-07-03 09:15:53 UTC; root Author: Sean Kross [aut], Scott Chamberlain [aut, cre] (ORCID: ), Fred Hutchinson Cancer Center [fnd] (ROR: ) Maintainer: Scott Chamberlain