-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (33 loc) · 848 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
Package: pivotr
Type: Package
Title: Excel's PivotTables implemented in shiny and dplyr/tidyr
Version: 0.1.0
Authors@R: person("Jacob", "Scott", email = "jscott2718@gmail.com", role = c("aut", "cre"))
Description: Perform data manipulations using a UI heavily inspired by Excel's
PivotTables, then copy the code for those manipulations back into R.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/wurli/pivotr
BugReports: https://github.com/wurli/pivotr/issues
Imports:
bslib (>= 0.5.0),
cli,
dplyr (>= 0.1.0),
glue,
htmltools,
purrr,
rclipboard,
reactable (>= 0.4.4),
readr,
rlang (>= 1.1.0),
shiny (>= 1.7.4),
sortable,
tibble,
tidyr (>= 1.2.0),
vctrs,
zeallot
RoxygenNote: 7.2.3
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3