FUnctions for R DEvelopment and Beyond!

Overview

Working in progress for this section. Be patient.

Installation

Working in progress for this section. Be patient.

devtools::install_github("https://github.com/OB7-IRD/furdeb",
                         INSTALL_opts=c("--no-multiarch"))

Development version

To get a bug fix or to use a feature from the development version, you can install the development version of furdeb from GitHub.

devtools::install_github("https://github.com/OB7-IRD/furdeb",
                         ref = "development",
                         INSTALL_opts=c("--no-multiarch"))

Cheatsheet

Working in progress for this section. Be patient.

Usage

Getting help

If you encounter a clear bug, please file an issue with a minimal reproducible example on GitHub issues page. This link is also available if you have any questions and improvement propositions.

References

Working in progress for this section.