royfrancis / shiny-hues

Generate distinct colours

Home Page:https://hues.serve.scilifelab.se/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shiny-hues

gh-actions-build-status Docker Image Size (latest by date)

A shiny app to generate distinct colours.

Running the app

Run online

Click here to access an online instance of this app. This link may not always be active.

Run using docker

docker run --rm -p 3838:3838 royfrancis/shiny-hues:latest

The app should be available through a web browser at http://0.0.0.0:3838.

Run in R

Install the following R packages:

install.packages(c("pak"),repo="https://cloud.r-project.org/")
pak::pkg_install("rstudio/bslib")
pak::pkg_install("johnbaums/hues")

This repo is not an R package. Clone this repo and execute the R command shiny::runApp("app.R") in the root directory.

Acknowledgements

Built on the hues package.


2023 • Roy Francis

About

Generate distinct colours

https://hues.serve.scilifelab.se/

License:GNU General Public License v3.0


Languages

Language:R 55.3%Language:CSS 27.5%Language:Dockerfile 17.2%