From 953c729ad2405726f7551a454945f46335727bc6 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 16 Apr 2024 22:43:34 +0000 Subject: [PATCH] markdown source builds Auto-generated via {sandpaper} Source : fdbbf55f6938f350672ec2820915cc5b0cc3f677 Branch : main Author : Naupaka Zimmerman Time : 2024-04-16 22:42:17 +0000 Message : Merge pull request #881 from isaac-jennings/main Proposed Update to package install at 01-rstudio-intro.Rmd --- 01-rstudio-intro.md | 13 ++++++++++++- md5sum.txt | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/01-rstudio-intro.md b/01-rstudio-intro.md index ba4edae31..0124a77d6 100644 --- a/01-rstudio-intro.md +++ b/01-rstudio-intro.md @@ -643,7 +643,7 @@ function (name, pos = -1L, envir = as.environment(pos), all.names = FALSE, } else all.names } - + ``` @@ -868,6 +868,17 @@ install.packages(c("ggplot2", "plyr", "gapminder")) :::::::::::::::::::::::::::::::::::::::::::::::::: +::::::::::::::::::::::::::::::::::::: instructor + +When installing ggplot2, it may be required for some users to use the dependencies flag as a result of lazy loading affecting the install. This suggestion is not tied to any known bug discussion, and is advised based off instructor feedback/experience in resolving stochastic occurences of errors identified through delivery of this workshop: + + +```r +install.packages("ggplot2", dependencies = TRUE) +``` + +::::::::::::::::::::::::::::::::::::::::::::::::: + :::::::::::::::::::::::::::::::::::::::: keypoints - Use RStudio to write and run R programs. diff --git a/md5sum.txt b/md5sum.txt index fe214985e..7729d2096 100644 --- a/md5sum.txt +++ b/md5sum.txt @@ -3,7 +3,7 @@ "LICENSE.md" "b24ebbb41b14ca25cf6b8216dda83e5f" "site/built/LICENSE.md" "2024-04-12" "config.yaml" "8b9d63dd3c46d5b4d5fa4219b51a0dfc" "site/built/config.yaml" "2024-04-12" "index.md" "86c8fb559b13d1695d55b52dd6cbf574" "site/built/index.md" "2024-04-12" -"episodes/01-rstudio-intro.Rmd" "ba51e78f65d7c6c98be6b3329f5004ec" "site/built/01-rstudio-intro.md" "2024-04-12" +"episodes/01-rstudio-intro.Rmd" "04f6b758558750cef962768d78dd63b0" "site/built/01-rstudio-intro.md" "2024-04-16" "episodes/02-project-intro.Rmd" "cd60cc3116d4f6be92f03f5cc51bcc3b" "site/built/02-project-intro.md" "2024-04-12" "episodes/03-seeking-help.Rmd" "d24c310b8f36930e70379458f3c93461" "site/built/03-seeking-help.md" "2024-04-12" "episodes/04-data-structures-part1.Rmd" "5ec938f71a9cec633cef9329d214c3a0" "site/built/04-data-structures-part1.md" "2024-04-12"