https://github.com/fertiglab/actions
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.1%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: FertigLab
- License: gpl-3.0
- Language: R
- Default Branch: main
- Size: 5.99 MB
Statistics
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
- Releases: 3
Metadata Files
README.md
Shareable workflows
There are github actions nicely shared by the r-lib team to the r community, but workflows are not shared. This repository is created to make workflows shareable with a just a couple of lines of code across (not necessarily only) FertigLab.
r-build-check
This is the main shareable workflow, ready to be triggered by another, external workflow. When triggered, it performs repository checkout, building and checking of an R package in three different platforms: mac os, windows, and ubuntu.
call-example
This workflow uses the r-build-check as an example of integration. In case you'd like to use r-build-check, simply put the call-example code into your .github/workflows/[pick a name].yml file. Do add .github to .Rbuildignore to avoid check warnings.
Owner
- Name: FertigLab
- Login: FertigLab
- Kind: organization
- Email: ejfertig@jhmi.edu
- Repositories: 68
- Profile: https://github.com/FertigLab
Software projects in computational biology and bioinformatics in Elana Fertig's lab in Oncology Biostatistics and Bioinformatics at JHMI
GitHub Events
Total
Last Year
Dependencies
- actions/checkout v3 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
- knitr * suggests
- rmarkdown * suggests
- testthat * suggests