537b6e24ec
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.
22 lines
687 B
Makefile
22 lines
687 B
Makefile
# $NetBSD: Makefile,v 1.1 2019/08/09 20:55:25 brook Exp $
|
|
|
|
R_PKGNAME= colourpicker
|
|
R_PKGVER= 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"
|