Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sloria/r-lcfd
A minimal R project skeleton
https://github.com/sloria/r-lcfd
Last synced: 14 days ago
JSON representation
A minimal R project skeleton
- Host: GitHub
- URL: https://github.com/sloria/r-lcfd
- Owner: sloria
- Created: 2013-01-12T04:44:27.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-06T03:35:54.000Z (over 11 years ago)
- Last Synced: 2024-10-05T22:02:17.439Z (about 1 month ago)
- Language: R
- Size: 125 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A simple R project skeleton
An adaptation of Josh Reich's [LCFD workflow](http://stackoverflow.com/a/1434424/1157536).
Includes a `main.r` file which just runs the other files in sequence. You can also run `tests.r`, which runs the whole project along with your tests.
NOTE: The `testthat` package is required to run the tests.
## License
This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.