Commit graph

4 commits

Author SHA1 Message Date
nia
f8331b5844 graphics: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
2021-10-26 10:45:53 +00:00
nia
84d3786e88 graphics: Remove SHA1 hashes for distfiles 2021-10-07 14:11:55 +00:00
mef
c30970cf62 (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
2021-09-18 15:04:56 +00:00
brook
537b6e24ec R-colourpicker: initial commit
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.
2019-08-09 20:55:25 +00:00