Last active
June 7, 2021 10:14
-
-
Save Pakillo/b13ea044720f72d88861d136e3863d2b to your computer and use it in GitHub Desktop.
Revisions
-
Pakillo revised this gist
Jun 7, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -36,4 +36,4 @@ install.packages("targets") ## Recommended: # configure git & sign up on GitHub, see https://happygitwithr.com/ -
Pakillo revised this gist
Jun 7, 2021 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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/ -
Pakillo revised this gist
May 31, 2021 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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") -
Pakillo renamed this gist
May 31, 2021 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Pakillo created this gist
May 31, 2021 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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")