Skip to content

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

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

damianooldoni/bread

Repository files navigation

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)

About

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

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages