-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
30 lines (30 loc) · 883 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
25
26
27
28
29
30
Package: supercaliheatmapwidget
Type: Package
Title: Supercalifragilistic HTML Calendar Heatmaps
Version: 0.1.0
Date: 2019-02-01
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640")),
person("Wan", "Qi Chen", role = c("aut"),
comment = "cal-heatmap.js developer. <https://github.com/wa0x6e/cal-heatmap>")
)
Maintainer: Bob Rudis <bob@rud.is>
Description: The veritable Mary Poppins of interactive R calendar heatmaps.
URL: https://gitlab.com/hrbrmstr/supercaliheatmapwidget
BugReports: https://gitlab.com/hrbrmstr/supercaliheatmapwidget/issues
Encoding: UTF-8
License: MIT + file LICENSE
Suggests:
testthat,
covr
Depends:
R (>= 3.2.0)
Imports:
htmlwidgets,
htmltools,
magrittr,
jsonlite,
scales
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1