| changes {ssBase} | R Documentation |
This page contains a list of recent changes made to the package, and known general problems.
lattice has been removed, along with the default values for alpha, d, centrelong and centrelat in the function call. These must now be set explicitly. (March 2003)
subcatalogue has been deleted. It is superseded by as.catalogue. (June 2003)
print.cat has been renamed to write.catalogue. (June 2003)
c.cat has been renamed to c.catalogue providing a “combine” method for objects with class "catalogue". (June 2003)
c.catalogue: argument name has been changed to catname. (June 2003)
plot.subset has been moved to the ssEDA package. (June 2003)
subset.circle, subset.polygon, subset.rect, subset.sphere: argument na.rm added. Its effect has been described under ‘Details’ of the documentation of each function. (June 2003)
library.version: updated. (August 2003)
library.version: version above included a stray CR causing a syntax error. (September 2003)
Palliser Catalogue added. (September 2003)
as.catalogue modified to be compatible with R version 1.7.1. A list now has class "list". (October 2003)
ReadNZ, ReadPDE and ReadWellington have been deleted, now part of respective packages. (October 2003)
days1 and projection: links to functions in other packages in manual pages modified to include the package name. (November 2003)
\dQuote and \sQuote. (January 2004)
summary.catalogue: gave a warning message if all values of depth were missing; fixed. (February 2004)
epi.circle: argument plotit removed. (February 2004)
Read functions has been removed from this package, with each catalogue package containing its ``read'' function. (March 2004)
library.version: documentation mismatch with code corrected. (7 May 2004)
subset.polygon: PACKAGE="ssBase" has been added to the .Fortran("polyse", ...) call within the function. (7 May 2004)
Palliser, NZ55: in earlier package versions these datasets were read from a text file creating the rda file at the time data(Palliser) or data(NZ55) were ran. This method caused a syntax error in R 2.0. Now this file is created when the package is installed, similar to the catalogue packages. (22 Nov 2004)
summary.subset: syntax error in R 2.0 caused by multiple inequalities in an expression. A phantom() has been added to the initial if (plot == TRUE) statement. (22 Nov 2004)
subset.circle, subset.polygon, subset.sphere: documentation formatting changes to use \eqn. (16 Feb 2005)
arcdist: new function. (16 Feb 2005)
lattice: rearrange function code. (18 Feb 2005)
write.catalogue: writing loop eliminated, and use made of R functions format and formatC. (20 Feb 2005)
c.catalogue: function rewritten, user can now select a subset of variables to include. (20 Feb 2005)
subset.circle, subset.polygon, subset.rect, subset.sphere: documentation for arguments minday and maxday clarified. (April 2005)
days1, datetimes: clearer explanation on the manual pages of the difference between these functions and similar functions in the chron package. (29 April 2005)
$(RM) -f”, each of were replaced by “$(RM)”. The in-built definition for RM already contains the “-f”. (20 June 2005)
days1, months1, years1: the chron package implemented a namespace in version 2.3-0. To call the chron function origin, one now needs chron:::origin; though here have replaced with attr(x, "origin"). (28 Nov 2005)
days1: error in example fixed (“1959” to “1969”). (28 Nov 2005)
lattice: d included in output list. (4 May 2006)
DLLLIBS = -L$(RHOME)/lib -L$(RHOME)/src/gnuwin32 -lR deleted. (10 Jul 2007)
c.catalogue: arguments ... and recursive added for compatibility with generic function c. (2 Aug 2007)
subset.rect, subset.circle, subset.polygon, and subset.sphere are deprecated and have been renamed to subsetrect, subsetcircle, subsetpolygon, and subsetsphere, respectively. Their names conflict with the generic R function subset. (5 Nov 2007)
subset.rect, subset.polygon, and subset.sphere: correct incorrect information in the deprecated warning message. (21 Nov 2007)
"datetimes" compatible with base software provided by R. Still insufficient flexibility in the chron functions.
subset.catalogue as a method for subset. It would involve subsetcircle, subsetpolygon, subsetrect, and subsetsphere.