bugfixes(sinceversion = NULL, sincedate = NULL, package = "spatstat", show = TRUE)
package
for which bugs should be listed.
The default is the current installed version.
package
for which bugs should be listed.
A character string or a date-time object.
"bugtable"
,
which has its own print method.
package
.
Only those after a specified date, or after a specified version
of the package, are retained.
The bug reports are then sorted alphabetically, so that all bugs affecting a
particular function are listed consecutively. Finally the table of bug
reports is displayed (if show=TRUE
) and returned invisibly.
The argument sinceversion
should be a character string
like "1.2-3"
. The default is the current installed version of the
package. The argument sincedata
should be a
character string like "2015-05-27"
, or a date-time object. Typing bugfixes
without parentheses will display a table of
all bug fixes in the current installed version of spatstat.
latest.news
,
news
.
# show all bugs reported after publication of the spatstat book
if(interactive()) bugfixes("1.42-0")
Run the code above in your browser using DataLab