Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yihui/xfun

Miscellaneous R functions
https://github.com/yihui/xfun

cran r r-package

Last synced: 2 days ago
JSON representation

Miscellaneous R functions

Awesome Lists containing this project

README

        

# xfun

[![R-CMD-check](https://github.com/yihui/xfun/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/yihui/xfun/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/yihui/xfun/branch/main/graph/badge.svg)](https://app.codecov.io/gh/yihui/xfun?branch=main)
[![CRAN release](https://www.r-pkg.org/badges/version/xfun)](https://cran.r-project.org/package=xfun)

This package contains several utility functions that I frequently use in other packages, and also miscellaneous functions that I use by myself from time to time. For more information, see https://yihui.org/xfun/.

To install the package from CRAN, use `install.packages('xfun')`. To install the development version here, you may set the `repos` option to :

```r
install.packages('xfun', repos = 'https://yihui.r-universe.dev')
```