jcheng5 / shinychat

Chat UI component for Shiny for R
Other
37 stars 5 forks source link

!Error in pak subprocess #12

Open YushufSharker opened 3 weeks ago

YushufSharker commented 3 weeks ago

The installation of Shinychat stopped due to an error I do not understand. I have included the results of the pak command

pak::pak("jcheng5/shinychat") ✔ Updated metadata database: 5.50 MB in 15 files.
✔ Updating metadata database ... done

→ Will install 9 packages. → Will download 8 CRAN packages (9.68 MB). → Will download 1 package with unknown size.

jcheng5 commented 3 weeks ago

I think you may need to install the appropriate version of RTools: https://cran.r-project.org/bin/windows/Rtools/ Sorry for the inconvenience. This won’t be necessary once shinychat goes to CRAN.

YushufSharker commented 3 weeks ago

Yes, You are right! Updating Rtools solved my problem. Thanks so much!