Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ name: Package checks
jobs:
website:
uses: rstudio/shiny-workflows/.github/workflows/website.yaml@v1
website-netlify:
uses: rstudio/shiny-workflows/.github/workflows/website-netlify.yaml@v1
secrets:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
routine:
uses: rstudio/shiny-workflows/.github/workflows/routine.yaml@v1
R-CMD-check:
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ Config/Needs/deploy: dplyr, ggplot2, DT, talgalili/d3heatmap, plotly,
arules, treemap, viridisLite, leaflet, metricsgraphics, rbokeh, readr,
tidyr, jsonlite, maptools, purrr, maps, hexbin
Config/Needs/website: rstudio/quillt
Config/roxygen2/version: 8.0.0
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.3
18 changes: 9 additions & 9 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ output: github_document
knitr::opts_chunk$set(echo = TRUE)
```

# flexdashboard <a href='https://pkgs.rstudio.com/flexdashboard'><img src='man/figures/logo.png' align="right" height="138.5" /></a>
# flexdashboard <a href='https://rstudio.github.io/flexdashboard'><img src='man/figures/logo.png' align="right" height="138.5" /></a>

<!-- badges: start -->
[![CRAN status](https://www.r-pkg.org/badges/version/flexdashboard)](https://CRAN.R-project.org/package=flexdashboard)
Expand All @@ -21,21 +21,21 @@ The goal of **flexdashboard** is to make it easy to create interactive dashboard

* 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.

* 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.
* Flexible and easy to specify row and column-based [layouts](https://rstudio.github.io/flexdashboard/articles/layouts.html). Components are intelligently re-sized to fill the browser and adapted for display on mobile devices.

* [Storyboard](https://pkgs.rstudio.com/flexdashboard/articles/using.html#storyboards-1) layouts for presenting sequences of visualizations and related commentary.
* [Storyboard](https://rstudio.github.io/flexdashboard/articles/using.html#storyboards-1) layouts for presenting sequences of visualizations and related commentary.

* Optionally use [Shiny](https://shiny.posit.co/) to drive visualizations dynamically.

* Optionally use [bslib](https://rstudio.github.io/bslib/) to easily [customize main colors, fonts, and more](https://pkgs.rstudio.com/flexdashboard/articles/theme.html).
* Optionally use [bslib](https://rstudio.github.io/bslib/) to easily [customize main colors, fonts, and more](https://rstudio.github.io/flexdashboard/articles/theme.html).

Learn more about **flexdashboard**: <https://pkgs.rstudio.com/flexdashboard>
Learn more about **flexdashboard**: <https://rstudio.github.io/flexdashboard>

## Examples

<a href="https://testing-apps.shinyapps.io/flexdashboard-d3heatmap/"><img src="https://pkgs.rstudio.com/flexdashboard/articles/images/htmlwidgets-d3heatmap.png" width=250 height=200 alt="example flexdashboard with d3 heatmap"></img></a>&nbsp;&nbsp;<a href="https://testing-apps.shinyapps.io/flexdashboard-ggplotly/"><img src="https://pkgs.rstudio.com/flexdashboard/articles/images/plotly.png" width=250 height=200 alt="example flexdashboard using ggplotly"></img></a>&nbsp;&nbsp;<a href="https://jjallaire.shinyapps.io/shiny-biclust/"><img src="https://pkgs.rstudio.com/flexdashboard/articles/images/shiny-biclust.png" width=250 height=200 alt="example flexdashboard using Shiny"></img></a>
<a href="https://testing-apps.shinyapps.io/flexdashboard-d3heatmap/"><img src="https://rstudio.github.io/flexdashboard/articles/images/htmlwidgets-d3heatmap.png" width=250 height=200 alt="example flexdashboard with d3 heatmap"></img></a>&nbsp;&nbsp;<a href="https://testing-apps.shinyapps.io/flexdashboard-ggplotly/"><img src="https://rstudio.github.io/flexdashboard/articles/images/plotly.png" width=250 height=200 alt="example flexdashboard using ggplotly"></img></a>&nbsp;&nbsp;<a href="https://jjallaire.shinyapps.io/shiny-biclust/"><img src="https://rstudio.github.io/flexdashboard/articles/images/shiny-biclust.png" width=250 height=200 alt="example flexdashboard using Shiny"></img></a>

View more examples [here](https://pkgs.rstudio.com/flexdashboard/articles/examples.html).
View more examples [here](https://rstudio.github.io/flexdashboard/articles/examples.html).


## Installation
Expand All @@ -61,7 +61,7 @@ If you are not using RStudio, you can create a new `flexdashboard` R Markdown fi

+ `"flex_dashboard"` (basic) and

+ `"flex_dashboard_bslib"` (an example of [theming with `{bslib}`](https://pkgs.rstudio.com/flexdashboard/articles/theme.html)):
+ `"flex_dashboard_bslib"` (an example of [theming with `{bslib}`](https://rstudio.github.io/flexdashboard/articles/theme.html)):

```{r eval=FALSE}
rmarkdown::draft("dashboard.Rmd",
Expand All @@ -79,4 +79,4 @@ There are two main places to get help with flexdashboard:

## Code of Conduct

Please 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.
Please note that the **flexdashboard** project is released with a [Contributor Code of Conduct](https://rstudio.github.io/flexdashboard/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

# flexdashboard <a href='https://pkgs.rstudio.com/flexdashboard'><img src='man/figures/logo.png' align="right" height="138.5" /></a>
# flexdashboard <a href='https://rstudio.github.io/flexdashboard'><img src='man/figures/logo.png' align="right" height="138.5" /></a>

<!-- badges: start -->

Expand All @@ -21,11 +21,11 @@ dashboards for R, using R Markdown.
graphics; tabular data; gauges and value boxes; and text annotations.

- Flexible and easy to specify row and column-based
[layouts](https://pkgs.rstudio.com/flexdashboard/articles/layouts.html).
[layouts](https://rstudio.github.io/flexdashboard/articles/layouts.html).
Components are intelligently re-sized to fill the browser and adapted
for display on mobile devices.

- [Storyboard](https://pkgs.rstudio.com/flexdashboard/articles/using.html#storyboards-1)
- [Storyboard](https://rstudio.github.io/flexdashboard/articles/using.html#storyboards-1)
layouts for presenting sequences of visualizations and related
commentary.

Expand All @@ -34,17 +34,17 @@ dashboards for R, using R Markdown.

- Optionally use [bslib](https://rstudio.github.io/bslib/) to easily
[customize main colors, fonts, and
more](https://pkgs.rstudio.com/flexdashboard/articles/theme.html).
more](https://rstudio.github.io/flexdashboard/articles/theme.html).

Learn more about **flexdashboard**:
<https://pkgs.rstudio.com/flexdashboard>
<https://rstudio.github.io/flexdashboard>

## Examples

<a href="https://testing-apps.shinyapps.io/flexdashboard-d3heatmap/"><img src="https://pkgs.rstudio.com/flexdashboard/articles/images/htmlwidgets-d3heatmap.png" width=250 height=200 alt="example flexdashboard with d3 heatmap"></img></a>  <a href="https://testing-apps.shinyapps.io/flexdashboard-ggplotly/"><img src="https://pkgs.rstudio.com/flexdashboard/articles/images/plotly.png" width=250 height=200 alt="example flexdashboard using ggplotly"></img></a>  <a href="https://jjallaire.shinyapps.io/shiny-biclust/"><img src="https://pkgs.rstudio.com/flexdashboard/articles/images/shiny-biclust.png" width=250 height=200 alt="example flexdashboard using Shiny"></img></a>
<a href="https://testing-apps.shinyapps.io/flexdashboard-d3heatmap/"><img src="https://rstudio.github.io/flexdashboard/articles/images/htmlwidgets-d3heatmap.png" width=250 height=200 alt="example flexdashboard with d3 heatmap"></img></a>  <a href="https://testing-apps.shinyapps.io/flexdashboard-ggplotly/"><img src="https://rstudio.github.io/flexdashboard/articles/images/plotly.png" width=250 height=200 alt="example flexdashboard using ggplotly"></img></a>  <a href="https://jjallaire.shinyapps.io/shiny-biclust/"><img src="https://rstudio.github.io/flexdashboard/articles/images/shiny-biclust.png" width=250 height=200 alt="example flexdashboard using Shiny"></img></a>

View more examples
[here](https://pkgs.rstudio.com/flexdashboard/articles/examples.html).
[here](https://rstudio.github.io/flexdashboard/articles/examples.html).

## Installation

Expand Down Expand Up @@ -77,7 +77,7 @@ Markdown file from the R console. Currently there are two `templates`:
- `"flex_dashboard"` (basic) and

- `"flex_dashboard_bslib"` (an example of [theming with
`{bslib}`](https://pkgs.rstudio.com/flexdashboard/articles/theme.html)):
`{bslib}`](https://rstudio.github.io/flexdashboard/articles/theme.html)):

``` r
rmarkdown::draft("dashboard.Rmd",
Expand Down Expand Up @@ -108,5 +108,5 @@ There are two main places to get help with flexdashboard:

Please note that the **flexdashboard** project is released with a
[Contributor Code of
Conduct](https://pkgs.rstudio.com/flexdashboard/CODE_OF_CONDUCT.html).
Conduct](https://rstudio.github.io/flexdashboard/CODE_OF_CONDUCT.html).
By contributing to this project, you agree to abide by its terms.
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
destination: reference

url: https://pkgs.rstudio.com/flexdashboard/
url: https://rstudio.github.io/flexdashboard/

template:
package: quillt
Expand Down
1 change: 1 addition & 0 deletions man/flexdashboard-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading