-
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 #451 from Appsilon/pre-release-changes-0.5.0
Pre release changes 0.5.0
- Loading branch information
Showing
16 changed files
with
109 additions
and
105 deletions.
There are no files selected for viewing
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,59 +1,61 @@ | ||
Package: shiny.semantic | ||
Type: Package | ||
Package: shiny.semantic | ||
Title: Semantic UI Support for Shiny | ||
Version: 0.4.3.9002 | ||
Version: 0.5.0 | ||
Authors@R: c(person("Filip", "Stachura", email = "[email protected]", role = "aut"), | ||
person("Dominik", "Krzeminski", email = "[email protected]", role = "aut"), | ||
person("Krystian", "Igras", email = "[email protected]", role = "aut"), | ||
person("Adam", "Forys", email = "[email protected]", role = "aut"), | ||
person("Dominik", "Krzeminski", role = "aut"), | ||
person("Krystian", "Igras", role = "aut"), | ||
person("Adam", "Forys", role = "aut"), | ||
person("Paweł", "Przytuła", email = "[email protected]", role = "aut"), | ||
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("Ashley", "Baldry", role = "ctb"), | ||
person("Jakub", "Chojna", email = "[email protected]", role = "ctb"), | ||
person("Olga", "Mierzwa-Sulima", email = "[email protected]", role = "ctb"), | ||
person("Pedro", "Manuel Coutinho da Silva", email = "[email protected]", role = "ctb"), | ||
person("Paweł", "Przytuła", email = "[email protected]", role = "ctb"), | ||
person("Kamil", "Żyła", email = "[email protected]", role = "ctb"), | ||
person("Rabii", "Bouhestine", email = "[email protected]", role = "ctb"), | ||
person("Developers", "Appsilon", email = "support+opensource@appsilon.com", role = "cre"), | ||
person("Rabii", "Bouhestine", role = "ctb"), | ||
person("Federico", "Rivandeira", email = "federico@appsilon.com", role = "ctb"), | ||
person(family = "Appsilon Sp. z o.o.", role = c("cph"))) | ||
Description: Creating a great user interface for your Shiny apps | ||
can be a hassle, especially if you want to work purely in R | ||
and don't want to use, for instance HTML templates. This | ||
package adds support for a powerful UI library Fomantic UI - | ||
<https://fomantic-ui.com/> (before Semantic). It also supports | ||
universal UI input binding that works with various DOM elements. | ||
BugReports: https://github.com/Appsilon/shiny.semantic/issues | ||
Encoding: UTF-8 | ||
LazyData: TRUE | ||
Description: Creating a great user interface for your Shiny apps can be a | ||
hassle, especially if you want to work purely in R and don't want to | ||
use, for instance HTML templates. This package adds support for a | ||
powerful UI library Fomantic UI - <https://fomantic-ui.com/> (before | ||
Semantic). It also supports universal UI input binding that works with | ||
various DOM elements. | ||
License: MIT + file LICENSE | ||
VignetteBuilder: knitr | ||
URL: https://appsilon.github.io/shiny.semantic/, https://github.com/Appsilon/shiny.semantic | ||
BugReports: https://github.com/Appsilon/shiny.semantic/issues | ||
Imports: | ||
shiny (>= 0.12.1), | ||
glue, | ||
grDevices, | ||
htmltools (>= 0.2.6), | ||
htmlwidgets (>= 0.8), | ||
purrr (>= 0.2.2), | ||
stats, | ||
magrittr, | ||
jsonlite, | ||
grDevices, | ||
glue, | ||
magrittr, | ||
purrr (>= 0.2.2), | ||
R6, | ||
semantic.assets (>= 1.1.0) | ||
semantic.assets (>= 1.1.0), | ||
shiny (>= 0.12.1), | ||
stats | ||
Suggests: | ||
covr, | ||
dplyr, | ||
tibble, | ||
knitr, | ||
testthat, | ||
lintr, | ||
DT, | ||
covr, | ||
gapminder, | ||
knitr, | ||
leaflet, | ||
plotly, | ||
rmarkdown, | ||
lintr, | ||
markdown, | ||
rcmdcheck, | ||
mockery, | ||
plotly, | ||
rcmdcheck, | ||
rmarkdown, | ||
testthat, | ||
tibble, | ||
withr | ||
VignetteBuilder: | ||
knitr | ||
Encoding: UTF-8 | ||
Language: en-US | ||
LazyData: TRUE | ||
RoxygenNote: 7.2.3 |
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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