{"id":21113695,"url":"https://github.com/stefanieschneider/shinytree","last_synced_at":"2026-05-18T00:02:04.521Z","repository":{"id":230017253,"uuid":"220438704","full_name":"stefanieschneider/shinytree","owner":"stefanieschneider","description":"Create tree widgets in R using the JavaScript library jsTree","archived":false,"fork":false,"pushed_at":"2020-06-26T12:12:20.000Z","size":15838,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-12T15:40:49.210Z","etag":null,"topics":["bootstrap","jstree","r","shiny"],"latest_commit_sha":null,"homepage":null,"language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stefanieschneider.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2019-11-08T10:01:38.000Z","updated_at":"2020-06-26T12:12:22.000Z","dependencies_parsed_at":"2024-03-27T12:37:00.642Z","dependency_job_id":null,"html_url":"https://github.com/stefanieschneider/shinytree","commit_stats":null,"previous_names":["stefanieschneider/shinytree"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stefanieschneider/shinytree","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanieschneider%2Fshinytree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanieschneider%2Fshinytree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanieschneider%2Fshinytree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanieschneider%2Fshinytree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stefanieschneider","download_url":"https://codeload.github.com/stefanieschneider/shinytree/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanieschneider%2Fshinytree/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33160167,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"ssl_error","status_checked_at":"2026-05-17T22:39:10.741Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bootstrap","jstree","r","shiny"],"created_at":"2024-11-20T01:58:16.584Z","updated_at":"2026-05-18T00:01:59.512Z","avatar_url":"https://github.com/stefanieschneider.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n\noptions(width = \"100\")\n```\n\n# shinytree \u003cimg src=\"man/figures/example.png\" align=\"right\" width=\"225\" /\u003e\n\n[![Lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)\n[![Travis CI build status](https://travis-ci.org/stefanieschneider/shinytree.svg?branch=master)](https://travis-ci.org/stefanieschneider/shinytree)\n[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/stefanieschneider/shinytree?branch=master\u0026svg=true)](https://ci.appveyor.com/project/stefanieschneider/shinytree)\n\n## Overview\n\nThis R package creates tree widgets using the JavaScript library [jsTree](https://github.com/vakata/jstree), e.g., in Shiny. The [jsTree](https://github.com/vakata/jstree) library has been included. shinytree is built on top of [Bootstrap](https://getbootstrap.com/) and supports [jQuery.NiceScroll](https://github.com/inuyaksa/jquery.nicescroll). Please be aware that this R package is a more lightweight alternative to [shinyTree](https://github.com/shinyTree/shinyTree) and thus does not implement methods to create or convert trees or tree-like structures.\n\nIf `search` is added as a plugin, two additional functions are automatically activated: one button to select search results; another one to reset the tree, i.e., collapse all opened leaves and remove a currently active search.\n\n## Installation\n\nYou can install the development version of shinytree from [GitHub](https://github.com/stefanieschneider/shinytree):\n\n``` r\n# install.packages(\"devtools\")\ndevtools::install_github(\"stefanieschneider/shinytree\")\n```\n\n## Usage\n\n```{r example, code = readLines(\"inst/examples/tree.R\")}\n```\n\n## Contributing\n\nPlease report issues, feature requests, and questions to the [GitHub issue tracker](https://github.com/stefanieschneider/shinytree/issues). We have a [Contributor Code of Conduct](https://github.com/stefanieschneider/shinytree/blob/master/CODE_OF_CONDUCT.md). By participating in shinytree you agree to abide by its terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanieschneider%2Fshinytree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefanieschneider%2Fshinytree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanieschneider%2Fshinytree/lists"}