R/conrappli-package.R

#' Web Interface for 'ConR' package
#'
#' Shiny application for mapping and computing several range parameters for plant species
#' Dedicated to Central Africa. Provide preliminary IUCN evaluation following Criterion B.
#' Based on [ConR](https://github.com/gdauby/ConR) package computation.
#'
#' @name conrappli-package
#' @docType package
#' @author Gilles Dauby
NULL

#' conrappli exported operators and S3 methods
#'
#' The following functions are imported and then re-exported
#' from the conrappli package to avoid listing packages
#' as Depends of conrappli
#'
#' @name conrappli-exports
NULL

#' @importFrom dplyr %>%
#' @name %>%
#' @export
#' @rdname conrappli-exports
NULL
gdauby/conrappli documentation built on Jan. 21, 2025, 12:51 p.m.