Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
🔧 R package: R.utils (this is *not* the utils package that comes with R itself)
- Host: GitHub
- URL: https://github.com/HenrikBengtsson/R.utils
- Owner: HenrikBengtsson
- Created: 2014-05-03T02:32:57.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2024-03-04T18:29:20.000Z (8 months ago)
- Last Synced: 2024-07-19T09:25:08.579Z (4 months ago)
- Topics: cran, package, r
- Language: R
- Homepage: https://henrikbengtsson.github.io/R.utils/
- Size: 3.31 MB
- Stars: 61
- Watchers: 5
- Forks: 14
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- jimsghstars - HenrikBengtsson/R.utils - 🔧 R package: R.utils (this is *not* the utils package that comes with R itself) (R)
README
# 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).