hadley / emo

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

Installation Error: System command 'Rcmd.exe' failed #67

Open Bolin-Wu opened 2 years ago

Bolin-Wu commented 2 years ago

Hi!

I tried to use devtools::install_github("hadley/emo") and remotes::install_github("hadley/emo") but neither works for installation. It gives the error as follows:

Error: Failed to install 'emo' from GitHub:
  System command 'Rcmd.exe' failed, exit status: 1, stdout & stderr were printed

Could anyone please help me with this?

My version:

platform       x86_64-w64-mingw32          
arch           x86_64                      
os             mingw32                     
system         x86_64, mingw32             
status                                     
major          4                           
minor          1.3                         
year           2022                        
month          03                          
day            10                          
svn rev        81868                       
language       R                           
version.string R version 4.1.3 (2022-03-10)
nickname       One Push-Up

Thank you!

Best, Bolin