Skip to content

Commit

Permalink
Try integrating git_default_branch_rediscover() directly into README …
Browse files Browse the repository at this point in the history
…code
  • Loading branch information
bschilder committed Dec 13, 2021
1 parent bd74b6e commit 74710fc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ and `check_small_p_val`.
in *inst/extdata*, and includes documentation on how it was created.
* Both `check_range_p_val` and `check_small_p_val` now use `#' @inheritParams format_sumstats` to improve consistency of documentation.



### Bug fixes

* Reduced vignette sizes.
* Removed usage of `suppressWarnings` where possible.
* Deleted old *.Rproj* file and hidden folder (contained large files).
* Configured *.Rproj* so it doesn't store large data files.
* Fix badger issues: https://github.com/GuangchuangYu/badger/issues/34
* Prevent *test-index_tabix.R* from running due to errors (for now).


## CHANGES IN VERSION 1.3.0
Expand Down
3 changes: 2 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,16 @@ knitr::opts_chunk$set(tidy = FALSE,
```

<!-- badges: start -->
`r usethis::git_default_branch_rediscover()`
`r badger::badge_bioc_release(color = "black")`
`r badger::badge_github_version(color = "black")`
`r badger::badge_github_actions(action = "DockerHub")`
`r badger::badge_github_actions(action = "R-CMD-check-bioc")`
`r badger::badge_last_commit()`
`r badger::badge_codecov()`
`r badger::badge_bioc_download(by = "total", color = "blue")`
`r badger::badge_license()`
`r badger::badge_doi(doi = "https://doi.org/10.1093/bioinformatics/btab665", color="blue")`
<!-- `r badger::badge_last_commit()` -->
<!-- badges: end -->

# Introduction
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
status](https://github.com/neurogenomics/MungeSumstats/workflows/DockerHub/badge.svg)](https://github.com/neurogenomics/MungeSumstats/actions)
[![R build
status](https://github.com/neurogenomics/MungeSumstats/workflows/R-CMD-check-bioc/badge.svg)](https://github.com/neurogenomics/MungeSumstats/actions)
[![](https://img.shields.io/github/last-commit/neurogenomics/MungeSumstats.svg)](https://github.com/neurogenomics/MungeSumstats/commits/master)
[![](https://codecov.io/gh/neurogenomics/MungeSumstats/branch/master/graph/badge.svg)](https://codecov.io/gh/neurogenomics/MungeSumstats)
[![](https://img.shields.io/badge/download-400/total-blue.svg)](https://bioconductor.org/packages/stats/bioc/MungeSumstats)
[![License:
Artistic-2.0](https://img.shields.io/badge/license-Artistic--2.0-blue.svg)](https://cran.r-project.org/web/licenses/Artistic-2.0)
[![](https://img.shields.io/badge/doi-https://doi.org/10.1093/bioinformatics/btab665-blue.svg)](https://doi.org/https://doi.org/10.1093/bioinformatics/btab665)
<!-- [![](https://img.shields.io/github/last-commit/neurogenomics/MungeSumstats.svg)](https://github.com/neurogenomics/MungeSumstats/commits/master) -->
<!-- badges: end -->

# Introduction
Expand Down

0 comments on commit 74710fc

Please sign in to comment.