From 1a699ce5715fde044774b88db6e777fbe67cd4b6 Mon Sep 17 00:00:00 2001 From: Sambhav Dixit <94298612+sambhavnoobcoder@users.noreply.github.com> Date: Mon, 2 Sep 2024 20:52:05 +0530 Subject: [PATCH] Add noRd - quick fix to omit rd files out of the total roxygen code --- modules/assim.sequential/R/downscale_function.R | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/assim.sequential/R/downscale_function.R b/modules/assim.sequential/R/downscale_function.R index a610c718d4..317926eba1 100644 --- a/modules/assim.sequential/R/downscale_function.R +++ b/modules/assim.sequential/R/downscale_function.R @@ -62,6 +62,8 @@ SDA_downscale_preprocess <- function(data_path, coords_path, date, carbon_pool) return(list(input_data = input_data, site_coordinates = site_coordinates, carbon_data = carbon_data)) } +##' @noRd +##' ##' @title Create folds function ##' @name .create_folds ##' @author Sambhav Dixit