tidylab.deployment
Deploy and Support a Standard ‘Tidylab’ Project
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.
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.