Skip to content

Commit ef3c9f6

Browse files
committed
Edit README
1 parent aeff04d commit ef3c9f6

4 files changed

Lines changed: 15 additions & 12 deletions

File tree

README.Rmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ p_load(dplyr,
4040
# webshot::install_phantomjs()
4141
```
4242

43-
> __Citación__: Soto-Becerra P, Anthony Romero-Cerdán GA, Vásquez Velasco CRA. Hex-Sticker de InkaStats Data Science Solutions [Internet]. Zenodo; 2022 [cited 2022 Feb 22]. Available from: 110.5281/zenodo.6230964.
43+
> __Citación__: Citación: Percy Soto-Becerra, Anthony Romero-Cerdán, Christian Vásquez Velasco. Hex-Sticker de InkaStats Data Science Solutions [Internet]. Zenodo; 2022 [cited 2022 Feb 22]. Available from: 110.5281/zenodo.6230964.
4444
4545
<a href="https://zenodo.org/badge/latestdoi/461208380"><img src="https://zenodo.org/badge/461208380.svg" align="left" alt="DOI"></a>
4646

4747
[![License: CC0-1.0](https://licensebuttons.net/l/zero/1.0/80x15.png)](http://creativecommons.org/publicdomain/zero/1.0/)
4848

4949
# Hex-Sticker de InkaStats Data Science Solutions
5050

51-
<a href="https://github.com/psotob/InkaStat_HexSticker"><img src="stickers_png/logo-inkastats-official.png" align="left" width="200" hspace="20" vspace="10"/></a>
51+
<a href="https://github.com/psotob/InkaStat_HexSticker/blob/main/stickers_png/logo-inkastats-official.png"><img src="stickers_png/logo-inkastats-official.png" align="left" width="200" hspace="20" vspace="10"/></a>
5252

5353
<br>
5454
<br>
@@ -107,7 +107,7 @@ cs_dt %>%
107107

108108
## Hex-Wall de Hex-Stickers alternativos
109109

110-
Se muestra una pared de stickers alternativos generados con el paquete [hexwalll](https://github.com/mitchelloharawild/hexwall) de R. Los logos alternativos se encuentran
110+
Se muestra una pared de stickers alternativos generados con el paquete [`hexwalll`](https://github.com/mitchelloharawild/hexwall) de R. Los logos alternativos se encuentra [aquí](https://github.com/psotob/InkaStat_HexSticker/tree/main/stickers_png).
111111

112112
```{r echo=FALSE, message=FALSE}
113113
source("scripts/hexwall.R")
@@ -128,7 +128,7 @@ hexwall(path = "stickers_png/",
128128

129129
## Gifs animados de Hex-Stickers
130130

131-
Por último, un par de gifs animados creados con la librería `magick`:
131+
Por último, algunos gifs animados creados con la librería [`magick`](https://github.com/ropensci/magick), los cuales se encuentran [aquí](https://github.com/psotob/InkaStat_HexSticker/tree/main/gifs):
132132

133133
```{r echo = FALSE}
134134
gif1 <- image_read("gifs/logo-charcoal-oilpaint.gif") %>%

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
<!-- README.md is generated from README.Rmd. Please edit that file -->
33

4-
> **Citación**: Soto-Becerra P, Anthony Romero-Cerdán, Vásquez
5-
> Velasco CRA. Hex-Sticker de InkaStats Data Science Solutions
6-
> \[Internet\]. Zenodo; 2022 \[cited 2022 Feb 22\]. Available from:
7-
> 110.5281/zenodo.6230964.
4+
> **Citación**: Citación: Percy Soto-Becerra, Anthony Romero-Cerdán,
5+
> Christian Vásquez Velasco. Hex-Sticker de InkaStats Data Science
6+
> Solutions \[Internet\]. Zenodo; 2022 \[cited 2022 Feb 22\]. Available
7+
> from: 110.5281/zenodo.6230964.
88
99
<a href="https://zenodo.org/badge/latestdoi/461208380"><img src="https://zenodo.org/badge/461208380.svg" align="left" alt="DOI"></a>
1010

@@ -13,7 +13,7 @@ CC0-1.0](https://licensebuttons.net/l/zero/1.0/80x15.png)](http://creativecommon
1313

1414
# Hex-Sticker de InkaStats Data Science Solutions
1515

16-
<a href="https://github.com/psotob/InkaStat_HexSticker"><img src="stickers_png/logo-inkastats-official.png" align="left" width="200" hspace="20" vspace="10"/></a>
16+
<a href="https://github.com/psotob/InkaStat_HexSticker/blob/main/stickers_png/logo-inkastats-official.png"><img src="stickers_png/logo-inkastats-official.png" align="left" width="200" hspace="20" vspace="10"/></a>
1717

1818
<br> <br> <br> En este repositorio encontrarás el código para reproducir
1919
la creación del Hex-Sticker de **InkaStats Data Science Solutions** y la
@@ -56,14 +56,17 @@ significado se describen a continuación:
5656
## Hex-Wall de Hex-Stickers alternativos
5757

5858
Se muestra una pared de stickers alternativos generados con el paquete
59-
[hexwalll](https://github.com/mitchelloharawild/hexwall) de R. Los logos
60-
alternativos se encuentran
59+
[`hexwalll`](https://github.com/mitchelloharawild/hexwall) de R. Los
60+
logos alternativos se encuentra
61+
[aquí](https://github.com/psotob/InkaStat_HexSticker/tree/main/stickers_png).
6162

6263
![](README_files/figure-gfm/unnamed-chunk-5-1.png)<!-- -->
6364

6465
## Gifs animados de Hex-Stickers
6566

66-
Por último, un par de gifs animados creados con la librería `magick`:
67+
Por último, algunos gifs animados creados con la librería
68+
[`magick`](https://github.com/ropensci/magick), los cuales se encuentran
69+
[aquí](https://github.com/psotob/InkaStat_HexSticker/tree/main/gifs):
6770

6871
![](README_files/figure-gfm/unnamed-chunk-6-1.gif)<!-- -->
6972

0 Bytes
Loading

tables/table_concept_art.png

0 Bytes
Loading

0 commit comments

Comments
 (0)