Skip to content

Commit 116ac50

Browse files
authored
flexdashboard v0.5.2 (#271)
1 parent 02207b7 commit 116ac50

File tree

5 files changed

+69
-29
lines changed

5 files changed

+69
-29
lines changed

DESCRIPTION

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
Package: flexdashboard
22
Type: Package
33
Title: R Markdown Format for Flexible Dashboards
4-
Version: 0.5.1.9000
4+
Version: 0.5.2
55
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("JJ", "Allaire", role = c("aut", "cre"), email = "[email protected]"),
10-
person("Barbara", "Borges", role = c("ctb"), email = "[email protected]"),
9+
person("Richard", "Iannone", role = c("aut", "cre"), email = "[email protected]",
10+
comment = c(ORCID = "0000-0003-3925-190X")),
11+
person("JJ", "Allaire", role = "aut", email = "[email protected]"),
12+
person("Barbara", "Borges", role = c("aut"), email = "[email protected]"),
1113
person(family = "RStudio", role = "cph"),
1214
person(family = "Keen IO", role = c("ctb", "cph"), comment = "Dashboard CSS"),
1315
person("Abdullah", "Almsaeed", role = c("ctb", "cph"), comment = "Dashboard CSS"),
@@ -27,12 +29,10 @@ Authors@R: c(
2729
)
2830
URL: http://rmarkdown.rstudio.com/flexdashboard
2931
BugReports: https://github.com/rstudio/flexdashboard/issues
32+
Encoding: UTF-8
3033
Depends: R (>= 3.0.2)
3134
Imports: tools, jsonlite, htmltools, knitr (>= 1.13), htmlwidgets (>= 0.6), rmarkdown (>= 1.10.3), shiny (>= 0.13)
3235
Suggests: testthat
33-
Remotes:
34-
rstudio/rmarkdown
3536
LazyData: TRUE
3637
License: MIT + file LICENSE
37-
RoxygenNote: 6.0.1
38-
38+
RoxygenNote: 7.1.0.9000

NEWS.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
flexdashboard 0.5.2 (unreleased)
1+
flexdashboard 0.5.2
22
===========
33

44
* Support use of Font Awesome icon sets (e.g. "fab fa-r-project")
55

66
* Fixed [#245](https://github.com/rstudio/flexdashboard/issues/245): Shiny (1.4.0+) outputs not rendering in modified flexdashboard html. ([#250](https://github.com/rstudio/flexdashboard/pull/250))
77

8+
flexdashboard 0.5.1.1
9+
===========
10+
11+
Changed maintainer.
812

913
flexdashboard 0.5.1
1014
===========

man/flex_dashboard.Rd

Lines changed: 40 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/flexdashboard.Rd

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

man/gauge.Rd

Lines changed: 17 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)