Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yihui/xfun
- Owner: yihui
- License: other
- Created: 2018-01-03T16:56:54.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-01-14T23:20:06.000Z (11 days ago)
- Last Synced: 2025-01-17T03:03:13.985Z (9 days ago)
- Topics: cran, r, r-package
- Language: R
- Homepage: https://git.yihui.org/xfun/
- Size: 1.03 MB
- Stars: 143
- Watchers: 9
- Forks: 29
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - yihui/xfun - Miscellaneous R functions (R)
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')
```