sixtyfour

🚚 AWS for Data Scientists

https://github.com/getwilds/sixtyfour

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • â—‹
    CITATION.cff file
  • ✓
    codemeta.json file
    Found codemeta.json file
  • ✓
    .zenodo.json file
    Found .zenodo.json file
  • â—‹
    DOI references
  • â—‹
    Academic publication links
  • â—‹
    Committers with academic emails
  • â—‹
    Institutional organization owner
  • â—‹
    JOSS paper metadata
  • â—‹
    Scientific vocabulary similarity
    Low similarity (11.7%) to scientific vocabulary

Keywords

aws aws-billing r r-pkg rstats wilds-r
Last synced: 6 months ago · JSON representation

Repository

🚚 AWS for Data Scientists

Basic Info
Statistics
  • Stars: 22
  • Watchers: 4
  • Forks: 2
  • Open Issues: 30
  • Releases: 2
Topics
aws aws-billing r r-pkg rstats wilds-r
Created almost 3 years ago · Last pushed 11 months ago
Metadata Files
Readme Changelog Contributing License Code of conduct Codeowners

README.Rmd



# sixtyfour


[![Project Status: Prototype – Useable, some support, open to feedback, unstable API.](https://getwilds.org/badges/badges/prototype.svg)](https://getwilds.org/badges/#prototype)
[![R-CMD-check](https://github.com/getwilds/sixtyfour/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/getwilds/sixtyfour/actions/workflows/R-CMD-check.yaml)
[![codecov](https://codecov.io/gh/getwilds/sixtyfour/branch/main/graph/badge.svg)](https://app.codecov.io/gh/getwilds/sixtyfour)


A science-focused, more humane R interface to AWS.

## Installation

CRAN version

```{r eval=FALSE}
# install.packages("pak")
pak::pak("sixtyfour")
```

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

See the next release ([v0.3](https://github.com/getwilds/sixtyfour/milestone/3)).


[paws]: https://www.paws-r-sdk.com/
[s3fs]: https://dyfanjones.github.io/s3fs/
[vigncontrib]: http://getwilds.org/sixtyfour/articles/contributing.html

Owner

  • Name: Fred Hutch Data Science Lab WILDS
  • Login: getwilds
  • Kind: organization
  • Email: data@fredhutch.org

The new home of the DaSL WILDS (Workflows Integrating Large Data and Software)

GitHub Events

Total
  • Create event: 29
  • Release event: 1
  • Issues event: 36
  • Watch event: 8
  • Delete event: 24
  • Issue comment event: 128
  • Push event: 116
  • Pull request review event: 69
  • Pull request review comment event: 36
  • Pull request event: 62
Last Year
  • Create event: 29
  • Release event: 1
  • Issues event: 36
  • Watch event: 8
  • Delete event: 24
  • Issue comment event: 128
  • Push event: 116
  • Pull request review event: 69
  • Pull request review comment event: 36
  • Pull request event: 62

Committers

Last synced: 9 months ago

All Time
  • Total Commits: 414
  • Total Committers: 4
  • Avg Commits per committer: 103.5
  • Development Distribution Score (DDS): 0.027
Past Year
  • Commits: 167
  • Committers: 2
  • Avg Commits per committer: 83.5
  • Development Distribution Score (DDS): 0.036
Top Committers
Name Email Commits
Scott Chamberlain s****r@f****g 403
Andy Teucher a****r@g****m 6
seankross s****0@g****m 3
Scott Chamberlain s****3@f****g 2
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 74
  • Total pull requests: 79
  • Average time to close issues: 2 months
  • Average time to close pull requests: 6 days
  • Total issue authors: 3
  • Total pull request authors: 2
  • Average comments per issue: 1.88
  • Average comments per pull request: 2.19
  • Merged pull requests: 69
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 20
  • Pull requests: 61
  • Average time to close issues: 9 days
  • Average time to close pull requests: 4 days
  • Issue authors: 2
  • Pull request authors: 2
  • Average comments per issue: 0.8
  • Average comments per pull request: 2.03
  • Merged pull requests: 53
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • sckott (56)
  • seankross (10)
  • ateucher (2)
Pull Request Authors
  • sckott (87)
  • ateucher (4)
Top Labels
Issue Labels
documentation :book: (8) feature :gear: (7) database (4) bug :lady_beetle: (3) later :hourglass: (2)
Pull Request Labels
documentation :book: (15) Refactor (2)

Packages

  • Total packages: 1
  • Total downloads:
    • cran 397 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
cran.r-project.org: sixtyfour

Humane Interface to Amazon Web Services

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 397 Last month
Rankings
Dependent packages count: 26.9%
Dependent repos count: 33.1%
Average: 49.0%
Downloads: 87.0%
Maintainers (1)
Last synced: 6 months ago

Dependencies

.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v3 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pkgdown.yaml actions
  • JamesIves/github-pages-deploy-action v4.4.1 composite
  • actions/checkout v3 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION cran
  • dplyr * imports
  • lubridate * imports
  • magrittr * imports
  • paws * imports
  • purrr * imports
  • rlang * imports
  • tibble * imports
  • roxyglobals * suggests