latest.news
From spatstat v1.41-1
by Adrian Baddeley
Print News About Latest Version of Package
Prints the news documentation for the current version of spatstat
or another specified package.
- Keywords
- documentation
Usage
latest.news(package = "spatstat")
Arguments
- package
- Name of package for which the latest news should be printed.
Details
By default, this function prints the news documentation about changes in the
current installed version of the
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 Rutility news
. See the Examples.
Value
- Null.
See Also
Examples
if(interactive()) {
# current news
latest.news
# all news
news(package="spatstat")
}
Community examples
Looks like there are no examples yet.