Download r-hyperspec Family Packages

July 26, 2026 ยท View on GitHub

Welcome!

This is a repository holding certain R packages in the r-hyperspec series (in particular, data-rich packages that are too large to be distributed on CRAN).

For developers: The instructions about how to administer this repo are in CONTRIBUTING.md.

For users: If you want to install a package, simply use R function install.packages() with the additional repository added as shown in this example:

repos <- c("https://r-hyperspec.github.io/pkg-repo/", getOption("repos"))
install.packages("hyperSpec", repos = repos, type = "source")

Instead of "hyperSpec", you may use any name of a package that resides in this repository or on CRAN. You may also use a vector of several package names.

Packages currently residing here:

PackageVersionUpdated on
hySpc.chondro0.0.0.90002023-04-23
hySpc.dplyr0.3.02022-03-27
hySpc.ggplot20.0.0.90002023-04-23
hySpc.hpc0.0.0.90002026-07-26
hySpc.read.ENVI0.0.0.90002026-06-29
hySpc.read.jdx1.0.0.02023-04-23
hySpc.read.mat0.0.0.90002026-06-29
hySpc.read.spc0.0.0.90012026-06-29
hySpc.read.spe0.0.0.90002026-06-29
hySpc.read.txt0.0.0.90002026-06-29
hySpc.testthat0.2.22026-06-29
hyperSpec0.200.0.90002025-05-07

Previous (archived) versions of the packages residing here:

PackageVersionUpdated on
hySpc.read.jdx1.0.02026-06-29
hySpc.read.jdx0.0.0.90002021-08-13
hySpc.read.spc0.0.0.90002022-07-15
hySpc.testthat0.2.1.90002026-01-28
hyperSpec0.100.0.90012021-08-21
hyperSpec0.100.0.90002021-08-03

2026-07-26 19:34:35 UTC