Skip to content

Instantly share code, notes, and snippets.

@Pakillo
Last active May 16, 2022 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pakillo/d9aae17438d2e69d74d40f97e1b8d22d to your computer and use it in GitHub Desktop.
Save Pakillo/d9aae17438d2e69d74d40f97e1b8d22d to your computer and use it in GitHub Desktop.
Festival AEET - Taller Ciencia Reproducible - PREPARATIVOS
# Install R latest version: https://cloud.r-project.org/
# Install RStudio latest version: https://www.rstudio.com/products/rstudio/download/#download
# Install R packages below:
install.packages("remotes")
install.packages("rmarkdown")
install.packages("rticles")
# remotes::install_github("Pakillo/rmdTemplates") # optional
install.packages('tinytex')
tinytex::install_tinytex()
install.packages("equatiomatic")
install.packages("report")
install.packages("usethis")
## git & GitHub
# Sign up on GitHub: https://github.com/join
# Install git: https://happygitwithr.com/install-git.html
# Introduce yourself to git: https://happygitwithr.com/hello-git.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment