source(file.path(usethis::proj_get(), "vignettes",  "_common.R"))

r read.dcf('DESCRIPTION', 'Title')[[1]]

r read.dcf('DESCRIPTION', 'Subtitle')[[1]]

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Published Version R build status Netlify Status


knitr::include_graphics(usethis::proj_path('vignettes', 'images', 'cover.png'), dpi = NA)

Synopsis

Carrying out a project in R, specifically when the outcome in mind is an analytic application, entails upfront investment. This is especially true if the project needs to be reproducible, collaborative, or frequently change to meet contingency needs. From the outset, the data scientist has to make decisions, willy-nilly, about how to organise the project's scripts, functions, and data in a folder structure that accommodates present and future needs. Furthermore, the data scientist has to choose procedures, workflow, and tools to implement and orchestrate the application's scripts and functions.

The purpose of this book is twofold. First, to urge data scientists to choose and stick with a thoughtful framework for building analytic applications in R. Second, to inform data scientists about a framework that considers each analytic application as an R package.

Want to help?

Any contribution is very welcome. You can share feedback, ideas, criticism, typos and grammar mistakes in the discussions tab




Kiwi-Random-House/R-Projects documentation built on Dec. 31, 2020, 2:10 p.m.