Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tidyverse/funs
Collection of low-level functions for working with vctrs
https://github.com/tidyverse/funs
Last synced: 3 months ago
JSON representation
Collection of low-level functions for working with vctrs
- Host: GitHub
- URL: https://github.com/tidyverse/funs
- Owner: tidyverse
- License: other
- Created: 2018-10-31T21:39:12.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2022-05-11T20:07:06.000Z (over 2 years ago)
- Last Synced: 2024-06-11T08:48:57.143Z (5 months ago)
- Language: R
- Homepage:
- Size: 102 KB
- Stars: 32
- Watchers: 12
- Forks: 7
- Open Issues: 47
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - tidyverse/funs - Collection of low-level functions for working with vctrs (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# funs
[![R-CMD-check](https://github.com/tidyverse/funs/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/tidyverse/funs/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/tidyverse/funs/branch/main/graph/badge.svg)](https://app.codecov.io/gh/tidyverse/funs?branch=main)The goal of funs is to provide a useful set of vectorized functions that complement other tools in the tidyverse.
## Installation
You can install the development version from [GitHub](https://github.com/) with:
``` r
# install.packages("pak")
pak::pak("tidyverse/funs")
```