shiny-directory-input icon indicating copy to clipboard operation
shiny-directory-input copied to clipboard

Installation failed on R 3.6.2

Open MingwuDuan opened this issue 4 years ago • 2 comments

Hi, When I run devtools::install_github('wleepang/shiny-directory-input') or devtools::install_local('D://shiny-directory-input-master.zip'), it says Failed to install 'shinyDirectoryInput' from GitHub: installation of package ‘C:/Users/username/AppData/Local/Temp/RtmpierUSc/filead46d89a3a/shinyDirectoryInput_0.2.0.tar.gz’ had non-zero exit status or Failed to install 'shiny-directory-input-master.zip' from local: installation of package ‘C:/Users/username/AppData/Local/Temp/RtmpierUSc/remotesad427fe581b/shiny-directory-input-master’ had non-zero exit status Why this could happen?Anyone could help me install this R package? Thanks in advance!

MingwuDuan avatar Aug 12 '20 09:08 MingwuDuan

I clone the repository and open it in RStudio, then used the build > install & restart option.

You may also need to install shiny and htmltools packages.

bsekiewicz avatar Oct 02 '20 12:10 bsekiewicz

Can you update to R 4.0.2? There might be some missing or incompatible package dependencies.

wleepang avatar Mar 04 '21 01:03 wleepang