knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/" )
desc <- read.dcf("DESCRIPTION") description <- desc[, "Description"] lines <- unlist(lapply(strsplit(description, "\n"),paste,"")) lines[[length(lines)]] <- gsub(" $","",lines[[length(lines)]]) knitr::asis_output(lines)
The latest version of pQTLtools can be installed as usual:
if (!requireNamespace("remotes", quietly = TRUE)) install.packages("remotes") remotes::install_github("jinghuazhao/pQTLtools")
git clone https://github.com/jinghuazhao/pQTLtools R CMD INSTALL pQTLtools
Dependencies are detailed in the DECRIPTION file of the package at GitHub.
This can be seen from R with
library(help=pQTLtools)
or
library(pQTLtools) ?pQTLtools
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.