c30970cf62
# 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
22 lines
687 B
Makefile
22 lines
687 B
Makefile
# $NetBSD: Makefile,v 1.2 2021/09/18 15:04:56 mef Exp $
|
|
|
|
R_PKGNAME= colourpicker
|
|
R_PKGVER= 1.1.0
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Colour picker tool for Shiny and for selecting colours in plots
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= R-ggplot2>=3.2.0:../../graphics/R-ggplot2
|
|
DEPENDS+= R-htmltools>=0.3.6:../../textproc/R-htmltools
|
|
DEPENDS+= R-jsonlite>=1.6:../../textproc/R-jsonlite
|
|
DEPENDS+= R-htmlwidgets>=0.7:../../www/R-htmlwidgets
|
|
DEPENDS+= R-miniUI>=0.1.1:../../www/R-miniUI
|
|
DEPENDS+= R-shiny>=0.11.1:../../www/R-shiny
|
|
DEPENDS+= R-shinyjs>=1.0:../../www/R-shinyjs
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|