Skip to content
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

New app creation process #45

Closed
nicolaskruchten opened this issue Nov 26, 2018 · 1 comment
Closed

New app creation process #45

nicolaskruchten opened this issue Nov 26, 2018 · 1 comment
Assignees

Comments

@nicolaskruchten
Copy link
Member

nicolaskruchten commented Nov 26, 2018

For Dash, setting up an empty repo to create a new app involves pip-installing 3 separate packages.

For parity, DashR should aim for something similar: 3 install-from-github calls (DashR, HTML and Core components). Because DashR itself will be a private repo for a little while, this will rely on the GITHUB_PAT environment variable being set, per https://www.rdocumentation.org/packages/devtools/versions/1.13.6/topics/install_github

This issue can be closed when the README for DashR documents this new process and it works :)

In addition, all of the examples and docs in this repo should work when the new installation process is used. They'll likely need to be adjusted to capture the removal of dependencies from DashR to HTML/Core components, and then QA'ed to ensure that they all work using the latest version of the components.

Depends on plotly/dash-html-components#74 and plotly/dash-core-components#357

@rpkyle
Copy link
Contributor

rpkyle commented Jan 29, 2019

This is now complete. 🎉

@rpkyle rpkyle closed this as completed Jan 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants