I am still not able to run plyr or dplyr or ggplot (these are pretty much the only packages I know how to use!) see below... Do I need to do something about the last line... where it says where the packages are?
R version 3.5.3 (2019-03-11) -- "Great Truth"
Copyright (C) 2019 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin15.6.0 (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Natural language support but running in an English locale
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
[Workspace loaded from ~/.RData]
> Help > Check for Updates
Error: unexpected 'for' in "Help > Check for"
> help("Check for Updates")
No documentation for ‘Check for Updates’ in specified packages and libraries:
you could try ‘??Check for Updates’
> '??Check for Updates'
[1] "??Check for Updates"
> rm(list = ls())
> source("~/Box Sync/FITriMS Study/R-FITriMS/Helpers.R")
Error: package or namespace load failed for ‘plyr’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called ‘Rcpp’
> try(detach("package:dplyr"), silent = TRUE)
> library(plyr)
Error: package or namespace load failed for ‘plyr’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called ‘Rcpp’
> install.packages("plyr")
also installing the dependency ‘Rcpp’
trying URL 'https://cran.rstudio.com/bin/macosx/el-capitan/contrib/3.5/Rcpp_1.0.0.tgz'
Content type 'application/x-gzip' length 4535632 bytes (4.3 MB)
==================================================
downloaded 4.3 MB
trying URL 'https://cran.rstudio.com/bin/macosx/el-capitan/contrib/3.5/plyr_1.8.4.tgz'
Content type 'application/x-gzip' length 946407 bytes (924 KB)
==================================================
downloaded 924 KB
The downloaded binary packages are in
/var/folders/yq/1q1qc8g952vd68jyw6z1jxyr0000gn/T//RtmprLSpm4/downloaded_packages