emo icon indicating copy to clipboard operation
emo copied to clipboard

not able to install

Open mallyahr opened this issue 7 years ago • 3 comments

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:/PROGRA~1/R/R-35~1.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

mallyahr avatar Jun 04 '18 01:06 mallyahr

Me too.

gepcel avatar Mar 22 '19 08:03 gepcel

Try:

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

gepcel avatar Mar 22 '19 09:03 gepcel

The suggested solution did not work.

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

ahsan-iftikhar avatar Jun 21 '24 18:06 ahsan-iftikhar