Path to this page:
./
graphics/R-colourpicker,
Colour picker tool for Shiny and for selecting colours in plots
Branch: CURRENT,
Version: 1.3.0,
Package name: R-colourpicker-1.3.0,
Maintainer: pkgsrc-usersA 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.
Required to run:[
math/R] [
textproc/R-jsonlite] [
graphics/R-ggplot2] [
textproc/R-htmltools] [
www/R-htmlwidgets]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Version history: (Expand)
- (2024-06-08) Updated to version: R-colourpicker-1.3.0
- (2021-09-18) Updated to version: R-colourpicker-1.1.0
- (2019-08-10) Package added to pkgsrc.se, version R-colourpicker-1.0 (created)
CVS history: (Expand)
2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Remove SHA1 hashes for distfiles
|
2021-09-18 17:04:57 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(graphics/R-colourpicker) Updated 1.0 to 1.1.0
# Colourpicker 1.1.0 (2020-08-19)
- `colourInput()` now works with all R colour names, including names
that have aliases such as "gray" vs "grey" (#25)
- add support for bookmarking (restoring state) (#33)
- added "closeOnClick" parameter that, when `TRUE`, will cause the
colour selection panel to close immediately after choosing a colour
(#34)
- Fix issue where transparent colours no longer showed the background
as transparent (#40)
- Fix the colour picker addin and Plot Colour Helper addin that were
broken due to web security issues
- Use {shinydisconnect} for demo app
|