{"id":16971466,"url":"https://github.com/johncoene/sigmajs","last_synced_at":"2025-07-02T06:34:16.552Z","repository":{"id":54786973,"uuid":"133564984","full_name":"JohnCoene/sigmajs","owner":"JohnCoene","description":"Σ sigma.js for R","archived":false,"fork":false,"pushed_at":"2021-01-29T09:28:35.000Z","size":14333,"stargazers_count":72,"open_issues_count":7,"forks_count":7,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-02-27T21:48:07.825Z","etag":null,"topics":["htmlwidgets","network-visualization","r","rstats","sigmajs"],"latest_commit_sha":null,"homepage":"http://sigmajs.john-coene.com","language":"R","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/JohnCoene.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":"FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"JohnCoene"}},"created_at":"2018-05-15T19:41:40.000Z","updated_at":"2024-09-02T18:40:24.000Z","dependencies_parsed_at":"2022-08-14T03:00:22.631Z","dependency_job_id":null,"html_url":"https://github.com/JohnCoene/sigmajs","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnCoene%2Fsigmajs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnCoene%2Fsigmajs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnCoene%2Fsigmajs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnCoene%2Fsigmajs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JohnCoene","download_url":"https://codeload.github.com/JohnCoene/sigmajs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243853617,"owners_count":20358451,"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":["htmlwidgets","network-visualization","r","rstats","sigmajs"],"created_at":"2024-10-14T00:51:46.035Z","updated_at":"2025-03-17T08:38:02.598Z","avatar_url":"https://github.com/JohnCoene.png","language":"R","readme":"# sigmajs\n\n[![Travis-CI Build Status](https://travis-ci.org/JohnCoene/sigmajs.svg?branch=master)](https://travis-ci.org/JohnCoene/sigmajs) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/JohnCoene/sigmajs?branch=master\u0026svg=true)](https://ci.appveyor.com/project/JohnCoene/sigmajs) [![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable) [![bitbucket](https://img.shields.io/bitbucket/pipelines/JohnCoene/sigmajs.svg)](https://bitbucket.org/JohnCoene/sigmajs) [![CRAN status](https://www.r-pkg.org/badges/version/sigmajs)](https://cran.r-project.org/package=sigmajs) \n[![CircleCI](https://img.shields.io/circleci/project/github/JohnCoene/sigmajs.svg)](https://github.com/JohnCoene/sigmajs) [![Coverage status](https://coveralls.io/repos/github/JohnCoene/sigmajs/badge.svg)](https://coveralls.io/r/JohnCoene/sigmajs?branch=master) [![Coverage status](https://codecov.io/gh/JohnCoene/sigmajs/branch/master/graph/badge.svg)](https://codecov.io/github/JohnCoene/sigmajs?branch=master) [![DOI](http://joss.theoj.org/papers/10.21105/joss.00814/status.svg)](https://doi.org/10.21105/joss.00814) [![twinetverse](https://img.shields.io/badge/twinetverse-0.0.2-yellow.svg)](http://twinetverse.john-coene.com/)\n[![CRAN log](http://cranlogs.r-pkg.org/badges/grand-total/sigmajs)](http://cranlogs.r-pkg.org/badges/sigmajs) [![R build status](https://github.com/JohnCoene/sigmajs/workflows/R-CMD-check/badge.svg)](https://github.com/JohnCoene/sigmajs/actions)\n\n\u003cimg src=\"./man/figures/logo.png\" height=\"150\" align=\"right\" /\u003e\n\n[sigmajs](http://sigmajs.org/) for R.\n\n* [Install](#install)\n* [Examples](#examples)\n* [Website](http://sigmajs.john-coene.com/)\n* [Shiny Demo](http://shiny.john-coene.com/sigmajs/)\n\nWith the rise in popularity of networks, it is important for R users to have access to a package that allows visualising the aforementioned networks in a highly configurable, interactive and dynamic manner. `sigmajs` is a fully-fledged wrapper for the [sigma.js JavaScript library](http://sigmajs.org/).\n\nThe sigma.js JavaScript library is described as follows on its [website](http://sigmajs.org/): \n\n\u003e Sigma is a JavaScript library dedicated to graph drawing. It makes easy to publish networks on Web pages, and allows developers to integrate network exploration in rich Web applications\n\n# Install\n\nThe stable version from CRAN.\n\n```r\ninstall.packages(\"sigmajs\")\n```\n\nThe development version from Github of Bitbucket.\n\n```r\n# install.packages(\"devtools\")\ndevtools::install_github(\"JohnCoene/sigmajs\") # github\ndevtools::install_bitbucket(\"JohnCoene/sigmajs\") # bitbucket\n```\n\n# Examples\n\nMost functions have corresponding `demo()`, see [documentation](http://sigmajs.john-coene.com/) and [shiny demo](http://shiny.john-coene.com/sigmajs/).\n\n```r\nlibrary(sigmajs)\n\n# generate data\nnodes \u003c- sg_make_nodes()\nedges \u003c- sg_make_edges(nodes)\n\n# visualise\nsigmajs() %\u003e%\n\tsg_nodes(nodes, id, label, size, color) %\u003e%\n\tsg_edges(edges, id, source, target)\n\n# from igraph \ndata(\"lesmis_igraph\")\n \nlayout \u003c- igraph::layout_with_fr(lesmis_igraph)\n\nsigmajs() %\u003e%\n\tsg_from_igraph(lesmis_igraph, layout)\n\n# from GEXF\ngexf \u003c- system.file(\"examples/arctic.gexf\", package = \"sigmajs\")\n\nsigmajs() %\u003e% \n\tsg_from_gexf(gexf) \n\n# proxies demos\ndemo(package = \"sigmajs\")\n```\n\n![](https://raw.githubusercontent.com/JohnCoene/sigmajs/master/pkgdown/delay.gif)\n\n## Contributing\n\nSee the [contrinuting guidelines](https://github.com/JohnCoene/sigmajs/blob/master/CONTRIBUTING.md) if you encounter any issue. Please note that this project is released with a [Contributor Code of Conduct](https://github.com/JohnCoene/sigmajs/blob/master/CONDUCT.md). By participating in this project you agree to abide by its terms.\n","funding_links":["https://github.com/sponsors/JohnCoene"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohncoene%2Fsigmajs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohncoene%2Fsigmajs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohncoene%2Fsigmajs/lists"}