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

Improve deployment process for shiny apps #37

Open
mitchelloharawild opened this issue Mar 26, 2020 · 5 comments
Open

Improve deployment process for shiny apps #37

mitchelloharawild opened this issue Mar 26, 2020 · 5 comments
Milestone

Comments

@mitchelloharawild
Copy link
Owner

Shiny apps and other services require the icons cached. As the downloading process may take substantial time, this downloading should only happen once per server.

Some tools for easily deploying apps with icons would be helpful.

@mitchelloharawild
Copy link
Owner Author

A vignette would be a good start for this. More sophisticated methods can be added in later versions.

@mitchelloharawild
Copy link
Owner Author

Added icon_save() for saving icons locally within a project. A vignette would be useful, but the examples are sufficient for now.

@mitchelloharawild
Copy link
Owner Author

Another option could be setting icon_self_contained("icon_dir"), which adds icons to this directory from the installation path if they don't already exist there. This way the set of required icons does not need to be thought out before using them (or needing to add the needed icons in multiple locations of the code).

@mitchelloharawild mitchelloharawild transferred this issue from another repository Dec 13, 2020
@mitchelloharawild mitchelloharawild transferred this issue from another repository Dec 13, 2020
@mitchelloharawild mitchelloharawild added this to the v0.2.0 milestone Mar 2, 2021
@dmenne
Copy link

dmenne commented Jul 15, 2021

See https://community.rstudio.com/t/use-of-open-source-icons-in-shiny/110056 re: How to use the package in Shiny?

@mitchelloharawild
Copy link
Owner Author

Thanks for the nudge - answered.

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