The R Project SVN R

Rev

Rev 31294 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 31294 Rev 32570
Line 2183... Line 2183...
2183
	(Wishlist PR#3424)
2183
	(Wishlist PR#3424)
2184
 
2184
 
2185
    o	*, - and / work more generally on "difftime" objects, which now
2185
    o	*, - and / work more generally on "difftime" objects, which now
2186
	have a diff() method.
2186
	have a diff() method.
2187
 
2187
 
2188
    o	dt(*, ncp = V)	is now implemented, thanks to Claus Ekstroem.
2188
    o	dt(*, ncp = V)	is now implemented, thanks to Claus Ekstrom.
2189
 
2189
 
2190
    o	dump() only quotes object names in the file where necessary.
2190
    o	dump() only quotes object names in the file where necessary.
2191
 
2191
 
2192
    o	eval() of a promise forces the promise
2192
    o	eval() of a promise forces the promise
2193
 
2193
 
Line 3350... Line 3350...
3350
 
3350
 
3351
    o	New plot.design() function as in S.
3351
    o	New plot.design() function as in S.
3352
 
3352
 
3353
    o	The postscript() and PDF() drivers now allow the title to be set.
3353
    o	The postscript() and PDF() drivers now allow the title to be set.
3354
 
3354
 
3355
    o	New function power.anova.test(), contributed by Claus Ekstrøm.
3355
    o	New function power.anova.test(), contributed by Claus Ekstrom.
3356
 
3356
 
3357
    o	power.t.test() now behaves correctly for negative delta in the
3357
    o	power.t.test() now behaves correctly for negative delta in the
3358
	two-tailed case.
3358
	two-tailed case.
3359
 
3359
 
3360
    o	power.t.test() and power.prop.test() now have a `strict'
3360
    o	power.t.test() and power.prop.test() now have a `strict'
Line 3434... Line 3434...
3434
	levels.
3434
	levels.
3435
 
3435
 
3436
    o	symnum() has a new logical argument `abbr.colnames'.
3436
    o	symnum() has a new logical argument `abbr.colnames'.
3437
 
3437
 
3438
    o	summary(<logical>) now mentions NA's as suggested by
3438
    o	summary(<logical>) now mentions NA's as suggested by
3439
	Göran Broström.
3439
	Goran Brostrom.
3440
 
3440
 
3441
    o	summaryRprof() now prints times with a precision appropriate
3441
    o	summaryRprof() now prints times with a precision appropriate
3442
	to the sampling interval, rather than always to 2dp.
3442
	to the sampling interval, rather than always to 2dp.
3443
 
3443
 
3444
    o	New function Sys.getpid() to get the process ID of the R session.
3444
    o	New function Sys.getpid() to get the process ID of the R session.
Line 4198... Line 4198...
4198
    o	Function vcov() (formerly in MASS), a generic function to
4198
    o	Function vcov() (formerly in MASS), a generic function to
4199
	return the variance-covariance matrix of the parameter
4199
	return the variance-covariance matrix of the parameter
4200
	estimates of a fitted model.
4200
	estimates of a fitted model.
4201
 
4201
 
4202
    o	duplicated() and unique() have methods for matrices and arrays
4202
    o	duplicated() and unique() have methods for matrices and arrays
4203
	(based on ideas from Jens Oehlschlägel).
4203
	(based on ideas from Jens Oehlschlaegel).
4204
 
4204
 
4205
    o	Internally memory sizes and counts of cons cells are now stored
4205
    o	Internally memory sizes and counts of cons cells are now stored
4206
	in unsigned longs.  This allows memory limits to be set and
4206
	in unsigned longs.  This allows memory limits to be set and
4207
	objects created in the range 2-4Gb on 32-bit platforms, and
4207
	objects created in the range 2-4Gb on 32-bit platforms, and
4208
	allows 64-bit platforms to use much larger amounts of memory.
4208
	allows 64-bit platforms to use much larger amounts of memory.
Line 4768... Line 4768...
4768
 
4768
 
4769
    o	round/trunc.POSIXt were erroneously retaining information on
4769
    o	round/trunc.POSIXt were erroneously retaining information on
4770
	DST. (PR#1543)
4770
	DST. (PR#1543)
4771
 
4771
 
4772
    o	tcltk package didn't work with tcl8.0.x.  Compatibility code
4772
    o	tcltk package didn't work with tcl8.0.x.  Compatibility code
4773
	inserted (PR#1640, thanks to René Bertin for helping out with
4773
	inserted (PR#1640, thanks to Rene' Bertin for helping out with
4774
	this).
4774
	this).
4775
 
4775
 
4776
    o	selfStart() {pkg "nls"} now works again when parameter names are
4776
    o	selfStart() {pkg "nls"} now works again when parameter names are
4777
	not specified (but implicit).
4777
	not specified (but implicit).
4778
 
4778