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.
You can install the development version of bread from GitHub with:
# install.packages("pak")
pak::pak("damianooldoni/bread")
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)