{"id":13857778,"url":"https://github.com/hrbrmstr/freebase","last_synced_at":"2025-03-16T20:31:11.756Z","repository":{"id":45979144,"uuid":"135188553","full_name":"hrbrmstr/freebase","owner":"hrbrmstr","description":"👃🏽A 'usethis'-like Package for Base R Pseudo-equivalents of 'tidyverse' Code","archived":false,"fork":false,"pushed_at":"2022-07-17T23:45:05.000Z","size":64,"stargazers_count":83,"open_issues_count":9,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-27T13:20:15.497Z","etag":null,"topics":["base-r","r","rstats","usethis"],"latest_commit_sha":null,"homepage":"https://hrbrmstr.github.io/freebase/index.html","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/hrbrmstr.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-28T17:06:18.000Z","updated_at":"2024-02-12T05:23:43.000Z","dependencies_parsed_at":"2022-07-18T05:21:05.629Z","dependency_job_id":null,"html_url":"https://github.com/hrbrmstr/freebase","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrbrmstr%2Ffreebase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrbrmstr%2Ffreebase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrbrmstr%2Ffreebase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrbrmstr%2Ffreebase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hrbrmstr","download_url":"https://codeload.github.com/hrbrmstr/freebase/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243830912,"owners_count":20354848,"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":["base-r","r","rstats","usethis"],"created_at":"2024-08-05T03:01:46.738Z","updated_at":"2025-03-16T20:31:11.228Z","avatar_url":"https://github.com/hrbrmstr.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"---\noutput: rmarkdown::github_document\n---\n\n# freebase\n\nA 'usethis'-esque Package for Base R Versions of 'tidyverse' Code\n\n## Description\n\nThe 'tidyverse' is awesome, but can take a bit to compile on systems\nwhere there are no pre-built binary packages. Methods are provided which use\nthe facilities of the 'usethis' package to snap-in base versions of useful\n'tidyverse' functions that are mostly equivalent (some are more complete\nthan others). The base R counterpart functions will likely be slower than\nthe 'tidyverse' equivalents but using them will decrease 'Imports' \ndependencies. \n\nUse deliberately and with caution.\n    \n## NOTE\n\nThis package shares core concepts with [`noplyr`](https://github.com/yonicd/noplyr) (and the author of `noplyr` is a contributor to `freebase`). For valid, needed reason, `noplyr` uses `rlang` and that introduces a compilation dependency/requirement which `freebase` is trying to avoid. The goal of `freebase` is 100% base R implementation of core/most frequently used `tidyverse` components primarily for use by package authors who prefer `tidyverse` idioms and would like to use them in package development but do not want to introduce compilation and/or third-party dependencies.\n\nAs noted _just above_, `freebase` should be uses deliberately and with caution.\n\n## What's Inside The Tin\n\nThe following functions are implemented:\n\n- `use_detect`:\tUse base R versions of `purrr` `detect` functions (these support `~{}` formula functions)\n- `use_infix_helpers`: Use infix-helpers\n- `use_isers`: Use \"is_\" tester functions\n- `use_keepers`: Use base R versions of `purrr` `keep` functions (these support `~{}` formula functions)\n- `use_mappers`: Use base R versions of `purrr` `map` functions (these support `~{}` formula functions) along with `set_names()`\n- `use_safely`:\tUse base R versions of `purrr` `safely` functions\n- `use_tidylite()`: Use base R versions of core `tidyr` functions\n- `use_walkers`: Use base R versions of `purrr` `walk` functions (these support `~{}` formula functions)\n\n## Installation\n\n```{r eval=FALSE}\ndevtools::install_git(\"git://gitlab.com/hrbrmstr/freebase\")\n```\n\n```{r message=FALSE, warning=FALSE, error=FALSE, include=FALSE}\noptions(width=120)\n```\n\n## Usage\n\n```{r message=FALSE, warning=FALSE, error=FALSE}\nlibrary(freebase)\n\n# current version\npackageVersion(\"freebase\")\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrbrmstr%2Ffreebase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhrbrmstr%2Ffreebase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrbrmstr%2Ffreebase/lists"}