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

not able to install #44

Open
mallyahr opened this issue Jun 4, 2018 · 3 comments
Open

not able to install #44

mallyahr opened this issue Jun 4, 2018 · 3 comments

Comments

@mallyahr
Copy link

mallyahr commented Jun 4, 2018

when I am trying to install getting the bellow error

Downloading GitHub repo hadley/emo@master
from URL https://api.github.com/repos/hadley/emo/zipball/master
Installing emo
Downloading GitHub repo tidyverse/glue@master
from URL https://api.github.com/repos/tidyverse/glue/zipball/master
WARNING: Rtools is required to build R packages, but no version of Rtools compatible with R 3.5.0 was found. (Only the following incompatible version(s) of Rtools were found:3.5)

Please download and install the appropriate version of Rtools from http://cran.r-project.org/bin/windows/Rtools/.
Installation failed: Could not find build tools necessary to build glue
"C:/PROGRA1/R/R-351.0/bin/i386/R" --no-site-file --no-environ --no-save
--no-restore --quiet CMD INSTALL
"C:/Users/pc/AppData/Local/Temp/RtmpCus4iA/devtoolsbbc6eed48e6/hadley-emo-02a5206"
--library="C:/Users/pc/Documents/R/win-library/3.5" --install-tests

  • installing source package 'emo' ...
    ** R
    ** data
    *** moving datasets to lazyload DB
    ** tests
    ** byte-compile and prepare package for lazy loading
    Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
    namespace 'glue' 1.2.0 is being loaded, but >= 1.2.0.9000 is required
    ERROR: lazy loading failed for package 'emo'
  • removing 'C:/Users/pc/Documents/R/win-library/3.5/emo'
  • restoring previous 'C:/Users/pc/Documents/R/win-library/3.5/emo'
    In R CMD INSTALL
    Installation failed: Command failed (1)
    Warning message:
    GitHub repo contains submodules, may not function as expected!

Thanks,
Rakesh

@gepcel
Copy link

gepcel commented Mar 22, 2019

Me too.

@gepcel
Copy link

gepcel commented Mar 22, 2019

Try:

git clone --recurse-submodules git://github.com/hadley/emo.git
Rscript::install_local('emo')

@ahsan-iftikhar
Copy link

The suggested solution did not work.

git clone --recurse-submodules git://github.com/hadley/emo.git
Rscript::install_local('emo')

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

3 participants