Coorsaa / shinyMlr

shiny-mlr: Integration of the mlr package into shiny
Other
93 stars 20 forks source link

ERROR: could not find function "sidebarMenu" with shinyMLR in R 3.4.1 #141

Closed heoa closed 7 years ago

heoa commented 7 years ago

I did

devtools::install_github("mlr-org/shinyMlr/package")
shinyMlr::runShinyMlr()

and I am getting the error

'ERROR: could not find function "sidebarMenu"'.

Are there some dependencies such as some shiny packages that are not installed? How to fix this?

Specs

Version 1.0.143 – © 2009-2016 RStudio, Inc.

R version 3.4.1 (2017-06-30) -- "Single Candle"
Copyright (C) 2017 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin15.6.0 (64-bit)
jakob-r commented 7 years ago

Yes. The DESCRIPTION was not updated. sidebarMenu is part of shinydashboard. You should have installed the packages listed in the beginning of server.R and ui.R.

But we should defintely keep the DESCRIPTION up 2 date.

Coorsaa commented 7 years ago

should be fixed by the latest commit. Could you please try again @heoa ?

heoa commented 7 years ago

Yes it is working, thank you for the quick fix.

Image about shinyMLR