Commit 6e0752f7 authored by houyun's avatar houyun
Browse files

add TODO

parent 1ef01f36
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ matrix_data <- function(x,
                        group = NULL,
                        ...)
{
  ## TODO: this function will be soft-deprecated in next version
  stopifnot(is.list(x))
  type <- match.arg(type, c("full", "upper", "lower"))
  nm <- names(x)