Last active
May 16, 2022 14:14
-
-
Save Pakillo/d9aae17438d2e69d74d40f97e1b8d22d to your computer and use it in GitHub Desktop.
Festival AEET - Taller Ciencia Reproducible - PREPARATIVOS
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
# 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