Skip to content

Commit

Permalink
Updated the link to the chihaya docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Sep 9, 2024
1 parent ded0dcd commit 2139924
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/options.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ staging.options$recycle.hdf5 <- FALSE
#' @details
#' By default, any DelayedArray in \code{\link{stageObject}} will be saved as a new dense array or sparse matrix.
#' However, if this option is enabled, DelayedArrays will instead be saved in the \pkg{chihaya} specification,
#' where the delayed operations are themselves stored in the HDF5 file (see \url{https://ltla.github.io/chihaya} for details).
#' where the delayed operations are themselves stored in the HDF5 file (see \url{https://artifactdb.github.io/chihaya} for details).
#'
#' The \pkg{chihaya} specification is more complicated to parse but can be helpful in reducing disk usage.
#' One simple example is to avoid sparsity-breaking or integer-to-float operations by storing their delayed representations in the file.
Expand Down
2 changes: 1 addition & 1 deletion man/preserveDelayedOperations.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2139924

Please sign in to comment.