AnalytixWare / ShinySky

Various UI widgets/components not part of Shiny e.g. alerts, styled buttons
Other
188 stars 65 forks source link

SkinySky installation #36

Closed no-shoes closed 4 years ago

no-shoes commented 4 years ago

Hello Zhou,

I have tried for a while now to install a package ntbox, which depends on shinysky (https://luismurao.github.io/ntbox_user_guide.html). However, for some unknown reason, shinysky will not install on my system.

I have used the devtools and the removes packages, it seems to connect to download but then fails to install giving a non-zero exit error. rtools has also been set up successfully on my machine (I think)..

Do you have any ideas about what is preventing the installation from happening? I have checked all forums etc.

I am using the most recent version of rstudio on windows 10. Below is the error message.

Many Thanks in advance,

install_github("AnalytixWare/ShinySky") Downloading GitHub repo AnalytixWare/ShinySky@HEAD √ checking for file 'C:\Users\nosho\AppData\Local\Temp\RtmpOy7YXy\remotes4fa4165d7752\AnalytixWare-ShinySky-695b4b9/DESCRIPTION' (413ms)

  • preparing 'shinysky': √ checking DESCRIPTION meta-information ...
  • checking for LF line-endings in source and make files and shell scripts
  • checking for empty or unneeded directories
  • building 'shinysky_0.1.3.tar.gz'

Installing package into ‘C:/Users/nosho/Documents/R/win-library/3.6’ (as ‘lib’ is unspecified)

xiaodaigh commented 4 years ago

i can't replicate it. Looks like you would benefit from updating all packages or stick to R 3.6.

Try update.packages()

no-shoes commented 4 years ago

Hi,

Thanks for the advice here. Updating packages did not help - but updating to R to version 4.02 and running package ntbox not in R-Studio did the trick for me.

Many Thanks

On Mon, Jul 27, 2020 at 11:47 AM evalparse notifications@github.com wrote:

i can't replicate it. Looks like you would benefit from updating all packages or stick to R 3.6.

Try update.packages()

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/AnalytixWare/ShinySky/issues/36#issuecomment-664246221, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKL2ZASZUZ7GFQQMEOXD55DR5VEJZANCNFSM4PINQZEA .

xiaodaigh commented 4 years ago

Ok. Glad it's resolved.