README.md

tidylab.deployment

Travis build
status Code coverage
status

Deploy and Support a Standard ‘Tidylab’ Project

Research factory

Overview

tidylab.deployment allows Data Scientists to deploy a working tidylab project in a few minutes. For collaborators, tidylab projects are a much better way to distribute code to others because it provides a clean and uniform user experience for developers and data scientists who want to interact with your code. The leading principle behind tidylab projects is that they are open for extension and closed for modification. This has allowed the development of internal functions that otherwise are written by Data Scientists every time a new, non-tidylab, project is instituted. The functions in tidylab.deployment are designed for setting up a new project and to facilitate the interactions between its components. Thus, tidylab.deployment reduces overhead as developers skip tedious and repetitive tasks.

Installation

tidylab.deployment is part of tidylab. The easiest way to install it, is by installing tidylab:

# Install all tidylab packages
# install.packages("devtools")
devtools::install_github("tidylab/tidylab")

Alternativly, you can install only tidylab.deployment by using:

# Install only tidylab.deployment
# install.packages("devtools")
devtools::install_github("tidylab/tidylab.deployment")


tidylab/tidylab.deployment documentation built on June 9, 2019, 11:41 a.m.