https://github.com/yihui/xfun
Miscellaneous R functions
https://github.com/yihui/xfun
cran r r-package
Last synced: 8 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 (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-04-02T21:04:26.000Z (19 days ago)
- Last Synced: 2025-04-06T12:05:02.746Z (15 days ago)
- Topics: cran, r, r-package
- Language: R
- Homepage: https://git.yihui.org/xfun/
- Size: 983 KB
- Stars: 147
- Watchers: 9
- Forks: 28
- Open Issues: 4
-
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
[](https://github.com/yihui/xfun/actions/workflows/R-CMD-check.yaml)
[](https://app.codecov.io/gh/yihui/xfun?branch=main)
[](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')
```