https://github.com/getwilds/sixtyfour
🚚 CEO, entrepreneur
https://github.com/getwilds/sixtyfour
aws aws-billing r r-pkg rstats wilds-r
Last synced: over 1 year ago
JSON representation
🚚 CEO, entrepreneur
- Host: GitHub
- URL: https://github.com/getwilds/sixtyfour
- Owner: getwilds
- License: other
- Created: 2023-05-11T04:21:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-07T22:54:39.000Z (over 1 year ago)
- Last Synced: 2025-03-07T23:27:06.532Z (over 1 year ago)
- Topics: aws, aws-billing, r, r-pkg, rstats, wilds-r
- Language: R
- Homepage: https://getwilds.org/sixtyfour/
- Size: 9.53 MB
- Stars: 12
- Watchers: 4
- Forks: 2
- Open Issues: 30
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# sixtyfour
[](https://getwilds.org/badges/#prototype)
[](https://github.com/getwilds/sixtyfour/actions/workflows/R-CMD-check.yaml)
[](https://codecov.io/gh/getwilds/sixtyfour)
A science-focused, more humane R interface to AWS.
## Installation
Development version
```{r eval=FALSE}
# install.packages("pak")
pak::pak("getwilds/sixtyfour")
```
## Documentation
Go to for `sixtyfour` package documentation. Go to the **Get Started** vignette to get started.
This package leans primarily on the packages [paws][] and [s3fs][].
## Bugs? Features?
Open an issue on our [issue tracker](https://github.com/getwilds/sixtyfour/issues/).
## Contributors
See the [Contributing article][vigncontrib]
This package follows [Git Flow](https://nvie.com/posts/a-successful-git-branching-model/). See the [Contributing guide][vigncontrib] for details.
## Code of Conduct
Please note that the sixtyfour project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.
## Roadmap
For the next release:
- Support for row level security in PostgreSQL and Redshift (via `tablemanners` package) ([#75](https://github.com/getwilds/sixtyfour/issues/75)) - for this package, the change may only be documentation on how to use `tablemanners` with `sixtyfour`
- Cookbook docs based around common usage patterns ([#27](https://github.com/getwilds/sixtyfour/issues/27))
- Finish magic function `six_bucket_upload` ([#67](https://github.com/getwilds/sixtyfour/issues/67))
- Send to CRAN ([#68](https://github.com/getwilds/sixtyfour/issues/68))
[paws]: https://www.paws-r-sdk.com/
[s3fs]: https://dyfanjones.github.io/s3fs/
[minio]: https://min.io/
[vigncontrib]: http://getwilds.org/sixtyfour/articles/contributing.html