diff --git a/DESCRIPTION b/DESCRIPTION index ce2403e..82bd53f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -37,6 +37,7 @@ Suggests: covr, testthat (>= 3.0.0), badger, + hexSticker, utils RoxygenNote: 7.1.2 VignetteBuilder: knitr diff --git a/README.Rmd b/README.Rmd index e24a242..d6e4da5 100644 --- a/README.Rmd +++ b/README.Rmd @@ -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: "README" +title: "" author: "
If you use echoverseTemplate
, please cite:
++Brian M Schilder, Jack Humphrey, Towfique Raj (2021) echolocatoR: an automated end-to-end statistical and functional genomic fine-mapping pipeline, Bioinformatics; btab658, https://doi.org/10.1093/bioinformatics/btab658
+
if(!require("remotes")) install.packages("remotes")
+
+remotes::install_github("RajLabMSSM/echoverseTemplate")
+library(echoverseTemplate)
+