Closed statistician71 closed 7 years ago
Did you connect to our server or did you Load our package and started the app locally
And thank you heaps for the feedback :)
I tried locally.
we try to find a solution asap!
Thanks a lot. I really appreciate the effort.
On 18 May 2017 15:11, "Stefan Coors" notifications@github.com wrote:
we try to find a solution asap!
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/mlr-org/shinyMlr/issues/138#issuecomment-302347399, or mute the thread https://github.com/notifications/unsubscribe-auth/AHDR4lsjuW0f6bKNmIDUpXdzBveuhAQYks5r7AtKgaJpZM4Ne3mR .
To at least allow you to have a look at our app you can run it directly from github by following line in the R console:
shiny::runGitHub('mlr-org/shinyMlr', 'YourGithubAcountName')
where you put in 'statistician71' instead of 'YourGithubAcountName' of course :)
This works also on my windows machine.
:( Same error !!!
On 18 May 2017 15:17, "Stefan Coors" notifications@github.com wrote:
To at least allow you to have a look at our app you can run it directly from github by following line in the R console: shiny::runGitHub('mlr-org/shinyMlr', 'YourGithubAcountName') where you put in 'statistician71' instead of 'YourGithubAcountName' of course :) This works also on my windows machine.
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/mlr-org/shinyMlr/issues/138#issuecomment-302348872, or mute the thread https://github.com/notifications/unsubscribe-auth/AHDR4lOhXi5Ah_J_w0UQR2hh2bs1jQzWks5r7AyqgaJpZM4Ne3mR .
thats weird. Can you post your session info?
@statistician71
Might be the same problem as this:
https://github.com/rstudio/shiny/issues/1194
Can you tryout the suggestions they give in the issue (e.g: Order of the library calls, switching library()
to require()
, maybe put all shiny based packages into the server instead of ui file?
Sorry to be of little help and asking you for this but I can't reproduce on my machine and @Coorsaa either.
Cheers :)
Hi,
Finally i can open:
require(shiny)
require(shinyjs)
require(shinyBS)
require(DT)
require(plotly)
require(ParamHelpers)
require(mlr)
require(RWeka)
require(farff)
require(OpenML)
require(GGally)
require(shinyMlr)
shiny::runGitHub('mlr-org/shinyMlr', 'YourGithubAcountName')
But runShinyMlr()
not working for me.
Thanks for your such an excellent initiative! Last query, will the report saved in a formatted way? Can you please show a sample report on last video section? Thanks :)
That's good news! We'll continue to figure out a better way which also works proper on windows machines! Can you give me the error when trying runShinyMlr()
? Is is the same as in Issue #126 ?
Yes, the same.
> runShinyMlr()
Listening on http://127.0.0.1:7086
Warning: Error in ..stacktraceon..: object '..' not found
Stack trace (innermost first):
2: runApp
1: runShinyMlr
Error : object '..' not found
The report section of the app will improved furthermore in the future so we decided to leave it out in the last video for now. However, when we're happy with it, we will make an update on that ;)
Thanks ! I will keep tracking :+1:
okay, so I'll close here now and hope that we'll find a solution for #126 soon and it will solve your original problem automatically
Hi, I have watched your videos and this is really cool ! When i tried to open it on my windows, i am facing the following error:
ERROR: could not find function "..stacktraceon.."
My system info: windows 7, 64 bit.