https://github.com/mjfii/Profile-Dataset
https://github.com/mjfii/Profile-Dataset
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mjfii/Profile-Dataset
- Owner: mjfii
- License: apache-2.0
- Created: 2017-02-13T20:50:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-13T22:12:10.000Z (over 8 years ago)
- Last Synced: 2024-08-13T07:11:57.028Z (10 months ago)
- Language: R
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - mjfii/Profile-Dataset - (R)
README
#Profile Dataset
---
This R package, `profile.dataset`, uses ...
## Motivation
...
## Prerequisites
The two required packages, `data.table` and `parallel` - both of which are installing when this library is loaded.
## Installation
Using the `devtools` function, install with the below:
```r
install_github('mjfii/Profile-Dataset')
library('profile.dataset')
```## Examples
To...:
```r
x <- c(1:5)
```## Contributors
Michael Flanigan
email: [[email protected]]([email protected])
twitter: [@mjfii](https://twitter.com/mjfii)# Versioning
0.0.0.9000 - Initial deployment (2017-02-10)