-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
42 lines (41 loc) · 1.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
Package: leprechaun
Title: Create Simple 'Shiny' Applications as Packages
Version: 1.0.0.9001
Authors@R:
c(
person(given = "John",
family = "Coene",
role = c("aut", "cre"),
email = "[email protected]"),
person(family = "Opifex", role = "cph")
)
Description: Code generator for robust dependency-free 'Shiny'
applications in the form of packages. It includes numerous
convenience functions to create modules, include utility
functions to create common 'Bootstrap' elements, setup a
project from the ground-up, and much more.
License: GPL (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Imports:
fs,
cli,
usethis,
jsonlite,
roxygen2
Suggests:
bslib,
yaml,
covr,
sass,
htmltools,
packer,
shiny,
testthat (>= 3.0.0),
pkgload,
withr,
purrr
Config/testthat/edition: 3
URL: https://leprechaun.opifex.org/, https://github.com/devOpifex/leprechaun
BugReports: https://github.com/devOpifex/leprechaun/issues