-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
64 lines (64 loc) · 1.85 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Package: charpente
Title: Seamlessly design robust 'shiny' extensions
Version: 0.7.1
Authors@R: c(
person(
given = "David",
family = "Granjon",
role = c("aut", "cre"),
email = "dgranjon@ymail.com"
),
person("John", "Coene", email = "jcoenep@gmail.com", role = "aut"),
person(
given = "Alan",
family = "Dipert",
role = "ctb",
comment = "Functions from html2r"
),
person(
given = "Veerle",
family = "van Leemput",
role = "ctb",
email = "veerle@hypebright.nl"
),
person(family = "RinteRface", role = "cph"),
person(family = "ThinkR", role = "cph", comment = "Some utils from golem")
)
Description: 'charpente' eases the creation of 'shiny' extensions like 'shinydashboard',
'bs4Dash', 'shinyMobile'. It provides helpers to quickly set up a relevant package
structure, import all external web dependencies (JavaScript, CSS) as well as initialize
input/output bindings and custom handlers boilerplates. 'charpente' offers tools
to convert HTML code into R to dramatically speed up the development of the template
components as well as an high level interface to 'htmltools'.
'charpente' is a chatty package relying on the same principle as 'usethis' and
more recently 'golem', that is make ('shiny') developer's life much easier.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
magrittr,
XML,
stringr,
purrr,
htmltools,
cli,
styler,
fs,
jsonlite,
rstudioapi,
usethis,
rlang,
golem (>= 0.2.1),
npm,
utils,
glue,
readr,
desc,
gh
Remotes:
JohnCoene/npm
URL: https://github.com/RinteRface/charpente, https://rinterface.github.io/charpente/
BugReports: https://github.com/RinteRface/charpente/issues
Suggests:
testthat