-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Agrega un glosario #25
Draft
eliocamp
wants to merge
15
commits into
master
Choose a base branch
from
glosario
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
eccce0d
Intento de glosario
eliocamp f3206d1
Intento de glosario
eliocamp fa0993f
Corrije erorres
eliocamp 27fe59d
Agrega un par de definiciones
eliocamp 0fb3176
Agrega links a algunas palabras
eliocamp 1b8390d
Agrega extra potenciación
eliocamp d9148ad
Pasa a heading 2
eliocamp 1058348
Agrega potenciación
eliocamp 5d5c104
Intento de glosario
eliocamp 24897b1
Intento de glosario
eliocamp 9b2f9c8
Corrije erorres
eliocamp 1c9046c
Agrega un par de definiciones
eliocamp 89b1cd4
Agrega links a algunas palabras
eliocamp 7213199
Merge remote-tracking branch 'origin/glosario' into glosario
eliocamp 286462c
Add glosario terms and minor changes on Introduccion
yabellini File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Glosario | ||
|
||
```{r echo=FALSE, results='asis'} | ||
glosario <- yaml::read_yaml("glosario.yml") | ||
nombres <- vapply(glosario, function(x) x$nombre, character(1)) | ||
glosario <- glosario[order(nombres)] | ||
|
||
sink <- lapply(seq_along(glosario), function(i) { | ||
cat(paste0(glosario[[i]]$nombre, " <a id=\"", names(glosario)[[i]], "\"></a>", "\n : ", glosario[[i]]$def, "\n\n")) | ||
}) | ||
|
||
``` | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,3 @@ RnwWeave: Sweave | |
LaTeX: pdfLaTeX | ||
|
||
BuildType: Website | ||
|
||
MarkdownWrap: Sentence | ||
|
||
SpellingDictionary: es_ES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
cran: | ||
nombre: CRAN | ||
def: Acrónimo de Comprehensive R Archive Network, un servicio que mantiene un repositorio de paquetes "oficial" de R. | ||
|
||
datos-ordenados: | ||
nombre: Datos Ordenados | ||
def: Datos tabulares que satisfacen tres condiciones que facilitan su limpieza inicial y su posterior exploración y análisis—(1) cada variable conforma una columna, (2) cada observación conforma una fila y (3) cada tipo de unidad de observación conforma una tabla. | ||
|
||
github: | ||
nombre: GitHub | ||
def: Una plataforma web que permite guardar repositorios online con control de versiones y colaborar con otras personas. | ||
|
||
repositorio: | ||
nombre: Repositorio | ||
def: Lugar en el que un sistema de control de versión guarda los archivos que conforman un proyecto y los metadatos que describen su historia. | ||
|
||
base-de-datos: | ||
nombre: Base de Datos | ||
def: Una base de datos que organiza la información en tablas, cada una de las cuales tiene un set fijo de campos con nombre (que se muestran como columnas) y un número variable de registros (que se muestran como filas) | ||
|
||
programacion: | ||
nombre: Programación | ||
def: proceso por el cual una persona desarrolla un programa, valiéndose de una herramienta que le permita escribir el código en un lenguaje de programación y de otra que sea capaz de traducirlo a lo que se conoce como lenguaje de máquina, que puede comprender la computadora. | ||
|
||
macro: | ||
nombre: macro | ||
def: serie de instrucciones que se almacenan, generalmente en el mismo software que las utiliza, para que se puedan ejecutar de manera secuencial mediante una sola llamada u orden de ejecución con el objetivo de automatizar tareas. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Creo que esto debería ser
programación
(con tilde) para quer gdef("programación")
funcione. Sino hay que hacer r gdef("programación", "programacion")` (el primero es el texto que va a aparecer y el segundo es el "id" del término.