{"id":24629507,"url":"https://github.com/stufield/helpr","last_synced_at":"2026-03-02T03:35:45.235Z","repository":{"id":260661744,"uuid":"865007158","full_name":"stufield/helpr","owner":"stufield","description":" The helpr package contains numerous helpers, wrappers, and utilities used throughout my analysis suite. It intentionally favors base R over higher level *tidyverse* to minimize imports.","archived":false,"fork":false,"pushed_at":"2026-02-17T23:30:45.000Z","size":4428,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-18T04:51:05.742Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://stufield.github.io/helpr/","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/stufield.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":".github/SUPPORT.md","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":"2024-09-29T18:36:14.000Z","updated_at":"2026-02-17T23:27:32.000Z","dependencies_parsed_at":"2024-12-10T19:19:32.458Z","dependency_job_id":"4051b434-481d-4e8d-a154-557fc018e8e0","html_url":"https://github.com/stufield/helpr","commit_stats":null,"previous_names":["stufield/helpr"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/stufield/helpr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stufield%2Fhelpr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stufield%2Fhelpr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stufield%2Fhelpr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stufield%2Fhelpr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stufield","download_url":"https://codeload.github.com/stufield/helpr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stufield%2Fhelpr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29991896,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"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":[],"created_at":"2025-01-25T06:13:09.421Z","updated_at":"2026-03-02T03:35:45.230Z","avatar_url":"https://github.com/stufield.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 setup, include = FALSE}\noptions(width = 100)\nSys.setlocale(\"LC_COLLATE\", \"en_US.UTF-8\") # ensure common sorting envir\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\nver \u003c- desc::desc_get_version(\".\")\nver \u003c- paste0(\"https://img.shields.io/badge/Version-\", ver,\n              \"-success.svg?style=flat\u0026logo=github\")\n```\n\n\n# The `helpr` package\n\n\u003c!-- badges: start --\u003e\n![GitHub version](`r ver`)\n[![CRAN status](http://www.r-pkg.org/badges/version/helpr)](https://cran.r-project.org/package=helpr)\n[![R-CMD-check](https://github.com/stufield/helpr/workflows/R-CMD-check/badge.svg)](https://github.com/stufield/helpr/actions)\n[![](https://cranlogs.r-pkg.org/badges/grand-total/helpr)](https://cran.r-project.org/package=helpr)\n[![Codecov test coverage](https://codecov.io/gh/stufield/helpr/branch/main/graph/badge.svg)](https://app.codecov.io/gh/stufield/helpr?branch=main)\n[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://choosealicense.com/licenses/mit/)\n\u003c!-- badges: end --\u003e\n\n\n\n## Overview\n\nThe `helpr` package contains numerous helper functions\nnecessary for generalized machine learning analyses.\n\nIt contains and exports numerous utilities and S3 generics\nused throughout the my personal analysis suite.\nIt intentionally favors base R over higher\nlevel *tidyverse* to keep imports to a minimum.\n\n  \n\n----------------\n\n\n## Installation\n\n\n```{r install-github, eval = FALSE}\n# current dev version\nremotes::install_github(\"stufield/helpr\")\n\n# or a specific version\nremotes::install_github(\"stufield/helpr@v0.0.2\")\n```\n\n\n----------------\n\n\n## Usage\n\nTo load `helpr` simply make a call to `library()` as usual:\n\n```{r load, eval = FALSE}\nlibrary(helpr)\n```\n\n\n## Help summary of the package\n\n```{r help, eval = FALSE}\nlibrary(help = helpr)\n```\n\n\n## Notes about the package\n\n* [ ] TODO\n* [ ] TODO\n* [ ] TODO\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstufield%2Fhelpr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstufield%2Fhelpr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstufield%2Fhelpr/lists"}