diff --git a/DESCRIPTION b/DESCRIPTION index 60fa08cdacb88cba6abc5814af42af6020084162..90b03a7c0e083b39c793eeea36148a939e960426 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -42,5 +42,5 @@ URL: https://earth.bsc.es/gitlab/es/startR/ BugReports: https://earth.bsc.es/gitlab/es/startR/-/issues SystemRequirements: cdo ecFlow Encoding: UTF-8 -RoxygenNote: 7.2.0 +RoxygenNote: 7.2.3 Config/testthat/edition: 3 diff --git a/R/Step.R b/R/Step.R index e5d73042ef6ddd40afc266c17b17772de81c14a0..3c997f00780093644b29a8e15e73c3d311b1a8f4 100644 --- a/R/Step.R +++ b/R/Step.R @@ -19,7 +19,9 @@ #' for multiple returned arrays indicating the dimension names of the function #' output. #'@param use_libraries A vector of character string indicating the R library -#' names to be used in 'fun'. The default value is NULL. +#' names to be used in 'fun'. Only used when the jobs are run on HPCs; if the +#' jobs are run locally, load the necessary libraries by \code{library()} +#' directly. The default value is NULL. #'@param use_attributes One or more lists of vectors of character string #' indicating the data attributes to be used in 'fun'. The list name should be #' consistent with the list name of 'data' in AddStep(). The default value is diff --git a/man/Step.Rd b/man/Step.Rd index c473ccbd3229176cf3cf9c321028ae6e2f61aa54..283c555d0c9fdc84d4694bdfbe1c7b651820c455 100644 --- a/man/Step.Rd +++ b/man/Step.Rd @@ -28,7 +28,9 @@ for multiple returned arrays indicating the dimension names of the function output.} \item{use_libraries}{A vector of character string indicating the R library -names to be used in 'fun'. The default value is NULL.} +names to be used in 'fun'. Only used when the jobs are run on HPCs; if the +jobs are run locally, load the necessary libraries by \code{library()} +directly. The default value is NULL.} \item{use_attributes}{One or more lists of vectors of character string indicating the data attributes to be used in 'fun'. The list name should be