Coorsaa/shinyMlr

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

heoa opened this issue · 3 comments

heoa commented

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)

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.

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

heoa commented

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

Image about shinyMLR