-
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 #452 from Appsilon/develop
Merge 0.5.0 to master
- Loading branch information
Showing
285 changed files
with
795 additions
and
145,002 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,6 +1,6 @@ | ||
^renv$ | ||
^renv\.lock$ | ||
^_pkgdown\.yml$ | ||
pkgdown | ||
^codecov\.yml$ | ||
^\.travis\.yml$ | ||
^.*\.Rproj$ | ||
|
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,34 @@ | ||
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples | ||
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help | ||
on: | ||
push: | ||
branches: | ||
- develop | ||
workflow_dispatch: | ||
|
||
name: pkgdown | ||
|
||
jobs: | ||
pkgdown: | ||
runs-on: ubuntu-latest | ||
env: | ||
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} | ||
steps: | ||
- uses: actions/checkout@v2 | ||
|
||
- uses: r-lib/actions/setup-pandoc@v2 | ||
|
||
- uses: r-lib/actions/setup-r@v2 | ||
with: | ||
use-public-rspm: true | ||
|
||
- uses: r-lib/actions/setup-r-dependencies@v2 | ||
with: | ||
extra-packages: any::pkgdown, local::. | ||
needs: website | ||
|
||
- name: Deploy to gh-pages branch | ||
run: | | ||
git config --local user.name "$GITHUB_ACTOR" | ||
git config --local user.email "$GITHUB_ACTOR@users.noreply.github.com" | ||
Rscript -e 'pkgdown::deploy_to_branch(new_process = FALSE)' |
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 |
---|---|---|
|
@@ -6,3 +6,4 @@ | |
build | ||
doc | ||
Meta | ||
/docs/ |
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,55 +1,61 @@ | ||
Package: shiny.semantic | ||
Type: Package | ||
Package: shiny.semantic | ||
Title: Semantic UI Support for Shiny | ||
Version: 0.4.3 | ||
Version: 0.5.0 | ||
Authors@R: c(person("Filip", "Stachura", email = "filip@appsilon.com", role = "aut"), | ||
person("Dominik", "Krzeminski", email = "dominik@appsilon.com", role = "aut"), | ||
person("Krystian", "Igras", email = "krystian@appsilon.com", role = "aut"), | ||
person("Adam", "Forys", email = "adam@appsilon.com", role = "aut"), | ||
person("Dominik", "Krzeminski", role = "aut"), | ||
person("Krystian", "Igras", role = "aut"), | ||
person("Adam", "Forys", role = "aut"), | ||
person("Paweł", "Przytuła", email = "pawel@appsilon.com", role = "aut"), | ||
person("Jakub", "Chojna", email = "jakub.chojna@appsilon.com", role = "aut"), | ||
person("Olga", "Mierzwa-Sulima", email = "olga@appsilon.com", role = "aut"), | ||
person("Jakub", "Nowicki", email = "opensource+kuba@appsilon.com", role = c("aut", "cre")), | ||
person("Ashley", "Baldry", role = "ctb"), | ||
person("Jakub", "Chojna", email = "jakub.chojna@appsilon.com", role = "ctb"), | ||
person("Olga", "Mierzwa-Sulima", email = "olga@appsilon.com", role = "ctb"), | ||
person("Pedro", "Manuel Coutinho da Silva", email = "pedro@appsilon.com", role = "ctb"), | ||
person("Paweł", "Przytuła", email = "pawel@appsilon.com", role = "ctb"), | ||
person("Kamil", "Żyła", email = "kamil@appsilon.com", role = "ctb"), | ||
person("Rabii", "Bouhestine", email = "rabii@appsilon.com", 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, | ||
R6 | ||
magrittr, | ||
purrr (>= 0.2.2), | ||
R6, | ||
semantic.assets (>= 1.1.0), | ||
shiny (>= 0.12.1), | ||
stats | ||
Suggests: | ||
covr, | ||
dplyr, | ||
tibble, | ||
knitr, | ||
testthat, | ||
lintr, | ||
DT, | ||
covr, | ||
gapminder, | ||
knitr, | ||
leaflet, | ||
lintr, | ||
markdown, | ||
mockery, | ||
plotly, | ||
rcmdcheck, | ||
rmarkdown, | ||
markdown | ||
RoxygenNote: 7.1.2 | ||
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
Oops, something went wrong.