-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.Rmd
56 lines (34 loc) · 1.85 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!-- Don't edit README.md! Edit README.Rmd, then run `make readme` -->
# sixtyfour
<!-- badges: start -->
[](https://getwilds.org/badges/#prototype)
[](https://github.com/getwilds/sixtyfour/actions/workflows/R-CMD-check.yaml)
[](https://app.codecov.io/gh/getwilds/sixtyfour)
<!-- badges: end -->
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 <http://getwilds.org/sixtyfour/> 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