{"id":13426520,"url":"https://github.com/rstudio/crosstalk","last_synced_at":"2025-05-15T23:07:14.120Z","repository":{"id":2593251,"uuid":"43822094","full_name":"rstudio/crosstalk","owner":"rstudio","description":"Inter-htmlwidget communication for R (with and without Shiny)","archived":false,"fork":false,"pushed_at":"2025-01-09T17:29:49.000Z","size":7612,"stargazers_count":292,"open_issues_count":86,"forks_count":55,"subscribers_count":27,"default_branch":"main","last_synced_at":"2025-05-15T23:07:02.121Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://rstudio.github.io/crosstalk","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rstudio.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-10-07T14:38:24.000Z","updated_at":"2025-05-14T15:19:05.000Z","dependencies_parsed_at":"2022-08-09T11:23:05.002Z","dependency_job_id":"e637be0a-8664-4862-870e-f3ac488afd52","html_url":"https://github.com/rstudio/crosstalk","commit_stats":{"total_commits":170,"total_committers":13,"mean_commits":"13.076923076923077","dds":"0.22941176470588232","last_synced_commit":"d754a218de73f2c9c31342dadcb3a1b1400de1d0"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstudio%2Fcrosstalk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstudio%2Fcrosstalk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstudio%2Fcrosstalk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstudio%2Fcrosstalk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rstudio","download_url":"https://codeload.github.com/rstudio/crosstalk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254436949,"owners_count":22070947,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T00:01:36.854Z","updated_at":"2025-05-15T23:07:09.107Z","avatar_url":"https://github.com/rstudio.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","UI Components"],"sub_categories":["Advanced Interactivity"],"readme":"# Crosstalk\n\n\u003c!-- badges: start --\u003e\n[![CRAN](https://www.r-pkg.org/badges/version/crosstalk)](https://CRAN.R-project.org/package=crosstalk)\n[![R-CMD-check](https://github.com/rstudio/crosstalk/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rstudio/crosstalk/actions)\n\u003c!-- badges: end --\u003e\n\nCrosstalk is a package for R that enhances the [htmlwidgets](http://www.htmlwidgets.org) package. It extends htmlwidgets with a set of classes, functions, and conventions for implementing cross-widget interactions (currently, linked brushing and filtering).\n\nFind out more at the documentation website: http://rstudio.github.io/crosstalk/\n\n## Building JavaScript assets\n\n(This section is only for developers who intend to modify the JavaScript source code in Crosstalk itself.)\n\nThe JavaScript source code in this package lives under `javascript/`, however the copy that is actually loaded and used during runtime is in minified form at `inst/www/js/`. Anytime you make changes to `javascript/` source files, you must rebuild the minified JS.\n\nTo set up your repo for building the minified JS:\n\n1. First install [nvm](https://github.com/nvm-sh/nvm) if you don't have it already.\n2. In the crosstalk repo's root directory, run `nvm install`; this will install the version of Node.js we need.\n3. Run `nvm use` to switch to our version of Node.js.\n4. Run `npm install` to install all Node.js dependencies.\n\nTo actually build the minified JS:\n\n1. Run `nvm use` (only needed once per terminal session).\n2. Run `node node_modules/.bin/grunt` (or if you have installed `grunt-cli` globally, you can just run `grunt`).\n\nThis will run unit tests, lint, and build the JavaScript dist bundle. When making changes to the JavaScript code, you must always do this first, and then build the R package as normal.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frstudio%2Fcrosstalk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frstudio%2Fcrosstalk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frstudio%2Fcrosstalk/lists"}