pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/R-colourpicker



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Sep 18 15:04:57 UTC 2021

Modified Files:
        pkgsrc/graphics/R-colourpicker: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/R-colourpicker/Makefile \
    pkgsrc/graphics/R-colourpicker/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/R-colourpicker/Makefile
diff -u pkgsrc/graphics/R-colourpicker/Makefile:1.1 pkgsrc/graphics/R-colourpicker/Makefile:1.2
--- pkgsrc/graphics/R-colourpicker/Makefile:1.1 Fri Aug  9 20:55:25 2019
+++ pkgsrc/graphics/R-colourpicker/Makefile     Sat Sep 18 15:04:56 2021
@@ -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=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/graphics/R-colourpicker/distinfo
diff -u pkgsrc/graphics/R-colourpicker/distinfo:1.1 pkgsrc/graphics/R-colourpicker/distinfo:1.2
--- pkgsrc/graphics/R-colourpicker/distinfo:1.1 Fri Aug  9 20:55:25 2019
+++ pkgsrc/graphics/R-colourpicker/distinfo     Sat Sep 18 15:04:56 2021
@@ -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



Home | Main Index | Thread Index | Old Index