knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
options(tibble.print_min = 5, tibble.print_max = 5)

furdeb package

CRAN_Status_Badge Lifecycle: experimental R-CMD-check

FUnctions for R DEvelopment and Beyond!

Overview

This package aims to organise, standardise and share useful functions for many purposes (spatial manipulation, database connection, ...).

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

library(furdeb)

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.



OB7-IRD/furdeb documentation built on April 21, 2024, 12:17 a.m.