https://github.com/ramhiser/pocketknife
A collection of useful utility functions in R
https://github.com/ramhiser/pocketknife
Last synced: 11 months ago
JSON representation
A collection of useful utility functions in R
- Host: GitHub
- URL: https://github.com/ramhiser/pocketknife
- Owner: ramhiser
- License: other
- Created: 2014-11-10T17:44:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-22T17:31:28.000Z (over 11 years ago)
- Last Synced: 2025-08-25T22:22:04.158Z (11 months ago)
- Language: R
- Size: 142 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pocketknife
The R package `pocketknife` contains a variety of useful utility functions.
## Installation
You can install the stable version on [CRAN](http://cran.r-project.org/package=pocketknife):
```r
install.packages('pocketknife', dependencies=TRUE)
```
If you prefer to download the latest version, instead run the following after
installing [devtools](https://github.com/hadley/devtools):
```r
devtools::install_github('ramhiser/pocketknife')
```