Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.11 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.11 KB

bread

Project Status: Concept – Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept. R-CMD-check Codecov test coverage

IMPORTANT: this R package to learn how to work with packages during B-Cubed workshop of Nov 7, 2024

The goal of bread is to make tasty doughs in R.

Installation

You can install the development version of bread from GitHub with:

# install.packages("pak")
pak::pak("damianooldoni/bread")

Example

This is a basic example which shows you how to make bread out of 4 ingredients: grains, water, yeast and salt:

library(bread)
make_bread(1,2,3,4)