Skip to content

Commit

Permalink
Comment out class for now
Browse files Browse the repository at this point in the history
  • Loading branch information
grimbough committed Jul 10, 2023
1 parent e59a50a commit 093de93
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion R/AllClass.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,9 @@ setClass("H5IdComponent",
setClass("H5Ref",
slots = c(val = "raw",
type = "integer")
)
)

#' #' @importClassesFrom S4Vectors Factor
#' setClass("H5Enum",
#' contains = "Factor"
#' )

0 comments on commit 093de93

Please sign in to comment.