DivadNojnarg / outstanding-shiny-ui

Outstanding User Interfaces with Shiny CRC Press book online version
https://unleash-shiny.rinterface.com
Other
224 stars 58 forks source link

remotes::install_github("DivadNojnarg/OSUICode") doesn't install `waveserver` as a dependency package #141

Open DOH-RPS1303 opened 1 year ago

DOH-RPS1303 commented 1 year ago

From the book:


### RUN ###  
 OSUICode::run_example( "intro/dj-system", 
                                         package = "OSUICode" )  

Returns the following error:

Error in library(wavesurfer) : there is no package called ‘wavesurfer’
DivadNojnarg commented 1 year ago

Did you try remotes::install_github("Athospd/wavesurfer") ? {wavesurfer} is not on CRAN.