forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(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
- Loading branch information
mef
committed
Jun 8, 2024
1 parent
4c32e5e
commit 7117218
Showing
2 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# $NetBSD: Makefile,v 1.2 2021/09/18 15:04:56 mef Exp $ | ||
# $NetBSD: Makefile,v 1.3 2024/06/08 13:09:53 mef Exp $ | ||
|
||
R_PKGNAME= colourpicker | ||
R_PKGVER= 1.1.0 | ||
R_PKGVER= 1.3.0 | ||
CATEGORIES= graphics | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -13,10 +13,12 @@ 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-shiny>=1.8.1.1:../../www/R-shiny | ||
DEPENDS+= R-shinyjs>=1.0:../../www/R-shinyjs | ||
|
||
USE_LANGUAGES= # none | ||
|
||
# Package suggested but not available: 'shinydisconnect' | ||
|
||
.include "../../math/R/Makefile.extension" | ||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.4 2021/10/26 10:45:55 nia Exp $ | ||
$NetBSD: distinfo,v 1.5 2024/06/08 13:09:53 mef Exp $ | ||
|
||
BLAKE2s (R/colourpicker_1.1.0.tar.gz) = 6af2420f81cafad60bbe593d19770667b3e3577d7f248eacdfb9dbb96a45d43c | ||
SHA512 (R/colourpicker_1.1.0.tar.gz) = 4b39bfd5e6ba2bc0290653279a9d0b94f3cbab54ca9be2f5ace189e3d5d60eaf56486eef817dbabb7720f071e203f5f95a9e6d0fffa1ab401f3ec57b8d3b49c8 | ||
Size (R/colourpicker_1.1.0.tar.gz) = 1833280 bytes | ||
BLAKE2s (R/colourpicker_1.3.0.tar.gz) = ea49b783c37a731ae2168b2c426e4fadf9e241e6f8113af622e13fb76c21d479 | ||
SHA512 (R/colourpicker_1.3.0.tar.gz) = d45d8f20bce164b3764281a3ee36f9f7b8f63ca959acb74ca49b06fb3a71d013f1a4c6785094cfb5526a8ab3148f48bf61a305824c3983183662f1dd01dcdf80 | ||
Size (R/colourpicker_1.3.0.tar.gz) = 1278560 bytes |