~showard314/ubuntu/karmic/r-base/remove_start_comments

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2008-12-20 09:26:38 UTC
  • mfrom: (1.2.6 upstream)
  • mto: (2.1.32 jaunty)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20081220092638-i4p6po0hndi24ri5
* Updated to Dec 19 release candidate of R 2.8.1 expected for Dec 22

* r-doc-pdf expected to be empty due to the tex/texinfo bug below

* debian/control: Change Build-Depends: on openjdk-6-jdk to 
  'openjdk-6-jdk [!arm !hppa]' as arm and hppa do not have one.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
        **************************************************
7
7
 
8
8
 
9
 
                CHANGES IN R VERSION 2.8.0 patched
 
9
                CHANGES IN R VERSION 2.8.1
10
10
 
11
11
 
12
12
NEW FEATURES
76
76
 
77
77
        So is install.packages(installWithVers = TRUE).
78
78
 
 
79
    o   Rd conversion to Sd and Ssgm is now deprecated as we no longer
 
80
        have any means to check the results (and Sd is long obsolete).
 
81
 
79
82
 
80
83
BUG FIXES
81
84
 
119
122
        encoding, and this is done once again.)
120
123
 
121
124
    o   R CMD config could echo messages from GNU make if called from
122
 
        within a Makefile (as e.g. package Rcpp does), especially from
 
125
        within a Makefile (as e.g. package Rcpp did), especially from
123
126
        within a parallel make run.
124
127
 
125
128
    o   Rounding error could affect window(extend=TRUE) when applied
213
216
 
214
217
    o   median.default() now also works for "numeric"-like vectors.
215
218
 
216
 
    o   The pdf() device can now handle the case where an image
217
 
        uses a very large number of colours with different levels
218
 
        of semi-transparency (alpha-values).  It used to segfault.
 
219
    o   The pdf() device can now handle the case where an image uses a
 
220
        very large number of colours with different levels of
 
221
        semi-transparency (alpha-values).  It used to segfault.
 
222
        (Also PR#13264.)
219
223
 
220
224
    o   window() failed to apply a fuzz to 'start' or 'end' and so
221
225
        sometimes warned incorrectly for time series with 'freq' not a
235
239
    o   setRepositories() failed if "pkgType" was set to
236
240
        "mac.binary.leopard".
237
241
 
 
242
    o   formals<-() changed the body of the function if this was a
 
243
        length-one list.
 
244
 
 
245
    o   body<-() failed if the function had no arguments.  It now
 
246
        warns if discarding elements from a 'value' of type "expression".
 
247
 
 
248
    o   qr.coef() failed in the complex case for non-square systems.
 
249
        (PR#13305)
 
250
 
 
251
    o   plot.dendrogram(horizontal=TRUE) did not not plot 'edgetext'
 
252
        at the correct locations.  (PR#13313)
 
253
 
 
254
    o   The starting point for plot.acf(ci.type="ma") was lag 0 when it
 
255
        should have been lag 1.  (PR#13071)
 
256
 
 
257
    o   There was an obscure bug with srcrefs, which could put the
 
258
        parser into a condition giving "Error: bad value" on any input
 
259
 
238
260
 
239
261
 
240
262
                CHANGES IN R VERSION 2.8.0