Skip to content

Commit

Permalink
adding code to instal tinytex and commenting out link to download fun…
Browse files Browse the repository at this point in the history
…damental's slides on reroducibility and provenance.
  • Loading branch information
camilavargasp committed Feb 27, 2024
1 parent 17a940b commit 9f6d0ff
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
26 changes: 26 additions & 0 deletions materials/sections/provenance-reproducibility-datapaper.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@
- Learn how to use R to package your work by building a reproducible paper in RMarkdown/Quarto
- Introduce tools and techniques for reproducibility supported by the NCEAS and DataONE

<!--
:::callout-note
[Download slides](files/repro-sci.pdf)
:::
-->


### Reproducible Research: Recap

Working in a reproducible manner:
Expand Down Expand Up @@ -211,6 +215,28 @@ What if I want a template from another journal, different from the Journal of Ar

The [`rticles`](https://github.com/rstudio/rticles%20B) package provides a lot of other great templates for formatting your paper specifically to the requirements of many journals. In addition to a custom CSL file for reference customization, `rticles` supports custom LATeX templates that fit the formatting requirements of each journals.

:::callout-important
## Tinytex and rendering to PDF
To be able to render your document to PDF you need to have `tinytex` installed in your machine.

In the console run:


```{r}
#| eval: false
#|
install.packages('tinytex') ## this package is already installed in our server
tinytex::install_tinytex() ## this may take several minutes
```



:::



::: callout-tip

## Set up
Expand Down
3 changes: 3 additions & 0 deletions materials/session_20.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ title: "Reproducibility & Provenance"
title-block-banner: true
---




{{< include /sections/provenance-reproducibility-datapaper.qmd >}}

0 comments on commit 9f6d0ff

Please sign in to comment.