From 6740478e3844459a6c181fedffbdd1db0b2e4c48 Mon Sep 17 00:00:00 2001 From: "Brian M. Schilder" <34280215+bschilder@users.noreply.github.com> Date: Fri, 3 Dec 2021 03:11:34 +0000 Subject: [PATCH] Use URL for hex in Readme --- README.Rmd | 25 +++++++++++-------------- README.md | 21 ++++++++------------- inst/hex/hexSticker.Rmd | 1 - 3 files changed, 19 insertions(+), 28 deletions(-) diff --git a/README.Rmd b/README.Rmd index 88b9dda..2d63a70 100644 --- a/README.Rmd +++ b/README.Rmd @@ -1,7 +1,13 @@ --- -title: "" -author: "

Author: Brian M. Schilder

" -date: "

Updated: `r format( Sys.Date(), '%b-%d-%Y')`

" +title: "" +author: "

+ `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()` +
Author: Brian M. Schilder
" +date: "
README updated: `r format( Sys.Date(), '%b-%d-%Y')`
" output: github_document --- @@ -10,16 +16,7 @@ output: pkg <- read.dcf("DESCRIPTION", fields = "Package")[1] description <- read.dcf("DESCRIPTION", fields = "Description")[1] ``` - - - -`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()` - - + ## `r gsub("echoverse module: ","", description)` If you use ``r pkg``, please cite: @@ -43,7 +40,7 @@ library(`r pkg`)
-## Creator +## Contact Brian M. Schilder, Bioinformatician II diff --git a/README.md b/README.md index e6fca17..71697b9 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,4 @@ - -================ -

-Author: Brian M. Schilder -

-

-Updated: Dec-03-2021 -

- - - +

[![](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) @@ -16,7 +6,12 @@ status](https://github.com/RajLabMSSM/echoverseTemplate/workflows/R-CMD-check-bi [![](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) - +
+Author: Brian M. Schilder +
+
+README updated: Dec-03-2021 +
## echoversePackageDescription. @@ -44,7 +39,7 @@ library(echoverseTemplate)
-## Creator +## Contact Brian M. Schilder, Bioinformatician II diff --git a/inst/hex/hexSticker.Rmd b/inst/hex/hexSticker.Rmd index 3d26231..c105040 100644 --- a/inst/hex/hexSticker.Rmd +++ b/inst/hex/hexSticker.Rmd @@ -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) ```