-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
24 lines (24 loc) · 831 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
Package: pivta
Title: Create an Interactive Pivot Table with Data Analysis Tools
Version: 0.1.0
Authors@R:
person(given = "Mohamed El Fodil",
family = "Ihaddaden",
role = c("aut", "cre"),
email = "ihaddaden.fodeil@gmail.com")
Description: Allows the user to create an interactive pivot table, along with many
data analysis features using the 'WebDataRocks' 'JavaScript' library and 'htmlwidgets' package.
Two types of data are supported: 'CSV' and 'JSON'. See <https://www.webdatarocks.com/>.
License: file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
URL: https://github.com/feddelegrand7/pivta
BugReports: https://github.com/feddelegrand7/pivta/issues
Imports:
htmlwidgets