diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index a3ac618..37abfa1 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -18,7 +18,6 @@ jobs: fail-fast: false matrix: config: - - {os: macos-latest, r: 'release'} - {os: windows-latest, r: 'release'} - {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'} - {os: ubuntu-latest, r: 'release'} diff --git a/README.md b/README.md index cca1298..c7a7caa 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Las traducciones disponibles dentro de `datos` son las siguientes: | paises | Datos de Gapminder | gapminder | gapminder | | diamantes | Precio de 50.000 diamantes | ggplot2 | diamonds | | millas | Datos de economía de combustible de 1999 y 2008 para 38 modelos populares de automóviles | ggplot2 | mpg | -| presidencial | Periodos de 11 presidentes, desde Eisenhower a Obama | ggplot2 | presidential | +| presidencial | Periodos de 12 presidentes, desde Eisenhower a Trump | ggplot2 | presidential | | datos_credito | Datos de crédito | modeldata | credit_data | | atmosfera | Datos atmosféricos | nasaweather | atmos | | aerolineas | Nombres de aerolíneas | nycflights13 | airlines | diff --git a/docs/404.html b/docs/404.html index 5dd716e..3be987c 100644 --- a/docs/404.html +++ b/docs/404.html @@ -39,7 +39,7 @@ datos - 0.5.1 + 0.5.1.9000 diff --git a/docs/LICENSE.html b/docs/LICENSE.html index 04449b2..0249f90 100644 --- a/docs/LICENSE.html +++ b/docs/LICENSE.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000 diff --git a/docs/authors.html b/docs/authors.html index 2d31f43..6ad1e34 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000 @@ -87,13 +87,13 @@

Citation

Quiroga R, Ruiz E, Vargas M, Lepore M (2023). datos: Traduce al Español Varios Conjuntos de Datos de Práctica. -R package version 0.5.1, https://github.com/cienciadedatos/datos. +R package version 0.5.1.9000, https://github.com/cienciadedatos/datos.

@Manual{,
   title = {datos: Traduce al Español Varios Conjuntos de Datos de Práctica},
   author = {Riva Quiroga and Edgar Ruiz and Mauricio Vargas and Mauro Lepore},
   year = {2023},
-  note = {R package version 0.5.1},
+  note = {R package version 0.5.1.9000},
   url = {https://github.com/cienciadedatos/datos},
 }
diff --git a/docs/index.html b/docs/index.html index 1902265..ca6d9bf 100644 --- a/docs/index.html +++ b/docs/index.html @@ -47,7 +47,7 @@ datos - 0.5.1 + 0.5.1.9000 @@ -217,7 +217,7 @@

Traducciones presidencial -Periodos de 11 presidentes, desde Eisenhower a Obama +Periodos de 12 presidentes, desde Eisenhower a Trump ggplot2 presidential @@ -326,18 +326,18 @@

Uso

Las variables que contienen los datos van a estar disponibles inmediatamente para su uso, pero los datos no se traducirán hasta que la variable sea “llamada” explícitamente en el código que se escriba. En este ejemplo, el dataset diamantes, que proviene de ggplot2::diamonds, se carga en la memoria de R en el momento en que lo llamamos por primera vez en español:

 glimpse(diamantes)
-
## Rows: 53,940
-## Columns: 10
-## $ precio      <int> 326, 326, 327, 334, 335, 336, 336, 337, 337, 338, 339, 340…
-## $ quilate     <dbl> 0.23, 0.21, 0.23, 0.29, 0.31, 0.24, 0.24, 0.26, 0.22, 0.23…
-## $ corte       <ord> Ideal, Premium, Bueno, Premium, Bueno, Muy bueno, Muy buen…
-## $ color       <ord> E, E, E, I, J, J, I, H, E, H, J, J, F, J, E, E, I, J, J, J…
-## $ claridad    <ord> SI2, SI1, VS1, VS2, SI2, VVS2, VVS1, SI1, VS2, VS1, SI1, V…
-## $ profundidad <dbl> 61.5, 59.8, 56.9, 62.4, 63.3, 62.8, 62.3, 61.9, 65.1, 59.4…
-## $ tabla       <dbl> 55, 61, 65, 58, 58, 57, 57, 55, 61, 61, 55, 56, 61, 54, 62…
-## $ x           <dbl> 3.95, 3.89, 4.05, 4.20, 4.34, 3.94, 3.95, 4.07, 3.87, 4.00…
-## $ y           <dbl> 3.98, 3.84, 4.07, 4.23, 4.35, 3.96, 3.98, 4.11, 3.78, 4.05…
-## $ z           <dbl> 2.43, 2.31, 2.31, 2.63, 2.75, 2.48, 2.47, 2.53, 2.49, 2.39…
+
## Rows: 53,940
+## Columns: 10
+## $ precio      <int> 326, 326, 327, 334, 335, 336, 336, 337, 337, 338, 339, 340…
+## $ quilate     <dbl> 0.23, 0.21, 0.23, 0.29, 0.31, 0.24, 0.24, 0.26, 0.22, 0.23…
+## $ corte       <ord> Ideal, Premium, Bueno, Premium, Bueno, Muy bueno, Muy buen…
+## $ color       <ord> E, E, E, I, J, J, I, H, E, H, J, J, F, J, E, E, I, J, J, J…
+## $ claridad    <ord> SI2, SI1, VS1, VS2, SI2, VVS2, VVS1, SI1, VS2, VS1, SI1, V…
+## $ profundidad <dbl> 61.5, 59.8, 56.9, 62.4, 63.3, 62.8, 62.3, 61.9, 65.1, 59.4…
+## $ tabla       <dbl> 55, 61, 65, 58, 58, 57, 57, 55, 61, 61, 55, 56, 61, 54, 62…
+## $ x           <dbl> 3.95, 3.89, 4.05, 4.20, 4.34, 3.94, 3.95, 4.07, 3.87, 4.00…
+## $ y           <dbl> 3.98, 3.84, 4.07, 4.23, 4.35, 3.96, 3.98, 4.11, 3.78, 4.05…
+## $ z           <dbl> 2.43, 2.31, 2.31, 2.63, 2.75, 2.48, 2.47, 2.53, 2.49, 2.39…

Los datos traducidos quedarán cargados durante toda la sesión de R:

 diamantes %>%
diff --git a/docs/news/index.html b/docs/news/index.html
index 67a4cae..f24a1bd 100644
--- a/docs/news/index.html
+++ b/docs/news/index.html
@@ -17,7 +17,7 @@
       
       
         datos
-        0.5.1
+        0.5.1.9000
       
     
@@ -47,6 +47,9 @@

Changelog

Source: NEWS.md +
+ +
  • Patch release: fix non-ascii characters issue
  • diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 77a8460..f3416bb 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -1,6 +1,6 @@ -pandoc: 2.19.2 +pandoc: 3.1.1 pkgdown: 2.0.7 pkgdown_sha: ~ articles: {} -last_built: 2023-07-17T01:10Z +last_built: 2023-11-14T23:10Z diff --git a/docs/reference/aerolineas.html b/docs/reference/aerolineas.html index 370252e..e68a6bb 100644 --- a/docs/reference/aerolineas.html +++ b/docs/reference/aerolineas.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000
diff --git a/docs/reference/aeropuertos.html b/docs/reference/aeropuertos.html index 1c9c4fe..3e027a1 100644 --- a/docs/reference/aeropuertos.html +++ b/docs/reference/aeropuertos.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000 diff --git a/docs/reference/atmosfera.html b/docs/reference/atmosfera.html index be4fcfc..8f33ddf 100644 --- a/docs/reference/atmosfera.html +++ b/docs/reference/atmosfera.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000 diff --git a/docs/reference/aviones.html b/docs/reference/aviones.html index 8cfd2b8..3dc63b8 100644 --- a/docs/reference/aviones.html +++ b/docs/reference/aviones.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000 diff --git a/docs/reference/bateadores.html b/docs/reference/bateadores.html index 79edd5d..8195517 100644 --- a/docs/reference/bateadores.html +++ b/docs/reference/bateadores.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000 diff --git a/docs/reference/capitanes.html b/docs/reference/capitanes.html index a9d4c13..2641749 100644 --- a/docs/reference/capitanes.html +++ b/docs/reference/capitanes.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000 diff --git a/docs/reference/clima.html b/docs/reference/clima.html index 32c42f8..75b49c0 100644 --- a/docs/reference/clima.html +++ b/docs/reference/clima.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000 diff --git a/docs/reference/comunes.html b/docs/reference/comunes.html index 843a91a..b975d82 100644 --- a/docs/reference/comunes.html +++ b/docs/reference/comunes.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000 diff --git a/docs/reference/datos-package.html b/docs/reference/datos-package.html index 296d8e4..56552c5 100644 --- a/docs/reference/datos-package.html +++ b/docs/reference/datos-package.html @@ -18,7 +18,7 @@ datos - 0.5.1 + 0.5.1.9000 diff --git a/docs/reference/datos-stringr.html b/docs/reference/datos-stringr.html index 4ac584b..4b16315 100644 --- a/docs/reference/datos-stringr.html +++ b/docs/reference/datos-stringr.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000 diff --git a/docs/reference/datos_credito.html b/docs/reference/datos_credito.html index 98ce6d8..6e55660 100644 --- a/docs/reference/datos_credito.html +++ b/docs/reference/datos_credito.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000 diff --git a/docs/reference/diamantes.html b/docs/reference/diamantes.html index 83ff843..ed83bc0 100644 --- a/docs/reference/diamantes.html +++ b/docs/reference/diamantes.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000 @@ -71,7 +71,7 @@

Format

Color del diamante, de J (peor) a D (mejor)

claridad
-

Medida de que tan claro es el diamante (I1 (peor), SI1, SI2, VS1, VS2, VVS1, VVS2, IF (mejor))

+

Medida de que tan claro es el diamante (I1 (peor), SI2, SI1, VS2, VS1, VVS2, VVS1, IF (mejor))

profundidad

Porcentaje de la profundidad total = z / mean(x, y) = 2 * z / (x + y) (43-79)

diff --git a/docs/reference/dirigentes.html b/docs/reference/dirigentes.html index 49bbc62..49ec955 100644 --- a/docs/reference/dirigentes.html +++ b/docs/reference/dirigentes.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000 diff --git a/docs/reference/encuesta.html b/docs/reference/encuesta.html index 6c20f18..70b03a4 100644 --- a/docs/reference/encuesta.html +++ b/docs/reference/encuesta.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000 diff --git a/docs/reference/fiel.html b/docs/reference/fiel.html index 8bdfe56..5a697b0 100644 --- a/docs/reference/fiel.html +++ b/docs/reference/fiel.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000 diff --git a/docs/reference/fildeo.html b/docs/reference/fildeo.html index 75155c5..e5d733c 100644 --- a/docs/reference/fildeo.html +++ b/docs/reference/fildeo.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000 diff --git a/docs/reference/flores.html b/docs/reference/flores.html index 9417664..7d264f2 100644 --- a/docs/reference/flores.html +++ b/docs/reference/flores.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000 diff --git a/docs/reference/index.html b/docs/reference/index.html index 91e532e..2282a3d 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000 @@ -161,7 +161,7 @@

All functions

presidencial

-

Periodos de 11 presidentes, desde Eisenhower a Obama

+

Periodos de 12 presidentes, desde Eisenhower a Trump

representantes

diff --git a/docs/reference/jardineros.html b/docs/reference/jardineros.html index 43301af..577654f 100644 --- a/docs/reference/jardineros.html +++ b/docs/reference/jardineros.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000 diff --git a/docs/reference/lanzadores.html b/docs/reference/lanzadores.html index 72c2ca8..d8b2374 100644 --- a/docs/reference/lanzadores.html +++ b/docs/reference/lanzadores.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000 diff --git a/docs/reference/millas.html b/docs/reference/millas.html index 22a22e4..4daf4a6 100644 --- a/docs/reference/millas.html +++ b/docs/reference/millas.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000 diff --git a/docs/reference/mtautos.html b/docs/reference/mtautos.html index 7b2d170..eac753c 100644 --- a/docs/reference/mtautos.html +++ b/docs/reference/mtautos.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000 diff --git a/docs/reference/nombres.html b/docs/reference/nombres.html index 38aba2c..1e37aa1 100644 --- a/docs/reference/nombres.html +++ b/docs/reference/nombres.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000 diff --git a/docs/reference/oms.html b/docs/reference/oms.html index db81e8e..2a5f4b5 100644 --- a/docs/reference/oms.html +++ b/docs/reference/oms.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000 diff --git a/docs/reference/paises.html b/docs/reference/paises.html index 80a2146..02ee96c 100644 --- a/docs/reference/paises.html +++ b/docs/reference/paises.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000 diff --git a/docs/reference/personas.html b/docs/reference/personas.html index 88bb2cf..2961359 100644 --- a/docs/reference/personas.html +++ b/docs/reference/personas.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000 diff --git a/docs/reference/pinguinos.html b/docs/reference/pinguinos.html index de71115..7531a1d 100644 --- a/docs/reference/pinguinos.html +++ b/docs/reference/pinguinos.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000 diff --git a/docs/reference/premios_capitanes.html b/docs/reference/premios_capitanes.html index 333f377..4b810ac 100644 --- a/docs/reference/premios_capitanes.html +++ b/docs/reference/premios_capitanes.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000 diff --git a/docs/reference/premios_dirigentes.html b/docs/reference/premios_dirigentes.html index bdad265..9480a54 100644 --- a/docs/reference/premios_dirigentes.html +++ b/docs/reference/premios_dirigentes.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000 diff --git a/docs/reference/presidencial.html b/docs/reference/presidencial.html index b3d4b56..3084fda 100644 --- a/docs/reference/presidencial.html +++ b/docs/reference/presidencial.html @@ -1,5 +1,5 @@ -Periodos de 11 presidentes, desde Eisenhower a Obama — presidencial • datosPeriodos de 12 presidentes, desde Eisenhower a Trump — presidencial • datos @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000 @@ -43,19 +43,19 @@
-

Nombre, fecha de inicio y término de su mandato y partido político de 11 presidentes de EE.UU., desde Eisenhower a Obama.

+

Nombre, fecha de inicio y término de su mandato y partido político de 11 presidentes de EE.UU., desde Eisenhower a Trump.

Format

-

Un data.frame con 11 filas y 4 columnas

nombre
+

Un data.frame con 12 filas y 4 columnas

nombre

Nombre del presidente

inicio
diff --git a/docs/reference/representantes.html b/docs/reference/representantes.html index 76ffac3..46aa875 100644 --- a/docs/reference/representantes.html +++ b/docs/reference/representantes.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000
diff --git a/docs/reference/salarios.html b/docs/reference/salarios.html index 1c2a168..e921442 100644 --- a/docs/reference/salarios.html +++ b/docs/reference/salarios.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000
diff --git a/docs/reference/tabla1.html b/docs/reference/tabla1.html index d1c7c7e..572e278 100644 --- a/docs/reference/tabla1.html +++ b/docs/reference/tabla1.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000
diff --git a/docs/reference/tabla2.html b/docs/reference/tabla2.html index 5c79102..1654623 100644 --- a/docs/reference/tabla2.html +++ b/docs/reference/tabla2.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000 diff --git a/docs/reference/tabla3.html b/docs/reference/tabla3.html index afb1788..d608202 100644 --- a/docs/reference/tabla3.html +++ b/docs/reference/tabla3.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000 diff --git a/docs/reference/tabla4a.html b/docs/reference/tabla4a.html index 9196458..ba359f5 100644 --- a/docs/reference/tabla4a.html +++ b/docs/reference/tabla4a.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000 diff --git a/docs/reference/tabla4b.html b/docs/reference/tabla4b.html index 2162833..6f4bb30 100644 --- a/docs/reference/tabla4b.html +++ b/docs/reference/tabla4b.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000 diff --git a/docs/reference/tabla5.html b/docs/reference/tabla5.html index 3a8892e..a3a6e44 100644 --- a/docs/reference/tabla5.html +++ b/docs/reference/tabla5.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000 diff --git a/docs/reference/vehiculos.html b/docs/reference/vehiculos.html index c643a5a..a54b5a7 100644 --- a/docs/reference/vehiculos.html +++ b/docs/reference/vehiculos.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000 diff --git a/docs/reference/vuelos.html b/docs/reference/vuelos.html index 9dea01f..82a484f 100644 --- a/docs/reference/vuelos.html +++ b/docs/reference/vuelos.html @@ -17,7 +17,7 @@ datos - 0.5.1 + 0.5.1.9000 diff --git a/inst/specs/diamonds.yml b/inst/specs/diamonds.yml index b778467..ad9c392 100644 --- a/inst/specs/diamonds.yml +++ b/inst/specs/diamonds.yml @@ -20,7 +20,7 @@ variables: desc: Color del diamante, de J (peor) a D (mejor) clarity: trans: claridad - desc: Medida de que tan claro es el diamante (I1 (peor), SI1, SI2, VS1, VS2, VVS1, VVS2, IF (mejor)) + desc: Medida de que tan claro es el diamante (I1 (peor), SI2, SI1, VS2, VS1, VVS2, VVS1, IF (mejor)) depth: trans: profundidad desc: Porcentaje de la profundidad total = z / mean(x, y) = 2 * z / (x + y) (43-79) diff --git a/inst/specs/presidential.yml b/inst/specs/presidential.yml index 27bcbde..dac81e5 100644 --- a/inst/specs/presidential.yml +++ b/inst/specs/presidential.yml @@ -20,6 +20,6 @@ variables: help: name: presidencial alias: presidencial - title: Periodos de 11 presidentes, desde Eisenhower a Obama - description: "Nombre, fecha de inicio y t\u00E9rmino de su mandato y partido pol\u00EDtico de 11 presidentes de EE.UU., desde Eisenhower a Obama." - format: Un data.frame con 11 filas y 4 columnas + title: Periodos de 12 presidentes, desde Eisenhower a Trump + description: "Nombre, fecha de inicio y t\u00E9rmino de su mandato y partido pol\u00EDtico de 11 presidentes de EE.UU., desde Eisenhower a Trump." + format: Un data.frame con 12 filas y 4 columnas diff --git a/man/diamantes.rd b/man/diamantes.rd index 51a7776..a2d4bfd 100644 --- a/man/diamantes.rd +++ b/man/diamantes.rd @@ -8,7 +8,7 @@ \item{quilate}{Peso del diamante (0.2-5.01)} \item{corte}{Calidad del corte (Regular, Bueno, Muy bueno, Premium, Ideal)} \item{color}{Color del diamante, de J (peor) a D (mejor)} -\item{claridad}{Medida de que tan claro es el diamante (I1 (peor), SI1, SI2, VS1, VS2, VVS1, VVS2, IF (mejor))} +\item{claridad}{Medida de que tan claro es el diamante (I1 (peor), SI2, SI1, VS2, VS1, VVS2, VVS1, IF (mejor))} \item{profundidad}{Porcentaje de la profundidad total = z / mean(x, y) = 2 * z / (x + y) (43-79)} \item{tabla}{Ancho de la parte superior del diamante con relación a su punto más ancho (43-95)} \item{x}{Largo en milimetros} diff --git a/man/presidencial.rd b/man/presidencial.rd index 63cfd90..7a7b640 100644 --- a/man/presidencial.rd +++ b/man/presidencial.rd @@ -1,13 +1,13 @@ \docType{data} \name{presidencial} \alias{presidencial} -\title{Periodos de 11 presidentes, desde Eisenhower a Obama} -\format{Un data.frame con 11 filas y 4 columnas +\title{Periodos de 12 presidentes, desde Eisenhower a Trump} +\format{Un data.frame con 12 filas y 4 columnas \describe{ \item{nombre}{Nombre del presidente} \item{inicio}{Fecha de inicio de su periodo presidencial} \item{fin}{Fecha de término de su periodo presidencial} \item{partido}{Partido político al que pertenece} }} -\description{Nombre, fecha de inicio y término de su mandato y partido político de 11 presidentes de EE.UU., desde Eisenhower a Obama.} +\description{Nombre, fecha de inicio y término de su mandato y partido político de 11 presidentes de EE.UU., desde Eisenhower a Trump.} \keyword{datasets}