I am getting below error while installing a package. Can you help me here?
install.packages("ggplot2")
Installing package into ‘C:/Users/NQ10011309/OneDrive - Telefonica/Documents/R/win-library/4.1’
(as ‘lib’ is unspecified)
trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/ggplot2_3.3.5.zip'
Content type 'application/zip' length 4127811 bytes (3.9 MB)
downloaded 3.9 MB
package ‘ggplot2’ successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\NQ10011309\AppData\Local\Temp\Rtmp2D6Muy\downloaded_packages
library(ggplot2)
Error: package or namespace load failed for ‘ggplot2’ in library.dynam(lib, package, package.lib):
DLL ‘ellipsis’ not found: maybe not installed for this architecture?