Skip to content

Commit

Permalink
cran release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
Flavio Lozano Isla committed Sep 2, 2023
1 parent dacc94a commit 5c32d76
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 18 deletions.
Binary file modified docs/articles/extra/files/fig-01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/extra/files/fig-03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/extra/files/plot_cluster_map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/extra/files/plot_pca_ind.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/extra/files/plot_pca_var.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions docs/articles/extra/yupana-coding.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/rticles.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ articles:
rticles: rticles.html
tarpuy: tarpuy.html
yupana: yupana.html
last_built: 2023-09-02T16:29Z
last_built: 2023-09-02T19:08Z
urls:
reference: https://inkaverse.com/reference
article: https://inkaverse.com/articles
Expand Down
2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ list.files(path = "files", pattern = paste0("logo-", params$template), full.name
:::{custom-style="cover"}
`r params$type`

`r params$student`
`r params$author`

`r params$location`

Expand Down
Binary file not shown.
Binary file modified inst/rmarkdown/templates/rticles/skeleton/files/style_unalm.docx
Binary file not shown.
10 changes: 6 additions & 4 deletions inst/rmarkdown/templates/rticles/skeleton/manuscript.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ format:
toc: false
toc-title: Indice
section-numbers: true
reference-doc: "files/style_rticle.docx"
reference-doc: "files/style_unalm.docx"
output-file: "manuscript"
editor_options:
chunk_output_type: console
Expand All @@ -23,7 +23,7 @@ crossref:
tbl-prefix: Tabla
# params:
# template: ""
# student: ""
# author: ""
# advisor: ""
# coadvisor: ""
# location: ""
Expand All @@ -39,19 +39,21 @@ crossref:
#| label: setup
source("http://inkaverse.com/docs.r")
doc <- inti::gdoc2qmd(file = "manuscript.zip", format = "qmd")
doc <- inti::gdoc2qmd(file = "manuscript.zip", type = "asis")
params <- doc$params
```

```{r}
#| eval: true
#| results: 'asis'
cover <- list.files(path = "files/"
if(length(params) > 0) {
cover <- list.files(path = "files/"
, pattern = paste0("cover-", params$template)
, full.names = T) %>%
knitr::knit_child(quiet = TRUE) %>%
cat(sep = '\n')
}
```

```{r}
Expand Down
10 changes: 5 additions & 5 deletions inst/rmarkdown/templates/rticles/skeleton/skeleton.Rmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Rticles: scientific documents with quarto

1) Install the Articul8 complement in Google Docs
2) Write your document in Google docs and cite with Zotero
3) Export the document in the created folder as "manuscript.zip"
4) Open the quarto document (i.e manuscript.qmd)
5) Compile and fun :)
1) Install the Articul8 complement in Google Docs.
2) Write your document in Google docs and cite with Zotero.
3) Export the document as "Markdown (zipped)" in the created folder as "manuscript.zip".
4) Open the quarto document (i.e manuscript.qmd).
5) Render and fun :)
Binary file modified vignettes/extra/files/fig-01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vignettes/extra/files/fig-03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vignettes/extra/files/plot_cluster_map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vignettes/extra/files/plot_pca_ind.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vignettes/extra/files/plot_pca_var.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion vignettes/rticles.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ El paquete `inti` permite usar un plantilla (template) para la generar documento
<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?si=Db7O5gwumpxCNc3T&amp;list=PLSQMdOu57lj9HTZNed2-q3WpQfIGraA1V" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
```

# Herramienntas
# Herramientas

Para el desarrollo de documentos técnico/científicos con R, deben crearse algunas cuentas e instalar los programas que necesitamos. La mayoria de estas herramientas son libres e independientes del sistema operativo y pueden ser usadas para investigación reproducible.

Expand Down

0 comments on commit 5c32d76

Please sign in to comment.