Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in R 3.4 #1

Open
adilsoncasula opened this issue Jul 28, 2017 · 1 comment
Open

Error in R 3.4 #1

adilsoncasula opened this issue Jul 28, 2017 · 1 comment

Comments

@adilsoncasula
Copy link

adilsoncasula commented Jul 28, 2017

devtools::install_github("tbrugz/ribge")
Downloading GitHub repo tbrugz/ribge@master
from URL https://api.github.com/repos/tbrugz/ribge/zipball/master
Installing ribge
Installing 1 package: dplyr
Installing package into ‘C:/Users/Adilson/Documents/R/win-library/3.4’
(as ‘lib’ is unspecified)
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/dplyr_0.7.2.zip'
Content type 'application/zip' length 2881035 bytes (2.7 MB)
downloaded 2.7 MB

package ‘dplyr’ successfully unpacked and MD5 sums checked
Warning: cannot remove prior installation of package ‘dplyr’

The downloaded binary packages are in
C:\Users\Adilson\AppData\Local\Temp\RtmpEZLxJA\downloaded_packages
"C:/PROGRA~1/R/R-3.4.0/bin/x64/R" --no-site-file --no-environ
--no-save --no-restore --quiet CMD INSTALL
"C:/Users/Adilson/AppData/Local/Temp/RtmpEZLxJA/devtoolsc84282d1c85/tbrugz-ribge-ef8ce06"
--library="C:/Users/Adilson/Documents/R/win-library/3.4"
--install-tests

ERROR: dependency 'dplyr' is not available for package 'ribge'

  • removing 'C:/Users/Adilson/Documents/R/win-library/3.4/ribge'
    Installation failed: Command failed (1)
@tbrugz
Copy link
Owner

tbrugz commented Aug 25, 2017

Just installed ribge on a fresh install of R3.4.1 (windows 7) without problems...

Maybe you have a conflict with dplyr, you may try reinstall it:

install.packages("dplyr")

Or try installing ribge on a clean R installation. But I have seen problems with transitive dependencies before - so I'm open to suggestions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants