Skip to content

Commit 421b9ed

Browse files
committed
Test disambiguating class and function
1 parent 27c24c0 commit 421b9ed

4 files changed

Lines changed: 57 additions & 53 deletions

File tree

NAMESPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
S3method(print,h5summary)
44
export("%>%")
5-
export(ModelArray)
65
export(ModelArray.gam)
76
export(ModelArray.lm)
87
export(ModelArray.wrap)
@@ -16,6 +15,7 @@ export(gen_gamFormula_contIx)
1615
export(gen_gamFormula_fxSmooth)
1716
export(h5summary)
1817
export(mergeModelArrays)
18+
export(modelarray)
1919
export(nElements)
2020
export(nInputFiles)
2121
export(numElementsTotal)

R/ModelArray_Constructor.R

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
#'
3939
#' @importClassesFrom DelayedArray DelayedArray
4040
#' @exportClass ModelArray
41-
#' @aliases ModelArray-class
4241
ModelArray <- setClass(
4342
"ModelArray",
4443
slots = c(
@@ -49,8 +48,6 @@ ModelArray <- setClass(
4948
)
5049
)
5150

52-
53-
5451
#' ModelArraySeed
5552
#'
5653
#' Generates a "seed" for the h5 file format. A wrapper around HDF5ArraySeed
@@ -120,7 +117,7 @@ ModelArraySeed <- function(filepath, name, type = NA) {
120117
#' @importFrom dplyr %>%
121118
#' @importFrom DelayedArray DelayedArray realize
122119
#' @importFrom rhdf5 h5readAttributes
123-
ModelArray <- function(filepath,
120+
modelarray <- function(filepath,
124121
scalar_types = c("FD"),
125122
analysis_names = character(0)) {
126123
# TODO: try and use hdf5r instead of rhdf5 and delayedarray here

man/ModelArray-class.Rd

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

man/ModelArray.Rd

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

0 commit comments

Comments
 (0)