Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jan 10, 2025
2 parents 336eea5 + 24f52ee commit 719a7c3
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
on:
push:
branches: [main]
branches: [main, dev]
pull_request:
branches: [main]
branches: [main, dev]
workflow_dispatch:

name: R-CMD-check
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
on:
push:
branches: main
branches: [main, dev]
pull_request:
branches: main
branches: [main, dev]

name: lint

Expand Down
9 changes: 9 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ This package follows [Git Flow](https://nvie.com/posts/a-successful-git-branchin

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/
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@ This package follows [Git Flow](https://nvie.com/posts/a-successful-git-branchin

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/
Expand Down

0 comments on commit 719a7c3

Please sign in to comment.