Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
migconforto committed Aug 26, 2022
1 parent 46d5807 commit 46948ee
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 19 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]

name: R-CMD-check

jobs:
R-CMD-check:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
steps:
- uses: actions/checkout@v2

- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
needs: check

- uses: r-lib/actions/check-r-package@v2
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ knitr::opts_chunk$set(
# PNADc.table

<!-- badges: start -->
[![R-CMD-check](https://github.com/migux14/PNADc.table/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/migux14/PNADc.table/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

The goal of PNADc.table is to make PNADc tables in an easy and interesting way
Expand Down
1 change: 1 addition & 0 deletions vignettes/pnadc_download.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ knitr::opts_chunk$set(

```{r setup}
library(PNADc.table)
library(PNADcIBGE)
```

# What is it for?
Expand Down
1 change: 1 addition & 0 deletions vignettes/pnadc_graph.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ knitr::opts_chunk$set(

```{r setup}
library(PNADc.table)
library(PNADcIBGE)
```

# What is it for?
Expand Down
1 change: 1 addition & 0 deletions vignettes/pnadc_mean.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ knitr::opts_chunk$set(

```{r setup}
library(PNADc.table)
library(PNADcIBGE)
```

# What is it for?
Expand Down
1 change: 1 addition & 0 deletions vignettes/pnadc_porcent.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ knitr::opts_chunk$set(

```{r setup}
library(PNADc.table)
library(PNADcIBGE)
```

# What is it for?
Expand Down
19 changes: 0 additions & 19 deletions vignettes/pnadc_total.Rmd

This file was deleted.

1 change: 1 addition & 0 deletions vignettes/pnadc_tracks.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ knitr::opts_chunk$set(

```{r setup}
library(PNADc.table)
library(PNADcIBGE)
```

# What is it for?
Expand Down

0 comments on commit 46948ee

Please sign in to comment.