https://github.com/hackoregon/archive-nass-explore
Exploring the NASS / ARMS data with R/RStudio
https://github.com/hackoregon/archive-nass-explore
Last synced: about 1 year ago
JSON representation
Exploring the NASS / ARMS data with R/RStudio
- Host: GitHub
- URL: https://github.com/hackoregon/archive-nass-explore
- Owner: hackoregon
- License: agpl-3.0
- Created: 2015-09-03T02:26:56.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-10T18:58:20.000Z (almost 11 years ago)
- Last Synced: 2025-02-02T04:23:34.044Z (over 1 year ago)
- Language: R
- Size: 188 KB
- Stars: 2
- Watchers: 55
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nass-explore: Exploring the NASS / ARMS Data with R/RStudio
M. Edward (Ed) Borasky
September 2, 2015
## Software requirements:
1. R (3.2.2 or later)
2. RStudio (Desktop or Server, v0.99.482 or later)
3. Pandoc (which RStudio should install!)
4. Packages TBD but bare minimum is
```r
install.packages(c
(
'ggplot2',
'rmarkdown',
'tidyr'
),
dependencies = TRUE
)
```
5. I'm hoping to avoid LaTeX / PDF. I install them by default but don't think they should be required!
6. I develop/test/author on (Debian 'stretch') Linux. If something doesn't work on Windows (7 or later) or MacOS X, [***please file an issue!***](https://github.com/hackoregon/nass-explore/issues/new)