-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
Release 0.3.0
- Loading branch information
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: Bug report | ||
description: Report a problem you encountered | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: > | ||
Thank you for taking the time to complete this bug report! | ||
Please [search](https://github.com/Appsilon/shiny.fluent/issues) | ||
through existing issues first to make sure you are not creating a duplicate. | ||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce | ||
value: '1. ' | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Bug description | ||
description: What happened? Attach error messages and screenshots if applicable. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Expected behavior | ||
description: What should have happened? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Comments | ||
description: Add any other useful information here. |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Documentation | ||
url: https://appsilon.github.io/shiny.fluent/ | ||
about: Learn about shiny.fluent from our documentation | ||
- name: Discussions | ||
url: https://github.com/Appsilon/shiny.fluent/discussions | ||
about: Use the board for questions and general discussion |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
name: Feature request | ||
description: Request a new feature | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: > | ||
Thank you for taking the time to complete this feature request! | ||
Please [search](https://github.com/Appsilon/shiny.fluent/issues) | ||
through existing issues first to make sure you are not creating a duplicate. | ||
- type: textarea | ||
attributes: | ||
label: Motivation | ||
description: What is your need? What problem are you trying to solve? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Feature description | ||
description: How would this feature work from user's perspective? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Implementation ideas | ||
description: How would this feature work under the hood? | ||
|
||
- type: textarea | ||
attributes: | ||
label: Impact | ||
description: How often would this feature be used? What if we don't implement it? | ||
|
||
- type: textarea | ||
attributes: | ||
label: Comments | ||
description: Add any other useful information here. |
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
### Changes | ||
Closes # | ||
|
||
### How to test |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
Package: shiny.fluent | ||
Title: Microsoft Fluent UI for Shiny Apps | ||
Version: 0.2.1 | ||
Version: 0.3.0 | ||
Authors@R: | ||
c( | ||
person(given = "Marek", family = "Rogala", role = "aut", email = "marek@appsilon.com"), | ||
person(given = "Kamil", family = "Zyla", role = "aut", email = "kamil@appsilon.com"), | ||
person("Developers", "Appsilon", email = "[email protected]", role = "cre"), | ||
person(family = "Appsilon Sp. z o.o.", role = "cph") | ||
person("Kamil", "Żyła", role = c("aut", "cre"), email = "opensource+kamil@appsilon.com"), | ||
person("Jakub", "Sobolewski", role = "aut", email = "jakub.sobolewski@appsilon.com"), | ||
person("Marek", "Rogala", role = "aut", email = "[email protected]"), | ||
person("Appsilon Sp. z o.o.", role = "cph", email = "[email protected]") | ||
) | ||
Description: It provides all controls from Microsoft Fluent UI. | ||
URL: https://appsilon.github.io/shiny.fluent, https://github.com/appsilon/shiny.fluent | ||
License: LGPL-3 + file LICENSE | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.1.2 | ||
RoxygenNote: 7.2.3 | ||
VignetteBuilder: knitr | ||
Depends: | ||
R (>= 2.10) | ||
|
@@ -23,7 +23,7 @@ Imports: | |
jsonlite, | ||
rlang, | ||
shiny, | ||
shiny.react (>= 0.2.2) | ||
shiny.react (>= 0.3.0) | ||
Suggests: | ||
dplyr, | ||
DT, | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
<a href = "https://appsilon.com/careers/" target="_blank"><img src="http://d2v95fjda94ghc.cloudfront.net/hiring.png" alt="We are hiring!"/></a> | ||
|
||
|
||
<img src="man/figures/shiny-fluent.png" align="right" alt="" width="130" /> | ||
# shiny.fluent <a href="https://appsilon.github.io/shiny.fluent/"><img src="man/figures/shiny-fluent.png" align="right" alt="shiny.fluent logo" style="height: 140px;"></a> | ||
|
||
# shiny.fluent | ||
> _Microsoft Fluent UI for Shiny Apps_ | ||
<!-- badges: start --> | ||
[![CRAN | ||
status](https://www.r-pkg.org/badges/version/shiny.fluent)](https://cran.r-project.org/package=shiny.fluent) | ||
[![CI](https://github.com/Appsilon/shiny.fluent/actions/workflows/ci.yml/badge.svg)](https://github.com/Appsilon/shiny.fluent/actions/workflows/ci.yml) | ||
[![downloads monthly](https://cranlogs.r-pkg.org/badges/shiny.fluent)](https://CRAN.R-project.org/package=shiny.fluent) | ||
[![downloads total](https://cranlogs.r-pkg.org/badges/grand-total/shiny.fluent)](https://CRAN.R-project.org/package=shiny.fluent) | ||
<!-- badges: end --> | ||
|
||
We believe that a great UI plays a huge role in the success of application projects. shiny.fluent gives your apps: | ||
|
@@ -27,9 +28,13 @@ As Fluent UI is built in React, shiny.fluent is based on another package called | |
|
||
### Installation | ||
|
||
To install the packages, run: | ||
```R | ||
remotes::install_github("Appsilon/shiny.react") | ||
Stable version: | ||
```r | ||
install.packages("shiny.fluent") | ||
``` | ||
|
||
Development version: | ||
```r | ||
remotes::install_github("Appsilon/shiny.fluent") | ||
``` | ||
|
||
|
@@ -68,12 +73,15 @@ We recommend the following for starters: | |
There are also usage examples for individual components. | ||
Use `shiny.fluent::runExample()` to list all available examples. | ||
|
||
Appsilon | ||
-------- | ||
## Appsilon | ||
|
||
<img src="https://avatars0.githubusercontent.com/u/6096772" align="right" alt="" width="6%" /> | ||
|
||
Appsilon is the **Full Service Certified RStudio Partner**. Learn more | ||
at [appsilon.com](https://appsilon.com). | ||
Appsilon is a **Posit (formerly RStudio) Full Service Certified Partner**.<br/> | ||
Learn more at [appsilon.com](https://appsilon.com). | ||
|
||
[Get in touch](mailto:[email protected]). | ||
|
||
Get in touch [[email protected]](mailto:[email protected]) | ||
Check our [Open Source tools](https://shiny.tools). | ||
|
||
<a href = "https://appsilon.com/careers/" target="_blank"><img src="http://d2v95fjda94ghc.cloudfront.net/hiring.png" alt="We are hiring!"/></a> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.