hadley / emo

Easily insert emoji into R and RMarkdown
416 stars 53 forks source link

not able to install #44

Open mallyahr opened 6 years ago

mallyahr commented 6 years ago

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

Thanks, Rakesh

gepcel commented 5 years ago

Me too.

gepcel commented 5 years ago

Try:

git clone --recurse-submodules git://github.com/hadley/emo.git
Rscript::install_local('emo')
ahsan-iftikhar commented 2 months ago

The suggested solution did not work.

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