Skip to content

Commit

Permalink
Merge pull request #36 from diraol/dro/optimize_workflows
Browse files Browse the repository at this point in the history
Optimize workflows
  • Loading branch information
rafapereirabr committed Oct 9, 2023
2 parents 882ba3f + 83aa37b commit 0ff3149
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 109 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev

name: R-CMD-check-main
name: R-CMD-check

jobs:
check:
Expand Down
107 changes: 0 additions & 107 deletions .github/workflows/R-CMD-check_dev.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
coverage](https://codecov.io/gh/ipeaGIT/censobr/branch/main/graph/badge.svg)](https://app.codecov.io/gh/ipeaGIT/censobr?branch=main)
[![Lifecycle:
maturing](https://img.shields.io/badge/lifecycle-maturing-yellow.svg)](https://lifecycle.r-lib.org/articles/stages.html)
[![R-CMD-check-main](https://github.com/ipeaGIT/censobr/workflows/R-CMD-check-main/badge.svg)](https://github.com/ipeaGIT/censobr/actions)
[![R-CMD-check](https://github.com/ipeaGIT/censobr/workflows/R-CMD-check/badge.svg?branch=main)](https://github.com/ipeaGIT/censobr/actions?query=branch%3Amain)


**censobr** is an R package to download data from Brazil's Population Census. The package is built on top of the [Arrow platform](https://arrow.apache.org/docs/r/), which allows users to work with larger-than-memory census data using [{dplyr} familiar functions](https://arrow.apache.org/docs/r/articles/arrow.html#analyzing-arrow-data-with-dplyr).
Expand Down

0 comments on commit 0ff3149

Please sign in to comment.