Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/rspatial/terra
Browse files Browse the repository at this point in the history
  • Loading branch information
rhijmans committed Feb 1, 2025
2 parents d179cfd + 37443fc commit 3894c80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions man/sources.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Get the data sources of a SpatRaster or SpatVector or related object. Sources ar
A vector of filenames, or \code{""} when there is no filename, if \code{nlyr} and \code{bands} are both \code{FALSE}. Otherwise a \code{data.frame}
}

\seealso{ \code{\link{toMemory}} }

\examples{
f <- system.file("ex/elev.tif", package="terra")
Expand Down
2 changes: 1 addition & 1 deletion man/toMemory.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Same as \code{x}
}


\seealso{ \code{\link{values}, \link{as.data.frame}, \link{readValues}} }
\seealso{ \code{\link{values}, \link{as.data.frame}, \link{readValues}, \link{inMemory}} }


\examples{
Expand Down

0 comments on commit 3894c80

Please sign in to comment.