knitr::opts_chunk$set(message=FALSE, comment="#>") devtools::load_all(".")
A skeleton for R packages + Docker / Pkgdown / Pages aimed for Bioconductor
Having trouble getting your package to build?
docker build --tag montilab/rpkgs:latest .
Does it build successfully?
docker run -i -t montilab/rpkgs:latest /bin/bash R library(rpkgs) data(example) print(example)
# Install this tool for local testing brew install nektos/tap/act # List the actions act -l # Run the default (`push`) event: act
Please visit https://montilab.github.io/rpkgs/
We recommend the latest version of R (>= 4.0.0) but rpkgs currently requires R (>= 3.6.0) to be installed.
Install the development version of the package from Github.
devtools::install_github("montilab/rpkgs")
library(rpkgs)
data(example) print(example)
cols <- colorize(example) print(cols)
visualize(cols)
citation("rpkgs")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.