The R Project SVN R

Rev

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

Rev 34391 Rev 34397
Line 177... Line 177...
177
	and used by packageDescription() and library(help=).
177
	and used by packageDescription() and library(help=).
178
 
178
 
179
 
179
 
180
BUG FIXES
180
BUG FIXES
181
 
181
 
182
    o	Hershey fonts were being sized based on pixels not points so came
-
 
183
        out too small on devices where pixels were noticeably different 
-
 
184
	from points (e.g., win.printer and high-resolution screens).
-
 
185
 
-
 
186
	Fix means that default size of Hershey fonts may be slightly
-
 
187
	different, for example, smaller by default on PostScript and PDF.
-
 
188
 
-
 
189
    o	lm(qr=FALSE) now works.
182
    o	lm(qr=FALSE) now works.
190
 
183
 
191
    o	predict.glm() not longer loses names for "response" predictions.
184
    o	predict.glm() not longer loses names for "response" predictions.
192
	(PR#7792)
185
	(PR#7792)
193
 
186
 
Line 285... Line 278...
285
 
278
 
286
    o	source(file, chdir = TRUE) was not checking that 'file' was a
279
    o	source(file, chdir = TRUE) was not checking that 'file' was a
287
	filepath (rather than a URL).  For 2.1.0 only, it did not work
280
	filepath (rather than a URL).  For 2.1.0 only, it did not work
288
	even if 'file' was a filepath.
281
	even if 'file' was a filepath.
289
 
282
 
-
 
283
    o	Hershey fonts were being sized based on pixels not points so came
-
 
284
        out too small on devices where pixels were noticeably different 
-
 
285
	from points (e.g., win.printer() and high-resolution screens).
-
 
286
 
-
 
287
	Fix means that default size of Hershey fonts may be slightly
-
 
288
	different, for example, smaller by default on PostScript and PDF.
-
 
289
 
-
 
290
    o	The branch cuts in the complex versions of the inverse
-
 
291
	trigonometric and hyperbolic functions were non-standard.
-
 
292
	(PR#7871)
-
 
293
 
-
 
294
 
290
 
295
 
291
 
296
 
292
		CHANGES IN R VERSION 2.1.0
297
		CHANGES IN R VERSION 2.1.0
293
 
298
 
294
 
299