Skip to contents

Quick Install

# Using pak (recommended)
install.packages("pak")
pak::pkg_install("evanbio/biopalette")

# Using remotes
install.packages("remotes")
remotes::install_github("evanbio/biopalette")

Requires: R ≥ 4.1.0


Dependencies

All dependencies are installed automatically with the package.

  • cli — User-facing messages and warnings
  • ggplot2 — Palette preview rendering
  • jsonlite — JSON read/write for palette storage

Verify Installation


Update

pak::pkg_install("evanbio/biopalette")

Troubleshooting

Installation fails on Windows

Install Rtools for packages that require compilation, then retry.

Network / Firewall issues

Sys.setenv(http_proxy  = "http://your-proxy:port")
Sys.setenv(https_proxy = "https://your-proxy:port")

Uninstall

remove.packages("biopalette")

Getting Help