Skip to content

Commit

Permalink
add global doc
Browse files Browse the repository at this point in the history
  • Loading branch information
super-lou committed Aug 29, 2024
1 parent 319610a commit 868b2d8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions R/EXstat.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
#' @title EXstat
#' @description Provides an efficient and simple solution to aggregate and analyze the stationarity of time series.
#'
#' @details See [EXstat github documentation](https://github.com/super-lou/EXstat) for an easier approach.
#' @details See [EXstat github documentation](https://github.com/super-lou/EXstat) <https://github.com/super-lou/EXstat> for an easier approach.
#'
#' For a more user-friendly interaction, this package has been developed in symbiosis with predefined parameter files called [CARD](https://github.com/super-lou/CARD/).
#' For a more user-friendly interaction, this package has been developed in symbiosis with predefined parameter files called [CARD](https://github.com/super-lou/CARD/) <https://github.com/super-lou/CARD/>.
#' So you don't have to define complex parameters yourself to extract hydroclimatological variables. What's more, if the CARD you want doesn't exist, it's easy to create one based on the others.
#'
#' @author
Expand All @@ -21,8 +21,8 @@
#' * Nathan Pellerin
#'
#' @seealso
#' * [process_extraction()] for extracting variables.
#' * [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.
#' - [process_extraction()] for extracting variables.
#' - [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.
NULL

0 comments on commit 868b2d8

Please sign in to comment.