Hi, PJ,
Thank you for your help. Unfortunately, that did not work. Here is the output:
remove.packages(c("dplyr", "ellipsis"))
Removing packages from ‘C:/Users/Sterling L. Wright/Documents/R/win-library/4.0’
(as ‘lib’ is unspecified)
install.packages(c("dplyr", "ellipsis"))
WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding:
https://cran.rstudio.com/bin/windows/Rtools/
Installing packages into ‘C:/Users/Sterling L. Wright/Documents/R/win-library/4.0’
(as ‘lib’ is unspecified)
trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.0/dplyr_1.0.1.zip'
Content type 'application/zip' length 1309742 bytes (1.2 MB)
downloaded 1.2 MB
trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.0/ellipsis_0.3.1.zip'
Content type 'application/zip' length 46076 bytes (44 KB)
downloaded 44 KB
package ‘dplyr’ successfully unpacked and MD5 sums checked
package ‘ellipsis’ successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\Sterling L. Wright\AppData\Local\Temp\RtmpawAqWQ\downloaded_packages
remove.packages(c("dplyr", "ellipsis"))
Removing packages from ‘C:/Users/Sterling L. Wright/Documents/R/win-library/4.0’
(as ‘lib’ is unspecified)
install.packages(c("dplyr", "ellipsis"))
WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding:
https://cran.rstudio.com/bin/windows/Rtools/
Installing packages into ‘C:/Users/Sterling L. Wright/Documents/R/win-library/4.0’
(as ‘lib’ is unspecified)
trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.0/dplyr_1.0.1.zip'
Content type 'application/zip' length 1309742 bytes (1.2 MB)
downloaded 1.2 MB
trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.0/ellipsis_0.3.1.zip'
Content type 'application/zip' length 46076 bytes (44 KB)
downloaded 44 KB
package ‘dplyr’ successfully unpacked and MD5 sums checked
package ‘ellipsis’ successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\Sterling L. Wright\AppData\Local\Temp\RtmpawAqWQ\downloaded_packages
library(dplyr)
Error: package or namespace load failed for ‘dplyr’ in library.dynam(lib, package, package.lib):
DLL ‘vctrs’ not found: maybe not installed for this architecture?
In addition: Warning message:
S3 methods ‘!.vctrs_vctr’, ‘!=.vctrs_vctr’, ‘$.vctrs_list_of’, ‘$.vctrs_rcrd’, ‘$.vctrs_sclr’, ‘$.vctrs_vctr’, ‘$<-.vctrs_list_of’, ‘$<-.vctrs_rcrd’, ‘$<-.vctrs_sclr’, ‘$<-.vctrs_vctr’, ‘%%.vctrs_vctr’, ‘%/%.vctrs_vctr’, ‘&.vctrs_vctr’, ‘*.vctrs_vctr’, ‘+.vctrs_vctr’, ‘-.vctrs_vctr’, ‘/.vctrs_vctr’, ‘<.vctrs_vctr’, ‘<=.vctrs_vctr’, ‘==.vctrs_vctr’, ‘>.vctrs_vctr’, ‘>=.vctrs_vctr’, ‘[.vctrs_rcrd’, ‘[.vctrs_sclr’, ‘[.vctrs_unspecified’, ‘[.vctrs_vctr’, ‘[<-.vctrs_list_of’, ‘[<-.vctrs_rcrd’, ‘[<-.vctrs_sclr’, ‘[<-.vctrs_vctr’, ‘[[.vctrs_list_of’, ‘[[.vctrs_rcrd’, ‘[[.vctrs_sclr’, ‘[[.vctrs_vctr’, ‘[[<-.vctrs_list_of’, ‘[[<-.vctrs_rcrd’, ‘[[<-.vctrs_sclr’, ‘[[<-.vctrs_vctr’, ‘^.vctrs_vctr’, ‘dim<-.vctrs_sclr’, ‘dim<-.vctrs_vctr’, ‘dimnames<-.vctrs_sclr’, ‘dimnames<-.vctrs_vctr’, ‘is.na<-.vctrs_sclr’, ‘is.na<-.vctrs_vctr’, ‘length<-.vctrs_rcrd’, ‘length<-.vctrs_vctr’, ‘levels<-.vctrs_sclr’, ‘levels<-.vctrs_vctr’, ‘names<-.vctrs_sclr’, ‘names<-.vctrs_vctr’, ‘|.vctrs_vctr’, ‘Complex.vctrs_scl [... truncated]
Error: cannot open file 'C:/Users/Sterling L. Wright/Documents/R/win-library/4.0/BiocManager/R/BiocManager.rdb': No such file or directory
In addition: Warning message:
restarting interrupted promise evaluation
I am so sorry.