{"id":13400551,"url":"https://github.com/nbarrowman/vtree","last_synced_at":"2025-10-11T18:07:18.877Z","repository":{"id":38916730,"uuid":"166591291","full_name":"nbarrowman/vtree","owner":"nbarrowman","description":"An R package for calculating and drawing variable trees","archived":false,"fork":false,"pushed_at":"2025-09-12T21:16:23.000Z","size":31370,"stargazers_count":76,"open_issues_count":9,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-11T18:07:14.286Z","etag":null,"topics":["data-science","data-visualization","exploratory-data-analysis","r","statistics"],"latest_commit_sha":null,"homepage":"https://nbarrowman.github.io/vtree","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nbarrowman.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-01-19T20:41:19.000Z","updated_at":"2025-09-12T21:16:26.000Z","dependencies_parsed_at":"2024-01-08T23:42:56.754Z","dependency_job_id":"9e6f722f-e5bf-48fc-9563-82c3952022de","html_url":"https://github.com/nbarrowman/vtree","commit_stats":{"total_commits":401,"total_committers":7,"mean_commits":"57.285714285714285","dds":"0.23441396508728185","last_synced_commit":"6824ce9f63fcc93d876895fc48398169afd45a9d"},"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/nbarrowman/vtree","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbarrowman%2Fvtree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbarrowman%2Fvtree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbarrowman%2Fvtree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbarrowman%2Fvtree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nbarrowman","download_url":"https://codeload.github.com/nbarrowman/vtree/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbarrowman%2Fvtree/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279008295,"owners_count":26084427,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["data-science","data-visualization","exploratory-data-analysis","r","statistics"],"created_at":"2024-07-30T19:00:53.231Z","updated_at":"2025-10-11T18:07:18.834Z","avatar_url":"https://github.com/nbarrowman.png","language":"R","readme":"vtree - An R package for calculating \u0026 drawing variable trees\n=====\n\n[![CRAN\nstatus](http://www.r-pkg.org/badges/version/vtree)](https://cran.r-project.org/package=vtree)\n[![CRAN\ndownloads](https://cranlogs.r-pkg.org/badges/grand-total/vtree)](https://cranlogs.r-pkg.org/badges/grand-total/vtree)\n\n*Variable trees are diagrams that display information about nested subsets of a data frame.*\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://github.com/nbarrowman/vtree/blob/master/cheatsheets/png/v1.png\" width=\"260\"\u003e\n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\n\u003cimg src=\"https://github.com/nbarrowman/vtree/blob/master/cheatsheets/png/t7.png\" width=\"180\"\u003e\n\u0026nbsp;\u0026nbsp;\u0026nbsp;\n\u003cimg src=\"https://github.com/nbarrowman/vtree/blob/master/cheatsheets/png/t1.png\" width=\"260\"\u003e\n\u003c/p\u003e\n\n# Installation\n\nYou can install the current version of vtree (version 5.4.6) from CRAN\n\n```\ninstall.packages(\"vtree\")\n```\n\nOr install the latest development release (v5.6.2) from github\n\n```\nremotes::install_github(\"nbarrowman/vtree@v5.6.2\")\n```\n\nTo get the vignette as well you need to specify `build_vignettes=TRUE`:\n\n```\nremotes::install_github(\"nbarrowman/vtree@v5.6.2\",build_vignettes=TRUE)\n```\n\n# More information\n\n* vtree is available on [CRAN](https://cran.r-project.org/package=vtree)\n\n* A comprehensive introduction to vtree is available in the [vignette](https://cran.r-project.org/web/packages/vtree/vignettes/vtree.html)\n\n* A [cheat sheet](https://nbarrowman.github.io/cheatsheets/vtree_cheatsheet_5.0.0.pdf) (pdf) is available\n\n* Examples: \n    * https://rpubs.com/nbarrowman/Data_exploration_with_vtree\n    * https://rpubs.com/nbarrowman/missing_values_vtree\n    * https://rpubs.com/nbarrowman/pruning_a_variable_tree\n    * https://rpubs.com/nbarrowman/CONSORT-style\n\n* Please report bugs or other issues [here](https://github.com/nbarrowman/vtree/issues).\n","funding_links":[],"categories":["R"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnbarrowman%2Fvtree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnbarrowman%2Fvtree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnbarrowman%2Fvtree/lists"}