r-hyperspec / hySpc.dplyr

Interface between hyperSpec and dplyr
https://r-hyperspec.github.io/hySpc.dplyr/
MIT License
5 stars 1 forks source link
dplyr hyperspec r-package spectroscopy

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. CRAN status R-CMD-check Website (pkgdown) Codecov

R Package hySpc.dplyr


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


R package hySpc.dplyr is a member of the r-hyperspec packages family, which makes hyperSpec work smoothly with dplyr (fortification).

Documentation

https://r-hyperspec.github.io/hySpc.dplyr/

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:

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.dplyr", repos = repos)

For Developers

Developers can find information about automatic deployment from this repo to pkg-repo here in CONTRIBUTING.md.