diff --git a/NEWS.md b/NEWS.md index 6fac67633..fcbf43cee 100644 --- a/NEWS.md +++ b/NEWS.md @@ -8,12 +8,16 @@ - NetCDF files with month time-step encode from 0-11 made R crash [#1544](https://github.com/rspatial/terra/issues/1544) by Martin Holdrege - `split` only worked well if the split field was of type character. [#1530](https://github.com/rspatial/terra/issues/1530) by Igor Graczykowski - `gridDist` (and probably some other methods) emitted a "cannot overwrite existing file" error when processing large datasets [#1522](https://github.com/rspatial/terra/issues/1522) by Clare Pearson +- `terrain` did not accept multiple variables [#1561](https://github.com/rspatial/terra/issues/1561) by Michael Mahoney +- `rotate` was vulnarable to an integer overflow [#1562](https://github.com/rspatial/terra/issues/1562) by Sacha Ruzzante ## enhancements - `as.list` sets the names of the list [#1513](https://github.com/rspatial/terra/issues/1513) - a SpatVectorCollection can now be subset with its names; and if made from a list it takes the names from the list. [1515](https://github.com/rspatial/terra/issues/1515) by jedgroev +- argument `fill_range` to plot and `plot` to use the color of the extreme values of the specified range [#1553](https://github.com/rspatial/terra/issues/1553) by Mike Koontz + ## new diff --git a/man/prcomp.Rd b/man/prcomp.Rd index b060d0c50..afcccc25d 100644 --- a/man/prcomp.Rd +++ b/man/prcomp.Rd @@ -29,7 +29,7 @@ prcomp object } \note{ -\code{prcomp} may change the layer names if they are not valid. See \code{\link{make.names}}. In that case, you will get a warning, and would need to also make the layernames of \code{x} valid before using \code{predict}. Even better would be to change them before calling \code{prcomp}. +\code{prcomp} may change the layer names if they are not valid. See \code{\link{make.names}}. In that case, you will get a warning, and would need to also make the layer names of \code{x} valid before using \code{predict}. Even better would be to change them before calling \code{prcomp}. } \seealso{ \code{\link{princomp}}, \code{\link[stats]{prcomp}}}