anfederico / rpkgs

A skeleton for R packages + Docker / Pkgdown / Pages aimed for Bioconductor

Home Page:https://montilab.github.io/rpkgs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rpkgs

A skeleton for R packages + Docker / Pkgdown / Pages aimed for Bioconductor

.github/workflows/build.yaml

Documentation

Please visit https://montilab.github.io/rpkgs/

Requirements

We recommend the latest version of R (>= 4.0.0) but rpkgs currently requires R (>= 3.6.0) to be installed.

Installation

Install the development version of the package from Github.

devtools::install_github("montilab/rpkgs")

Usage

library(rpkgs)
data(example)
print(example)
#> [1]  1  2  5 10 25
cols <- colorize(example)
print(cols)
#> [1] "#0D0887FF" "#280592FF" "#5D01A6FF" "#A92395FF" "#F0F921FF"
visualize(cols)

About

A skeleton for R packages + Docker / Pkgdown / Pages aimed for Bioconductor

https://montilab.github.io/rpkgs/

License:GNU General Public License v3.0


Languages

Language:R 90.4%Language:Dockerfile 9.6%