Skip to content

Commit f78f8f3

Browse files
authored
chore: Update maintainer (#436)
Co-authored-by: gadenbuie <[email protected]>
1 parent db45c42 commit f78f8f3

File tree

4 files changed

+40
-40
lines changed

4 files changed

+40
-40
lines changed

DESCRIPTION

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ Description: Format for converting an R Markdown document to a grid oriented
66
dashboard. The dashboard flexibly adapts the size of it's components to the
77
containing web page.
88
Authors@R: c(
9-
person("Carson", "Sievert", role = c("aut", "cre"),
9+
person("Garrick", "Aden-Buie", role = c("aut", "cre"),
10+
email = "[email protected]", comment = c(ORCID = "0000-0002-7111-0077")),
11+
person("Carson", "Sievert", role = "aut",
1012
email = "[email protected]", comment = c(ORCID = "0000-0002-4958-2844")),
1113
person("Richard", "Iannone", role = "aut", email = "[email protected]",
1214
comment = c(ORCID = "0000-0003-3925-190X")),

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ There are two main places to get help with flexdashboard:
7575

7676
+ 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.
7777

78-
+ [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 Shinyy runtime.
78+
+ [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.
7979

8080
## Code of Conduct
8181

README.md

Lines changed: 34 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -13,29 +13,28 @@ status](https://www.r-pkg.org/badges/version/flexdashboard)](https://CRAN.R-proj
1313
The goal of **flexdashboard** is to make it easy to create interactive
1414
dashboards for R, using R Markdown.
1515

16-
- Use [R Markdown](https://rmarkdown.rstudio.com) to publish a group
17-
of related data visualizations as a dashboard.
16+
- Use [R Markdown](https://rmarkdown.rstudio.com) to publish a group of
17+
related data visualizations as a dashboard.
1818

19-
- Support for a wide variety of components including
20-
[htmlwidgets](https://www.htmlwidgets.org); base, lattice, and grid
21-
graphics; tabular data; gauges and value boxes; and text
22-
annotations.
19+
- Support for a wide variety of components including
20+
[htmlwidgets](https://www.htmlwidgets.org); base, lattice, and grid
21+
graphics; tabular data; gauges and value boxes; and text annotations.
2322

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

29-
- [Storyboard](https://pkgs.rstudio.com/flexdashboard/articles/using.html#storyboards-1)
30-
layouts for presenting sequences of visualizations and related
31-
commentary.
28+
- [Storyboard](https://pkgs.rstudio.com/flexdashboard/articles/using.html#storyboards-1)
29+
layouts for presenting sequences of visualizations and related
30+
commentary.
3231

33-
- Optionally use [Shiny](https://shiny.rstudio.com) to drive
34-
visualizations dynamically.
32+
- Optionally use [Shiny](https://shiny.rstudio.com) to drive
33+
visualizations dynamically.
3534

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

4039
Learn more about **flexdashboard**:
4140
<https://pkgs.rstudio.com/flexdashboard>
@@ -75,12 +74,10 @@ within RStudio using the **New R Markdown** dialog:
7574
If you are not using RStudio, you can create a new `flexdashboard` R
7675
Markdown file from the R console. Currently there are two `templates`:
7776

78-
- `"flex_dashboard"` (basic) and
77+
- `"flex_dashboard"` (basic) and
7978

80-
- `"flex_dashboard_bslib"` (an example of [theming with
81-
`{bslib}`](https://pkgs.rstudio.com/flexdashboard/articles/theme.html)):
82-
83-
<!-- end list -->
79+
- `"flex_dashboard_bslib"` (an example of [theming with
80+
`{bslib}`](https://pkgs.rstudio.com/flexdashboard/articles/theme.html)):
8481

8582
``` r
8683
rmarkdown::draft("dashboard.Rmd",
@@ -92,20 +89,20 @@ rmarkdown::draft("dashboard.Rmd",
9289

9390
There are two main places to get help with flexdashboard:
9491

95-
- The [RStudio
96-
community](https://community.rstudio.com/tags/c/R-Markdown/10/flexdashboard)
97-
is a friendly place to ask any questions about flexdashboard. Be
98-
sure to use the `flexdashboard` tag. Add also the `shiny` tag is you
99-
are using a Shiny runtime.
100-
101-
- [Stack
102-
Overflow](https://stackoverflow.com/questions/tagged/flexdashboard)
103-
is a great source of answers to common **flexdashboard** questions.
104-
It is also a great place to get help, once you have created a
105-
reproducible example that illustrates your problem. Use the tags
106-
[`[r][flexdashboard]`](https://stackoverflow.com/questions/tagged/flexdashboard+r)
107-
if you ask a question. Add the tag `[shiny]` if you are using a
108-
Shinyy runtime.
92+
- The [RStudio
93+
community](https://community.rstudio.com/tags/c/R-Markdown/10/flexdashboard)
94+
is a friendly place to ask any questions about flexdashboard. Be sure
95+
to use the `flexdashboard` tag. Add also the `shiny` tag is you are
96+
using a Shiny runtime.
97+
98+
- [Stack
99+
Overflow](https://stackoverflow.com/questions/tagged/flexdashboard) is
100+
a great source of answers to common **flexdashboard** questions. It is
101+
also a great place to get help, once you have created a reproducible
102+
example that illustrates your problem. Use the tags
103+
[`[r][flexdashboard]`](https://stackoverflow.com/questions/tagged/flexdashboard+r)
104+
if you ask a question. Add the tag `[shiny]` if you are using a Shiny
105+
runtime.
109106

110107
## Code of Conduct
111108

man/flexdashboard-package.Rd

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)