Print News About Latest Version of Package
打印新闻关于最新版本的软件包
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Prints the news documentation for the current version of spatstat or another specified package.
当前版本的spatstat或另一个指定的包文件打印的消息。
用法----------Usage----------
latest.news(package = "spatstat")
参数----------Arguments----------
参数:package
Name of package for which the news file
新闻文件名包
Details
详细信息----------Details----------
By default, this function prints the news documentation about changes in the current installed version of the spatstat package.
默认情况下,此功能打印文件的变化在当前安装的版本spatstat包的消息。
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.
如果package给定的,那么该函数读取的消息为指定的包从它的NEWS文件(如果有)和打印的条目到当前版本的包。
To see the news for all previous versions as well as the current version, use the R utility news. See the Examples.
要查看所有以前的版本以及当前版本的消息,使用R工具news。请参阅范例。
值----------Value----------
Null.
空。
(作者)----------Author(s)----------
Adrian Baddeley
<a href="mailto:Adrian.Baddeley@csiro.au">Adrian.Baddeley@csiro.au</a>
<a href="http://www.maths.uwa.edu.au/~adrian/">http://www.maths.uwa.edu.au/~adrian/</a>
and Rolf Turner
<a href="mailto:r.turner@auckland.ac.nz">r.turner@auckland.ac.nz</a>
参见----------See Also----------
news
news
实例----------Examples----------
# current news[时事新闻]
latest.news()
# all news[全部新闻]
news(package="spatstat")