-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
R-package shinyMlr #119
Comments
I think we would never want to run this on our own server exclusively. If this is supposed to run fast and reliable for many people it's going to be expensive. Who want's to pay for that? A try out server with a max user limit could work though. But then a dedicated package would be the go-to. I think transforming this into a package is the way to go and the effect of beeing on cran should not be underestimated. However the |
I will make a proposal based on that post: http://stackoverflow.com/questions/37830819/developing-shiny-app-as-a-package-and-deploying-it-to-shiny-server |
My suggest is here #121 |
@jakob-r |
of course you could also restructure everything and live without linking the files - but i don't know if that makes development easier as it makes most parts of the development more nested. Also I did not want to do this in a PR 😉 |
Yes, we need a good server solution soon. @berndbischl already mentioned he has contacts where we could possibly host the app. We have a separate Issue for that #11, where we started talking about that. |
Closing here. #121 is merged. Package is now in master ./package. |
I hacked together a little R-package to make life for people who wish to install our app locally a little bit easier. The package is in the branch "package" and the workflow to install and start shinyMlr is as follows:
@everyone especially @berndbischl
opinions?
Plus: Does it make sense to upload this on CRAN or would that be obsolete anyway once we host the
app on a server?
The text was updated successfully, but these errors were encountered: