latest.news {spatstat} | R Documentation |
Prints the news documentation for the current version of spatstat
or another specified package.
latest.news(package = "spatstat")
package |
Name of package for which the news file |
By default, this function prints the news documentation about changes in the current installed version of the spatstat package.
If package
is given, then the function reads the
news for the specified package from its NEWS
file (if it has one)
and prints only the entries that refer to the current version
of the package.
To see the news for all previous versions as well as the current
version, use the R utility news
. See the Examples.
Null.
Adrian Baddeley Adrian.Baddeley@csiro.au http://www.maths.uwa.edu.au/~adrian/ and Rolf Turner r.turner@auckland.ac.nz
# current news latest.news() # all news news(package="spatstat")