-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathDESCRIPTION
55 lines (55 loc) · 1.56 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Package: d3r
Type: Package
Title: 'd3.js' Utilities for R
Version: 1.1.0
Date: 2023-10-01
Authors@R: c(
person(
"Mike", "Bostock"
, role = c("aut", "cph")
, comment = "d3.js library in htmlwidgets/lib, http://d3js.org"
),
person(
"Kent", "Russell"
, role = c("aut", "cre", "cph")
, comment = "R interface"
, email = "[email protected]"
),
person(
"Gregor", "Aisch"
, role = c("aut", "cph")
, comment = "d3-jetpack creator, https://github.com/gka/d3-jetpack"
),
person(
"Adam", "Pearce"
, role = c("aut")
, comment = "core contributor to d3-jetpack"
),
person(
"Ben", "Ortiz"
, role = c("ctb")
)
)
Maintainer: Kent Russell <[email protected]>
URL: https://github.com/timelyportfolio/d3r
BugReports: https://github.com/timelyportfolio/d3r/issues
Description: Provides a suite of functions to help ease the use of 'd3.js' in R.
These helpers include 'htmltools::htmlDependency' functions, hierarchy
builders, and conversion tools for 'partykit', 'igraph,' 'table',
and 'data.frame' R objects into the 'JSON' that 'd3.js' expects.
License: BSD_3_clause + file LICENSE
Encoding: UTF-8
Imports: dplyr,
htmltools,
tidyr (>= 0.8.3)
Suggests: httr,
jsonlite,
listviewer,
purrr,
testthat
Enhances: igraph,
partykit,
rpart,
treemap,
V8
RoxygenNote: 7.2.3