-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
DESCRIPTION
39 lines (39 loc) · 1.27 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
Package: colourpicker
Title: A Colour Picker Tool for Shiny and for Selecting Colours in Plots
Version: 1.3.0
Authors@R: c(
person("Dean", "Attali",
email = "[email protected]",
role = c("aut", "cre"),
comment= c(ORCID="0000-0002-5645-3493")),
person("David", "Griswold", email="[email protected]",
role = "ctb")
)
Description: A colour picker that can be used as an input in 'Shiny' apps
or Rmarkdown documents. The colour picker supports alpha opacity, custom
colour palettes, and many more options. A Plot Colour Helper tool is
available as an 'RStudio' Addin, which helps you pick colours to use in your
plots. A more generic Colour Picker 'RStudio' Addin is also provided to let
you select colours to use in your R code.
URL: https://github.com/daattali/colourpicker, https://daattali.com/shiny/colourInput/
BugReports: https://github.com/daattali/colourpicker/issues
Depends:
R (>= 3.1.0)
Imports:
ggplot2,
htmltools,
htmlwidgets (>= 0.7),
jsonlite,
miniUI (>= 0.1.1),
shiny (>= 0.11.1),
shinyjs (>= 2.0.0),
utils
Suggests:
knitr (>= 1.7),
rmarkdown,
rstudioapi (>= 0.5),
shinydisconnect
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)