Skip to content

Commit

Permalink
adiciona novas funcoes de validacao ao relatorio
Browse files Browse the repository at this point in the history
  • Loading branch information
fjuniorr committed Jan 8, 2024
1 parent 6b92726 commit d5652fa
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions report.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,20 @@ render_table(check$info)

## check_detalhamento_obras

### [check_detalhamento_obras_acoes_exists](https://splor-mg.github.io/checks-planejamento/reference/check_detalhamento_obras_acoes_exists.html)

```{r, check=TRUE, echo=FALSE}
check <- check_detalhamento_obras_acoes_exists(sisor$base_detalhamento_obras, sigplan$acoes_planejamento, output = TRUE)
render_table(check$info)
```

### [check_detalhamento_obras_numero_siad_duplicated](https://splor-mg.github.io/checks-planejamento/reference/check_detalhamento_obras_numero_siad_duplicated.html)

```{r, check=TRUE, echo=FALSE}
check <- check_detalhamento_obras_numero_siad_duplicated(sisor$base_detalhamento_obras, output = TRUE)
render_table(check$info)
```

### [check_detalhamento_obras_orcam_fiscal_tesouro](https://splor-mg.github.io/checks-planejamento/reference/check_detalhamento_obras_orcam_fiscal_tesouro.html)

```{r, check=TRUE, echo=FALSE}
Expand Down Expand Up @@ -127,6 +141,15 @@ check <- check_detalhamento_obras_orcam_investimento_plurianual(sisor$base_qdd_p
render_table(check$info)
```

## check_detalhamento_pessoal

### [check_detalhamento_pessoal_inativo_civil](https://splor-mg.github.io/checks-planejamento/reference/check_detalhamento_pessoal_inativo_civil.html)

```{r, check=TRUE, echo=FALSE}
check <- check_detalhamento_pessoal_inativo_civil(sisor$base_categoria_pessoal, sisor$base_qdd_fiscal, aux$ffp_acoes, output = TRUE)
render_table(check$info)
```

## check_fechamento_fonte

### [check_fechamento_fonte_orcam_fiscal](https://splor-mg.github.io/checks-planejamento/reference/check_fechamento_fonte_orcam_fiscal.html)
Expand Down

0 comments on commit d5652fa

Please sign in to comment.