Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.