{"id":14066978,"url":"https://github.com/spsanderson/healthyverse","last_synced_at":"2025-04-07T23:33:38.721Z","repository":{"id":56934212,"uuid":"336942289","full_name":"spsanderson/healthyverse","owner":"spsanderson","description":"Easily install all `healthyR` packages","archived":false,"fork":false,"pushed_at":"2024-09-18T02:59:08.000Z","size":6676,"stargazers_count":11,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-09-19T03:51:53.339Z","etag":null,"topics":["analytics","cran","healthcare","healthcare-application","installation","installer","meta","packages","r"],"latest_commit_sha":null,"homepage":"https://www.spsanderson.com/healthyverse","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/spsanderson.png","metadata":{"files":{"readme":"README.Rmd","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}},"created_at":"2021-02-08T02:48:50.000Z","updated_at":"2024-09-18T02:59:11.000Z","dependencies_parsed_at":"2024-01-05T01:17:52.956Z","dependency_job_id":null,"html_url":"https://github.com/spsanderson/healthyverse","commit_stats":{"total_commits":80,"total_committers":1,"mean_commits":80.0,"dds":0.0,"last_synced_commit":"258d3f668bb48fc6614da94dde6256557fbea2bd"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spsanderson%2Fhealthyverse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spsanderson%2Fhealthyverse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spsanderson%2Fhealthyverse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spsanderson%2Fhealthyverse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spsanderson","download_url":"https://codeload.github.com/spsanderson/healthyverse/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223297239,"owners_count":17121977,"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":["analytics","cran","healthcare","healthcare-application","installation","installer","meta","packages","r"],"created_at":"2024-08-13T07:05:21.743Z","updated_at":"2024-11-06T07:04:13.807Z","avatar_url":"https://github.com/spsanderson.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"README-\"\n)\n```\n\n# healthyverse \u003cimg src=\"man/figures/logo.png\" width=\"147\" height=\"170\" align=\"right\" /\u003e\n\n\u003c!-- badges: start --\u003e\n[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/healthyverse)](https://cran.r-project.org/package=healthyverse)\n![](http://cranlogs.r-pkg.org/badges/healthyverse?color=brightgreen)\n![](http://cranlogs.r-pkg.org/badges/grand-total/healthyverse?color=brightgreen)\n[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html##stable)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com)\n\u003c!-- badges: end --\u003e\n\n## Overview\n\nThe healthyverse is a set of packages that work in harmony because they share common data representations and API design. The __healthyverse__ package is designed to make it easy to install and load core packages from the healthyverse in a single command.\n\n## Installation\n\n```{r eval = FALSE}\n# Install from CRAN\ninstall.packages(\"healthyverse\")\n# Or the development version from GitHub\n# install.packages(\"devtools\")\ndevtools::install_github(\"spsanderson/healthyverse\")\n```\n\n## Usage\n\n`library(healthyverse)` will load the core healthyverse packages: \n\n* [healthyR](https://www.spsanderson.com/healthyR/), for analyzing common data problems in administrative data.\n* [healthyR.data](https://www.spsanderson.com/healthyR.data/), for a simulated data-set.\n* [healthyR.ts](https://www.spsanderson.com/healthyR.ts/), for time-series functions.\n* [healthyR.ai](https://www.spsanderson.com/healthyR.ai/), for ai related functions.\n* [TidyDensity](https://www.spsanderson.com/TidyDensity/), for tidy style r_ distribution data.\n* [tidyAML](https://www.spsanderson.com/tidyAML/), for tidymodels auto-ml.\n* [RandomWalker](https://www.spsanderson.com/RandomWalker/), for random walk functions.\n\n\nYou also get a condensed summary of conflicts with other packages you have loaded:\n\n```{r example}\nlibrary(healthyverse)\n```\n\nYou can see conflicts created later with `healthyverse_conflicts()`:\n\n```{r conflicts}\nlibrary(MASS)\nhealthyverse_conflicts()\n```\n\nAnd you can check that all tidyverse packages are up-to-date with `healthyverse_update()`:\n\n```{r update, eval = FALSE}\nhealthyverse_update()\n#\u003e The following packages are out of date:\n#\u003e  * healthyR (0.4.0 -\u003e 0.4.1)\n#\u003e  * healthyR.ts   (0.4.1 -\u003e 0.5)\n#\u003e  * healthyR.data  (0.12.6 -\u003e 0.12.7)\n#\u003e Update now?\n#\u003e \n#\u003e 1: Yes\n#\u003e 2: No\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspsanderson%2Fhealthyverse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspsanderson%2Fhealthyverse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspsanderson%2Fhealthyverse/lists"}