Path to this page:
./
textproc/R-crosstalk,
Inter-Widget Interactivity for HTML Widgets
Branch: CURRENT,
Version: 1.2.0,
Package name: R-crosstalk-1.2.0,
Maintainer: pkgsrc-usersProvides building blocks for allowing HTML widgets to communicate with
each other, with Shiny or without (i.e. static .html files). Currently
supports linked brushing and filtering.
Required to run:[
math/R] [
textproc/R-jsonlite] [
devel/R-lazyeval] [
graphics/R-ggplot2] [
textproc/R-htmltools] [
www/R-shiny]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Version history: (Expand)
- (2023-06-13) Updated to version: R-crosstalk-1.2.0
- (2021-09-04) Updated to version: R-crosstalk-1.1.1
- (2020-01-13) Package added to pkgsrc.se, version R-crosstalk-1.0.0 (created)
CVS history: (Expand)
2023-06-13 15:15:58 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(textproc/R-crosstalk) 1.1.1 to 1.2.0
## crosstalk 1.2.0
### Breaking changes
* Removed the Bootstrap HTML dependency attached to `filter_select()`,
`filter_checkbox()`, and `bscols()`. This allows `{crosstalk}` to be
used in a non-Bootstrap CSS framework (e.g., `{distill}`) without
de-grading the overall look. If this change happens to break
functionality or de-grade the overall appearance of your
`{crosstalk}` site, consider adding
`bslib::bs_theme_dependencies(bslib::bs_theme(version = 3))` to the
UI definition, which will add back the Bootstrap dependency.
### Improvements
* Upgraded `filter_select()`'s selectize.js dependency to v0.12.4.
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2021-09-08 04:24:26 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
(textproc/R-crosstalk) Add DEPENDS+= R-R6-[0-9]*, TEST_DEPENDS+= R-testthat
|
2020-01-13 10:59:23 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
textproc/R-crosstalk: import R-crosstalk-1.0.0
Provides building blocks for allowing HTML widgets to communicate with
each other, with Shiny or without (i.e. static .html files). Currently
supports linked brushing and filtering.
|