-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #462 from Appsilon/develop
shiny.semantic 0.5.1 release
- Loading branch information
Showing
19 changed files
with
510 additions
and
155 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
on: push | ||
on: | ||
push: | ||
branches: | ||
- master | ||
- develop | ||
pull_request: | ||
workflow_dispatch: | ||
|
||
name: R-CMD-check | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Type: Package | ||
Package: shiny.semantic | ||
Title: Semantic UI Support for Shiny | ||
Version: 0.5.0 | ||
Version: 0.5.1 | ||
Authors@R: c(person("Filip", "Stachura", email = "[email protected]", role = "aut"), | ||
person("Dominik", "Krzeminski", role = "aut"), | ||
person("Krystian", "Igras", role = "aut"), | ||
|
@@ -10,6 +10,7 @@ Authors@R: c(person("Filip", "Stachura", email = "[email protected]", role = "a | |
person("Jakub", "Chojna", email = "[email protected]", role = "aut"), | ||
person("Olga", "Mierzwa-Sulima", email = "[email protected]", role = "aut"), | ||
person("Jakub", "Nowicki", email = "[email protected]", role = c("aut", "cre")), | ||
person("Tymoteusz", "Makowski", email = "[email protected]", role = "aut"), | ||
person("Ashley", "Baldry", role = "ctb"), | ||
person("Pedro", "Manuel Coutinho da Silva", email = "[email protected]", role = "ctb"), | ||
person("Kamil", "Żyła", email = "[email protected]", role = "ctb"), | ||
|
@@ -39,6 +40,7 @@ Imports: | |
stats | ||
Suggests: | ||
covr, | ||
chromote, | ||
dplyr, | ||
DT, | ||
gapminder, | ||
|
@@ -51,11 +53,12 @@ Suggests: | |
rcmdcheck, | ||
rmarkdown, | ||
testthat, | ||
shinytest2, | ||
tibble, | ||
withr | ||
VignetteBuilder: | ||
knitr | ||
Encoding: UTF-8 | ||
Language: en-US | ||
LazyData: TRUE | ||
RoxygenNote: 7.2.3 | ||
RoxygenNote: 7.3.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
#' Semantic UI wrapper for Shiny | ||
#' | ||
#' | ||
#' @description With this library it’s easy to wrap Shiny with Semantic UI | ||
#' components. Add a few simple lines of code and some CSS classes to give | ||
#' your UI a fresh, modern and highly interactive look. | ||
#' | ||
#' @section Options: | ||
#' There are a number of global options that affect shiny.semantic as well as | ||
#' Shiny behavior.The options can be set globally with `options()` | ||
#' \describe{ | ||
#' \item{shiny.custom.semantic.cdn (defaults to `NULL`)}{This controls from where the css | ||
#' and javascripts will be downloaded.} | ||
#' \item{shiny.custom.semantic (defaults to `NULL`)}{This allows to set custom local path | ||
#' to semantic dependencies.} | ||
#' \item{shiny.minified (defaults to `TRUE`)}{Defines including JavaScript as a minified or | ||
#' un-minified file.} | ||
#' } | ||
#' | ||
#' @keywords internal | ||
"_PACKAGE" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.