-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.17 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
Package: pivottabler
Type: Package
Title: Create Pivot Tables
Version: 1.5.5
Authors@R: person("Christopher", "Bailiss", email = "cbailiss@gmail.com",
role = c("aut", "cre"))
Description: Create regular pivot tables with just a few lines of R.
More complex pivot tables can also be created, e.g. pivot tables
with irregular layouts, multiple calculations and/or derived
calculations based on multiple data frames. Pivot tables are
constructed using R only and can be written to a range of
output formats (plain text, 'HTML', 'Latex' and 'Excel'),
including with styling/formatting.
Depends: R (>= 3.3.0)
Imports:
R6 (>= 2.2.0),
dplyr (>= 0.5.0),
data.table (>= 1.10.0),
htmltools(>= 0.3.5),
htmlwidgets (>= 0.8)
Suggests:
ggplot2 (>= 2.2.0),
jsonlite (>= 1.1),
lubridate (>= 1.5.0),
listviewer (>= 1.4.0),
openxlsx (>= 4.0.17),
basictabler (>= 1.0.2),
shiny,
knitr,
rmarkdown,
testthat
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: http://www.pivottabler.org.uk/, https://github.com/cbailiss/pivottabler
BugReports: https://github.com/cbailiss/pivottabler/issues
VignetteBuilder: knitr
RoxygenNote: 7.2.3