Skip to content

Commit db124dc

Browse files
author
stoeckea.hub
committed
test commit with fac
1 parent e582da1 commit db124dc

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

R/factorize.R

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
#' Factorize tensor product effects
3+
#'
4+
#' @export
5+
#' @name factorize
6+
7+
factorize <- factorise <- function(x, ...) {
8+
UseMethod("factorize")
9+
}
10+
11+
factorize.default <- function(x, ...) stop("No default factorization.")

man/factorize.Rd

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)