This package is still under construction.
So this website is not fully updated yet.


R package hySpc.read.ENVI is a member of the r-hyperspec packages family, which import ENVI files into hyperSpec.

Documentation

There are two versions of hySpc.read.ENVI online documentation:

  1. for the released version of package,
  2. for the development version of package.

The documentation of the other r-hyperspec family packages can be found at r-hyperspec.github.io.

Issues, Bug Reports and Feature Requests

Issues, bug reports and feature requests should go to an appopriate package’s repository:

  • if related to this package, use this link;
  • if related to hyperSpec package, use this link.

Installation

Install from CRAN-like Repository

The recommended way to install the in-development version:

repos <- c("https://r-hyperspec.github.io/pkg-repo/", getOption("repos"))
install.packages("hySpc.read.ENVI", repos = repos)