-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
25 lines (25 loc) · 732 Bytes
/
DESCRIPTION
File metadata and controls
25 lines (25 loc) · 732 Bytes
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
Package: hwordcloud
Type: Package
Title: Rendering Word Clouds
Version: 0.1.0
Authors@R: person(given = "Zhenxing", family = "Cheng", email = "czxjnu@163.com", role = c("aut", "cre"))
Description: Provides a way to display word clouds in R. As the word cloud is a HTML widget, so you can use it within interactive documents and 'shiny' applications.
License: MIT + file LICENSE
Date: 2019-08-05
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Depends: R (>= 3.0.0)
Roxygen: list(markdown = TRUE)
URL: https://github.com/czxa/hwordcloud
BugReports: https://github.com/czxa/hwordcloud/issues
Suggests:
knitr,
rmarkdown,
covr
VignetteBuilder: knitr
Imports:
htmlwidgets,
wordcloud2,
shiny,
colourpicker