diff --git a/R/features.R b/R/features.R index bd275e84..c75d31c8 100644 --- a/R/features.R +++ b/R/features.R @@ -1,5 +1,5 @@ features_config <- rlang::env( - known_features = c("ndarray", "serde", "either", "num-complex", "graphics") + known_features = c("ndarray", "faer", "serde", "either", "num-complex", "graphics") ) validate_extendr_features <- function(features, suppress_warnings) { diff --git a/R/source.R b/R/source.R index 8cc564cf..263b5fac 100644 --- a/R/source.R +++ b/R/source.R @@ -22,7 +22,7 @@ #' otherwise, uses `rextendr.extendr_dev_deps` option #' (\code{list(`extendr-api` = list(git = "https://github.com/extendr/extendr")}). #' @param features A vector of `extendr-api` features that should be enabled. -#' Supported values are `"ndarray"`, `"num-complex"`, `"serde"`, and `"graphics"`. +#' Supported values are `"ndarray"`, `"faer"`, `"either"`, `"num-complex"`, `"serde"`, and `"graphics"`. #' Unknown features will produce a warning if `quiet` is not `TRUE`. #' @param env The R environment in which the wrapping functions will be defined. #' @param use_extendr_api Logical indicating whether