Skip to content

Commit

Permalink
Rename hex.png and move vignette to inst
Browse files Browse the repository at this point in the history
  • Loading branch information
bschilder committed Dec 3, 2021
1 parent f5763e8 commit ae2824e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 268 deletions.
14 changes: 7 additions & 7 deletions README.Rmd
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
```{r, echo=FALSE, include=FALSE}
pkg <- read.dcf("DESCRIPTION", fields = "Package")[1]
description <- read.dcf("DESCRIPTION", fields = "Description")[1]
hex_url <- paste0('https://github.com/RajLabMSSM/',pkg,'raw/master/inst/hex/',pkg,'.png')
```

---
title: "<img src='`r hex_url`' height='300'>"
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>"
output:
github_document
---

```{r, echo=FALSE, include=FALSE}
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")`
Expand Down
256 changes: 0 additions & 256 deletions README.html

This file was deleted.

6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
README
<img src='inst/hex/hex.png' height='300'>
================
<h4>
Author: <i>Brian M. Schilder</i>
Expand All @@ -18,9 +18,7 @@ status](https://github.com/RajLabMSSM/echoverseTemplate/workflows/R-CMD-check-bi
GPL-3](https://img.shields.io/badge/license-GPL--3-blue.svg)](https://cran.r-project.org/web/licenses/GPL-3)
<!-- badges: end -->

# echoverse: `echoverseTemplate`

## echoverse module: echoversePackageDescription.
## echoversePackageDescription.

If you use `echoverseTemplate`, please cite:

Expand Down
File renamed without changes
2 changes: 1 addition & 1 deletion inst/hex/hexSticker.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ library(ggimage)
Create file path.

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

0 comments on commit ae2824e

Please sign in to comment.