From a72b058eedf76bdd5574dbef56ae5e89b48721b9 Mon Sep 17 00:00:00 2001 From: "louis.heraut" Date: Mon, 16 Sep 2024 11:36:33 +0200 Subject: [PATCH] change doc in order to fix issue in general help --- NAMESPACE | 1 + R/EXstat.R | 3 +++ 2 files changed, 4 insertions(+) diff --git a/NAMESPACE b/NAMESPACE index 5c38000..8f1c3a0 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -2,6 +2,7 @@ export(CARD_extraction) export(CARD_management) +export(EXstat) export(estimateHurst) export(fieldSignificance_FDR) export(generalMannKendall) diff --git a/R/EXstat.R b/R/EXstat.R index 267dbf6..83f0c05 100644 --- a/R/EXstat.R +++ b/R/EXstat.R @@ -25,4 +25,7 @@ #' - [process_trend()] for performing trend analysis on extracted variables. #' - [CARD_extraction()] for extracting variables using CARD parameterization files. #' - [CARD_management()] for managing CARD parameterization files. +#' +#' @export +#' @md NULL