inst/scripts/favicons.R

crewate_favicons <- function()
{
# 1. generate logo.svg

  library(gap)
  svg("logo.svg")
  INF <- Sys.getenv("INF")
  d <- read.csv(file.path(INF,"work","INF1.merge.cis.vs.trans"),as.is=TRUE)
  r <- pqtl2dplot(d)
  dev.off()

# 2. build favicons

  library(pkgdown)
  build_favicons(overwrite=TRUE)
}

Try the pQTLdata package in your browser

Any scripts or data that you put into this service are public.

pQTLdata documentation built on April 12, 2025, 1:34 a.m.