Up to [cvs.NetBSD.org] / pkgsrc / graphics / R-colourpicker
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
(graphics/R-colourpicker) Updated 1.1.0 to 1.3.0, fix build for R-4.4.0 # colourpicker 1.3.0 (2023-08-19) - Add `width` parameter to `colourInput()` (#52) - Don't use `addResourcePath()` and instead use `htmlDependency()` (#43) # colourpicker 1.2.0 (2022-10-28) - Add CSS class to input label (#48) - Don't output side-effect text to the console when closing the gadget/addin - Upgrade jQuery to version latest version 3.6.1 (#53) # colourpicker 1.1.1 (2021-09-30) - Fix plotHelper() to work with new ggplot that complained about CPCOLS variable not existing
(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
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.