Skip to content

Commit

Permalink
Use URL for hex in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bschilder committed Dec 3, 2021
1 parent ae2824e commit 6740478
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 28 deletions.
25 changes: 11 additions & 14 deletions README.Rmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
---
title: "<img src='inst/hex/hex.png' height='300'>"
author: "<h4>Author: <i>Brian M. Schilder</i></h4>"
date: "<h4>Updated: <i>`r format( Sys.Date(), '%b-%d-%Y')`</i></h4>"
title: ""
author: "<img src='https://github.com/RajLabMSSM/`r read.dcf('DESCRIPTION', fields = 'Package')[1]`/raw/master/inst/hex/hex.png' height='300'><br><br>
`r badger::badge_github_version(color = 'black')`
`r badger::badge_github_actions(action = 'R-CMD-check-bioc')`
`r badger::badge_last_commit()`
`r badger::badge_codecov()`
`r badger::badge_license()`
<h5>Author: <i>Brian M. Schilder</i></h5>"
date: "<h5>README updated: <i>`r format( Sys.Date(), '%b-%d-%Y')`</i></h5>"
output:
github_document
---
Expand All @@ -10,16 +16,7 @@ output:
pkg <- read.dcf("DESCRIPTION", fields = "Package")[1]
description <- read.dcf("DESCRIPTION", fields = "Description")[1]
```


<!-- badges: start -->
`r badger::badge_github_version(color = "black")`
`r badger::badge_github_actions(action = "R-CMD-check-bioc")`
`r badger::badge_last_commit()`
`r badger::badge_codecov()`
`r badger::badge_license()`
<!-- badges: end -->


## `r gsub("echoverse module: ","", description)`

If you use ``r pkg``, please cite:
Expand All @@ -43,7 +40,7 @@ library(`r pkg`)

<hr>

## Creator
## Contact

<a href="https://bschilder.github.io/BMSchilder/" target="_blank">Brian
M. Schilder, Bioinformatician II</a>
Expand Down
21 changes: 8 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,17 @@
<img src='inst/hex/hex.png' height='300'>
================
<h4>
Author: <i>Brian M. Schilder</i>
</h4>
<h4>
Updated: <i>Dec-03-2021</i>
</h4>

<!-- badges: start -->

<img src='https://github.com/RajLabMSSM/echoverseTemplate/raw/master/inst/hex/hex.png' height='300'><br><br>
[![](https://img.shields.io/badge/devel%20version-0.99.0-black.svg)](https://github.com/RajLabMSSM/echoverseTemplate)
[![R build
status](https://github.com/RajLabMSSM/echoverseTemplate/workflows/R-CMD-check-bioc/badge.svg)](https://github.com/RajLabMSSM/echoverseTemplate/actions)
[![](https://img.shields.io/github/last-commit/RajLabMSSM/echoverseTemplate.svg)](https://github.com/RajLabMSSM/echoverseTemplate/commits/master)
[![](https://codecov.io/gh/RajLabMSSM/echoverseTemplate/branch/master/graph/badge.svg)](https://codecov.io/gh/RajLabMSSM/echoverseTemplate)
[![License:
GPL-3](https://img.shields.io/badge/license-GPL--3-blue.svg)](https://cran.r-project.org/web/licenses/GPL-3)
<!-- badges: end -->
<h5>
Author: <i>Brian M. Schilder</i>
</h5>
<h5>
README updated: <i>Dec-03-2021</i>
</h5>

## echoversePackageDescription.

Expand Down Expand Up @@ -44,7 +39,7 @@ library(echoverseTemplate)

<hr>

## Creator
## Contact

<a href="https://bschilder.github.io/BMSchilder/" target="_blank">Brian
M. Schilder, Bioinformatician II</a>
Expand Down
1 change: 0 additions & 1 deletion inst/hex/hexSticker.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Create file path.

```{r}
filename <- here::here("inst/hex/hex.png")
# filename <- file.path(tempdir(), paste0(pkg,".png"))
dir.create(dirname(filename), showWarnings = FALSE, recursive = TRUE)
```

Expand Down

0 comments on commit 6740478

Please sign in to comment.