-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 919 Bytes
/
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: kitems
Title: A Framework To Manage Data Frame Items
Version: 0.5.8
Authors@R:
person(given = "philippe",
family = "peret",
role = c("aut", "cre"),
comment = c(ORCID = "0009-0003-9666-7490"),
email = "philippe.peret@hotmail.com")
Description: A framework to manage data frame items and a set of tools
to implement it within R Shiny applications.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends:
R (>= 3.5.0),
shiny,
shinydashboard,
shinyWidgets,
Imports:
DT,
dplyr,
rlang,
kfiles,
ktools,
stringr,
magrittr,
cli
Suggests:
knitr,
rmarkdown,
quarto,
testthat (>= 3.0.0)
VignetteBuilder:
quarto
Config/testthat/edition: 3
Remotes:
thekangaroofactory/kfiles,
thekangaroofactory/ktools
URL: https://thekangaroofactory.github.io/kitems/