swirldev / swirl

:cyclone: Learn R, in R.
http://swirlstats.com
Other
1.14k stars 599 forks source link

Swirl "Manipulating Data with dplyr" #836

Open Akseleu opened 4 years ago

Akseleu commented 4 years ago

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)

Could anyone help me with this issue, please?!

msstoner commented 3 years ago

I'm also having this issue. Help would be appreciated