Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/HenrikBengtsson/R.utils

🔧 R package: R.utils (this is *not* the utils package that comes with R itself)
https://github.com/HenrikBengtsson/R.utils

cran package r

Last synced: about 1 month ago
JSON representation

🔧 R package: R.utils (this is *not* the utils package that comes with R itself)

Awesome Lists containing this project

README

        


CRAN check status R CMD check status Coverage Status

# R.utils: Various Programming Utilities

## Installation
R package R.utils is available on [CRAN](https://cran.r-project.org/package=R.utils) and can be installed in R as:
```r
install.packages("R.utils")
```

### Pre-release version

To install the pre-release version that is available in Git branch `develop` on GitHub, use:
```r
remotes::install_github("HenrikBengtsson/R.utils", ref="develop")
```
This will install the package from source.

## Contributing

To contribute to this package, please see [CONTRIBUTING.md](CONTRIBUTING.md).