knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

daapr

Lifecycle: experimental R-CMD-check

The goal of daapr is to conveniently provide the main packages used for implementing the framework of Data-as-a-Product (DaaP).

Installation

daapr installs the core packages of the DaaP framework, dpbuild, dpdeploy and dpi.

For released version

remotes::install_github(repo = "amashadihossein/daapr")

For dev version

remotes::install_github(repo = "amashadihossein/daapr", ref = "dev")


amashadihossein/daapr documentation built on April 26, 2024, 2:07 a.m.