Skip to content

Instantly share code, notes, and snippets.

@Pakillo
Last active June 7, 2021 10:14
Show Gist options
  • Select an option

  • Save Pakillo/b13ea044720f72d88861d136e3863d2b to your computer and use it in GitHub Desktop.

Select an option

Save Pakillo/b13ea044720f72d88861d136e3863d2b to your computer and use it in GitHub Desktop.

Revisions

  1. Pakillo revised this gist Jun 7, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion install.R
    Original file line number Diff line number Diff line change
    @@ -36,4 +36,4 @@ install.packages("targets")


    ## Recommended:
    # Install git & sign up on GitHub, see https://happygitwithr.com/
    # configure git & sign up on GitHub, see https://happygitwithr.com/
  2. Pakillo revised this gist Jun 7, 2021. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions install.R
    Original file line number Diff line number Diff line change
    @@ -35,3 +35,5 @@ remotes::install_github("karthik/holepunch")
    install.packages("targets")


    ## Recommended:
    # Install git & sign up on GitHub, see https://happygitwithr.com/
  3. Pakillo revised this gist May 31, 2021. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions install.R
    Original file line number Diff line number Diff line change
    @@ -30,6 +30,7 @@ install.packages("renv")

    install.packages("liftr")
    remotes::install_github("o2r-project/containerit")
    remotes::install_github("karthik/holepunch")

    install.packages("targets")

  4. Pakillo renamed this gist May 31, 2021. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  5. Pakillo created this gist May 31, 2021.
    36 changes: 36 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,36 @@
    # 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("workflowr")
    remotes::install_github("benmarwick/rrtools")
    remotes::install_github("nevrome/rrtools.addin")
    install.packages("rcompendium")
    remotes::install_github("Pakillo/template")

    remotes::install_github("baumer-lab/fertile")

    install.packages("rmarkdown")
    install.packages("rticles")
    remotes::install_github("Pakillo/rmdTemplates")
    install.packages("xaringan")
    install.packages('tinytex')
    tinytex::install_tinytex()
    install.packages("equatiomatic")
    install.packages("report")
    install.packages("modelsummary")

    install.packages("checkpoint")
    install.packages("automagic")
    install.packages("renv")

    install.packages("liftr")
    remotes::install_github("o2r-project/containerit")

    install.packages("targets")