Skip to content

Commit

Permalink
Export internal DelayedArray1 class
Browse files Browse the repository at this point in the history
  • Loading branch information
hpages committed Oct 11, 2018
1 parent c34c28b commit 26061a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Description: Wrapping an array-like object (typically an on-disk object) in
also works on in-memory array-like objects like DataFrame objects
(typically with Rle columns), Matrix objects, and ordinary arrays and
data frames.
Version: 0.7.47
Version: 0.7.48
Encoding: UTF-8
Author: Hervé Pagès <hpages@fredhutch.org>, with contributions from
Peter Hickey <peter.hickey@gmail.com>
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ exportClasses(

## DelayedArray-class.R:
DelayedArray, DelayedMatrix,
DelayedArray1,

## chunkGrid.R:
integer_OR_NULL,
Expand Down
3 changes: 3 additions & 0 deletions man/DelayedArray-class.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
\alias{DelayedArray,DelayedArray-method}
\alias{DelayedArray,DelayedOp-method}

\alias{class:DelayedArray1}
\alias{DelayedArray1-class}
\alias{DelayedArray1}
\alias{updateObject,DelayedArray-method}

\alias{type}
Expand Down

0 comments on commit 26061a9

Please sign in to comment.