From 9f7d25767999fde38fa54726842ddc38cf2f9fb4 Mon Sep 17 00:00:00 2001 From: David Blodgett Date: Sat, 29 Jun 2024 13:49:57 -0500 Subject: [PATCH] indexer documentation (for #97) --- R/indexing.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/indexing.R b/R/indexing.R index cf3072c..1858fd1 100644 --- a/R/indexing.R +++ b/R/indexing.R @@ -4,7 +4,7 @@ #' @title OIndex Class #' @docType class #' @description -#' TODO +#' Orthogonal index class #' @rdname OIndex #' @keywords internal OIndex <- R6::R6Class("OIndex", @@ -28,7 +28,7 @@ OIndex <- R6::R6Class("OIndex", #' @title VIndex Class #' @docType class #' @description -#' TODO +#' Vectorized index class #' @rdname VIndex #' @keywords internal VIndex <- R6::R6Class("VIndex",