Dplyr: package 'dyplr' is not available (for R version 3.4.3)

Created on 1 Feb 2018  Â·  6Comments  Â·  Source: tidyverse/dplyr

dyplr doesn't appear to be ready for the latest version of R. That's a bummer.

Brief description of the problem

 install.packages('dyplr')
--- Please select a CRAN mirror for use in this session ---
1
Warning message:
package 'dyplr' is not available (for R version 3.4.3) 
> 1
[1] 1

Most helpful comment

It's been a long debugging session. Apologies.

Please delete. The shame would be too much to live with.

All 6 comments

Have you tried with the correct spelling ? install.packages("dplyr")

you ask for dyplr whereas it is dplyr. _dyplr_ does not exist. it is why you have a not available warning.

It's been a long debugging session. Apologies.

Please delete. The shame would be too much to live with.

@evanbiederstedt happens to the best of us, no worries.

During search sessions, maximise copy and paste, that way you do not have to worry about the spellings mistakes.

I got a warning in installing igraph package in R

Warning: unable to access index for repository http://cran.rstudio.com/src/contrib:
cannot open URL 'http://cran.rstudio.com/src/contrib/PACKAGES'
Warning: unable to access index for repository http://cran.rstudio.com/bin/windows/contrib/3.5:
cannot open URL 'http://cran.rstudio.com/bin/windows/contrib/3.5/PACKAGES'
Warning message:
package ‘igraph’ is not available (for R version 3.5.1)

@reshmamena, this is unrelated to dplyr.

This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/

Was this page helpful?
0 / 5 - 0 ratings