{"id":13426633,"url":"https://github.com/rstudio/flexdashboard","last_synced_at":"2025-05-14T23:06:16.992Z","repository":{"id":40380254,"uuid":"51021769","full_name":"rstudio/flexdashboard","owner":"rstudio","description":"Easy interactive dashboards for R","archived":false,"fork":false,"pushed_at":"2024-05-01T15:35:42.000Z","size":47968,"stargazers_count":825,"open_issues_count":85,"forks_count":302,"subscribers_count":46,"default_branch":"main","last_synced_at":"2025-05-10T07:43:50.851Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pkgs.rstudio.com/flexdashboard/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rstudio.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-02-03T18:41:52.000Z","updated_at":"2025-04-25T19:36:20.000Z","dependencies_parsed_at":"2023-02-13T03:31:20.324Z","dependency_job_id":"fcbf1906-676b-4e8e-8195-ee89ef1ff1ac","html_url":"https://github.com/rstudio/flexdashboard","commit_stats":{"total_commits":655,"total_committers":23,"mean_commits":28.47826086956522,"dds":"0.17862595419847327","last_synced_commit":"9620559532dcf104e69060cad553cdde76b6c55e"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstudio%2Fflexdashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstudio%2Fflexdashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstudio%2Fflexdashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstudio%2Fflexdashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rstudio","download_url":"https://codeload.github.com/rstudio/flexdashboard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254243360,"owners_count":22038046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T00:01:39.633Z","updated_at":"2025-05-14T23:06:11.974Z","avatar_url":"https://github.com/rstudio.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","Theming","Rmarkdown Templates"],"sub_categories":["Dashboard Theming","Dashboard"],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r setup, include=FALSE}\nknitr::opts_chunk$set(echo = TRUE)\n```\n\n# flexdashboard \u003ca href='https://pkgs.rstudio.com/flexdashboard'\u003e\u003cimg src='man/figures/logo.png' align=\"right\" height=\"138.5\" /\u003e\u003c/a\u003e\n\n\u003c!-- badges: start --\u003e\n[![CRAN status](https://www.r-pkg.org/badges/version/flexdashboard)](https://CRAN.R-project.org/package=flexdashboard)\n[![R-CMD-check](https://github.com/rstudio/flexdashboard/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rstudio/flexdashboard/actions)\n\u003c!-- badges: end --\u003e\n\nThe goal of **flexdashboard** is to make it easy to create interactive dashboards for R, using R Markdown.\n\n* Use [R Markdown](https://rmarkdown.rstudio.com) to publish a group of related data visualizations as a dashboard.\n\n* Support for a wide variety of components including [htmlwidgets](https://www.htmlwidgets.org); base, lattice, and grid graphics; tabular data; gauges and value boxes; and text annotations.\n\n* Flexible and easy to specify row and column-based [layouts](https://pkgs.rstudio.com/flexdashboard/articles/layouts.html). Components are intelligently re-sized to fill the browser and adapted for display on mobile devices.\n\n* [Storyboard](https://pkgs.rstudio.com/flexdashboard/articles/using.html#storyboards-1) layouts for presenting sequences of visualizations and related commentary.\n\n* Optionally use [Shiny](https://shiny.posit.co/) to drive visualizations dynamically.\n\n* Optionally use [bslib](https://rstudio.github.io/bslib/) to easily [customize main colors, fonts, and more](https://pkgs.rstudio.com/flexdashboard/articles/theme.html).\n\nLearn more about **flexdashboard**: \u003chttps://pkgs.rstudio.com/flexdashboard\u003e\n\n## Examples\n\n\u003ca href=\"https://testing-apps.shinyapps.io/flexdashboard-d3heatmap/\"\u003e\u003cimg src=\"https://pkgs.rstudio.com/flexdashboard/articles/images/htmlwidgets-d3heatmap.png\" width=250 height=200 alt=\"example flexdashboard with d3 heatmap\"\u003e\u003c/img\u003e\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u003ca href=\"https://testing-apps.shinyapps.io/flexdashboard-ggplotly/\"\u003e\u003cimg src=\"https://pkgs.rstudio.com/flexdashboard/articles/images/plotly.png\" width=250 height=200 alt=\"example flexdashboard using ggplotly\"\u003e\u003c/img\u003e\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u003ca href=\"https://jjallaire.shinyapps.io/shiny-biclust/\"\u003e\u003cimg src=\"https://pkgs.rstudio.com/flexdashboard/articles/images/shiny-biclust.png\" width=250 height=200 alt=\"example flexdashboard using Shiny\"\u003e\u003c/img\u003e\u003c/a\u003e\n\nView more examples [here](https://pkgs.rstudio.com/flexdashboard/articles/examples.html).\n\n\n## Installation\n\nInstall the **flexdashboard** package from CRAN as follows:\n\n```{r eval=FALSE}\ninstall.packages(\"flexdashboard\")\n```\n\nIf you want to use the development version of the **flexdashboard** package, you can install the package from GitHub via the [**remotes** package](https://remotes.r-lib.org):\n\n```{r eval=FALSE}\nremotes::install_github('rstudio/flexdashboard')\n```\n## Usage\n\nTo author a **flexdashboard** you create an [R Markdown](https://rmarkdown.rstudio.com) document with the `flexdashboard::flex_dashboard` output format. You can do this from within RStudio using the **New R Markdown** dialog:\n\n![](man/figures/NewRMarkdown.png)\n\nIf you are not using RStudio, you can create a new `flexdashboard` R Markdown file from the R console. Currently there are two `templates`:\n\n+ `\"flex_dashboard\"` (basic) and\n\n+ `\"flex_dashboard_bslib\"` (an example of [theming with `{bslib}`](https://pkgs.rstudio.com/flexdashboard/articles/theme.html)):\n\n```{r eval=FALSE}\nrmarkdown::draft(\"dashboard.Rmd\",\n                 template = \"flex_dashboard_bslib\",\n                 package = \"flexdashboard\")\n```\n\n## Getting help\n\nThere are two main places to get help with flexdashboard:\n\n+ The [RStudio community](https://community.rstudio.com/tags/c/R-Markdown/10/flexdashboard) is a friendly place to ask any questions about flexdashboard. Be sure to use the `flexdashboard` tag. Add also the `shiny` tag is you are using a Shiny runtime.\n\n+ [Stack Overflow](https://stackoverflow.com/questions/tagged/flexdashboard) is a great source of answers to common **flexdashboard** questions. It is also a great place to get help, once you have created a reproducible example that illustrates your problem. Use the tags [`[r][flexdashboard]`](https://stackoverflow.com/questions/tagged/flexdashboard+r) if you ask a question. Add the tag `[shiny]` if you are using a Shiny runtime.\n\n## Code of Conduct\n\nPlease note that the **flexdashboard** project is released with a [Contributor Code of Conduct](https://pkgs.rstudio.com/flexdashboard/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frstudio%2Fflexdashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frstudio%2Fflexdashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frstudio%2Fflexdashboard/lists"}