hadley / emo

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

rtrools40 download error #60

Open wilcar opened 4 years ago

wilcar commented 4 years ago

I have installed rstools40 "C:\rtools40\usr\bin\make.exe"

Can't download emo

devtools :: install_github ( " hadley / emo " ) Erreur : Failed to install 'unknown package' from GitHub: JSON: EXPECTED value GOT <

cderv commented 4 years ago

I don't think rtools is required for this package.

On R > 4.0 and windows 10, this works as expected

 devtools::install_github("hadley/emo")
# or
 remotes::install_github("hadley/emo")