./math/R-colourpicker, Colour picker tool for Shiny and for selecting colours in plots

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1.0, Package name: R-colourpicker-1.1.0, Maintainer: pkgsrc-users

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.


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)


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