Skip to content

Commit d920edc

Browse files
committed
Skip tests
1 parent 22e32bb commit d920edc

16 files changed

Lines changed: 74 additions & 57 deletions

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Suggests:
2424
knitr,
2525
pkgdown,
2626
testthat (>= 3.0.0)
27-
RoxygenNote: 7.2.3
27+
RoxygenNote: 7.3.2
2828
VignetteBuilder: knitr
2929
Config/testthat/edition: 3
3030
Config/Needs/website: hmeleiro/spainelectoraltheme

R/examples/candidatos.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
\dontrun{
12
data <- candidatos(
23
tipo_eleccion = "senado", anno = "2004",
34
mes = "03", nivel = "municipio"
45
)
56
str(data)
7+
}

R/examples/mesas.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
\donttest{
2-
data <- mesas(tipo_eleccion = "congreso", anno = "2023", mes = "07")
3-
str(data)
1+
\dontrun{
2+
data <- mesas(tipo_eleccion = "congreso", anno = "2023", mes = "07")
3+
str(data)
44
}

R/examples/municipios.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
\dontrun{
12
data <- municipios(tipo_eleccion = "congreso", anno = "2019", mes = "11")
23
str(data)
4+
}
35

R/examples/provincias.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
\dontrun{
12
data <- provincias(tipo_eleccion = "congreso", anno = "1982", mes = "10")
23
str(data)
4+
}

man/candidatos.Rd

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/mesas.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/municipios.Rd

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/provincias.Rd

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgdown/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- badges: start -->
22

3-
[![R-CMD-check](https://github.com/ropenspain/infoelectoral/workflows/R-CMD-check/badge.svg)](https://github.com/rOpenSpain/infoelectoral/actions) [![CRAN status](https://www.r-pkg.org/badges/version/infoelectoral) [![License: GPL-2](https://img.shields.io/badge/license-GPL--2-blue.svg)](https://cran.r-project.org/web/licenses/GPL-2) [![rOS-badge](https://ropenspain.github.io/rostemplate/reference/figures/ropenspain-badge.svg)](https://ropenspain.es/)
3+
[![R-CMD-check](https://github.com/ropenspain/infoelectoral/workflows/R-CMD-check/badge.svg)](https://github.com/rOpenSpain/infoelectoral/actions) [![CRAN status](https://www.r-pkg.org/badges/version/infoelectoral)] [![License: GPL-2](https://img.shields.io/badge/license-GPL--2-blue.svg)](https://cran.r-project.org/web/licenses/GPL-2) [![rOS-badge](https://ropenspain.github.io/rostemplate/reference/figures/ropenspain-badge.svg)](https://ropenspain.es/)
44

55
<!-- badges: end -->
66

0 commit comments

Comments
 (0)