Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
smasongarrison committed Sep 5, 2023
1 parent b434f79 commit cab3b73
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
on:
push:
branches: [main, master]
paths:
- '**.Rmd'
pull_request:
branches: [main, master]

Expand Down Expand Up @@ -47,4 +49,4 @@ jobs:
needs: check
- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
upload-snapshots: true
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@

<!-- badges: start -->

[![CRAN
[![Project Status: Active – The project has reached a stable, usable
state and is being actively
developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![R package
version](https://www.r-pkg.org/badges/version/BGmisc)](https://cran.r-project.org/package=BGmisc)

[![Package
downloads](https://cranlogs.r-pkg.org/badges/grand-total/BGmisc)](https://cran.r-project.org/package=BGmisc)</br>
[![.github/workflows/draft-pdf.yml](https://github.com/R-Computing-Lab/BGmisc/actions/workflows/draft-pdf.yml/badge.svg)](https://github.com/R-Computing-Lab/BGmisc/actions/workflows/draft-pdf.yml)
[![R-CMD-check](https://github.com/R-Computing-Lab/BGmisc/actions/workflows/R-CMD-check.yaml/badge.svg)](hhttps://github.com/R-Computing-Lab/BGmisc/actions/workflows/R-CMD-check.yaml)
![License](https://img.shields.io/badge/License-GPL_v3-blue.svg)
<!-- badges: end -->

BGmisc contains many functions useful for behavior genetics, including
Expand Down

0 comments on commit cab3b73

Please sign in to comment.