I've been trying to install a swirl course on cleaning data "manipulating data with dplyr" however, whenever I try to install it, I end up receiving an error
| Trying to install package ‘dplyr’ now... Error in install.packages : Updating loaded packages
After which it shows me a window "Updating loaded packages" and requests me to restart R.
When I press restart it gives me another error
`| Could not install package ‘dplyr’!
| | 0%Error in seq.default(0, 1, length.out = nrow(e$les)) :
argument 'length.out' must be of length 1
| Leaving swirl now. Type swirl() to resume.
Restarting R session...
install.packages(p, quiet = TRUE)
Error in install.packages : object 'p' not found.`
I tried install.packages("p") which at the end states
> install.packages("p") Warning in install.packages : package ‘p’ is not available (for R version 3.5.2)
I've been trying to install a swirl course on cleaning data "manipulating data with dplyr" however, whenever I try to install it, I end up receiving an error
| Trying to install package ‘dplyr’ now... Error in install.packages : Updating loaded packages
After which it shows me a window "Updating loaded packages" and requests me to restart R. When I press restart it gives me another error
`| Could not install package ‘dplyr’! | | 0%Error in seq.default(0, 1, length.out = nrow(e$les)) : argument 'length.out' must be of length 1
| Leaving swirl now. Type swirl() to resume.
Restarting R session...
I tried install.packages("p") which at the end states
> install.packages("p") Warning in install.packages : package ‘p’ is not available (for R version 3.5.2)
Could anyone help me with this issue, please?!