Skip to content

Commit

Permalink
Don't export the utils function
Browse files Browse the repository at this point in the history
  • Loading branch information
statwangz committed Oct 2, 2023
1 parent 3651134 commit 2decb0c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export(getELBO)
export(getImportance)
export(initSF)
export(predictFX)
export(projSparse)
export(updateMFAIR)
exportClasses(MFAIR)
exportClasses(MFAIRSingleFactor)
Expand Down
1 change: 0 additions & 1 deletion R/mfairUtils.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#' @param obs_indices A matrix containing 1-based indices of the observed entries in the matrix Y. The first column represents row and the second column represents column.
#'
#' @return A dgCMatrix containing the projection result.
#' @export
#'
projSparse <- function(Y, obs_indices) {
N <- nrow(Y)
Expand Down

0 comments on commit 2decb0c

Please sign in to comment.