A science-focused, more humane R interface to AWS.
Documentation
Go to http://getwilds.org/sixtyfour/ for sixtyfour
package documentation. Go to the Get Started vignette to get started.
Bugs? Features?
Open an issue on our issue tracker.
Developers
- See the targets in the Makefile for various package maintenance tasks.
- For scanning for secrets see the make target
scan_secrets
in the Makefile. - We use minio for testing functions in this package (start with
aws_bucket
, andaws_file
) for interacting with S3. See the make targetminio_start
for starting minio locally. TheR-CMD-check
workflow in.github/workflows/
includes spinning up minio for running unit tests - only on linux. If you run tests and minio is not available then tests that require it will be skipped.
Code of Conduct
Please note that the sixtyfour project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.