Skip to content

Commit

Permalink
Merge pull request #515 from cynkra/f-list-new-matrix-constructors
Browse files Browse the repository at this point in the history
list new matrix constructors
  • Loading branch information
moodymudskipper authored Dec 31, 2024
2 parents c7b6527 + aadb54b commit 72459a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/s3-matrix.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#'
#' @return An object of class <constructive_options/constructive_options_matrix>
#' @export
opts_matrix <- function(constructor = c("matrix", "array", "next"), ...) {
opts_matrix <- function(constructor = c("matrix", "array", "cbind", "rbind", "next"), ...) {
.cstr_options("matrix", constructor = constructor[[1]], ...)
}

Expand Down
2 changes: 1 addition & 1 deletion man/construct.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/opts_matrix.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 72459a8

Please sign in to comment.