Skip to content

Commit 26d548a

Browse files
committed
Finish updating docs
1 parent 66448b9 commit 26d548a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

R/ModelArray_Constructor.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -920,6 +920,8 @@ analyseOneElement.gam <- function(i_element,
920920
#' \item A named atomic vector. Unnamed vectors are accepted and
921921
#' auto-named as \code{v1}, \code{v2}, etc.
922922
#' }
923+
#' All return values are coerced to a numeric vector internally.
924+
#' Unsupported types (e.g., environments, S4 objects) will error.
923925
#' @param ctx A precomputed context list from \code{.build_wrap_context()},
924926
#' or \code{NULL}.
925927
#' @param ... Additional arguments forwarded to \code{user_fun}.

0 commit comments

Comments
 (0)