mmaechler / xfun

Miscellaneous R functions

Home Page:https://yihui.org/xfun/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xfun

R-CMD-check Codecov test coverage CRAN release

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 https://yihui.r-universe.dev/:

options(repos = c(
  yihui = 'https://yihui.r-universe.dev',
  CRAN = 'https://cloud.r-project.org'
))

install.packages('xfun')

About

Miscellaneous R functions

https://yihui.org/xfun/

License:Other


Languages

Language:R 96.2%Language:C 3.6%Language:Shell 0.1%