Skip to content

Commit

Permalink
DOCS: raster's RasterLayer object cannot be saved to file without los…
Browse files Browse the repository at this point in the history
…ing precision; added reference
  • Loading branch information
BHGC Website GHA Workflow Runner committed Dec 14, 2023
1 parent 213a697 commit 47e08ec
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: marshal
Version: 0.0.1-9001
Version: 0.0.1-9002
Title: Framework to Marshal Objects to be Used in Another R Process
Depends:
R (>= 3.2.0)
Expand Down
6 changes: 6 additions & 0 deletions R/marshal.raster.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,15 @@
#' Marshalling of `RasterLayer` objects is _leaky_. More precisely,
#' the method _cannot_ guarantee that multiple rounds of marshalling
#' and unmarshalling produce numerically identical objects.
#' For further information, see (1).
#'
#' @example incl/marshal.raster.R
#'
#' @references
#' 1. Issue #311 - 'Incorrect large values saved to disk with writeRaster()',
#' **raster** GitHub repostory, 2023-05-17,
#' <https://github.com/rspatial/raster/issues/311>.
#'
#' @rdname marshal.raster
#' @aliases marshal.RasterLayer
#' @export
Expand Down
8 changes: 8 additions & 0 deletions man/marshal.raster.Rd

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

0 comments on commit 47e08ec

Please sign in to comment.