Command-line tool to generate R packages with reusable logic.
Please consider supporting this project by making a donation via PayPal
- category Tool
- author Nicola Asuni info@tecnick.com
- copyright 2014-2019 Nicola Asuni - Tecnick.com LTD
- license MIT (see LICENSE)
- link https://github.com/tecnickcom/rgen
This is a command-line tool to quickly generate R packages with a common set of features and reusable logic.
Each generated project is immediately functional and can be fully tested using the make build
command.
This project includes a Makefile that allows you to test and build the project in a Linux-compatible system with simple commands.
All the artifacts and reports produced using this Makefile are stored in the target folder.
To see all available options:
make help
make new TYPE=lib CONFIG=myproject.cfg
-
TYPE is the project type:
- lib : library
-
CONFIG is the configuration file containing the project settings.
To create a new configuration please clone the default.cfg file and change the values.
All projects are creted inside the target directory.