-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.23 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
Package: ibmsunburst
Title: Generate Personality Insights Sunburst Diagrams
Version: 0.1.4
Authors@R: c(
person("Colin", "Gillespie", , "[email protected]", role = c("aut", "cre")),
person("Steph", "Locke", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-2387-3723")),
person("IBM", role = "cph",
comment = "IBM is author of the original JS code."),
person("Hendrik", "Feddersen", role = "fnd",
comment = "https://www.ibm.com/"),
person("Kent", "Russell", , "[email protected]", role = "aut"),
person("Maëlle", "Salmon", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-2815-0399")),
person("Jumping Rivers", role = "fnd")
)
Description: Generates Personality Insights sunburst diagrams based on
'IBM Watson' Personality Insights service output.
License: MIT + file LICENSE
URL: https://github.com/jumpingrivers/ibmsunburst,
https://jumpingrivers.github.io/ibmsunburst/
BugReports: https://github.com/jumpingrivers/ibmsunburst/issues
Imports:
htmlwidgets,
jsonlite
Suggests:
covr,
knitr,
rmarkdown,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1