-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
executable file
·46 lines (46 loc) · 1.57 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
Package: bulletchartr
Type: Package
Title: Create Bullet Charts For Visualizing KPIs
Version: 0.3.1
Authors@R: c(person("Ryo", "Nakagawara", email = "[email protected]",
role = c("aut", "cre")),
person("Amit", "Kohli", email= "[email protected]",
role= c("aut")))
BugReports: https://github.com/ACDIVOCATech/bulletchartr/issues
Vignette: [Intro](https://htmlpreview.github.io/?https://github.com/ACDIVOCATech/bulletchartr/blob/master/README.html)
Description: This package attempts to provide a way to create
different types of bullet chart graphs to monitor "Indicators"
or "Key Performance Indicators (KPIs)" against a target.
This type of graph is a variation on a typical bar graph with
a thick line presenting an important point for that indicator
(benchmark, performance target, etc.) and other bars in the
background that can signify different levels of performance
(low-high, bad-good, etc.). This type of graph makes it very
easy to compare between related measures (e.g. present status
versus status at similar time in the past).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
dplyr (>= 0.7.4),
readxl (>= 1.0.0),
ggplot2 (>= 2.2.1),
lubridate (>= 1.7.2),
testthat (>= 2.0.0),
rlang (>= 0.2.0),
ggiraph (>= 0.6.0),
glue (>= 1.3.1),
stringr (>= 1.4.0),
cowplot,
ggplotify,
purrr,
tidyr,
forcats
Suggests:
knitr,
rmarkdown,
tibble,
checkmate,
covr
VignetteBuilder: knitr