bread
R package to learn how to work with packages during B-Cubed workshop of Nov 7, 2024
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.8%) to scientific vocabulary
Repository
R package to learn how to work with packages during B-Cubed workshop of Nov 7, 2024
Basic Info
- Host: GitHub
- Owner: damianooldoni
- License: other
- Language: R
- Default Branch: main
- Size: 33.2 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
bread
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:
``` r
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:
r
library(bread)
make_bread(1,2,3,4)
Owner
- Name: Damiano Oldoni
- Login: damianooldoni
- Kind: user
- Location: Belgium
- Company: Research Institute for Nature and Forest (INBO)
- Website: https://oscibio.inbo.be/
- Repositories: 27
- Profile: https://github.com/damianooldoni
Citation (CITATION.cff)
# --------------------------------------------
# CITATION file created with {cffr} R package
# See also: https://docs.ropensci.org/cffr/
# --------------------------------------------
cff-version: 1.2.0
message: 'To cite package "bread" in publications use:'
type: software
license: MIT
title: 'bread: Make Tasty Doughs With R'
version: 0.0.0.9000
doi: 10.32614/CRAN.package.bread
abstract: An improved way to create doughs using R. Typically doughs you can create
are bread and focaccia. But who knows, maybe in the future we will add more doughs.
authors:
- family-names: Oldoni
given-names: Damiano
email: damiano.oldoni@inbo.be
orcid: https://orcid.org/0000-0003-3445-7562
repository: https://CRAN.R-project.org/package=bread
contact:
- family-names: Oldoni
given-names: Damiano
email: damiano.oldoni@inbo.be
orcid: https://orcid.org/0000-0003-3445-7562
references:
- type: software
title: assertthat
abstract: 'assertthat: Easy Pre and Post Assertions'
notes: Imports
repository: https://CRAN.R-project.org/package=assertthat
authors:
- family-names: Wickham
given-names: Hadley
email: hadley@rstudio.com
year: '2024'
doi: 10.32614/CRAN.package.assertthat
- type: software
title: testthat
abstract: 'testthat: Unit Testing for R'
notes: Suggests
url: https://testthat.r-lib.org
repository: https://CRAN.R-project.org/package=testthat
authors:
- family-names: Wickham
given-names: Hadley
email: hadley@posit.co
year: '2024'
doi: 10.32614/CRAN.package.testthat
version: '>= 3.0.0'
GitHub Events
Total
- Issues event: 1
- Delete event: 1
- Issue comment event: 1
- Push event: 18
- Pull request event: 4
- Create event: 4
Last Year
- Issues event: 1
- Delete event: 1
- Issue comment event: 1
- Push event: 18
- Pull request event: 4
- Create event: 4
Committers
Last synced: 9 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Damiano Oldoni | d****i@i****e | 26 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 1
- Total pull requests: 2
- Average time to close issues: about 23 hours
- Average time to close pull requests: about 8 hours
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.5
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 2
- Average time to close issues: about 23 hours
- Average time to close pull requests: about 8 hours
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.5
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- damianooldoni (1)
Pull Request Authors
- damianooldoni (4)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/checkout v4 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- actions/checkout v4 composite
- actions/upload-artifact v4 composite
- codecov/codecov-action v4 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- assertthat * imports
- testthat >= 3.0.0 suggests