README.md

manageproject

Travis build
status Lifecycle:
maturing

The goal of manageproject is to quickly deploy new project folders, with a consistent architecture.

Installation

You can install the released version of manageproject from Github with:

library(devtools)
install_github("https://github.com/nibortolum/manageproject")

More advanced versions will be pushed to CRAN in the future.

Example

This is a basic example which shows you how to crete a project folder:

library(manageproject)

## Once in the proper folder :

make_project("kickassProject")

Do not put white spaces in your poject name. It will be ugly and may mess up with path handling, depending on which OS you’re working on.

This function will create the following structure :

├── KickassProject
│   ├── Data
│   ├── Docs
│   │   └── KickassProject_docs.Rmd
│   ├── Figures
│   ├── Gist
│   ├── KickassProject_MainScript.R
│   ├── References (optional)
│   └── Sources


nibortolum/manageproject documentation built on Nov. 4, 2021, 10:24 p.m.