Skip to content

Commit

Permalink
update vignette. remove args2var
Browse files Browse the repository at this point in the history
  • Loading branch information
bschilder committed Mar 7, 2023
1 parent d495069 commit 5e0b07d
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 294 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ BugReports: https://github.com/RajLabMSSM/echoverseTemplate/issues
Encoding: UTF-8
Depends: R (>= 4.1)
biocViews:
Genetics, FunctionalGenomics, SystemsBiology
Software, Genetics, FunctionalGenomics, SystemsBiology
Imports:
Suggests:
rworkflows,
Expand Down
69 changes: 0 additions & 69 deletions R/args2vars.R

This file was deleted.

38 changes: 0 additions & 38 deletions R/source_all.R

This file was deleted.

4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: ""
author: "`r rworkflows::use_badges()`"
author: "`r rworkflows::use_badges(add_doi = '10.1093/bioinformatics/btab658')`"
output:
github_document
---
Expand Down Expand Up @@ -30,7 +30,7 @@ library(`r pkg`)
## Documentation

### [Website](https://rajlabmssm.github.io/`r pkg`)
### [Getting started](https://rajlabmssm.github.io/`r pkg`/articles/`r pkg`)
### [Get started](https://rajlabmssm.github.io/`r pkg`/articles/`r pkg`)

<hr>

Expand Down
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
<img src= 'https://github.com/RajLabMSSM/echoverseTemplate/raw/master/inst/hex/hex.png' height= '300' ><br><br><br><br>
<img src='https://github.com/RajLabMSSM/echoverseTemplate/raw/master/inst/hex/hex.png' title='Hex sticker for echoverseTemplate' height='300'><br>
[![License:
GPL-3](https://img.shields.io/badge/license-GPL--3-blue.svg)](https://cran.r-project.org/web/licenses/GPL-3)
[![](https://img.shields.io/badge/doi-10.1093/bioinformatics/btab658-blue.svg)](https://doi.org/10.1093/bioinformatics/btab658)
[![](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/rworkflows/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://img.shields.io/github/languages/code-size/RajLabMSSM/echoverseTemplate.svg)](https://github.com/RajLabMSSM/echoverseTemplate)
[![](https://img.shields.io/github/last-commit/RajLabMSSM/echoverseTemplate.svg)](https://github.com/RajLabMSSM/echoverseTemplate/commits/master)
<br> [![R build
status](https://github.com/RajLabMSSM/echoverseTemplate/workflows/rworkflows/badge.svg)](https://github.com/RajLabMSSM/echoverseTemplate/actions)
[![](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)
¶ <h4> ¶ Authors: <i>Brian Schilder, Jack Humphrey, Towfique Raj</i> ¶
<br>
<a href='https://app.codecov.io/gh/RajLabMSSM/echoverseTemplate/tree/master' target='_blank'><img src='https://codecov.io/gh/RajLabMSSM/echoverseTemplate/branch/master/graphs/icicle.svg' title='Codecov icicle graph' width='200' height='50' style='vertical-align: top;'></a>
<h4>
Authors: <i>Brian Schilder, Jack Humphrey, Towfique Raj</i>
</h4>

## `echoverseTemplate`: echoversePackageDescription.
Expand Down
47 changes: 0 additions & 47 deletions man/args2vars.Rd

This file was deleted.

42 changes: 0 additions & 42 deletions man/source_all.Rd

This file was deleted.

39 changes: 0 additions & 39 deletions tests/testthat/test-args2vars.R

This file was deleted.

40 changes: 0 additions & 40 deletions tests/testthat/test-source_all.R

This file was deleted.

20 changes: 11 additions & 9 deletions vignettes/echoverseTemplate.Rmd
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
title: "Getting Started"
author: "<h4>Author: <i>Brian M. Schilder</i></h4>"
date: "<h4>Updated: <i>`r format( Sys.Date(), '%b-%d-%Y')`</i></h4>"
output:
BiocStyle::html_document
vignette: >
%\VignetteIndexEntry{echodata}
%\usepackage[utf8]{inputenc}
%\VignetteEngine{knitr::rmarkdown}
title: Get started
author: '<h4>Authors: <i>`r auths <- eval(parse(text = gsub("person","c",read.dcf("../DESCRIPTION",
fields = "Authors@R"))));paste(auths[names(auths)=="given"],auths[names(auths)=="family"],
collapse = ", ")`</i></h4>'
date: '<h4>Vignette updated: <i>`r format( Sys.Date(), "%b-%d-%Y")`</i></h4>'
output: BiocStyle::html_document
vignette: |
%\VignetteIndexEntry{echoverseTemplate}
%\usepackage[utf8]{inputenc}
%\VignetteEngine{knitr::rmarkdown}
---


Expand Down Expand Up @@ -38,3 +39,4 @@ utils::sessionInfo()

</details>

<br>

0 comments on commit 5e0b07d

Please sign in to comment.