https://github.com/alkc/dogs
R pkg exercise for Reproducibility in Research with a focus on data analysis using the program R course
https://github.com/alkc/dogs
Last synced: about 1 year ago
JSON representation
R pkg exercise for Reproducibility in Research with a focus on data analysis using the program R course
- Host: GitHub
- URL: https://github.com/alkc/dogs
- Owner: alkc
- Created: 2020-11-05T09:17:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-05T11:59:10.000Z (over 5 years ago)
- Last Synced: 2025-01-30T19:47:54.640Z (over 1 year ago)
- Language: R
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dogs
R pkg exercise for Reproducibility in Research with a focus on data analysis using the program R course
## Installation
```
install.packages("ggplot2")
devtools::install_github("alkc/dogs")
```