Skip to content

Commit

Permalink
Fix readme_header namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bschilder committed Nov 12, 2022
1 parent 0f39d13 commit 59e4f95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 69 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: ""
author: "`r echodata::readme_header()`"
author: "`r echogithub::readme_header()`"
date: "<h5>README updated: <i>`r format( Sys.Date(), '%b-%d-%Y')`</i></h5>"
output:
github_document
Expand Down
69 changes: 1 addition & 68 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GPL-3](https://img.shields.io/badge/license-GPL--3-blue.svg)](https://cran.r-pro
Authors: <i>Brian Schilder, Jack Humphrey, Towfique Raj</i>
</h4>
<h5>
README updated: <i>Nov-11-2022</i>
README updated: <i>Nov-12-2022</i>
</h5>

## `echodata`: Examples of fine-mapped GWAS summary statistics, data formatting functions, and API access to the echolocatoR Fine-mapping Portal.
Expand Down Expand Up @@ -40,73 +40,6 @@ library(echodata)

### [Getting started](https://rajlabmssm.github.io/echodata/articles/echodata)

# echoverse table of contents

``` r
scKirby::source_all()
```

##
## Attaching package: 'dplyr'

## The following objects are masked from 'package:stats':
##
## filter, lag

## The following objects are masked from 'package:base':
##
## intersect, setdiff, setequal, union

## Sourcing 100 files.

``` r
toc <- github_pages_toc(owner = c("RajLabMSSM","neurogenomics"),
repo = c("echodata","MungeSumstats"))
```

<ul class="toc-list" style="ul {list-style: none};ul li h2 a:before { content:&#39;🦇&#39;};">
<li>
<h2>
🦇 <a href='https://rajlabmssm.github.io/echodata/'>echodata</a>
</h2>
<ul>
<li>
<h3>
<a href='https://rajlabmssm.github.io/echodata//articles/echodata.html' target='blank'>echodata</a>
</h3>
</li>
<li>
<h3>
<a href='https://rajlabmssm.github.io/echodata//articles/echolocatoR_Finemapping_Portal.html' target='blank'>echolocatoR
Finemapping Portal</a>
</h3>
</li>
</ul>
</li>
<li>
<h2>
🦇
<a href='https://neurogenomics.github.io/MungeSumstats/'>MungeSumstats</a>
</h2>
<ul>
<li>
<h3>
<a href='https://neurogenomics.github.io/MungeSumstats//articles/MungeSumstats.html' target='blank'>MungeSumstats</a>
</h3>
</li>
<li>
<h3>
<a href='https://neurogenomics.github.io/MungeSumstats//articles/OpenGWAS.html' target='blank'>OpenGWAS</a>
</h3>
</li>
<li>
<h3>
<a href='https://neurogenomics.github.io/MungeSumstats//articles/docker.html' target='blank'>docker</a>
</h3>
</li>
</ul>
</li>
</ul>
<hr>

## Contact
Expand Down

0 comments on commit 59e4f95

Please sign in to comment.