Skip to content

Commit

Permalink
(graphics/R-colourpicker) Updated 1.0 to 1.1.0
Browse files Browse the repository at this point in the history
# 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
  • Loading branch information
mef committed Sep 18, 2021
1 parent 62e8b02 commit 76faae3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions graphics/R-colourpicker/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.1 2019/08/09 20:55:25 brook Exp $
# $NetBSD: Makefile,v 1.2 2021/09/18 15:04:56 mef Exp $

R_PKGNAME= colourpicker
R_PKGVER= 1.0
R_PKGVER= 1.1.0
CATEGORIES= graphics

MAINTAINER= [email protected]
Expand Down
10 changes: 5 additions & 5 deletions graphics/R-colourpicker/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2019/08/09 20:55:25 brook Exp $
$NetBSD: distinfo,v 1.2 2021/09/18 15:04:56 mef Exp $

SHA1 (R/colourpicker_1.0.tar.gz) = 5c3d7cdc1ae45e2eb0d8146c6d747400e1bf51b4
RMD160 (R/colourpicker_1.0.tar.gz) = 290d472b2bd67c044bfd4d0614a3385b22f32957
SHA512 (R/colourpicker_1.0.tar.gz) = e245cbe3b237a070e785e0841ef2e4c3a08a279e5df2e1703afb897916780c59b4ff432549dd0cae3cd98cec39cbf1cef29db3b5dfc6339d5c2adfca5ea8d539
Size (R/colourpicker_1.0.tar.gz) = 1897585 bytes
SHA1 (R/colourpicker_1.1.0.tar.gz) = 4079ccbe32286816629c315a0dc19248183a800f
RMD160 (R/colourpicker_1.1.0.tar.gz) = 496df5243d70bd04004785196b93550549e4ffd3
SHA512 (R/colourpicker_1.1.0.tar.gz) = 4b39bfd5e6ba2bc0290653279a9d0b94f3cbab54ca9be2f5ace189e3d5d60eaf56486eef817dbabb7720f071e203f5f95a9e6d0fffa1ab401f3ec57b8d3b49c8
Size (R/colourpicker_1.1.0.tar.gz) = 1833280 bytes

0 comments on commit 76faae3

Please sign in to comment.