-
Notifications
You must be signed in to change notification settings - Fork 75
/
DESCRIPTION
46 lines (46 loc) · 2.04 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Package: shinyMobile
Type: Package
Title: Mobile Ready 'shiny' Apps with Standalone Capabilities
Version: 2.0.1
Authors@R: c(
person("David", "Granjon", email = "dgranjon@ymail.com", role = c("aut", "cre")),
person("Veerle", "van Leemput", email = "veerle@hypebright.nl", role = "aut"),
person("AthlyticZ", role = "fnd"),
person("Victor", "Perrier", email = "info@dreamrs.fr", role = "aut"),
person("John", "Coene", email = "jcoenep@gmail.com", role = "ctb"),
person("Isabelle", "Rudolf", email = "", role = "aut"),
person("Dieter", "Menne", email = "dieter.menne@menne-biomed.de", role = "ctb"),
person(family = "Marvelapp", role = c("ctb", "cph"), comment = "device.css wrappers"),
person("Vladimir", "Kharlampidi", email = "nolimits4web@gmail.com", role = c("ctb", "cph"), comment = "Framework7 HTML template"))
Maintainer: David Granjon <dgranjon@ymail.com>
Description: Develop outstanding 'shiny' apps for 'iOS' and 'Android' as well as beautiful 'shiny' gadgets.
'shinyMobile' is built on top of the latest 'Framework7' template <https://framework7.io>.
Discover 14 new input widgets (sliders, vertical sliders, stepper,
grouped action buttons, toggles, picker, smart select, ...), 2 themes (light and dark),
12 new widgets (expandable cards, badges, chips, timelines, gauges, progress bars, ...)
combined with the power of server-side notifications such as alerts, modals, toasts,
action sheets, sheets (and more) as well as 3 layouts (single, tabs and split).
Imports: shiny, htmltools, jsonlite, magrittr, gplots, lifecycle
License: GPL-2
Encoding: UTF-8
URL: https://github.com/RinteRface/shinyMobile, https://rinterface.github.io/shinyMobile/
BugReports: https://github.com/RinteRface/shinyMobile/issues
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
stats,
cli,
testthat (>= 2.1.0),
rstudioapi,
shinyWidgets,
apexcharter,
ggplot2,
dplyr,
bslib,
shinytest2,
thematic
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Config/testthat/parallel: true
Config/testthat/edition: 3