[r-base] 01/03: Imported Debian patch 3.2.5.20160428-1

Charles Plessy plessy at moszumanska.debian.org
Sun May 15 04:46:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

plessy pushed a commit to branch master
in repository r-base.

commit eab47addfe1edee2652ea5d5f8ebe6fb2c6f4c64
Merge: 178b174 9c3fd7c
Author: Charles Plessy <plessy at debian.org>
Date:   Sun May 15 13:38:17 2016 +0900

    Imported Debian patch 3.2.5.20160428-1

 SVN-REVISION                                       |     4 +-
 VERSION                                            |     2 +-
 VERSION-NICK                                       |     2 +-
 config.site                                        |     5 +-
 configure                                          | 13374 +++---
 configure.ac                                       |   262 +-
 debian/changelog                                   |     6 +
 doc/COPYRIGHTS                                     |    65 +-
 doc/CRAN_mirrors.csv                               |    26 +-
 doc/FAQ                                            |    21 +-
 doc/NEWS                                           |  2664 +-
 doc/NEWS.2.Rd                                      |     2 +-
 doc/NEWS.Rd                                        |   596 +-
 doc/NEWS.pdf                                       |   Bin 396741 -> 424550 bytes
 doc/THANKS                                         |     4 +-
 doc/html/Makefile.in                               |     8 +-
 doc/html/NEWS.2.html                               |    40 +-
 doc/html/NEWS.html                                 |   775 +-
 doc/html/Notes                                     |    18 +
 doc/html/R-admin.html                              |   379 +-
 doc/html/R.css                                     |     1 +
 doc/html/Rlogo.pdf                                 |   Bin 0 -> 6755 bytes
 doc/html/Rlogo.svg                                 |    33 +
 doc/html/Search.html                               |     2 +-
 doc/html/SearchOn.html                             |    71 +-
 doc/html/about.html                                |     2 +-
 doc/html/favicon.ico                               |   Bin 1406 -> 5430 bytes
 doc/html/index-default.html                        |     2 +-
 doc/html/logo.jpg                                  |   Bin 3173 -> 15985 bytes
 doc/html/logosm.jpg                                |   Bin 3682 -> 0 bytes
 doc/html/packages-head-utf8.html                   |     2 +-
 doc/html/resources.html                            |     3 +-
 doc/manual/Makefile.in                             |    17 +-
 doc/manual/R-FAQ.texi                              |    29 +-
 doc/manual/R-admin.texi                            |   255 +-
 doc/manual/R-data.texi                             |     2 +-
 doc/manual/R-exts.texi                             |   168 +-
 doc/manual/R-ints.texi                             |     8 +-
 doc/manual/resources.texi                          |     2 +-
 etc/Makeconf.in                                    |     2 -
 etc/repositories                                   |     9 +-
 m4/R.m4                                            |   307 +-
 m4/cairo.m4                                        |     1 +
 m4/libtool.m4                                      |  4187 +-
 m4/ltoptions.m4                                    |   154 +-
 m4/ltsugar.m4                                      |     7 +-
 m4/ltversion.m4                                    |    14 +-
 m4/lt~obsolete.m4                                  |    17 +-
 share/Rd/macros/system.Rd                          |     2 +-
 share/texmf/bibtex/bib/RJournal.bib                |   188 +
 src/appl/interv.c                                  |    75 +-
 src/extra/Makefile.in                              |    23 +-
 src/extra/blas/Makefile.in                         |     6 +-
 src/extra/blas/xerbla.c                            |    14 -
 src/extra/bzip2/LICENSE                            |    42 -
 src/extra/bzip2/Makefile.in                        |    70 -
 src/extra/bzip2/Makefile.win                       |    27 -
 src/extra/bzip2/R_changes                          |   330 -
 src/extra/bzip2/blocksort.c                        |  1099 -
 src/extra/bzip2/bzlib.c                            |  1586 -
 src/extra/bzip2/bzlib.h                            |   282 -
 src/extra/bzip2/bzlib_private.h                    |   512 -
 src/extra/bzip2/compress.c                         |   672 -
 src/extra/bzip2/crctable.c                         |   104 -
 src/extra/bzip2/decompress.c                       |   646 -
 src/extra/bzip2/huffman.c                          |   205 -
 src/extra/bzip2/randtable.c                        |    84 -
 src/extra/pcre/LICENCE                             |    93 -
 src/extra/pcre/Makefile.in                         |    82 -
 src/extra/pcre/Makefile.win                        |    34 -
 src/extra/pcre/R_changes                           |    40 -
 src/extra/pcre/pcre.h                              |   677 -
 src/extra/pcre/pcre_chartables.c                   |   198 -
 src/extra/pcre/pcre_compile.c                      |  9732 ----
 src/extra/pcre/pcre_config.c                       |   190 -
 src/extra/pcre/pcre_exec.c                         |  7173 ---
 src/extra/pcre/pcre_fullinfo.c                     |   245 -
 src/extra/pcre/pcre_get.c                          |   662 -
 src/extra/pcre/pcre_globals.c                      |    86 -
 src/extra/pcre/pcre_internal.h                     |  2825 --
 src/extra/pcre/pcre_jit_compile.c                  | 10733 -----
 src/extra/pcre/pcre_maketables.c                   |   156 -
 src/extra/pcre/pcre_newline.c                      |   210 -
 src/extra/pcre/pcre_ord2utf8.c                     |    94 -
 src/extra/pcre/pcre_refcount.c                     |    92 -
 src/extra/pcre/pcre_study.c                        |  1686 -
 src/extra/pcre/pcre_tables.c                       |   727 -
 src/extra/pcre/pcre_ucd.c                          |  3630 --
 src/extra/pcre/pcre_valid_utf8.c                   |   301 -
 src/extra/pcre/pcre_version.c                      |    98 -
 src/extra/pcre/pcre_xclass.c                       |   268 -
 src/extra/pcre/sljit/sljitConfig.h                 |   135 -
 src/extra/pcre/sljit/sljitConfigInternal.h         |   713 -
 src/extra/pcre/sljit/sljitExecAllocator.c          |   312 -
 src/extra/pcre/sljit/sljitLir.c                    |  2029 -
 src/extra/pcre/sljit/sljitLir.h                    |  1249 -
 src/extra/pcre/sljit/sljitNativePPC_32.c           |   269 -
 src/extra/pcre/sljit/sljitNativePPC_64.c           |   421 -
 src/extra/pcre/sljit/sljitNativePPC_common.c       |  2375 -
 src/extra/pcre/sljit/sljitNativeSPARC_32.c         |   164 -
 src/extra/pcre/sljit/sljitNativeSPARC_common.c     |  1435 -
 src/extra/pcre/sljit/sljitNativeX86_32.c           |   550 -
 src/extra/pcre/sljit/sljitNativeX86_64.c           |   747 -
 src/extra/pcre/sljit/sljitNativeX86_common.c       |  3004 --
 src/extra/pcre/sljit/sljitUtils.c                  |   334 -
 src/extra/pcre/ucp.h                               |   224 -
 src/extra/tre/tre-internal.h                       |    12 +-
 src/extra/tzone/Make.zi                            |     2 +-
 src/extra/tzone/Notes                              |     4 +-
 src/extra/tzone/tzfile.h                           |     3 +-
 src/extra/tzone/zoneinfo.zip                       |   Bin 409373 -> 413506 bytes
 src/extra/xz/Makefile.in                           |    87 -
 src/extra/xz/Makefile.win                          |    47 -
 src/extra/xz/R_changes                             |    96 -
 src/extra/xz/api/lzma.h                            |   313 -
 src/extra/xz/api/lzma/base.h                       |   601 -
 src/extra/xz/api/lzma/bcj.h                        |    90 -
 src/extra/xz/api/lzma/block.h                      |   533 -
 src/extra/xz/api/lzma/check.h                      |   150 -
 src/extra/xz/api/lzma/container.h                  |   424 -
 src/extra/xz/api/lzma/delta.h                      |    77 -
 src/extra/xz/api/lzma/filter.h                     |   424 -
 src/extra/xz/api/lzma/hardware.h                   |    50 -
 src/extra/xz/api/lzma/index.h                      |   682 -
 src/extra/xz/api/lzma/index_hash.h                 |   107 -
 src/extra/xz/api/lzma/lzma.h                       |   420 -
 src/extra/xz/api/lzma/stream_flags.h               |   223 -
 src/extra/xz/api/lzma/version.h                    |   121 -
 src/extra/xz/api/lzma/vli.h                        |   166 -
 src/extra/xz/check/check.c                         |   174 -
 src/extra/xz/check/check.h                         |    95 -
 src/extra/xz/check/crc32_fast.c                    |    82 -
 src/extra/xz/check/crc32_small.c                   |    61 -
 src/extra/xz/check/crc32_table.c                   |    19 -
 src/extra/xz/check/crc32_table_be.h                |   525 -
 src/extra/xz/check/crc32_table_le.h                |   525 -
 src/extra/xz/check/crc32_tablegen.c                |   117 -
 src/extra/xz/check/crc32_x86.S                     |   304 -
 src/extra/xz/check/crc64_fast.c                    |    74 -
 src/extra/xz/check/crc64_small.c                   |    53 -
 src/extra/xz/check/crc64_table.c                   |    19 -
 src/extra/xz/check/crc64_table_be.h                |   521 -
 src/extra/xz/check/crc64_table_le.h                |   521 -
 src/extra/xz/check/crc64_tablegen.c                |    88 -
 src/extra/xz/check/crc64_x86.S                     |   287 -
 src/extra/xz/check/crc_macros.h                    |    32 -
 src/extra/xz/check/sha256.c                        |   200 -
 src/extra/xz/common/alone_decoder.c                |   238 -
 src/extra/xz/common/alone_decoder.h                |    23 -
 src/extra/xz/common/alone_encoder.c                |   157 -
 src/extra/xz/common/auto_decoder.c                 |   186 -
 src/extra/xz/common/block_buffer_decoder.c         |    80 -
 src/extra/xz/common/block_buffer_encoder.c         |   305 -
 src/extra/xz/common/block_decoder.c                |   242 -
 src/extra/xz/common/block_decoder.h                |    22 -
 src/extra/xz/common/block_encoder.c                |   217 -
 src/extra/xz/common/block_encoder.h                |    47 -
 src/extra/xz/common/block_header_decoder.c         |   116 -
 src/extra/xz/common/block_header_encoder.c         |   132 -
 src/extra/xz/common/block_util.c                   |    90 -
 src/extra/xz/common/bsr.h                          |    60 -
 src/extra/xz/common/bswap.h                        |    52 -
 src/extra/xz/common/common.c                       |   388 -
 src/extra/xz/common/common.h                       |   282 -
 src/extra/xz/common/easy_buffer_encoder.c          |    27 -
 src/extra/xz/common/easy_decoder_memusage.c        |    24 -
 src/extra/xz/common/easy_encoder.c                 |    25 -
 src/extra/xz/common/easy_encoder_memusage.c        |    24 -
 src/extra/xz/common/easy_preset.c                  |    27 -
 src/extra/xz/common/easy_preset.h                  |    32 -
 src/extra/xz/common/filter_buffer_decoder.c        |    87 -
 src/extra/xz/common/filter_buffer_encoder.c        |    54 -
 src/extra/xz/common/filter_common.c                |   337 -
 src/extra/xz/common/filter_common.h                |    48 -
 src/extra/xz/common/filter_decoder.c               |   183 -
 src/extra/xz/common/filter_decoder.h               |    23 -
 src/extra/xz/common/filter_encoder.c               |   288 -
 src/extra/xz/common/filter_encoder.h               |    27 -
 src/extra/xz/common/filter_flags_decoder.c         |    46 -
 src/extra/xz/common/filter_flags_encoder.c         |    56 -
 src/extra/xz/common/index.c                        |  1244 -
 src/extra/xz/common/index.h                        |    73 -
 src/extra/xz/common/index_decoder.c                |   345 -
 src/extra/xz/common/index_encoder.c                |   254 -
 src/extra/xz/common/index_encoder.h                |    23 -
 src/extra/xz/common/index_hash.c                   |   332 -
 src/extra/xz/common/local.h                        |   123 -
 src/extra/xz/common/mythread.h                     |    42 -
 src/extra/xz/common/stream_buffer_decoder.c        |    91 -
 src/extra/xz/common/stream_buffer_encoder.c        |   140 -
 src/extra/xz/common/stream_decoder.c               |   451 -
 src/extra/xz/common/stream_decoder.h               |    21 -
 src/extra/xz/common/stream_encoder.c               |   331 -
 src/extra/xz/common/stream_encoder.h               |    23 -
 src/extra/xz/common/stream_flags_common.c          |    47 -
 src/extra/xz/common/stream_flags_common.h          |    33 -
 src/extra/xz/common/stream_flags_decoder.c         |    82 -
 src/extra/xz/common/stream_flags_encoder.c         |    86 -
 src/extra/xz/common/sysdefs.h                      |   195 -
 src/extra/xz/common/tuklib_common.h                |    71 -
 src/extra/xz/common/tuklib_config.h                |     7 -
 src/extra/xz/common/tuklib_integer.h               |   523 -
 src/extra/xz/common/vli_decoder.c                  |    86 -
 src/extra/xz/common/vli_encoder.c                  |    69 -
 src/extra/xz/common/vli_size.c                     |    30 -
 src/extra/xz/delta/delta_common.c                  |    70 -
 src/extra/xz/delta/delta_common.h                  |    20 -
 src/extra/xz/delta/delta_decoder.c                 |    76 -
 src/extra/xz/delta/delta_decoder.h                 |    25 -
 src/extra/xz/delta/delta_encoder.c                 |   121 -
 src/extra/xz/delta/delta_encoder.h                 |    23 -
 src/extra/xz/delta/delta_private.h                 |    37 -
 src/extra/xz/lz/lz_decoder.c                       |   300 -
 src/extra/xz/lz/lz_decoder.h                       |   234 -
 src/extra/xz/lz/lz_encoder.c                       |   583 -
 src/extra/xz/lz/lz_encoder.h                       |   328 -
 src/extra/xz/lz/lz_encoder_hash.h                  |   108 -
 src/extra/xz/lz/lz_encoder_hash_table.h            |    68 -
 src/extra/xz/lz/lz_encoder_mf.c                    |   753 -
 src/extra/xz/lzma/fastpos.h                        |   140 -
 src/extra/xz/lzma/fastpos_table.c                  |   519 -
 src/extra/xz/lzma/fastpos_tablegen.c               |    56 -
 src/extra/xz/lzma/lzma2_decoder.c                  |   304 -
 src/extra/xz/lzma/lzma2_decoder.h                  |    28 -
 src/extra/xz/lzma/lzma2_encoder.c                  |   393 -
 src/extra/xz/lzma/lzma2_encoder.h                  |    41 -
 src/extra/xz/lzma/lzma_common.h                    |   223 -
 src/extra/xz/lzma/lzma_decoder.c                   |  1057 -
 src/extra/xz/lzma/lzma_decoder.h                   |    52 -
 src/extra/xz/lzma/lzma_encoder.c                   |   675 -
 src/extra/xz/lzma/lzma_encoder.h                   |    54 -
 src/extra/xz/lzma/lzma_encoder_optimum_fast.c      |   179 -
 src/extra/xz/lzma/lzma_encoder_optimum_normal.c    |   868 -
 src/extra/xz/lzma/lzma_encoder_presets.c           |    63 -
 src/extra/xz/lzma/lzma_encoder_private.h           |   148 -
 src/extra/xz/rangecoder/price.h                    |    92 -
 src/extra/xz/rangecoder/price_table.c              |    22 -
 src/extra/xz/rangecoder/price_tablegen.c           |    87 -
 src/extra/xz/rangecoder/range_common.h             |    73 -
 src/extra/xz/rangecoder/range_decoder.h            |   179 -
 src/extra/xz/rangecoder/range_encoder.h            |   231 -
 src/extra/xz/simple/arm.c                          |    69 -
 src/extra/xz/simple/armthumb.c                     |    74 -
 src/extra/xz/simple/ia64.c                         |   110 -
 src/extra/xz/simple/powerpc.c                      |    73 -
 src/extra/xz/simple/simple_coder.c                 |   277 -
 src/extra/xz/simple/simple_coder.h                 |    60 -
 src/extra/xz/simple/simple_decoder.c               |    40 -
 src/extra/xz/simple/simple_decoder.h               |    22 -
 src/extra/xz/simple/simple_encoder.c               |    38 -
 src/extra/xz/simple/simple_encoder.h               |    23 -
 src/extra/xz/simple/simple_private.h               |    75 -
 src/extra/xz/simple/sparc.c                        |    81 -
 src/extra/xz/simple/x86.c                          |   154 -
 src/extra/zlib/Makefile.in                         |    73 -
 src/extra/zlib/Makefile.win                        |    45 -
 src/extra/zlib/README                              |   115 -
 src/extra/zlib/R_changes                           |    71 -
 src/extra/zlib/Rzlib.def                           |    42 -
 src/extra/zlib/adler32.c                           |   179 -
 src/extra/zlib/compress.c                          |    80 -
 src/extra/zlib/crc32.c                             |   425 -
 src/extra/zlib/crc32.h                             |   441 -
 src/extra/zlib/deflate.c                           |  1967 -
 src/extra/zlib/deflate.h                           |   346 -
 src/extra/zlib/infback.c                           |   640 -
 src/extra/zlib/inffast.c                           |   340 -
 src/extra/zlib/inffast.h                           |    11 -
 src/extra/zlib/inffixed.h                          |    94 -
 src/extra/zlib/inflate.c                           |  1512 -
 src/extra/zlib/inflate.h                           |   122 -
 src/extra/zlib/inftrees.c                          |   306 -
 src/extra/zlib/inftrees.h                          |    62 -
 src/extra/zlib/trees.c                             |  1226 -
 src/extra/zlib/trees.h                             |   128 -
 src/extra/zlib/uncompr.c                           |    59 -
 src/extra/zlib/zconf.h                             |   447 -
 src/extra/zlib/zlib.h                              |  1771 -
 src/extra/zlib/zutil.c                             |   325 -
 src/extra/zlib/zutil.h                             |   253 -
 src/gnuwin32/MkRules.dist                          |     8 +-
 src/gnuwin32/MkRules.rules                         |     4 +-
 src/gnuwin32/Rdll.hide                             |    28 +-
 src/gnuwin32/cran/index.in                         |     2 +-
 src/gnuwin32/cran/rdevel.in                        |    11 +-
 src/gnuwin32/cran/rpatched.in                      |     4 +-
 src/gnuwin32/cran/rtest.in                         |     2 +-
 src/gnuwin32/fixed/Makefile                        |     6 +-
 src/gnuwin32/fixed/etc/Makeconf                    |     5 +-
 src/gnuwin32/fixed/h/config.h                      |    32 +-
 src/gnuwin32/fixed/html/rwin.html                  |     2 +-
 src/gnuwin32/front-ends/R.ico                      |   Bin 2239 -> 66210 bytes
 src/gnuwin32/installer/Makefile                    |     9 +-
 src/gnuwin32/installer/R.bmp                       |   Bin 2102 -> 4854 bytes
 src/gnuwin32/rui.c                                 |     4 +-
 src/gnuwin32/sys-win32.c                           |     1 +
 src/gnuwin32/system.c                              |     9 +-
 src/include/Defn.h                                 |    28 +-
 src/include/Fileio.h                               |     2 +
 src/include/Internal.h                             |    29 +-
 src/include/R.h                                    |    43 +-
 src/include/R_ext/Applic.h                         |     3 +-
 src/include/R_ext/Arith.h                          |    19 +-
 src/include/R_ext/Connections.h                    |    12 +-
 src/include/R_ext/GraphicsEngine.h                 |     9 +-
 src/include/R_ext/Itermacros.h                     |    34 +-
 src/include/R_ext/Lapack.h                         |   186 +-
 src/include/R_ext/Memory.h                         |     9 +-
 src/include/R_ext/R-ftp-http.h                     |    10 +-
 src/include/R_ext/RS.h                             |    11 +-
 src/include/R_ext/Rallocators.h                    |     8 +-
 src/include/R_ext/Random.h                         |     6 +-
 src/include/R_ext/Utils.h                          |    15 +-
 src/include/R_ext/eventloop.h                      |     6 +-
 src/include/Rdefines.h                             |   112 +-
 src/include/Rdynpriv.h                             |    12 +-
 src/include/Rgraphics.h                            |    12 +-
 src/include/Rinlinedfuns.h                         |    19 +-
 src/include/Rinterface.h                           |    11 +-
 src/include/Rinternals.h                           |    32 +-
 src/include/Rmath.h0.in                            |    25 +-
 src/include/S.h                                    |     7 +-
 src/include/Startup.h                              |     2 +
 src/include/config.h.in                            |    31 +-
 src/library/Recommended/KernSmooth_2.23-15.tar.gz  |   Bin 24573 -> 24572 bytes
 src/library/Recommended/MASS_7.3-45.tar.gz         |   Bin 487553 -> 487268 bytes
 src/library/Recommended/Makefile.in                |     1 +
 src/library/Recommended/Makefile.win               |     1 +
 src/library/Recommended/Matrix.tgz                 |     2 +-
 src/library/Recommended/Matrix_1.2-4.tar.gz        |   Bin 1786923 -> 0 bytes
 src/library/Recommended/Matrix_1.2-5.tar.gz        |   Bin 0 -> 1801692 bytes
 src/library/Recommended/boot_1.3-18.tar.gz         |   Bin 231831 -> 231830 bytes
 src/library/Recommended/class_7.3-14.tar.gz        |   Bin 19725 -> 19726 bytes
 src/library/Recommended/cluster.tgz                |     2 +-
 src/library/Recommended/cluster_2.0.3.tar.gz       |   Bin 291925 -> 0 bytes
 src/library/Recommended/cluster_2.0.4.tar.gz       |   Bin 0 -> 293783 bytes
 src/library/Recommended/nlme.tgz                   |     2 +-
 src/library/Recommended/nlme_3.1-125.tar.gz        |   Bin 771721 -> 0 bytes
 src/library/Recommended/nlme_3.1-127.tar.gz        |   Bin 0 -> 776625 bytes
 src/library/Recommended/nnet_7.3-12.tar.gz         |   Bin 28516 -> 28523 bytes
 src/library/Recommended/rpart_4.1-10.tar.gz        |   Bin 818525 -> 818525 bytes
 src/library/Recommended/spatial_7.3-11.tar.gz      |   Bin 44668 -> 44664 bytes
 src/library/Recommended/survival.tgz               |     2 +-
 ...rvival_2.38-3.tar.gz => survival_2.39-2.tar.gz} |   Bin 4839225 -> 5015076 bytes
 src/library/base/R/New-Internal.R                  |     4 +-
 src/library/base/R/all.equal.R                     |    14 +-
 src/library/base/R/array.R                         |     7 +-
 src/library/base/R/as.R                            |     1 +
 src/library/base/R/attach.R                        |    33 +-
 src/library/base/R/by.R                            |     2 +-
 src/library/base/R/character.R                     |    22 +-
 src/library/base/R/colSums.R                       |    16 +-
 src/library/base/R/connections.R                   |    18 +-
 src/library/base/R/dataframe.R                     |   151 +-
 src/library/base/R/dates.R                         |     8 +-
 src/library/base/R/datetime.R                      |    45 +-
 src/library/base/R/dcf.R                           |     4 +-
 src/library/base/R/dump.R                          |     4 +-
 src/library/base/R/factor.R                        |     2 +-
 src/library/base/R/findInt.R                       |     5 +-
 src/library/base/R/format.R                        |    34 +-
 src/library/base/R/funprog.R                       |     4 +-
 src/library/base/R/grep.R                          |   132 +-
 src/library/base/R/lazyload.R                      |    23 +-
 src/library/base/R/lengths.R                       |    20 -
 src/library/base/R/library.R                       |    95 +-
 src/library/base/R/match.R                         |     4 +-
 src/library/base/R/methodsSupport.R                |    32 +-
 src/library/base/R/namespace.R                     |   244 +-
 src/library/base/R/qr.R                            |    10 +-
 src/library/base/R/rank.R                          |     4 +-
 src/library/base/R/raw.R                           |     5 +-
 src/library/base/R/seq.R                           |     9 +-
 src/library/base/R/sink.R                          |     4 +-
 src/library/base/R/sort.R                          |    95 +-
 src/library/base/R/source.R                        |     9 +-
 src/library/base/R/srcfile.R                       |     6 +-
 src/library/base/R/strwrap.R                       |     6 +-
 src/library/base/R/table.R                         |    10 +
 src/library/base/R/tapply.R                        |    52 +-
 src/library/base/R/traceback.R                     |    17 +-
 src/library/base/R/unix/system.unix.R              |    12 +-
 src/library/base/R/utils.R                         |    27 +-
 src/library/base/R/version.R                       |    12 +-
 src/library/base/R/warnings.R                      |    20 +-
 src/library/base/man/Control.Rd                    |     2 +-
 src/library/base/man/InternalMethods.Rd            |     9 +-
 src/library/base/man/Quotes.Rd                     |    77 +-
 src/library/base/man/abbreviate.Rd                 |    49 +-
 src/library/base/man/all.equal.Rd                  |     4 +-
 src/library/base/man/args.Rd                       |    25 +-
 src/library/base/man/as.data.frame.Rd              |    24 +-
 src/library/base/man/base-internal.Rd              |     6 +-
 src/library/base/man/body.Rd                       |     5 +-
 src/library/base/man/capabilities.Rd               |    15 +-
 src/library/base/man/cbind.Rd                      |     4 +-
 src/library/base/man/charmatch.Rd                  |     3 +-
 src/library/base/man/chkDots.Rd                    |    35 +
 src/library/base/man/colSums.Rd                    |    26 +-
 src/library/base/man/complex.Rd                    |    58 +-
 src/library/base/man/connections.Rd                |    62 +-
 src/library/base/man/data.frame.Rd                 |    11 +-
 src/library/base/man/deparseOpts.Rd                |    16 +-
 src/library/base/man/difftime.Rd                   |     1 +
 src/library/base/man/encodeString.Rd               |     5 +-
 src/library/base/man/expand.grid.Rd                |     8 +-
 src/library/base/man/find.package.Rd               |     6 +-
 src/library/base/man/findInterval.Rd               |    25 +-
 src/library/base/man/formals.Rd                    |    39 +-
 src/library/base/man/formatDL.Rd                   |     2 +-
 src/library/base/man/grep.Rd                       |    15 +-
 src/library/base/man/grouping.Rd                   |    56 +
 src/library/base/man/gzcon.Rd                      |     6 +-
 src/library/base/man/is.language.Rd                |     5 +-
 src/library/base/man/isSymmetric.Rd                |    13 +-
 src/library/base/man/levels.Rd                     |    13 +-
 .../base/man/{curlVersion.Rd => libcurlVersion.Rd} |     0
 src/library/base/man/name.Rd                       |     4 +-
 src/library/base/man/nchar.Rd                      |    27 +-
 src/library/base/man/normalizePath.Rd              |    10 +-
 src/library/base/man/ns-dblcolon.Rd                |    19 +-
 src/library/base/man/ns-internal.Rd                |    26 +-
 src/library/base/man/numeric.Rd                    |    17 +-
 src/library/base/man/options.Rd                    |     4 +-
 src/library/base/man/order.Rd                      |    74 +-
 src/library/base/man/pmatch.Rd                     |     3 +-
 src/library/base/man/qraux.Rd                      |     8 +-
 src/library/base/man/rank.Rd                       |    17 +-
 src/library/base/man/regex.Rd                      |    13 +-
 src/library/base/man/regmatches.Rd                 |    12 +-
 src/library/base/man/scan.Rd                       |     6 +-
 src/library/base/man/search.Rd                     |     7 +-
 src/library/base/man/sort.Rd                       |    68 +-
 src/library/base/man/source.Rd                     |     2 +-
 src/library/base/man/startsWith.Rd                 |    57 +
 src/library/base/man/strptime.Rd                   |     8 +-
 src/library/base/man/strrep.Rd                     |    39 +
 src/library/base/man/switch.Rd                     |     9 +-
 src/library/base/man/table.Rd                      |     7 +-
 src/library/base/man/tapply.Rd                     |    13 +-
 src/library/base/man/taskCallback.Rd               |    44 +-
 src/library/base/man/tempfile.Rd                   |     8 +-
 src/library/base/man/trace.Rd                      |    11 +-
 src/library/base/man/traceback.Rd                  |    12 +-
 src/library/base/man/userhooks.Rd                  |     7 +-
 src/library/base/man/validUTF8.Rd                  |    66 +
 src/library/base/man/vector.Rd                     |     9 +-
 src/library/base/po/R-base.pot                     |    77 +-
 src/library/base/po/R-da.po                        |   106 +-
 src/library/base/po/R-de.po                        |    95 +-
 src/library/base/po/R-fa.po                        |    84 +-
 src/library/base/po/R-fr.po                        |   109 +-
 src/library/base/po/R-it.po                        |   107 +-
 src/library/base/po/R-ja.po                        |   104 +-
 src/library/base/po/R-ko.po                        |   215 +-
 src/library/base/po/R-nn.po                        |   110 +-
 src/library/base/po/R-pl.po                        |  3705 +-
 src/library/base/po/R-pt_BR.po                     |   110 +-
 src/library/base/po/R-ru.po                        |   250 +-
 src/library/base/po/R-tr.po                        |    83 +-
 src/library/base/po/R-zh_CN.po                     |   106 +-
 src/library/base/po/R.pot                          |  2774 +-
 src/library/base/po/RGui-da.po                     |    99 +-
 src/library/base/po/RGui-de.po                     |    28 +-
 src/library/base/po/RGui-es.po                     |    99 +-
 src/library/base/po/RGui-fa.po                     |    99 +-
 src/library/base/po/RGui-fr.po                     |    99 +-
 src/library/base/po/RGui-it.po                     |    99 +-
 src/library/base/po/RGui-ja.po                     |   101 +-
 src/library/base/po/RGui-ko.po                     |   191 +-
 src/library/base/po/RGui-nn.po                     |    99 +-
 src/library/base/po/RGui-pl.po                     |   107 +-
 src/library/base/po/RGui-pt_BR.po                  |    99 +-
 src/library/base/po/RGui-ru.po                     |   224 +-
 src/library/base/po/RGui-tr.po                     |    99 +-
 src/library/base/po/RGui-zh_CN.po                  |    99 +-
 src/library/base/po/RGui-zh_TW.po                  |    99 +-
 src/library/base/po/RGui.pot                       |    97 +-
 src/library/base/po/da.po                          |  2804 +-
 src/library/base/po/de.po                          |   986 +-
 src/library/base/po/en.po                          |  2770 +-
 src/library/base/po/en_GB.po                       |  2770 +-
 src/library/base/po/es.po                          |  2861 +-
 src/library/base/po/fa.po                          |  2770 +-
 src/library/base/po/fr.po                          |  2861 +-
 src/library/base/po/it.po                          |  2849 +-
 src/library/base/po/ja.po                          |  2860 +-
 src/library/base/po/ko.po                          |  3360 +-
 src/library/base/po/nn.po                          |  2847 +-
 src/library/base/po/pl.po                          |  2909 +-
 src/library/base/po/pt_BR.po                       |  2853 +-
 src/library/base/po/ru.po                          |  3172 +-
 src/library/base/po/tr.po                          |  2847 +-
 src/library/base/po/zh_CN.po                       |  2859 +-
 src/library/base/po/zh_TW.po                       |  2861 +-
 src/library/compiler/R/cmp.R                       |    53 +-
 src/library/compiler/man/compile.Rd                |     8 +-
 src/library/compiler/noweb/compiler.nw             |   103 +-
 src/library/compiler/po/R-compiler.pot             |    22 +-
 src/library/compiler/po/R-da.po                    |    20 +-
 src/library/compiler/po/R-de.po                    |    15 +-
 src/library/compiler/po/R-fr.po                    |    22 +-
 src/library/compiler/po/R-ja.po                    |    23 +-
 src/library/compiler/po/R-ko.po                    |    41 +-
 src/library/compiler/po/R-pl.po                    |   232 +-
 src/library/compiler/po/R-pt_BR.po                 |    21 +-
 src/library/compiler/po/R-ru.po                    |    15 +-
 src/library/compiler/po/R-zh_CN.po                 |    20 +-
 src/library/compiler/tests/switch.R                |    12 +
 src/library/datasets/NAMESPACE                     |     4 +-
 src/library/grDevices/NAMESPACE                    |     5 +-
 src/library/grDevices/R/cairo.R                    |    17 +-
 src/library/grDevices/R/device.R                   |    20 +-
 src/library/grDevices/R/postscript.R               |     8 +-
 src/library/grDevices/R/prettyDate.R               |   187 +-
 src/library/grDevices/R/raster.R                   |    32 +-
 src/library/grDevices/R/recordplot.R               |    79 +-
 src/library/grDevices/R/smooth2d.R                 |     2 +-
 src/library/grDevices/R/unix/png.R                 |    15 +-
 src/library/grDevices/R/windows/cairo.R            |   102 -
 src/library/grDevices/R/windows/png.R              |    12 +-
 src/library/grDevices/man/as.raster.Rd             |    26 +-
 src/library/grDevices/man/cairo.Rd                 |    12 +-
 src/library/grDevices/man/colorRamp.Rd             |     4 +-
 src/library/grDevices/man/pdf.Rd                   |     4 +-
 src/library/grDevices/man/postscript.Rd            |     6 +-
 src/library/grDevices/man/pretty.Date.Rd           |    34 +-
 src/library/grDevices/man/recordplot.Rd            |    42 +-
 src/library/grDevices/man/xfig.Rd                  |     4 +-
 src/library/grDevices/po/R-da.po                   |    19 +-
 src/library/grDevices/po/R-de.po                   |    50 +-
 src/library/grDevices/po/R-en_GB.po                |    13 +-
 src/library/grDevices/po/R-fr.po                   |    18 +-
 src/library/grDevices/po/R-grDevices.pot           |    16 +-
 src/library/grDevices/po/R-it.po                   |    14 +-
 src/library/grDevices/po/R-ja.po                   |    18 +-
 src/library/grDevices/po/R-ko.po                   |    48 +-
 src/library/grDevices/po/R-pl.po                   |   807 +-
 src/library/grDevices/po/R-pt_BR.po                |    19 +-
 src/library/grDevices/po/R-ru.po                   |     2 +-
 src/library/grDevices/po/R-zh_CN.po                |    17 +-
 src/library/grDevices/po/da.po                     |   142 +-
 src/library/grDevices/po/de.po                     |   142 +-
 src/library/grDevices/po/en_GB.po                  |   142 +-
 src/library/grDevices/po/fr.po                     |   142 +-
 src/library/grDevices/po/grDevices.pot             |   146 +-
 src/library/grDevices/po/it.po                     |   142 +-
 src/library/grDevices/po/ja.po                     |   142 +-
 src/library/grDevices/po/ko.po                     |   196 +-
 src/library/grDevices/po/pl.po                     |   148 +-
 src/library/grDevices/po/pt_BR.po                  |   142 +-
 src/library/grDevices/po/ru.po                     |   272 +-
 src/library/grDevices/po/zh_CN.po                  |   142 +-
 src/library/grDevices/src/Makefile.in              |     7 +-
 src/library/grDevices/src/cairo/Makefile.in        |     3 +-
 src/library/grDevices/src/cairo/cairoBM.c          |    19 +-
 src/library/grDevices/src/cairo/cairoBM.h          |     3 +-
 src/library/grDevices/src/devWindows.c             |    12 +-
 src/library/grDevices/src/init.c                   |     4 +-
 src/library/grDevices/src/qdPDF.c                  |     4 +-
 src/library/grDevices/tests/ps-tests.Rout.save     |     4 +-
 src/library/grDevices/tests/xfig-tests.Rout.save   |     4 +-
 src/library/graphics/R/datetime.R                  |    35 +-
 src/library/graphics/R/dotchart.R                  |     8 +-
 src/library/graphics/R/fourfoldplot.R              |     4 +-
 src/library/graphics/R/mosaicplot.R                |    11 +-
 src/library/graphics/R/plot.R                      |    12 +-
 src/library/graphics/R/screen.R                    |     5 +-
 src/library/graphics/R/smoothScatter.R             |    24 +-
 src/library/graphics/man/dotchart.Rd               |     5 +-
 src/library/graphics/man/hist.POSIXt.Rd            |    12 +-
 src/library/graphics/man/par.Rd                    |     2 +-
 src/library/graphics/man/smoothScatter.Rd          |    35 +-
 src/library/graphics/man/title.Rd                  |    15 +-
 src/library/graphics/po/R-da.po                    |    10 +-
 src/library/graphics/po/R-de.po                    |    54 +-
 src/library/graphics/po/R-fr.po                    |    13 +-
 src/library/graphics/po/R-graphics.pot             |    13 +-
 src/library/graphics/po/R-it.po                    |    13 +-
 src/library/graphics/po/R-ja.po                    |    11 +-
 src/library/graphics/po/R-ko.po                    |    63 +-
 src/library/graphics/po/R-pl.po                    |   915 +-
 src/library/graphics/po/R-pt_BR.po                 |    13 +-
 src/library/graphics/po/R-ru.po                    |    15 +-
 src/library/graphics/po/R-zh_CN.po                 |    11 +-
 src/library/graphics/po/da.po                      |    10 +-
 src/library/graphics/po/de.po                      |    29 +-
 src/library/graphics/po/es.po                      |    11 +-
 src/library/graphics/po/fr.po                      |    11 +-
 src/library/graphics/po/graphics.pot               |    14 +-
 src/library/graphics/po/it.po                      |    11 +-
 src/library/graphics/po/ja.po                      |    11 +-
 src/library/graphics/po/ko.po                      |    25 +-
 src/library/graphics/po/nn.po                      |    11 +-
 src/library/graphics/po/pl.po                      |    18 +-
 src/library/graphics/po/pt_BR.po                   |    11 +-
 src/library/graphics/po/ru.po                      |   148 +-
 src/library/graphics/po/tr.po                      |    11 +-
 src/library/graphics/po/zh_CN.po                   |    11 +-
 src/library/graphics/po/zh_TW.po                   |    11 +-
 src/library/graphics/src/base.c                    |    78 +-
 src/library/graphics/src/graphics.c                |    15 +-
 src/library/graphics/src/plot.c                    |     8 +-
 src/library/graphics/src/plot3d.c                  |     4 +-
 src/library/grid/DESCRIPTION.in                    |     2 +-
 src/library/grid/NAMESPACE                         |     6 +
 src/library/grid/R/debug.R                         |     2 +-
 src/library/grid/R/grob.R                          |    10 +-
 src/library/grid/R/ls.R                            |    27 +-
 src/library/grid/R/unit.R                          |   182 +-
 src/library/grid/inst/doc/changes.txt              |    26 +
 src/library/grid/inst/doc/displaylist.pdf          |   Bin 157373 -> 157377 bytes
 src/library/grid/inst/doc/frame.pdf                |   Bin 155968 -> 155977 bytes
 src/library/grid/inst/doc/grid.pdf                 |   Bin 251766 -> 251719 bytes
 src/library/grid/inst/doc/grobs.pdf                |   Bin 107159 -> 107162 bytes
 src/library/grid/inst/doc/interactive.pdf          |   Bin 90846 -> 90860 bytes
 src/library/grid/inst/doc/locndimn.pdf             |   Bin 89496 -> 89507 bytes
 src/library/grid/inst/doc/moveline.pdf             |   Bin 87243 -> 87253 bytes
 src/library/grid/inst/doc/nonfinite.pdf            |   Bin 79491 -> 79500 bytes
 src/library/grid/inst/doc/plotexample.pdf          |   Bin 223881 -> 223618 bytes
 src/library/grid/inst/doc/rotated.pdf              |   Bin 121756 -> 121894 bytes
 src/library/grid/inst/doc/saveload.pdf             |   Bin 133864 -> 133872 bytes
 src/library/grid/inst/doc/sharing.pdf              |   Bin 70818 -> 70814 bytes
 src/library/grid/inst/doc/viewports.pdf            |   Bin 163050 -> 163097 bytes
 src/library/grid/man/showViewport.Rd               |     5 +
 src/library/grid/man/unit.Rd                       |     9 +-
 src/library/grid/po/R-da.po                        |    11 +-
 src/library/grid/po/R-de.po                        |    38 +-
 src/library/grid/po/R-fr.po                        |    18 +-
 src/library/grid/po/R-grid.pot                     |    14 +-
 src/library/grid/po/R-ja.po                        |    18 +-
 src/library/grid/po/R-ko.po                        |    36 +-
 src/library/grid/po/R-pl.po                        |  1114 +-
 src/library/grid/po/R-pt_BR.po                     |    22 +-
 src/library/grid/po/R-ru.po                        |     2 +-
 src/library/grid/po/R-zh_CN.po                     |    20 +-
 src/library/grid/po/da.po                          |     8 +-
 src/library/grid/po/de.po                          |    10 +-
 src/library/grid/po/fr.po                          |     8 +-
 src/library/grid/po/grid.pot                       |    12 +-
 src/library/grid/po/it.po                          |     8 +-
 src/library/grid/po/ja.po                          |     8 +-
 src/library/grid/po/ko.po                          |    27 +-
 src/library/grid/po/pl.po                          |    14 +-
 src/library/grid/po/pt_BR.po                       |     8 +-
 src/library/grid/po/ru.po                          |    35 +-
 src/library/grid/po/zh_CN.po                       |     8 +-
 src/library/grid/src/grid.h                        |     3 +
 src/library/grid/src/matrix.c                      |     1 +
 src/library/grid/src/state.c                       |   168 +-
 src/library/grid/tests/testls.Rout.save            |     4 +-
 src/library/grid/tests/units.R                     |    36 +
 src/library/methods/DESCRIPTION.in                 |     2 +-
 src/library/methods/NAMESPACE                      |     4 +-
 src/library/methods/R/BasicClasses.R               |   110 +-
 src/library/methods/R/BasicFunsList.R              |    49 +-
 src/library/methods/R/ClassExtensions.R            |     4 +-
 src/library/methods/R/Methods.R                    |   136 +-
 src/library/methods/R/MethodsList.R                |   120 +-
 src/library/methods/R/MethodsListClass.R           |     5 +-
 src/library/methods/R/NextMethod.R                 |    14 +-
 src/library/methods/R/RClassUtils.R                |   134 +-
 src/library/methods/R/RMethodUtils.R               |   114 +-
 src/library/methods/R/SClasses.R                   |    50 +-
 src/library/methods/R/addedFunctions.R             |    11 +-
 src/library/methods/R/as.R                         |    15 +-
 src/library/methods/R/fixPrevious.R                |     4 +-
 src/library/methods/R/is.R                         |    31 +-
 src/library/methods/R/makeBasicFunsList.R          |    25 +-
 src/library/methods/R/methodsTable.R               |    12 +-
 src/library/methods/R/oldClass.R                   |     6 +-
 src/library/methods/R/packageName.R                |    30 +-
 src/library/methods/R/promptClass.R                |     4 +-
 src/library/methods/R/refClass.R                   |    35 +-
 src/library/methods/R/trace.R                      |   125 +-
 src/library/methods/R/zzz.R                        |     8 +-
 src/library/methods/man/MethodSupport.Rd           |     3 +-
 src/library/methods/man/Methods.Rd                 |     4 +-
 src/library/methods/man/MethodsList.Rd             |    10 +-
 src/library/methods/man/RMethodUtils.Rd            |     3 +-
 src/library/methods/man/S3Part.Rd                  |   124 +-
 src/library/methods/man/languageEl.Rd              |     1 -
 src/library/methods/man/methodUtilities.Rd         |    18 +-
 src/library/methods/man/refClass.Rd                |     8 +-
 src/library/methods/man/setGeneric.Rd              |     4 +
 src/library/methods/man/setMethod.Rd               |     4 +-
 src/library/methods/po/R-da.po                     |    46 +-
 src/library/methods/po/R-de.po                     |   227 +-
 src/library/methods/po/R-fr.po                     |    80 +-
 src/library/methods/po/R-ja.po                     |    76 +-
 src/library/methods/po/R-ko.po                     |   115 +-
 src/library/methods/po/R-methods.pot               |    38 +-
 src/library/methods/po/R-pl.po                     |  3338 +-
 src/library/methods/po/R-pt_BR.po                  |    57 +-
 src/library/methods/po/R-ru.po                     |  1410 +-
 src/library/methods/po/R-zh_CN.po                  |    74 +-
 src/library/methods/po/da.po                       |    42 +-
 src/library/methods/po/de.po                       |    53 +-
 src/library/methods/po/fr.po                       |    42 +-
 src/library/methods/po/ja.po                       |    42 +-
 src/library/methods/po/ko.po                       |    57 +-
 src/library/methods/po/methods.pot                 |    46 +-
 src/library/methods/po/pl.po                       |    48 +-
 src/library/methods/po/pt_BR.po                    |    42 +-
 src/library/methods/po/ru.po                       |   125 +-
 src/library/methods/po/zh_CN.po                    |    42 +-
 src/library/methods/src/methods_list_dispatch.c    |    53 +-
 src/library/methods/tests/testGroupGeneric.R       |     2 +-
 src/library/methods/tests/testIs.R                 |    21 +
 src/library/parallel/R/RngStream.R                 |     4 +-
 src/library/parallel/R/clusterApply.R              |     4 +-
 src/library/parallel/R/detectCores.R               |    10 +-
 src/library/parallel/R/snow.R                      |     6 +-
 src/library/parallel/R/snowSOCK.R                  |     6 +-
 src/library/parallel/inst/doc/parallel.pdf         |   Bin 291911 -> 291573 bytes
 src/library/parallel/man/detectCores.Rd            |    52 +-
 src/library/parallel/po/R-de.po                    |     6 +-
 src/library/parallel/po/R-ko.po                    |    29 +-
 src/library/parallel/po/R-parallel.pot             |     5 +-
 src/library/parallel/po/R-pl.po                    |   194 +-
 src/library/parallel/po/R-ru.po                    |     2 +-
 src/library/parallel/po/da.po                      |    38 +-
 src/library/parallel/po/de.po                      |    38 +-
 src/library/parallel/po/fr.po                      |    38 +-
 src/library/parallel/po/ko.po                      |    70 +-
 src/library/parallel/po/parallel.pot               |    42 +-
 src/library/parallel/po/pl.po                      |    44 +-
 src/library/parallel/po/ru.po                      |    21 +-
 src/library/parallel/po/zh_CN.po                   |    38 +-
 src/library/parallel/src/fork.c                    |     2 -
 src/library/parallel/tests/multicore2.Rout.save    |     4 +-
 src/library/parallel/tests/snow2.Rout.save         |     4 +-
 src/library/parallel/vignettes/parallel.Rnw        |     8 +-
 src/library/profile/Common.R                       |    28 +-
 src/library/splines/po/R-da.po                     |     8 +-
 src/library/splines/po/R-de.po                     |    10 +-
 src/library/splines/po/R-fr.po                     |     8 +-
 src/library/splines/po/R-ja.po                     |     8 +-
 src/library/splines/po/R-ko.po                     |    33 +-
 src/library/splines/po/R-pl.po                     |   134 +-
 src/library/splines/po/R-pt_BR.po                  |     8 +-
 src/library/splines/po/R-ru.po                     |     2 +-
 src/library/splines/po/R-splines.pot               |    10 +-
 src/library/splines/po/R-zh_CN.po                  |     8 +-
 src/library/splines/po/da.po                       |     6 +-
 src/library/splines/po/de.po                       |     6 +-
 src/library/splines/po/fr.po                       |     6 +-
 src/library/splines/po/ja.po                       |     6 +-
 src/library/splines/po/ko.po                       |    23 +-
 src/library/splines/po/pl.po                       |    12 +-
 src/library/splines/po/pt_BR.po                    |     6 +-
 src/library/splines/po/ru.po                       |     8 +-
 src/library/splines/po/splines.pot                 |    10 +-
 src/library/splines/po/zh_CN.po                    |     6 +-
 src/library/splines/src/Makefile.in                |     2 +
 src/library/splines/src/splines.c                  |     6 +-
 src/library/splines/tests/sparse-tst.R             |    35 +
 src/library/splines/tests/spline-tst.R             |   184 +-
 src/library/stats/DESCRIPTION.in                   |     1 +
 src/library/stats/NAMESPACE                        |    12 +-
 src/library/stats/R/add.R                          |     8 +-
 src/library/stats/R/addmargins.R                   |    16 +-
 src/library/stats/R/aggregate.R                    |    15 +-
 src/library/stats/R/aov.R                          |    66 +-
 src/library/stats/R/cmdscale.R                     |    13 +-
 src/library/stats/R/confint.R                      |    17 +-
 src/library/stats/R/density.R                      |     4 +-
 src/library/stats/R/diffinv.R                      |    14 +-
 src/library/stats/R/factanal.R                     |     2 +-
 src/library/stats/R/ftable.R                       |     2 +-
 src/library/stats/R/glm.R                          |     4 +-
 src/library/stats/R/hclust.R                       |     4 +-
 src/library/stats/R/identify.hclust.R              |     8 +-
 src/library/stats/R/lag.plot.R                     |     2 +-
 src/library/stats/R/lm.R                           |    20 +-
 src/library/stats/R/lsfit.R                        |    22 +-
 src/library/stats/R/manova.R                       |     4 +-
 src/library/stats/R/models.R                       |     6 +-
 src/library/stats/R/plot.lm.R                      |     4 +-
 src/library/stats/R/ppoints.R                      |     4 +-
 src/library/stats/R/prcomp.R                       |     3 +
 src/library/stats/R/princomp-add.R                 |     2 +-
 src/library/stats/R/princomp.R                     |     3 +-
 src/library/stats/R/smspline.R                     |    11 +-
 src/library/stats/R/ts.R                           |    11 +-
 src/library/stats/R/vcov.R                         |    13 +
 src/library/stats/man/Hypergeometric.Rd            |    23 +-
 src/library/stats/man/aggregate.Rd                 |     4 +-
 src/library/stats/man/cmdscale.Rd                  |    19 +-
 src/library/stats/man/coef.Rd                      |     1 +
 src/library/stats/man/cor.Rd                       |     4 +-
 src/library/stats/man/dendrapply.Rd                |    11 +-
 src/library/stats/man/dendrogram.Rd                |     8 +-
 src/library/stats/man/deriv.Rd                     |     5 +
 src/library/stats/man/ecdf.Rd                      |     6 +-
 src/library/stats/man/manova.Rd                    |    12 +-
 src/library/stats/man/optimize.Rd                  |    10 +-
 src/library/stats/man/ppoints.Rd                   |    29 +-
 src/library/stats/man/sigma.Rd                     |   103 +
 src/library/stats/man/smooth.spline.Rd             |    17 +-
 src/library/stats/man/summary.manova.Rd            |     4 +-
 src/library/stats/man/toeplitz.Rd                  |     5 +-
 src/library/stats/po/R-da.po                       |    43 +-
 src/library/stats/po/R-de.po                       |   198 +-
 src/library/stats/po/R-fr.po                       |    64 +-
 src/library/stats/po/R-it.po                       |    67 +-
 src/library/stats/po/R-ja.po                       |    62 +-
 src/library/stats/po/R-ko.po                       |   152 +-
 src/library/stats/po/R-pl.po                       |  5411 ++-
 src/library/stats/po/R-pt_BR.po                    |    60 +-
 src/library/stats/po/R-ru.po                       |    20 +-
 src/library/stats/po/R-stats.pot                   |    43 +-
 src/library/stats/po/R-tr.po                       |    62 +-
 src/library/stats/po/R-zh_CN.po                    |    62 +-
 src/library/stats/po/da.po                         |   187 +-
 src/library/stats/po/de.po                         |    46 +-
 src/library/stats/po/fr.po                         |   187 +-
 src/library/stats/po/it.po                         |   187 +-
 src/library/stats/po/ja.po                         |   187 +-
 src/library/stats/po/ko.po                         |   233 +-
 src/library/stats/po/pl.po                         |   191 +-
 src/library/stats/po/pt_BR.po                      |   187 +-
 src/library/stats/po/ru.po                         |   191 +-
 src/library/stats/po/stats.pot                     |   189 +-
 src/library/stats/po/zh_CN.po                      |   187 +-
 src/library/stats/src/HoltWinters.c                |     4 +-
 src/library/stats/src/Makefile.in                  |     1 +
 src/library/stats/src/PPsum.c                      |     1 +
 src/library/stats/src/Srunmed.c                    |     3 +-
 src/library/stats/src/Trunmed.c                    |     4 +-
 src/library/stats/src/ansari.c                     |     4 +-
 src/library/stats/src/approx.c                     |     2 +-
 src/library/stats/src/arima.c                      |     6 +-
 src/library/stats/src/burg.c                       |     2 +-
 src/library/stats/src/chisqsim.c                   |     3 +-
 src/library/stats/src/cov.c                        |    15 +-
 src/library/stats/src/d2x2xk.c                     |     2 +-
 src/library/stats/src/deriv.c                      |     2 +
 src/library/stats/src/distance.c                   |     9 +-
 src/library/stats/src/distn.c                      |    66 +-
 src/library/stats/src/family.c                     |    11 +-
 src/library/stats/src/fexact.c                     |     3 +-
 src/library/stats/src/filter.c                     |     4 +-
 src/library/stats/src/init.c                       |     5 +-
 src/library/stats/src/integrate.c                  |     3 +-
 src/library/stats/src/isoreg.c                     |     2 +-
 src/library/stats/src/kendall.c                    |     5 +-
 src/library/stats/src/kmeans.c                     |     1 -
 src/library/stats/src/ks.c                         |     3 +-
 src/library/stats/src/ksmooth.c                    |     3 +-
 src/library/stats/src/line.c                       |     2 +-
 src/library/stats/src/lm.c                         |     6 +-
 src/library/stats/src/loessc.c                     |     2 +
 src/library/stats/src/lowess.c                     |     2 +-
 src/library/stats/src/mAR.c                        |     3 +
 src/library/stats/src/massdist.c                   |     3 +-
 src/library/stats/src/model.c                      |    66 +-
 src/library/stats/src/monoSpl.c                    |     2 +
 src/library/stats/src/nls.c                        |     8 +-
 src/library/stats/src/pacf.c                       |     5 +-
 src/library/stats/src/port.c                       |    19 +-
 src/library/stats/src/port.h                       |     4 +-
 src/library/stats/src/prho.c                       |     3 +-
 src/library/stats/src/rWishart.c                   |     4 +-
 src/library/stats/src/sbart.c                      |     4 +-
 src/library/stats/src/smooth.c                     |    74 +-
 src/library/stats/src/splines.c                    |     2 +-
 src/library/stats/src/starma.c                     |     2 -
 src/library/stats/src/swilk.c                      |     4 +-
 src/library/stats/src/zeroin.c                     |     2 +-
 src/library/stats/tests/anorexia.rda               |   Bin 0 -> 583 bytes
 src/library/stats/tests/birthwt.rda                |   Bin 0 -> 1916 bytes
 src/library/stats/tests/glm.Rout.save              |     4 +-
 src/library/stats/tests/hills.rda                  |   Bin 0 -> 828 bytes
 src/library/stats/tests/ks-test.Rout.save          |     4 +-
 src/library/stats/tests/nls.Rout.save              |     4 +-
 src/library/stats/tests/offsets.R                  |     5 +-
 src/library/stats/tests/simulate.R                 |    10 +-
 src/library/stats/tests/simulate.Rout.save         |    16 +-
 src/library/stats4/po/R-de.po                      |     2 +-
 src/library/stats4/po/R-ja.po                      |     2 +-
 src/library/stats4/po/R-ko.po                      |    21 +-
 src/library/stats4/po/R-pl.po                      |    50 +-
 src/library/stats4/po/R-ru.po                      |     2 +-
 src/library/stats4/po/R-stats4.pot                 |     5 +-
 src/library/tcltk/R/unix/zzz.R                     |     7 +-
 src/library/tcltk/po/R-de.po                       |     4 +-
 src/library/tcltk/po/R-ja.po                       |     2 +-
 src/library/tcltk/po/R-ko.po                       |    29 +-
 src/library/tcltk/po/R-pl.po                       |   169 +-
 src/library/tcltk/po/R-ru.po                       |     7 +-
 src/library/tcltk/po/R-tcltk.pot                   |     5 +-
 src/library/tcltk/po/da.po                         |     4 +-
 src/library/tcltk/po/de.po                         |     8 +-
 src/library/tcltk/po/fr.po                         |     4 +-
 src/library/tcltk/po/ja.po                         |     4 +-
 src/library/tcltk/po/ko.po                         |    26 +-
 src/library/tcltk/po/pl.po                         |    10 +-
 src/library/tcltk/po/pt_BR.po                      |     4 +-
 src/library/tcltk/po/ru.po                         |    24 +-
 src/library/tcltk/po/tcltk.pot                     |     8 +-
 src/library/tcltk/po/zh_CN.po                      |     4 +-
 src/library/tools/DESCRIPTION.in                   |     2 +-
 src/library/tools/NAMESPACE                        |    33 +-
 src/library/tools/R/CRANtools.R                    |   417 +-
 src/library/tools/R/QC.R                           |   703 +-
 src/library/tools/R/Rd.R                           |    61 +-
 src/library/tools/R/Rd2HTML.R                      |     6 +-
 src/library/tools/R/Rd2latex.R                     |     4 +-
 src/library/tools/R/Rd2pdf.R                       |    53 +-
 src/library/tools/R/Rd2txt.R                       |    17 +-
 src/library/tools/R/RdConv2.R                      |     4 +-
 src/library/tools/R/RdHelpers.R                    |    10 +
 src/library/tools/R/Vignettes.R                    |    46 +-
 src/library/tools/R/bibstyle.R                     |     2 +-
 src/library/tools/R/build.R                        |    54 +-
 src/library/tools/R/check.R                        |   503 +-
 src/library/tools/R/checktools.R                   |    86 +-
 src/library/tools/R/doitools.R                     |   234 +
 src/library/tools/R/dynamicHelp.R                  |    39 +-
 src/library/tools/R/index.R                        |    12 +-
 src/library/tools/R/install.R                      |   128 +-
 src/library/tools/R/makeLazyLoad.R                 |    17 +-
 src/library/tools/R/news.R                         |    61 +-
 src/library/tools/R/package.dependencies.R         |     2 +
 src/library/tools/R/packages.R                     |    22 +-
 src/library/tools/R/parseRd.R                      |     2 +-
 src/library/tools/R/pkgDepends.R                   |   168 +-
 src/library/tools/R/sysdata.rda                    |   Bin 4700 -> 5670 bytes
 src/library/tools/R/testing.R                      |     9 +-
 src/library/tools/R/toHTML.R                       |     9 +-
 src/library/tools/R/translations.R                 |     4 +-
 src/library/tools/R/urltools.R                     |   141 +-
 src/library/tools/R/utils.R                        |   126 +-
 src/library/tools/R/xgettext.R                     |    14 +-
 src/library/tools/man/QC.Rd                        |    24 +-
 src/library/tools/man/Rcmd.Rd                      |    27 +
 src/library/tools/man/dependsOnPkgs.Rd             |     3 +-
 src/library/tools/man/getDepList.Rd                |    69 +-
 src/library/tools/man/installFoundDepends.Rd       |     2 +
 src/library/tools/man/loadRdMacros.Rd              |    66 +-
 src/library/tools/man/makevars.Rd                  |    41 +
 src/library/tools/man/package.dependencies.Rd      |     2 +-
 src/library/tools/man/package_dependencies.Rd      |     5 +-
 src/library/tools/man/startDynamicHelp.Rd          |     5 +-
 src/library/tools/man/tools-deprecated.Rd          |    14 +-
 src/library/tools/po/R-da.po                       |    23 +-
 src/library/tools/po/R-de.po                       |   119 +-
 src/library/tools/po/R-fr.po                       |    35 +-
 src/library/tools/po/R-it.po                       |    29 +-
 src/library/tools/po/R-ja.po                       |    30 +-
 src/library/tools/po/R-ko.po                       |    67 +-
 src/library/tools/po/R-pl.po                       |  2900 +-
 src/library/tools/po/R-pt_BR.po                    |    23 +-
 src/library/tools/po/R-ru.po                       |   463 +-
 src/library/tools/po/R-tools.pot                   |    24 +-
 src/library/tools/po/R-tr.po                       |    23 +-
 src/library/tools/po/R-zh_CN.po                    |    35 +-
 src/library/tools/po/da.po                         |    20 +-
 src/library/tools/po/de.po                         |    20 +-
 src/library/tools/po/fr.po                         |    20 +-
 src/library/tools/po/it.po                         |    20 +-
 src/library/tools/po/ja.po                         |    20 +-
 src/library/tools/po/ko.po                         |    35 +-
 src/library/tools/po/pl.po                         |    26 +-
 src/library/tools/po/pt_BR.po                      |    20 +-
 src/library/tools/po/ru.po                         |    32 +-
 src/library/tools/po/tools.pot                     |    24 +-
 src/library/tools/po/zh_CN.po                      |    20 +-
 src/library/tools/src/Rmd5.c                       |     1 -
 src/library/tools/src/gramLatex.c                  |     4 +-
 src/library/tools/src/gramLatex.y                  |     4 +-
 src/library/tools/src/gramRd.c                     |    10 +-
 src/library/tools/src/gramRd.y                     |    10 +-
 src/library/tools/src/init.c                       |     1 -
 src/library/tools/src/install.c                    |     9 +-
 src/library/tools/src/signals.c                    |     1 -
 src/library/tools/src/text.c                       |     3 +-
 src/library/tools/src/tools.h                      |     3 +-
 .../translations/inst/da/LC_MESSAGES/R-base.mo     |   Bin 53874 -> 53685 bytes
 .../translations/inst/da/LC_MESSAGES/R-compiler.mo |   Bin 3227 -> 3227 bytes
 .../translations/inst/da/LC_MESSAGES/R-graphics.mo |   Bin 1247 -> 1247 bytes
 .../translations/inst/da/LC_MESSAGES/R-methods.mo  |   Bin 1335 -> 1335 bytes
 .../translations/inst/da/LC_MESSAGES/R-stats.mo    |   Bin 4480 -> 4480 bytes
 .../translations/inst/da/LC_MESSAGES/R-tools.mo    |   Bin 5905 -> 5905 bytes
 .../translations/inst/da/LC_MESSAGES/R-utils.mo    |   Bin 4964 -> 4964 bytes
 src/library/translations/inst/da/LC_MESSAGES/R.mo  |   Bin 48915 -> 48915 bytes
 .../translations/inst/da/LC_MESSAGES/RGui.mo       |   Bin 20184 -> 20034 bytes
 .../translations/inst/da/LC_MESSAGES/grDevices.mo  |   Bin 9186 -> 9186 bytes
 .../translations/inst/da/LC_MESSAGES/graphics.mo   |   Bin 583 -> 583 bytes
 .../translations/inst/da/LC_MESSAGES/grid.mo       |   Bin 843 -> 843 bytes
 .../translations/inst/da/LC_MESSAGES/methods.mo    |   Bin 4281 -> 4281 bytes
 .../translations/inst/da/LC_MESSAGES/parallel.mo   |   Bin 1484 -> 1484 bytes
 .../translations/inst/da/LC_MESSAGES/splines.mo    |   Bin 552 -> 552 bytes
 .../translations/inst/da/LC_MESSAGES/stats.mo      |   Bin 6180 -> 6180 bytes
 .../translations/inst/da/LC_MESSAGES/tcltk.mo      |   Bin 1272 -> 1272 bytes
 .../translations/inst/da/LC_MESSAGES/tools.mo      |   Bin 969 -> 969 bytes
 .../translations/inst/de/LC_MESSAGES/R-base.mo     |   Bin 55372 -> 53834 bytes
 .../translations/inst/de/LC_MESSAGES/R-compiler.mo |   Bin 3572 -> 3573 bytes
 .../inst/de/LC_MESSAGES/R-grDevices.mo             |   Bin 13420 -> 13424 bytes
 .../translations/inst/de/LC_MESSAGES/R-graphics.mo |   Bin 15617 -> 15442 bytes
 .../translations/inst/de/LC_MESSAGES/R-grid.mo     |   Bin 17071 -> 17066 bytes
 .../translations/inst/de/LC_MESSAGES/R-methods.mo  |   Bin 68390 -> 68155 bytes
 .../translations/inst/de/LC_MESSAGES/R-parallel.mo |   Bin 3811 -> 3811 bytes
 .../translations/inst/de/LC_MESSAGES/R-splines.mo  |   Bin 2612 -> 2612 bytes
 .../translations/inst/de/LC_MESSAGES/R-stats.mo    |   Bin 86657 -> 86428 bytes
 .../translations/inst/de/LC_MESSAGES/R-stats4.mo   |   Bin 1295 -> 1294 bytes
 .../translations/inst/de/LC_MESSAGES/R-tcltk.mo    |   Bin 2238 -> 2238 bytes
 .../translations/inst/de/LC_MESSAGES/R-tools.mo    |   Bin 44701 -> 44798 bytes
 .../translations/inst/de/LC_MESSAGES/R-utils.mo    |   Bin 40745 -> 40881 bytes
 src/library/translations/inst/de/LC_MESSAGES/R.mo  |   Bin 163195 -> 163281 bytes
 .../translations/inst/de/LC_MESSAGES/RGui.mo       |   Bin 20556 -> 20406 bytes
 .../translations/inst/de/LC_MESSAGES/grDevices.mo  |   Bin 16772 -> 16772 bytes
 .../translations/inst/de/LC_MESSAGES/graphics.mo   |   Bin 12013 -> 12038 bytes
 .../translations/inst/de/LC_MESSAGES/grid.mo       |   Bin 2751 -> 2751 bytes
 .../translations/inst/de/LC_MESSAGES/methods.mo    |   Bin 5248 -> 5251 bytes
 .../translations/inst/de/LC_MESSAGES/parallel.mo   |   Bin 2083 -> 2083 bytes
 .../translations/inst/de/LC_MESSAGES/splines.mo    |   Bin 560 -> 560 bytes
 .../translations/inst/de/LC_MESSAGES/stats.mo      |   Bin 18913 -> 18919 bytes
 .../translations/inst/de/LC_MESSAGES/tcltk.mo      |   Bin 1311 -> 1310 bytes
 .../translations/inst/de/LC_MESSAGES/tools.mo      |   Bin 3614 -> 3614 bytes
 .../translations/inst/de/LC_MESSAGES/utils.mo      |   Bin 5352 -> 5352 bytes
 src/library/translations/inst/en/LC_MESSAGES/R.mo  |   Bin 831 -> 831 bytes
 .../inst/en at quot/LC_MESSAGES/R-base.mo             |   Bin 53761 -> 53797 bytes
 .../inst/en at quot/LC_MESSAGES/R-compiler.mo         |   Bin 3475 -> 3475 bytes
 .../inst/en at quot/LC_MESSAGES/R-grDevices.mo        |   Bin 12779 -> 12779 bytes
 .../inst/en at quot/LC_MESSAGES/R-graphics.mo         |   Bin 15053 -> 14883 bytes
 .../inst/en at quot/LC_MESSAGES/R-grid.mo             |   Bin 16431 -> 16431 bytes
 .../inst/en at quot/LC_MESSAGES/R-methods.mo          |   Bin 65191 -> 65181 bytes
 .../inst/en at quot/LC_MESSAGES/R-parallel.mo         |   Bin 3611 -> 3611 bytes
 .../inst/en at quot/LC_MESSAGES/R-splines.mo          |   Bin 2491 -> 2491 bytes
 .../inst/en at quot/LC_MESSAGES/R-stats.mo            |   Bin 83927 -> 83649 bytes
 .../inst/en at quot/LC_MESSAGES/R-stats4.mo           |   Bin 1207 -> 1207 bytes
 .../inst/en at quot/LC_MESSAGES/R-tcltk.mo            |   Bin 2149 -> 2149 bytes
 .../inst/en at quot/LC_MESSAGES/R-tools.mo            |   Bin 43015 -> 42929 bytes
 .../inst/en at quot/LC_MESSAGES/R-utils.mo            |   Bin 39343 -> 39471 bytes
 .../translations/inst/en at quot/LC_MESSAGES/R.mo     |   Bin 155865 -> 155793 bytes
 .../inst/en at quot/LC_MESSAGES/grDevices.mo          |   Bin 15711 -> 15711 bytes
 .../inst/en at quot/LC_MESSAGES/graphics.mo           |   Bin 11573 -> 11573 bytes
 .../translations/inst/en at quot/LC_MESSAGES/grid.mo  |   Bin 2563 -> 2563 bytes
 .../inst/en at quot/LC_MESSAGES/methods.mo            |   Bin 4943 -> 4943 bytes
 .../inst/en at quot/LC_MESSAGES/parallel.mo           |   Bin 1959 -> 1959 bytes
 .../inst/en at quot/LC_MESSAGES/splines.mo            |   Bin 509 -> 509 bytes
 .../translations/inst/en at quot/LC_MESSAGES/stats.mo |   Bin 18003 -> 18097 bytes
 .../translations/inst/en at quot/LC_MESSAGES/tcltk.mo |   Bin 1217 -> 1217 bytes
 .../translations/inst/en at quot/LC_MESSAGES/tools.mo |   Bin 3427 -> 3427 bytes
 .../translations/inst/en at quot/LC_MESSAGES/utils.mo |   Bin 5127 -> 5127 bytes
 .../translations/inst/en_GB/LC_MESSAGES/R.mo       |   Bin 956 -> 956 bytes
 .../inst/en_GB/LC_MESSAGES/grDevices.mo            |   Bin 1166 -> 1166 bytes
 src/library/translations/inst/es/LC_MESSAGES/R.mo  |   Bin 115385 -> 115265 bytes
 .../translations/inst/es/LC_MESSAGES/RGui.mo       |   Bin 20966 -> 20799 bytes
 .../translations/inst/es/LC_MESSAGES/graphics.mo   |   Bin 9207 -> 9207 bytes
 .../translations/inst/fa/LC_MESSAGES/R-base.mo     |   Bin 553 -> 553 bytes
 .../translations/inst/fa/LC_MESSAGES/R-utils.mo    |   Bin 1656 -> 1656 bytes
 src/library/translations/inst/fa/LC_MESSAGES/R.mo  |   Bin 2208 -> 2208 bytes
 .../translations/inst/fa/LC_MESSAGES/RGui.mo       |   Bin 27077 -> 26917 bytes
 .../translations/inst/fr/LC_MESSAGES/R-base.mo     |   Bin 56552 -> 56369 bytes
 .../translations/inst/fr/LC_MESSAGES/R-compiler.mo |   Bin 3787 -> 3787 bytes
 .../translations/inst/fr/LC_MESSAGES/R-graphics.mo |   Bin 15756 -> 15574 bytes
 .../translations/inst/fr/LC_MESSAGES/R-methods.mo  |   Bin 70490 -> 70340 bytes
 .../translations/inst/fr/LC_MESSAGES/R-stats.mo    |   Bin 87817 -> 87517 bytes
 .../translations/inst/fr/LC_MESSAGES/R-tools.mo    |   Bin 43361 -> 43361 bytes
 .../translations/inst/fr/LC_MESSAGES/R-utils.mo    |   Bin 40140 -> 40140 bytes
 src/library/translations/inst/fr/LC_MESSAGES/R.mo  |   Bin 164375 -> 164302 bytes
 .../translations/inst/fr/LC_MESSAGES/RGui.mo       |   Bin 21438 -> 21274 bytes
 .../translations/inst/fr/LC_MESSAGES/grDevices.mo  |   Bin 17092 -> 17092 bytes
 .../translations/inst/fr/LC_MESSAGES/graphics.mo   |   Bin 12487 -> 12487 bytes
 .../translations/inst/fr/LC_MESSAGES/grid.mo       |   Bin 2844 -> 2844 bytes
 .../translations/inst/fr/LC_MESSAGES/methods.mo    |   Bin 5603 -> 5603 bytes
 .../translations/inst/fr/LC_MESSAGES/parallel.mo   |   Bin 2208 -> 2208 bytes
 .../translations/inst/fr/LC_MESSAGES/splines.mo    |   Bin 582 -> 582 bytes
 .../translations/inst/fr/LC_MESSAGES/stats.mo      |   Bin 18825 -> 18825 bytes
 .../translations/inst/fr/LC_MESSAGES/tcltk.mo      |   Bin 1407 -> 1407 bytes
 .../translations/inst/fr/LC_MESSAGES/tools.mo      |   Bin 3818 -> 3818 bytes
 .../translations/inst/it/LC_MESSAGES/R-base.mo     |   Bin 19901 -> 19901 bytes
 .../translations/inst/it/LC_MESSAGES/R-graphics.mo |   Bin 8966 -> 8966 bytes
 .../translations/inst/it/LC_MESSAGES/R-stats.mo    |   Bin 53920 -> 53920 bytes
 .../translations/inst/it/LC_MESSAGES/R-tools.mo    |   Bin 5128 -> 5128 bytes
 src/library/translations/inst/it/LC_MESSAGES/R.mo  |   Bin 85121 -> 85043 bytes
 .../translations/inst/it/LC_MESSAGES/RGui.mo       |   Bin 18729 -> 18580 bytes
 .../translations/inst/it/LC_MESSAGES/grDevices.mo  |   Bin 4616 -> 4616 bytes
 .../translations/inst/it/LC_MESSAGES/graphics.mo   |   Bin 8747 -> 8747 bytes
 .../translations/inst/it/LC_MESSAGES/grid.mo       |   Bin 566 -> 566 bytes
 .../translations/inst/it/LC_MESSAGES/stats.mo      |   Bin 11776 -> 11776 bytes
 .../translations/inst/it/LC_MESSAGES/tools.mo      |   Bin 661 -> 661 bytes
 .../translations/inst/ja/LC_MESSAGES/R-base.mo     |   Bin 64604 -> 64468 bytes
 .../translations/inst/ja/LC_MESSAGES/R-compiler.mo |   Bin 4364 -> 4364 bytes
 .../inst/ja/LC_MESSAGES/R-grDevices.mo             |   Bin 15549 -> 15549 bytes
 .../translations/inst/ja/LC_MESSAGES/R-graphics.mo |   Bin 18024 -> 17888 bytes
 .../translations/inst/ja/LC_MESSAGES/R-grid.mo     |   Bin 19961 -> 19961 bytes
 .../translations/inst/ja/LC_MESSAGES/R-methods.mo  |   Bin 77822 -> 77674 bytes
 .../translations/inst/ja/LC_MESSAGES/R-splines.mo  |   Bin 3174 -> 3174 bytes
 .../translations/inst/ja/LC_MESSAGES/R-stats.mo    |   Bin 99356 -> 99101 bytes
 .../translations/inst/ja/LC_MESSAGES/R-stats4.mo   |   Bin 1492 -> 1492 bytes
 .../translations/inst/ja/LC_MESSAGES/R-tcltk.mo    |   Bin 2733 -> 2733 bytes
 .../translations/inst/ja/LC_MESSAGES/R-tools.mo    |   Bin 52949 -> 52810 bytes
 .../translations/inst/ja/LC_MESSAGES/R-utils.mo    |   Bin 47232 -> 47232 bytes
 src/library/translations/inst/ja/LC_MESSAGES/R.mo  |   Bin 190928 -> 190790 bytes
 .../translations/inst/ja/LC_MESSAGES/RGui.mo       |   Bin 24119 -> 23920 bytes
 .../translations/inst/ja/LC_MESSAGES/grDevices.mo  |   Bin 19889 -> 19889 bytes
 .../translations/inst/ja/LC_MESSAGES/graphics.mo   |   Bin 13936 -> 13936 bytes
 .../translations/inst/ja/LC_MESSAGES/grid.mo       |   Bin 3230 -> 3230 bytes
 .../translations/inst/ja/LC_MESSAGES/methods.mo    |   Bin 6020 -> 6020 bytes
 .../translations/inst/ja/LC_MESSAGES/splines.mo    |   Bin 527 -> 527 bytes
 .../translations/inst/ja/LC_MESSAGES/stats.mo      |   Bin 21515 -> 21515 bytes
 .../translations/inst/ja/LC_MESSAGES/tcltk.mo      |   Bin 1435 -> 1435 bytes
 .../translations/inst/ja/LC_MESSAGES/tools.mo      |   Bin 4153 -> 4153 bytes
 .../translations/inst/ko/LC_MESSAGES/R-base.mo     |   Bin 43817 -> 43665 bytes
 .../translations/inst/ko/LC_MESSAGES/R-graphics.mo |   Bin 16302 -> 16151 bytes
 .../translations/inst/ko/LC_MESSAGES/R-methods.mo  |   Bin 58752 -> 58582 bytes
 .../translations/inst/ko/LC_MESSAGES/R-stats.mo    |   Bin 81978 -> 81831 bytes
 .../translations/inst/ko/LC_MESSAGES/R-tools.mo    |   Bin 41504 -> 41387 bytes
 .../translations/inst/ko/LC_MESSAGES/R-utils.mo    |   Bin 42915 -> 42915 bytes
 src/library/translations/inst/ko/LC_MESSAGES/R.mo  |   Bin 160452 -> 160357 bytes
 .../translations/inst/ko/LC_MESSAGES/RGui.mo       |   Bin 23074 -> 22901 bytes
 .../translations/inst/ko/LC_MESSAGES/grDevices.mo  |   Bin 18059 -> 18059 bytes
 .../translations/inst/ko/LC_MESSAGES/graphics.mo   |   Bin 12714 -> 12714 bytes
 .../translations/inst/ko/LC_MESSAGES/grid.mo       |   Bin 3055 -> 3055 bytes
 .../translations/inst/ko/LC_MESSAGES/methods.mo    |   Bin 5773 -> 5773 bytes
 .../translations/inst/ko/LC_MESSAGES/parallel.mo   |   Bin 2363 -> 2363 bytes
 .../translations/inst/ko/LC_MESSAGES/splines.mo    |   Bin 561 -> 561 bytes
 .../translations/inst/ko/LC_MESSAGES/stats.mo      |   Bin 19503 -> 19503 bytes
 .../translations/inst/ko/LC_MESSAGES/tcltk.mo      |   Bin 1489 -> 1489 bytes
 .../translations/inst/ko/LC_MESSAGES/tools.mo      |   Bin 3722 -> 3722 bytes
 .../translations/inst/ko/LC_MESSAGES/utils.mo      |   Bin 5663 -> 5663 bytes
 .../translations/inst/nn/LC_MESSAGES/R-base.mo     |   Bin 39889 -> 39889 bytes
 src/library/translations/inst/nn/LC_MESSAGES/R.mo  |   Bin 125602 -> 125529 bytes
 .../translations/inst/nn/LC_MESSAGES/RGui.mo       |   Bin 20370 -> 20215 bytes
 .../translations/inst/nn/LC_MESSAGES/graphics.mo   |   Bin 9530 -> 9530 bytes
 .../translations/inst/pl/LC_MESSAGES/R-base.mo     |   Bin 60621 -> 60387 bytes
 .../translations/inst/pl/LC_MESSAGES/R-compiler.mo |   Bin 4009 -> 4009 bytes
 .../translations/inst/pl/LC_MESSAGES/R-graphics.mo |   Bin 16424 -> 16206 bytes
 .../translations/inst/pl/LC_MESSAGES/R-methods.mo  |   Bin 68653 -> 68446 bytes
 .../translations/inst/pl/LC_MESSAGES/R-stats.mo    |   Bin 93320 -> 92991 bytes
 .../translations/inst/pl/LC_MESSAGES/R-tools.mo    |   Bin 48172 -> 48061 bytes
 .../translations/inst/pl/LC_MESSAGES/R-utils.mo    |   Bin 43535 -> 43535 bytes
 src/library/translations/inst/pl/LC_MESSAGES/R.mo  |   Bin 168805 -> 168695 bytes
 .../translations/inst/pl/LC_MESSAGES/RGui.mo       |   Bin 20711 -> 20885 bytes
 .../translations/inst/pl/LC_MESSAGES/grDevices.mo  |   Bin 17327 -> 17327 bytes
 .../translations/inst/pl/LC_MESSAGES/graphics.mo   |   Bin 12703 -> 12703 bytes
 .../translations/inst/pl/LC_MESSAGES/grid.mo       |   Bin 2975 -> 2975 bytes
 .../translations/inst/pl/LC_MESSAGES/methods.mo    |   Bin 5275 -> 5275 bytes
 .../translations/inst/pl/LC_MESSAGES/parallel.mo   |   Bin 2301 -> 2301 bytes
 .../translations/inst/pl/LC_MESSAGES/splines.mo    |   Bin 721 -> 721 bytes
 .../translations/inst/pl/LC_MESSAGES/stats.mo      |   Bin 19747 -> 19747 bytes
 .../translations/inst/pl/LC_MESSAGES/tcltk.mo      |   Bin 1480 -> 1480 bytes
 .../translations/inst/pl/LC_MESSAGES/tools.mo      |   Bin 3886 -> 3886 bytes
 .../translations/inst/pl/LC_MESSAGES/utils.mo      |   Bin 5708 -> 5708 bytes
 .../translations/inst/pt_BR/LC_MESSAGES/R-base.mo  |   Bin 32403 -> 32403 bytes
 .../inst/pt_BR/LC_MESSAGES/R-compiler.mo           |   Bin 3553 -> 3553 bytes
 .../inst/pt_BR/LC_MESSAGES/R-graphics.mo           |   Bin 12405 -> 12405 bytes
 .../inst/pt_BR/LC_MESSAGES/R-methods.mo            |   Bin 5106 -> 5106 bytes
 .../translations/inst/pt_BR/LC_MESSAGES/R-stats.mo |   Bin 49297 -> 49188 bytes
 .../translations/inst/pt_BR/LC_MESSAGES/R-tools.mo |   Bin 2111 -> 2111 bytes
 .../translations/inst/pt_BR/LC_MESSAGES/R-utils.mo |   Bin 1218 -> 1218 bytes
 .../translations/inst/pt_BR/LC_MESSAGES/R.mo       |   Bin 131931 -> 131859 bytes
 .../translations/inst/pt_BR/LC_MESSAGES/RGui.mo    |   Bin 20893 -> 20729 bytes
 .../inst/pt_BR/LC_MESSAGES/grDevices.mo            |   Bin 2529 -> 2529 bytes
 .../inst/pt_BR/LC_MESSAGES/graphics.mo             |   Bin 10057 -> 10057 bytes
 .../translations/inst/pt_BR/LC_MESSAGES/grid.mo    |   Bin 957 -> 957 bytes
 .../translations/inst/pt_BR/LC_MESSAGES/methods.mo |   Bin 4679 -> 4679 bytes
 .../translations/inst/pt_BR/LC_MESSAGES/splines.mo |   Bin 634 -> 634 bytes
 .../translations/inst/pt_BR/LC_MESSAGES/stats.mo   |   Bin 16935 -> 16935 bytes
 .../translations/inst/pt_BR/LC_MESSAGES/tcltk.mo   |   Bin 1370 -> 1370 bytes
 .../translations/inst/pt_BR/LC_MESSAGES/tools.mo   |   Bin 814 -> 814 bytes
 .../translations/inst/ru/LC_MESSAGES/R-base.mo     |   Bin 55044 -> 54805 bytes
 .../translations/inst/ru/LC_MESSAGES/R-compiler.mo |   Bin 4936 -> 4936 bytes
 .../translations/inst/ru/LC_MESSAGES/R-graphics.mo |   Bin 15755 -> 15532 bytes
 .../translations/inst/ru/LC_MESSAGES/R-methods.mo  |   Bin 66171 -> 65961 bytes
 .../translations/inst/ru/LC_MESSAGES/R-stats.mo    |   Bin 86944 -> 86604 bytes
 .../translations/inst/ru/LC_MESSAGES/R-tools.mo    |   Bin 44503 -> 44414 bytes
 .../translations/inst/ru/LC_MESSAGES/R-utils.mo    |   Bin 40653 -> 40653 bytes
 src/library/translations/inst/ru/LC_MESSAGES/R.mo  |   Bin 209783 -> 209653 bytes
 .../translations/inst/ru/LC_MESSAGES/RGui.mo       |   Bin 20382 -> 20225 bytes
 .../translations/inst/ru/LC_MESSAGES/grDevices.mo  |   Bin 16327 -> 16327 bytes
 .../translations/inst/ru/LC_MESSAGES/graphics.mo   |   Bin 15753 -> 15753 bytes
 .../translations/inst/ru/LC_MESSAGES/grid.mo       |   Bin 2788 -> 2788 bytes
 .../translations/inst/ru/LC_MESSAGES/methods.mo    |   Bin 5072 -> 5072 bytes
 .../translations/inst/ru/LC_MESSAGES/parallel.mo   |   Bin 2134 -> 2134 bytes
 .../translations/inst/ru/LC_MESSAGES/splines.mo    |   Bin 605 -> 605 bytes
 .../translations/inst/ru/LC_MESSAGES/stats.mo      |   Bin 18617 -> 18617 bytes
 .../translations/inst/ru/LC_MESSAGES/tcltk.mo      |   Bin 1376 -> 1376 bytes
 .../translations/inst/ru/LC_MESSAGES/tools.mo      |   Bin 3675 -> 3675 bytes
 .../translations/inst/tr/LC_MESSAGES/R-base.mo     |   Bin 790 -> 790 bytes
 .../translations/inst/tr/LC_MESSAGES/R-stats.mo    |   Bin 34017 -> 34017 bytes
 .../translations/inst/tr/LC_MESSAGES/R-tools.mo    |   Bin 522 -> 522 bytes
 .../translations/inst/tr/LC_MESSAGES/R-utils.mo    |   Bin 941 -> 941 bytes
 src/library/translations/inst/tr/LC_MESSAGES/R.mo  |   Bin 124380 -> 124265 bytes
 .../translations/inst/tr/LC_MESSAGES/RGui.mo       |   Bin 20835 -> 20684 bytes
 .../translations/inst/tr/LC_MESSAGES/graphics.mo   |   Bin 9716 -> 9716 bytes
 .../translations/inst/zh_CN/LC_MESSAGES/R-base.mo  |   Bin 47792 -> 47656 bytes
 .../inst/zh_CN/LC_MESSAGES/R-compiler.mo           |   Bin 3209 -> 3209 bytes
 .../inst/zh_CN/LC_MESSAGES/R-graphics.mo           |   Bin 13713 -> 13590 bytes
 .../inst/zh_CN/LC_MESSAGES/R-methods.mo            |   Bin 59034 -> 58897 bytes
 .../translations/inst/zh_CN/LC_MESSAGES/R-stats.mo |   Bin 75201 -> 74985 bytes
 .../translations/inst/zh_CN/LC_MESSAGES/R-tools.mo |   Bin 30817 -> 30817 bytes
 .../translations/inst/zh_CN/LC_MESSAGES/R-utils.mo |   Bin 34114 -> 34114 bytes
 .../translations/inst/zh_CN/LC_MESSAGES/R.mo       |   Bin 139936 -> 139868 bytes
 .../translations/inst/zh_CN/LC_MESSAGES/RGui.mo    |   Bin 17551 -> 17418 bytes
 .../inst/zh_CN/LC_MESSAGES/grDevices.mo            |   Bin 14498 -> 14498 bytes
 .../inst/zh_CN/LC_MESSAGES/graphics.mo             |   Bin 10701 -> 10701 bytes
 .../translations/inst/zh_CN/LC_MESSAGES/grid.mo    |   Bin 2362 -> 2362 bytes
 .../translations/inst/zh_CN/LC_MESSAGES/methods.mo |   Bin 4726 -> 4726 bytes
 .../inst/zh_CN/LC_MESSAGES/parallel.mo             |   Bin 1909 -> 1909 bytes
 .../translations/inst/zh_CN/LC_MESSAGES/splines.mo |   Bin 501 -> 501 bytes
 .../translations/inst/zh_CN/LC_MESSAGES/stats.mo   |   Bin 16194 -> 16194 bytes
 .../translations/inst/zh_CN/LC_MESSAGES/tcltk.mo   |   Bin 1220 -> 1220 bytes
 .../translations/inst/zh_CN/LC_MESSAGES/tools.mo   |   Bin 3227 -> 3227 bytes
 .../translations/inst/zh_TW/LC_MESSAGES/R.mo       |   Bin 125599 -> 125530 bytes
 .../translations/inst/zh_TW/LC_MESSAGES/RGui.mo    |   Bin 17860 -> 17721 bytes
 .../inst/zh_TW/LC_MESSAGES/graphics.mo             |   Bin 9112 -> 9112 bytes
 src/library/utils/DESCRIPTION.in                   |     2 +-
 src/library/utils/Makefile.in                      |     1 +
 src/library/utils/Makefile.win                     |     1 +
 src/library/utils/NAMESPACE                        |    12 +-
 src/library/utils/R/MARC.R                         |   394 -
 src/library/utils/R/SweaveDrivers.R                |     6 +-
 src/library/utils/R/aspell.R                       |    57 +-
 src/library/utils/R/citation.R                     |   110 +-
 src/library/utils/R/format.R                       |     8 +-
 src/library/utils/R/head.R                         |     9 +-
 src/library/utils/R/help.R                         |     2 +-
 src/library/utils/R/help.search.R                  |   101 +-
 src/library/utils/R/news.R                         |    54 +-
 src/library/utils/R/object.size.R                  |    45 +-
 src/library/utils/R/objects.R                      |    89 +-
 src/library/utils/R/package.skeleton.R             |    10 +-
 src/library/utils/R/packages.R                     |    35 +-
 src/library/utils/R/packages2.R                    |    22 +-
 src/library/utils/R/progressBar.R                  |    14 +-
 src/library/utils/R/prompt.R                       |    40 +-
 src/library/utils/R/readtable.R                    |    23 +-
 src/library/utils/R/roman.R                        |   106 +-
 src/library/utils/R/sessionInfo.R                  |    11 +-
 src/library/utils/R/sourceutils.R                  |     4 +-
 src/library/utils/R/str.R                          |    27 +-
 src/library/utils/R/summRprof.R                    |     4 +-
 src/library/utils/R/sysdata.R                      |    62 +
 src/library/utils/R/sysdata.rda                    |   Bin 0 -> 14298 bytes
 src/library/utils/R/tar.R                          |    17 +-
 src/library/utils/R/unix/download.file.R           |    17 +-
 src/library/utils/R/vignette.R                     |    71 +-
 src/library/utils/R/windows/choose.files.R         |     9 +-
 src/library/utils/R/windows/download.file.R        |    21 +-
 src/library/utils/R/windows/install.packages.R     |    12 +-
 src/library/utils/R/windows/sysutils.R             |     5 +-
 src/library/utils/inst/doc/Sweave.pdf              |   Bin 320219 -> 320245 bytes
 src/library/utils/man/aspell.Rd                    |     2 +-
 src/library/utils/man/available.packages.Rd        |    11 +-
 src/library/utils/man/chooseBioCmirror.Rd          |     9 +-
 src/library/utils/man/chooseCRANmirror.Rd          |     6 -
 src/library/utils/man/close.socket.Rd              |     4 +-
 src/library/utils/man/data.Rd                      |     5 +-
 src/library/utils/man/download.file.Rd             |    68 +-
 src/library/utils/man/getS3method.Rd               |    10 +-
 src/library/utils/man/isS3method.Rd                |    52 +
 src/library/utils/man/make.socket.Rd               |     2 +-
 src/library/utils/man/methods.Rd                   |    42 +-
 src/library/utils/man/news.Rd                      |    26 +-
 src/library/utils/man/object.size.Rd               |    31 +-
 src/library/utils/man/read.table.Rd                |    11 +-
 src/library/utils/man/roman.Rd                     |    34 +-
 src/library/utils/man/setRepositories.Rd           |     7 +-
 src/library/utils/man/vignette.Rd                  |    61 +-
 src/library/utils/man/windows/setInternet2.Rd      |    38 +-
 src/library/utils/po/R-da.po                       |    43 +-
 src/library/utils/po/R-de.po                       |   226 +-
 src/library/utils/po/R-fa.po                       |    43 +-
 src/library/utils/po/R-fr.po                       |    62 +-
 src/library/utils/po/R-ja.po                       |    58 +-
 src/library/utils/po/R-ko.po                       |    84 +-
 src/library/utils/po/R-pl.po                       |  2581 +-
 src/library/utils/po/R-pt_BR.po                    |    43 +-
 src/library/utils/po/R-ru.po                       |     7 +-
 src/library/utils/po/R-tr.po                       |    43 +-
 src/library/utils/po/R-utils.pot                   |    44 +-
 src/library/utils/po/R-zh_CN.po                    |    58 +-
 src/library/utils/po/de.po                         |    31 +-
 src/library/utils/po/ko.po                         |    94 +-
 src/library/utils/po/pl.po                         |    80 +-
 src/library/utils/po/utils.pot                     |    76 +-
 src/library/utils/src/Makefile.in                  |     3 +-
 src/library/utils/src/io.c                         |    11 +-
 src/library/utils/src/utils.c                      |     6 +-
 src/main/CommandLineArgs.c                         |     1 +
 src/main/Makefile.in                               |    19 +-
 src/main/Makefile.win                              |     6 +-
 src/main/Rdynload.c                                |     8 +-
 src/main/Renviron.c                                |     2 +-
 src/main/agrep.c                                   |    50 +-
 src/main/apply.c                                   |    36 +-
 src/main/arithmetic.c                              |   344 +-
 src/main/arithmetic.h                              |     6 +-
 src/main/array.c                                   |   203 +-
 src/main/attrib.c                                  |   230 +-
 src/main/bind.c                                    |   127 +-
 src/main/builtin.c                                 |    28 +-
 src/main/character.c                               |   517 +-
 src/main/coerce.c                                  |    85 +-
 src/main/complex.c                                 |    86 +-
 src/main/connections.c                             |   236 +-
 src/main/context.c                                 |   180 +-
 src/main/cum.c                                     |    19 +-
 src/main/datetime.c                                |     8 +-
 src/main/debug.c                                   |    30 +-
 src/main/deparse.c                                 |    26 +-
 src/main/devices.c                                 |     5 +-
 src/main/dotcode.c                                 |     2 +-
 src/main/dstruct.c                                 |     2 +-
 src/main/duplicate.c                               |   145 +-
 src/main/duplicate.h                               |    70 +
 src/main/engine.c                                  |   563 +-
 src/main/envir.c                                   |   130 +-
 src/main/errors.c                                  |    72 +-
 src/main/eval.c                                    |   308 +-
 src/main/g_alab_her.c                              |    13 +-
 src/main/gevents.c                                 |    20 +-
 src/main/grep.c                                    |    79 +-
 src/main/gzio.h                                    |     8 +-
 src/main/identical.c                               |    28 +-
 src/main/inspect.c                                 |     3 +-
 src/main/internet.c                                |    31 +-
 src/main/iosupport.c                               |     6 +-
 src/main/localecharset.c                           |     2 +-
 src/main/logic.c                                   |    70 +-
 src/main/main.c                                    |    83 +-
 src/main/memory.c                                  |    69 +-
 src/main/mkdtemp.c                                 |     2 +-
 src/main/names.c                                   |   121 +-
 src/main/objects.c                                 |   160 +-
 src/main/options.c                                 |    11 +-
 src/main/paste.c                                   |    17 +-
 src/main/platform.c                                |   214 +-
 src/main/plot.c                                    |     1 +
 src/main/plot3d.c                                  |     2 +-
 src/main/print.c                                   |     8 +-
 src/main/printarray.c                              |     8 +-
 src/main/printutils.c                              |     8 +-
 src/main/printvector.c                             |     2 +-
 src/main/radixsort.c                               |  1932 +
 src/main/random.c                                  |    35 +-
 src/main/raw.c                                     |     7 +-
 src/main/relop.c                                   |   165 +-
 src/main/rlocale.c                                 |    10 +-
 src/main/rlocale_data.h                            |     3 +-
 src/main/scan.c                                    |     8 +-
 src/main/seq.c                                     |    57 +-
 src/main/serialize.c                               |    42 +-
 src/main/sort.c                                    |   116 +-
 src/main/source.c                                  |    14 +-
 src/main/split.c                                   |    16 +-
 src/main/subassign.c                               |   208 +-
 src/main/subscript.c                               |   177 +-
 src/main/subset.c                                  |   100 +-
 src/main/summary.c                                 |    54 +-
 src/main/sysutils.c                                |     6 +-
 src/main/times.c                                   |     1 +
 src/main/unique.c                                  |    72 +-
 src/main/util.c                                    |   130 +-
 src/main/valid_utf8.h                              |     2 +-
 src/main/xspline.c                                 |     2 +-
 src/modules/X11/Makefile.in                        |     8 +-
 src/modules/X11/devX11.c                           |    13 +-
 src/modules/X11/rlogo_icon.h                       |  7691 ++-
 src/modules/X11/rotated.c                          |   240 +-
 src/modules/internet/Makefile.win                  |     2 +-
 src/modules/internet/Rhttpd.c                      |    18 +-
 src/modules/internet/Rsock.c                       |    31 +-
 src/modules/internet/internet.c                    |    82 +-
 src/modules/internet/libcurl.c                     |   274 +-
 src/modules/internet/nanoftp.c                     |    15 +-
 src/modules/internet/nanohttp.c                    |    12 +-
 src/modules/internet/sock.c                        |    39 +-
 src/modules/internet/sockconn.c                    |    18 +-
 src/modules/lapack/LICENSE                         |     6 +-
 src/modules/lapack/R.patch                         |   160 +-
 src/modules/lapack/README                          |   233 +-
 src/modules/lapack/cmplx.f                         | 46149 +++++++++++++------
 src/modules/lapack/dlamch.f                        |    10 +-
 src/modules/lapack/dlapack.f                       | 10533 +++--
 src/nmath/bessel_i.c                               |     4 +-
 src/nmath/bessel_j.c                               |    12 +-
 src/nmath/bessel_k.c                               |     4 +-
 src/nmath/bessel_y.c                               |    10 +-
 src/nmath/cospi.c                                  |    30 +-
 src/nmath/dnorm.c                                  |     2 +-
 src/nmath/dnt.c                                    |    17 +-
 src/nmath/dpq.h                                    |     8 +-
 src/nmath/dt.c                                     |     2 +-
 src/nmath/nmath.h                                  |    22 +-
 src/nmath/pbinom.c                                 |     6 +-
 src/nmath/pexp.c                                   |    12 +-
 src/nmath/pgamma.c                                 |    12 +-
 src/nmath/plogis.c                                 |     4 +-
 src/nmath/pnt.c                                    |    23 +-
 src/nmath/polygamma.c                              |    10 +-
 src/nmath/pt.c                                     |     2 +-
 src/nmath/pweibull.c                               |    11 +-
 src/nmath/qbeta.c                                  |    42 +-
 src/nmath/qf.c                                     |     5 +-
 src/nmath/qgamma.c                                 |     9 +-
 src/nmath/rhyper.c                                 |   141 +-
 src/nmath/rnbinom.c                                |     2 +-
 src/scripts/config                                 |    17 +-
 src/scripts/f77_f2c.in                             |     2 +-
 src/unix/dynload.c                                 |    10 +-
 src/unix/sys-std.c                                 |    10 +-
 src/unix/sys-unix.c                                |    21 +-
 src/unix/system.c                                  |    89 +-
 tests/Examples/datasets-Ex.Rout.save               |     4 +-
 tests/Examples/grDevices-Ex.Rout.save              |    76 +-
 tests/Examples/graphics-Ex.Rout.save               |     8 +-
 tests/Examples/grid-Ex.Rout.save                   |    15 +-
 tests/Examples/splines-Ex.Rout.save                |     4 +-
 tests/Examples/stats-Ex.Rout.save                  |   161 +-
 tests/Examples/stats4-Ex.Rout.save                 |     4 +-
 tests/Examples/tools-Ex.Rout.save                  |    54 +-
 tests/Makefile.common                              |    11 +-
 tests/Makefile.in                                  |     3 +-
 tests/Makefile.win                                 |     3 +-
 tests/Pkgs/pkgA                                    |     1 +
 tests/Pkgs/pkgB/DESCRIPTION                        |     1 -
 tests/Pkgs/{pkgA => xDir/pkg}/DESCRIPTION          |     0
 tests/Pkgs/{pkgA => xDir/pkg}/NAMESPACE            |     2 +
 tests/Pkgs/{pkgA => xDir/pkg}/R/pkgA.R             |     3 +
 tests/Pkgs/{pkgA => xDir/pkg}/data/nil.R           |     0
 tests/Pkgs/xDir/pkg/man/f.Rd                       |    25 +
 tests/R-intro.Rout.save                            |     2 +-
 tests/any-all.Rout.save                            |     2 +-
 tests/arith-true.Rout.save                         |     4 +-
 tests/arith.Rout.save                              |     2 +-
 tests/array-subset.Rout.save                       |   104 -
 tests/complex.R                                    |    27 +
 tests/complex.Rout.save                            |    33 +-
 tests/d-p-q-r-tests.R                              |    65 +-
 tests/d-p-q-r-tests.Rout.save                      |    80 +-
 tests/datasets.Rout.save                           |    28 +-
 tests/datetime.Rout.save                           |     2 +-
 tests/datetime2.Rout.save                          |     2 +-
 tests/demos.Rout.save                              |     8 +-
 tests/eval-etc.R                                   |    13 +
 tests/eval-etc.Rout.save                           |    23 +-
 tests/iec60559.Rout.save                           |     2 +-
 tests/internet.R                                   |    10 +-
 tests/internet.Rout.save                           |    14 +-
 tests/internet2.R                                  |     5 -
 tests/isas-tests.Rout.save                         |     4 +-
 tests/lapack.Rout.save                             |     2 +-
 tests/libcurl.R                                    |    56 +-
 tests/lm-tests.Rout.save                           |     2 +-
 tests/method-dispatch.Rout.save                    |     2 +-
 tests/no-segfault.Rin                              |    19 +-
 tests/ok-errors.Rout.save                          |     2 +-
 tests/p-r-random-tests.Rout.save                   |     4 +-
 tests/primitives.R                                 |    32 +-
 tests/print-tests.Rout.save                        |     2 +-
 tests/r-strict-tst.R                               |    52 +
 tests/reg-IO.Rout.save                             |     2 +-
 tests/reg-IO2.Rout.save                            |     4 +-
 tests/reg-S4.R                                     |    83 +-
 tests/reg-S4.Rout.save                             |    97 +-
 tests/reg-examples1.R                              |     1 +
 tests/reg-examples3.R                              |     2 +-
 tests/reg-examples3.Rout.save                      |    13 +-
 tests/reg-packages.R                               |    34 +-
 tests/reg-plot.Rout.save                           |     2 +-
 tests/reg-tests-1a.R                               |     5 +-
 tests/reg-tests-1b.R                               |    20 +-
 tests/reg-tests-1c.R                               |   838 +-
 tests/reg-tests-2.R                                |    78 +-
 tests/reg-tests-2.Rout.save                        |   234 +-
 tests/reg-tests-3.R                                |    17 +-
 tests/reg-tests-3.Rout.save                        |    54 +-
 tests/simple-true.R                                |    22 +
 tests/simple-true.Rout.save                        |    40 +-
 tools/ltmain.sh                                    |  8137 ++--
 1476 files changed, 129909 insertions(+), 174454 deletions(-)

diff --cc debian/changelog
index 57a6b07,0000000..230d868
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,3520 -1,0 +1,3526 @@@
++r-base (3.2.5.20160428-1) unstable; urgency=low
++
++  * Initial rc build (r70556) of R 3.3.0 expected for May 03
++
++ -- Dirk Eddelbuettel <edd at debian.org>  Thu, 28 Apr 2016 06:42:20 -0500
++
 +r-base (3.2.5-1) unstable; urgency=low
 +
 +  * New upstream release made today (as the version scheme in
 +    3.2.4-revised created issues for some systems)
 +    
 +  * debian/updated_x11_logo.patch: Applied again to src/modules/X11/ files
 +    devX11.c and rlogo_icon.h to provide the new R logo
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 14 Apr 2016 11:58:11 -0500
 +
 +r-base (3.2.4.20160412-1) unstable; urgency=low
 +
 +  * Fourth beta build (r70470) of R 3.3.0 expected for May 03
 +  
 +  * debian/rules: Remove gcc-4.9 invocation for mips	(Closes: #818781)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Tue, 12 Apr 2016 22:06:54 -0500
 +
 +r-base (3.2.4.20160411-1) unstable; urgency=low
 +
 +  * Third beta build (r70465) of R 3.3.0 expected for May 03
 +  
 +  * debian/control: Remove use of gcc-4.9 on mips	(Closes: #818781)
 +
 +  * debian/r-core.shlibs: Removed			(Closes: #819343)
 +  * debian/r-mathlib.shlibs: Ditto
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 11 Apr 2016 22:13:07 -0500
 +
 +r-base (3.2.4.20160406-1) unstable; urgency=medium
 +
 +  * Second beta build (r70427) of R 3.3.0 now expected for May 03
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed, 06 Apr 2016 09:00:27 -0500
 +
 +r-base (3.2.4.20160331-1) unstable; urgency=medium
 +
 +  * Initial beta build (r70404) of R 3.3.0 expected for April 14
 +  
 +  * debian/r-cran.mk: Also remove LICENSE		(Closes: #819344)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 31 Mar 2016 19:43:27 -0500
 +
 +r-base (3.2.4-revised-1) unstable; urgency=medium
 +
 +  * New upstream release this afternoon
 +  
 +  * debian/updated_x11_logo.patch: Applied again to src/modules/X11/ files
 +    devX11.c and rlogo_icon.h to provide the new R logo
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed, 16 Mar 2016 16:40:51 -0500
 +
 +r-base (3.2.4-1) unstable; urgency=medium
 +
 +  * New upstream version released this morning
 +
 +  * debian/updated_x11_logo.patch: Applied again to src/modules/X11/ files
 +    devX11.c and rlogo_icon.h to provide the new R logo
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 10 Mar 2016 06:04:56 -0600
 +
 +r-base (3.2.3.20160306-1) unstable; urgency=medium
 +
 +  * Second rc build (r70278) of R 3.2.4 expected for March 10
 +
 +  * debian/rules: Do not install bash_completion in /etc (Closes: #816531)
 +
 +  * debian/updated_x11_logo.patch: Applied again to src/modules/X11/ files
 +    devX11.c and rlogo_icon.h to provide the new R logo
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri, 04 Mar 2016 06:29:56 -0600
 +
 +r-base (3.2.3.20160303-1) unstable; urgency=low
 +
 +  * Initial rc build (r70270) of R 3.2.4 expected for March 10
 +
 +  * debian/rules: Adding 'R_TEXI2DVICMD=emulation' to cope with texinfo 6.1
 +
 +  * debian/updated_x11_logo.patch: Applied again to src/modules/X11/ files
 +    devX11.c and rlogo_icon.h to provide the new R logo
 +
 +  * debian/rules: Commented-out make check with does not find packages
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 03 Mar 2016 21:01:10 -0600
 +
 +r-base (3.2.3-6) unstable; urgency=low
 +
 +  * Rebuilding to now use openjdk-8-jdk (rather than openjdk-7-jdk) as
 +    keep in sync with the change at the default-jdk package
 +
 +  * debian/rules: Added explicit 'cd doc/manual && $(MAKE) html)' 
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 18 Feb 2016 07:00:11 -0600
 +
 +r-base (3.2.3-5) unstable; urgency=low
 +
 +  * debian/icon-class-patch/R.desktop: Add trailing ';' in Categories
 +    (with thanks to Pino Toscano)			(Closes: #812475)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 24 Jan 2016 21:04:36 -0600
 +
 +r-base (3.2.3-4) unstable; urgency=low
 +
 +  * debian/r-base-core.postinst: Don't run mktexlsr
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed, 13 Jan 2016 22:14:27 -0600
 +
 +r-base (3.2.3-3) unstable; urgency=low
 +
 +  * debian/control: Also add 'gcc-4.9 [mips]' to Depends: for r-base-core
 +    to ensure compiler is present on installed system (thanks, Sébastien)
 + 
 +  * debian/rules: Set 'R_GZIPCMD=gzip -n' to avoid a Lintian warning about
 +    gzip files with timestamps
 +
 +  * debian/rules: No longer install menu file (and we have a desktop file)
 +    
 + -- Dirk Eddelbuettel <edd at debian.org>  Tue, 12 Jan 2016 12:51:40 -0600
 +
 +r-base (3.2.3-2) unstable; urgency=low
 +
 +  [ Sébastien Villemot ]
 +  * Use gcc-4.9 to compile C code on mips, as a workaround to a gcc-5 bug.
 +    (Closes: #810357).
 +  * Enable back optimization flags on mips and mipsel.
 +
 +  [ Dirk Eddelbuettel ]
 +  * debian/control: Use Sebastien's patch and add gcc-4.9 for mips
 +  * debian/rules: Use Sebastien's patch and enforce gcc-4.9 for mips, also
 +    comment-out remaining suppression of optmization
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 10 Jan 2016 21:22:03 -0600
 +
 +r-base (3.2.3-1.wily.0) wily; urgency=low
 +
 +  * PPA build for Ubuntu 15.10 ("wily")
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 14 Dec 2015 13:08:31 -0600
 +
 +r-base (3.2.3-1) unstable; urgency=low
 +
 +  * New upstream version released this morning
 +
 +  * debian/updated_x11_logo.patch: Applied again to src/modules/X11/ files
 +    devX11.c and rlogo_icon.h to provide the new R logo
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 10 Dec 2015 06:31:10 -0600
 +
 +r-base (3.2.2.20151203-1) unstable; urgency=low
 +
 +  * Initial rc build (r69731) of R 3.2.3 expected for December 10
 +
 +  * debian/updated_x11_logo.patch: Applied again to src/modules/X11/ files
 +    devX11.c and rlogo_icon.h to provide the new R logo
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 03 Dec 2015 22:08:11 -0600
 +
 +r-base (3.2.2-1) unstable; urgency=low
 +
 +  * New upstream version released this morning
 +  
 +  * debian/updated_x11_logo.patch: Applied to refresh bitmap'ed logo; now
 +    using second patch with reduced memory footprint and resolution
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri, 14 Aug 2015 05:12:26 -0500
 +
 +r-base (3.2.1.20150808-1vivid2) vivid; urgency=low
 +
 +  * PPA build for Ubuntu 15.04 ("vivid")
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 10 Aug 2015 11:56:02 -0500
 +
 +r-base (3.2.1.20150808-1) unstable; urgency=low
 +
 +  * Initial rc build (r68909) of R 3.2.2 expected for August 14
 +
 +  * debian/R.bash-completion: Updated from Deepayan's GH repo
 +
 +  * debian/updated_x11_logo.patch: Applied to refresh bitmap'ed logo; now
 +    using second patch with reduced memory footprint and resolution
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 08 Aug 2015 11:24:33 -0500
 +
 +r-base (3.2.1.20150804-1) unstable; urgency=low
 +  
 +  * Initial beta build (r68823) of R 3.2.2 expected for August 14
 +
 +  * debian/updated_x11_logo.patch: Applied to refresh bitmap'ed logo
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Tue, 04 Aug 2015 16:24:59 -0500
 +
 +r-base (3.2.1-4) unstable; urgency=low
 +
 +  * src/main/datetime.c: One more change for the additional leapsecond
 +
 +  * debian/control: Add ca-certificates to Depends: for r-base-core to
 +    support https via method "libcurl"
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri, 03 Jul 2015 03:40:19 -0500
 +
 +r-base (3.2.1-3) unstable; urgency=low
 +
 +  * src/library/base/R/zdatetime.R: Added additional leap second (also
 +    included in R-patched and R-devel)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed, 01 Jul 2015 02:47:09 -0500
 +
 +r-base (3.2.1-2) unstable; urgency=low
 +
 +  * configure: Apply patch by Martin Michlmayr to ensure texi2any version
 +    6 or later is not wrongly rejected as too old 	(Closes: #790436)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 29 Jun 2015 12:13:49 -0500
 +
 +r-base (3.2.1-1) unstable; urgency=low
 +
 +  * New upstream version released this morning
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 18 Jun 2015 05:06:51 -0500
 +
 +r-base (3.2.0.20150613-1) unstable; urgency=low
 +
 +  * Initial rc build (r68509) of R 3.2.1 expected for June 18
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 13 Jun 2015 12:31:20 -0500
 +
 +r-base (3.2.0-4) unstable; urgency=low
 +
 +  * debian/rules: Set JAVA_HOME explicitly as suggested in a patch kindly
 +    supplied by Emmanuel Bourg				(Closes: #745098)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 24 May 2015 08:17:33 -0500
 +
 +r-base (3.2.0-3vivid2) vivid; urgency=low
 +
 +  * PPA build for Ubuntu 14.10 ("vivid")
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Tue, 12 May 2015 17:11:11 -0500
 +
 +r-base (3.2.0-3vivid1) utopic; urgency=low
 +
 +  * PPA build for Ubuntu 14.10 ("vivid")
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 11 May 2015 06:51:17 -0500
 +
 +r-base (3.2.0-3) unstable; urgency=low
 +
 +  * debian/control: The r-base-core package now 'Provides: r-api-3' which
 +    can be used to have r-cran-* depend on a particular API vintage.
 +    							(Closes: #704805)
 +
 +  * debiab/r-cran.mk: Have the build-time API vintage encoded as a Depends
 +    (with thanks to Julian Gilbey, Charles Plessy, and others for the patch)
 +
 +  * debian/control: Set Standards-Version: to current version 
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 11 May 2015 06:08:12 -0500
 +
 +r-base (3.2.0-2) unstable; urgency=low
 +
 +  * debian/r-cran.mk: Apply (modified) patch by Philipp Rinn to set
 +    built-time (if unset) based on timestamp in debian/changelog
 +    							(Closes: #782764)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Tue, 21 Apr 2015 20:38:57 -0500
 +
 +r-base (3.2.0-1utopic1) utopic; urgency=low
 +
 +  * PPA build for Ubuntu 14.10 ("utopic")
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 09 Apr 2015 06:41:55 -0500
 +
 +r-base (3.2.0-1) unstable; urgency=low
 +
 +  * New upstream version released this morning
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 16 Apr 2015 06:04:48 -0500
 +
 +r-base (3.1.3.20150413-1) unstable; urgency=low
 +
 +  * Third rc build (r68170) of R 3.2.0 expected for April 16
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 12 Apr 2015 21:38:03 -0500
 +
 +r-base (3.1.3.20150410-1) unstable; urgency=low
 +
 +  * Second rc build (r68169) of R 3.2.0 expected for April 16
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 09 Apr 2015 19:00:20 -0500
 +
 +r-base (3.1.3.20150409-1) unstable; urgency=low
 +
 +  * Initial rc build (r68161) of R 3.2.0 expected for April 16
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed, 08 Apr 2015 22:38:30 -0500
 +
 +r-base (3.1.3-1) unstable; urgency=low
 +
 +  * New upstream version released this morning
 + 
 +  * debian/reproducibility-patch/*.patch: Added two patches submitted to R
 +    upstream and already integrated into upcoming R 3.2.0 releases; these
 +    help setting a timestamp for the DESCRIPTION file of a) base R package
 +    via a new env var PKG_BUILT_TIME passed down from debian/rules, and
 +    also b) r-cran-* package built via r-cran.mk through a new option to 
 +    R CMD INSTALL                                    
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 09 Mar 2015 06:32:25 -0500
 +
 +r-base (3.1.2.20150306-1) unstable; urgency=low
 +
 +  * Second rc build (r67947) of R 3.1.3 expected for March 9
 +  
 +  * debian/reproducibility-patch/*.patch: Added two patches submitted to R
 +    upstream and already integrated into upcoming R 3.2.0 releases; these
 +    help setting a timestamp for the DESCRIPTION file of a) base R package
 +    via a new env var PKG_BUILT_TIME passed down from debian/rules, and
 +    also b) r-cran-* package built via r-cran.mk through a new option to 
 +    R CMD INSTALL                                    
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 07 Mar 2015 09:51:04 -0600
 +
 +r-base (3.1.2.20150304-1) experimental; urgency=low
 +
 +  * Initial rc build (r67940) of R 3.1.3 expected for March 9
 +
 +  * debian/reproducibility-patch/*.patch: Added two patches submitted to R
 +    upstream and already integrated into upcoming R 3.2.0 releases; these
 +    help setting a timestamp for the DESCRIPTION file of a) base R package
 +    via a new env var PKG_BUILT_TIME passed down from debian/rules, and
 +    also b) r-cran-* package built via r-cran.mk through a new option to 
 +    R CMD INSTALL                                    
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed, 04 Mar 2015 20:01:18 -0600
 +
 +r-base (3.1.2-3) experimental; urgency=low
 +
 +  * debian/reproducibility-patch/*.patch: Added two patches submitted to R
 +    upstream and already integrated into upcoming R 3.2.0 releases; these
 +    help setting a timestamp for the DESCRIPTION file of a) base R package
 +    via a new env var PKG_BUILT_TIME passed down from debian/rules, and
 +    also b) r-cran-* package built via r-cran.mk through a new option to 
 +    R CMD INSTALL                                        (Closes: #774031)
 +
 +  * debian/rules: Added support for PKG_BUILT_TIME, but left commented-out
 +  
 +  * debian/r-cran.mk: Added support for --built-timestampe, also inactive
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 12 Jan 2015 21:03:42 -0600
 +
 +r-base (3.1.2-2) unstable; urgency=low
 +
 +  * debian/control: Upgrade Build-Depends: to tcl and tk 8.6
 +  						(Closes: #768868)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 09 Nov 2014 14:05:44 -0600
 +
 +r-base (3.1.2-1) unstable; urgency=low
 +
 +  * New upstream version released this morning
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri, 31 Oct 2014 05:04:22 -0500
 +
 +r-base (3.1.1.20141024-1) unstable; urgency=low
 +
 +  * Initial rc build (r66864) of R 3.1.2 expected for October 31
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 25 Oct 2014 14:16:00 -0500
 +
 +r-base (3.1.1-1) unstable; urgency=low
 +
 +  * New upstream version released this morning
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 10 Jul 2014 05:04:12 -0500
 +
 +r-base (3.1.0.20140705-1) unstable; urgency=low
 +
 +  * Initial rc build (r66073) of R 3.1.1 expected for July 10
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 05 Jul 2014 10:48:31 -0500
 +
 +r-base (3.1.0-1) unstable; urgency=low
 +
 +  * New upstream version released this morning
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 10 Apr 2014 06:04:45 -0500
 +
 +r-base (3.0.3.20140408-1) unstable; urgency=low
 +
 +  * Third rc build (r65383) of R 3.1.0 expected for April 10
 +
 +  * debian/rules: Also reflect 'dpkg-buildflags --get cppflags'
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Tue, 08 Apr 2014 14:56:36 -0500
 +
 +r-base (3.0.3.20140405-1) unstable; urgency=low
 +
 +  * Second rc build (r65382) of R 3.1.0 expected for April 10
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 06 Apr 2014 14:09:44 -0500
 +
 +r-base (3.0.3.20140403-1) unstable; urgency=low
 +
 +  * Initial rc build (r65367) of R 3.1.0 expected for April 10
 +
 +  * debian/rules: Also export ldflags variable
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 03 Apr 2014 18:48:57 -0500
 +
 +r-base (3.0.3.20140331-1) unstable; urgency=low
 +
 +  * Second beta build (r65345) of R 3.1.0 expected for April 10
 +  
 +  * debian/control: Added liblzma-dev to Depends: of r-base-dev 
 +  						(Closes: #743076)
 +
 +  * debian/rules: Set optimflags, fcflags and ldflags via calls to
 +    dpkg-buildflags with thanks to Julian Gilbey for the suggestion and
 +    discussion					(Closes: #726913)
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 31 Mar 2014 19:58:17 -0500
 +
 +r-base (3.0.3.20140328-1) unstable; urgency=low
 +
 +  * Initial beta build (r65330) of R 3.1.0 expected for April 10
 +  
 +  * debian/R.bash_completion: New version from Deepayan's repository
 +  * debian/rules: Updated installation command for bash completion
 +  * debian/control: Added bash-completion to Build-Depends:
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri, 28 Mar 2014 20:05:20 -0500
 +
 +r-base (3.0.3-1) unstable; urgency=low
 +
 +  * New upstream version released this morning
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 06 Mar 2014 06:16:18 -0600
 +
 +r-base (3.0.2.20140301-1) unstable; urgency=low
 +
 +  * Second rc build (r65090) of R 3.0.3 expected for March 6
 +
 +  * debian/control: Re-enable Java on mips, mipsel as OpenJDK 7 is now
 +    available for both.  Thanks to Niels Thykier for the follow-up.
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 01 Mar 2014 11:18:10 -0600
 +
 +r-base (3.0.2.20140226-1) unstable; urgency=low
 +
 +  * Initial rc build (r65081) of R 3.0.3 expected for March 6
 +
 +  * debian/arm-perl-regexp.patch: Patch no longer needed as the change has
 +    now been applied upstream
 +
 +  * debian/control: Remove Build-Depends: on texi2html which has been
 +    deprecated as a standalone package.			(Closes: #726947)
 +  * debian/control: Also remove Suggests: on texi2html for r-base-dev
 +  
 +  * debian/control: Added "!mipsel" to the Build-Depends as OpenJDK 7 is 
 +    not available here (cf emails with Niels Thykier in #727805)
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed, 26 Feb 2014 19:59:05 -0600
 +
 +r-base (3.0.2-1) unstable; urgency=low
 +
 +  * New upstream version released this morning
 +
 +  * debian/arm-perl-regexp.patch: Re-apply ARM patch for regexp 
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed, 25 Sep 2013 05:55:00 -0500
 +
 +r-base (3.0.1.20130919-1) unstable; urgency=low
 +
 +  * Initial rc build (r63954) of R 3.0.2 expected for September 25
 +
 +  * debian/arm-perl-regexp.patch: Re-apply ARM patch for regexp 
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 19 Sep 2013 21:53:29 -0500
 +
 +r-base (3.0.1.20130915-1) unstable; urgency=low
 +
 +  * Initial build (r63932) of R 3.0.2 expected for September 25
 +  
 +  * Version number scheme reverted to maj.min.pat.date rather than
 +    maj.min.pat~date as the latex runs of the manuals once again break
 +    when a tilde is present in the filename -- texi2dvi regression?
 +
 +  * debian/arm-perl-regexp.patch: Re-apply ARM patch for regexp 
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 15 Sep 2013 08:07:40 -0500
 +
 +r-base (3.0.1-6) unstable; urgency=low
 +
 +  * debian/r-cran.mk: Undo brown paper bag error and add pipe symbol
 +
 +  * debian/rules: Do not run checks on kFreeBSD as it timed out
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 29 Jul 2013 19:35:24 -0500
 +
 +r-base (3.0.1-5) unstable; urgency=low
 +
 +  * debian/rules: Make a minor debian/rules clean more robust by using 
 +    'rm -f' instead of plain 'rm'
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri, 26 Jul 2013 09:12:06 -0500
 +
 +r-base (3.0.1-4) unstable; urgency=low
 +
 +  * debian/rules: Set optimisation to -O2 on kFreeBSD	(Closes: #714506)
 +  
 +  * debian/r-cran.mk: Minor tweak to regexp in 'make clean' step
 +
 +  * debian/watch: Adjusted path to look in R-3/ directory
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri, 26 Jul 2013 06:24:24 -0500
 +
 +r-base (3.0.1-3) unstable; urgency=low
 +
 +  * debian/rules: Tweak the pdf creation to overcome error from missing
 +    r-recommend packages sources which should be ignored, but is not
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 25 May 2013 12:41:01 -0500
 +
 +r-base (3.0.1-2) unstable; urgency=low
 +
 +  * doc/manual: Apply changes from upstream (SVN revs 62773 + 62778) to
 +    permit compilation of the manuals under both texinfo 4 and texinfo 5
 +
 +  * debian/rules: No longer temporarily disabled moving info files now
 +    that they build correctly with texinfo 5 as well.
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 23 May 2013 21:36:21 -0500
 +
 +r-base (3.0.1-1) unstable; urgency=low
 +
 +  * New upstream version released this morning
 +
 +  * debian/arm-perl-regexp.patch: Re-apply ARM patch for regexp 
 +
 +  * debian/rules: Temporarily disabled moving info files. Not all help
 +    files will be built as a result. We are looking into this.
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 16 May 2013 06:05:31 -0500
 +
 +r-base (3.0.1~20130512-1) unstable; urgency=low
 +
 +  * Initial rc build (r62731) of R 3.0.1 expected for May 16
 +
 +  * debian/arm-perl-regexp.patch: Re-apply ARM patch for regexp 
 +  
 +  * debian/rules: Temporarily disabled moving info files
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 12 May 2013 14:47:49 -0500
 +
 +r-base (3.0.0-2) unstable; urgency=low
 +
 +  * debian/r-cran.mk: Revert recent patch to convert '.' in package names
 +    to '-' as it breaks existing packages 		(Closes: #704606)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed, 03 Apr 2013 10:26:43 -0500
 +
 +r-base (3.0.0-1) unstable; urgency=low
 +
 +  * New upstream version released this morning
 +
 +  * debian/arm-perl-regexp.patch: Re-apply ARM patch for regexp 
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed, 03 Apr 2013 05:19:08 -0500
 +
 +r-base (3.0.0~20130330-1) unstable; urgency=low
 +
 +  * Second rc build (r62448) of R 3.0.0 expected for April 3
 +
 +  * debian/arm-perl-regexp.patch: Re-apply ARM patch for regexp 
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 30 Mar 2013 23:34:53 -0500
 +
 +r-base (3.0.0~20130327-1) unstable; urgency=low
 +
 +  * Initial rc build (r62427) of R 3.0.0 expected for April 3
 +
 +  * debian/rules: Explicitly call 'make javaconf;
 +
 +  * debian/arm-perl-regexp.patch: Re-apply ARM patch for regexp 
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed, 27 Mar 2013 20:02:31 -0500
 +
 +r-base (3.0.0~20130324-1) unstable; urgency=low
 +
 +  * Initial beta build (r62384) of R 3.0.0 expected for April 3
 +
 +  * debian/arm-perl-regexp.patch: Re-apply ARM patch for regexp 
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 24 Mar 2013 08:54:05 -0500
 +
 +r-base (2.15.3-2) unstable; urgency=low
 +
 +  * debian/r-cran.mk: Applied patch by m.eik michalke to also convert '.'
 +    in package names to '-'
 +
 +  * debian/arm-perl-regexp.patch: Re-apply ARM patch for regexp from 2.15.2
 +    with big thanks to Luka Luca Falavigna 		(Closes: #702427)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 10 Mar 2013 10:04:12 -0500
 +
 +r-base (2.15.3-1) unstable; urgency=low
 +
 +  * New upstream version released this morning
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri, 01 Mar 2013 06:23:30 -0600
 +
 +r-base (2.15.3~20130327-1) unstable; urgency=low
 +
 +  * Third rc build (rev62077) of R 2.15.3 expected March 1
 +
 +  * debian/r-base-core.postinst: Fix typo in /etc/R/Renviron mode correction
 +    creation (thanks again, Don Armstrong!) 		(Closes: #701774)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed, 27 Feb 2013 15:09:55 -0600
 +
 +r-base (2.15.3~20130326-1) unstable; urgency=low
 +
 +  * Second rc build (rev62062) of R 2.15.3 expected March 1
 +
 +  * debian/r-base-core.postinst: Ensure /etc/R/Renviron is created with
 +    proper 0644 modes (thanks, Don Armstrong!) 		(Closes: #701774)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Tue, 26 Feb 2013 16:56:17 -0600
 +
 +r-base (2.15.3~20130324-1) unstable; urgency=low
 +
 +  * Initial rc build (rev62054) of R 2.15.3 expected March 1
 +  
 +  * debian/rules: No longer patch the R script javareconf
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 24 Feb 2013 17:55:56 -0600
 +
 +r-base (2.15.2-2) unstable; urgency=low
 +
 +  * debian/control: Switch Build-Depends: from libtiff4-dev to libtiff5-dev
 +
 +  * debian/control: Set Standards-Version: to current version 
 +
 +  * debian/rules: Generate md5sums for all files 	(Closes: #700381)
 +  * debian/r-base-core.postinst: Modied ucf file treatment to avoid
 +    triggering md5sum changes (with thanks to Andreas Beckman)
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 23 Feb 2013 11:11:51 -0600
 +
 +r-base (2.15.2-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 +  * src/library/tools/R/install.R: Pass "perl = TRUE" parameter to sub()
 +    function when defining SHLIB_* macros to work-around an erroneus
 +    string replacement which causes build failures on arm* architectures
 +    but make the change conditonal on actually being on arm*. 
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri, 26 Oct 2012 06:17:58 -0500
 +
 +r-base (2.15.1-5) unstable; urgency=low
 +
 +  * debian/control: Switch Build-Depends: from openjdk-6-jdk to default-jdk
 +							(Closes: #684285)
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed, 08 Aug 2012 17:59:25 -0500
 +
 +r-base (2.15.1-4) unstable; urgency=low
 +
 +  * src/library/tools/R/install.R: Pass "perl = TRUE" parameter to sub()
 +    really passing it to sub and not to grep		(Closes: #679180)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 15 Jul 2012 17:56:35 -0500
 +
 +r-base (2.15.1-3) unstable; urgency=low
 +
 +  * src/library/tools/R/install.R: Pass "perl = TRUE" parameter to sub()
 +    and correcting error in logic of patch used in -2.	(Closes: #679180)
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 15 Jul 2012 16:17:25 -0500
 +
 +r-base (2.15.1-2) unstable; urgency=low
 +
 +  * src/library/tools/R/install.R: Pass "perl = TRUE" parameter to sub()
 +    function when defining SHLIB_* macros to work-around an erroneus
 +    string replacement which causes build failures on arm* architectures
 +    but make the change conditonal on actually being on arm*. 
 +    With big thanks to Luca Falavigna for finding this fix. (Closes: #679180)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 14 Jul 2012 09:44:24 -0500
 +
 +r-base (2.15.1-1) unstable; urgency=low
 +
 +  * New upstream version released this morning
 +
 +  * src/X11/*: Applied revised patch by Philip Johnson to to set the X11
 +    icon and window class for improved desktop experience; patch source
 +    and support files are in debian/icon-class-patch/.
 +  * debian/rules: Install icon png file and desktop file from Philip too
 +  * debian/r-base-core.dirs: Add two directories for icon and desktop
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri, 22 Jun 2012 06:04:05 -0500
 +
 +r-base (2.15.1~20120617-1) unstable; urgency=low
 +
 +  * Initial rc build (rev59569) of R 2.15.1 expected June 22
 +
 +  * debian/control: Removed dpatch from Depends: for r-base-dev	[lintian]
 +  
 +  * src/X11/*: Applied patch posted by Philip Johnson to r-devel on June 7
 +    to set the X11 icon and window class for improved desktop experience
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 17 Jun 2012 09:10:43 -0500
 +
 +r-base (2.15.0-2) unstable; urgency=low
 +
 +  * debian/rules: Test for gcc version 4.7.* and if found, reduce
 +    optimisation to -O2 as gcc-4.7 fails to build R with -O3
 +    (as per email discussions with Kurt Hornik of the R Core team)
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 22 Apr 2012 09:46:28 -0500
 +
 +r-base (2.15.0-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri, 30 Mar 2012 07:42:33 -0500
 +
 +r-base (2.15.0~20120323-1) unstable; urgency=low
 +
 +  * Initial rc build (58802) of R 2.15.0 expected for March 30
 +
 +  * R/m4, configure: Override bzip2 test for 1.0.6 to let our patched
 +    1.0.5 version pass as lintian does not like the embedded library
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri, 23 Mar 2012 07:48:55 -0500
 +
 +r-base (2.15.0~20120317-1) unstable; urgency=low
 +
 +  * Initial beta build (r58769) of R 2.15.0 expected for March 30
 +
 +  * debian/R.bash_completion: New version from SVN (thanks, Deepayan!)
 +
 +  * R/m4, configure: Override bzip2 test for 1.0.6 to let our patched
 +    1.0.5 version pass as lintian does not like the embedded library
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 17 Mar 2012 13:27:32 -0500
 +
 +r-base (2.14.2-3) unstable; urgency=low
 +
 +  * debian/control: Really change Build-Depends: to libpng-dev this time
 +  * debian/control: Also update Depends: for (virtual) r-base-dev
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed, 07 Mar 2012 14:52:20 -0600
 +
 +r-base (2.14.2-2) unstable; urgency=low
 +
 +  * debian/control: Change Build-Depends: to libpng-dev	(Closes: #662488)
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed, 07 Mar 2012 14:27:40 -0600
 +
 +r-base (2.14.2-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 +  * R/m4, configure: Override bzip2 test for 1.0.6 to let our patched
 +    1.0.5 version pass as lintian does not like the embedded library
 +
 +  * debian/control: Set Standards-Version: to current version 
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed, 29 Feb 2012 06:52:40 -0600
 +
 +r-base (2.14.2~20120222-1) unstable; urgency=low
 +
 +  * Initial rc build (r58449) of R 2.14.2 expected for Feb 29
 +
 +  * R/m4, configure: Override bzip2 test for 1.0.6 to let our patched
 +    1.0.5 version pass as lintian does not like the embedded library
 +  
 +  * debian/r-cran.mk: Include simple-patchsys.mk only if quilt not used
 +    as requested by Andreas Tille		 	(Closes: #652456)
 +  
 +  * debian/r-cran.mk: Support "R:Depends" expansion in debian/substvars
 +    as requested by Andreas Tille and Charles Plessy	(Closes: #659163)				
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed, 22 Feb 2012 08:51:46 -0600
 +
 +r-base (2.14.1-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 +  * R/m4, configure: Override bzip2 test for 1.0.6 to let our patched
 +    1.0.5 version pass as lintian does not like the embedded library
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 22 Dec 2011 06:32:24 -0600
 +
 +r-base (2.14.1~20111215-1) unstable; urgency=low
 +
 +  * Initial rc build (r57901) of R 2.14.1 expected for Dec 22
 +  
 +  * R/m4, configure: Override bzip2 test for 1.0.6 to let our patched
 +    1.0.5 version pass as lintian does not like the embedded library
 +
 +  * debian/control: Added the battery of texlive-* packages in
 +    Build-Depends: to 'Suggests:' for r-base-dev so that users can build
 +    all related documentation too
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 15 Dec 2011 21:57:29 -0600
 +
 +r-base (2.14.0-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 +  * R/m4, configure: Override bzip2 test for 1.0.6 to let our patched
 +    1.0.5 version pass as lintian does not like the embedded library
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 31 Oct 2011 05:00:31 -0500
 +
 +r-base (2.14.0~20111027-1) unstable; urgency=low
 +
 +  * Initial rc build (r57443) of R 2.14.0 expected for Oct 31
 +
 +  * R/m4, configure: Override bzip2 test for 1.0.6 to let our patched
 +    1.0.5 version pass as lintian does not like the embedded library
 +
 +  * debian/control: Set Standards-Version: to current version 
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 27 Oct 2011 12:59:54 -0500
 +
 +r-base (2.14.0~20111021-1) unstable; urgency=low
 +
 +  * Initial beta build (r57355) of R 2.14.0 expected for Oct 31
 +
 +  * R/m4, configure: Override bzip2 test for 1.0.6 to let our patched
 +    1.0.5 version pass as lintian does not like the embedded library
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri, 21 Oct 2011 14:56:51 -0500
 +
 +r-base (2.14.0~20111015-1) unstable; urgency=low
 +
 +  * Initial alpha release (r57258) of R 2.14.0 expected for Oct 31
 +
 +  * debian/rules: Setting '-std=gnu99' as part of CC, not CFLAGS (with
 +    thanks to Kurt Hornik for the suggestion)
 +
 +  * R/m4, configure: Override bzip2 test for 1.0.6 to let our patched
 +    1.0.5 version pass as lintian does not like the embedded library
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 16 Oct 2011 00:39:15 -0500
 +
 +r-base (2.13.2-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 +  * R/m4, configure: Override bzip2 test for 1.0.6 to let our patched
 +    1.0.5 version pass as lintian does not like the embedded library
 +
 +  * debian/control: Added 'texlive-fonts-extra' to Build-Depends which R
 +    2.14.0 will need for the inconsolate font used in vignettes.
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri, 30 Sep 2011 07:02:04 -0500
 +
 +r-base (2.13.2~20110922-1) unstable; urgency=low
 +
 +  [ Dirk Eddelbuettel ]
 +  * First rc build (r57046) of R 2.13.2 expected for Sep 30
 +  * R/m4, configure: Override bzip2 test for 1.0.6 to let our patched
 +    1.0.5 version pass as lintian does not like the embedded library
 +  * Applied patch by Jonathan Nieder re 'make check'	(Closes: #638265)
 +
 +  [ Jonathan Nieder ] 
 +  * debian/rules: Run tests in build target, not the install target (since
 +    they do not require root privileges).
 +  * debian/rules: Do not run tests when DEB_BUILD_OPTIONS contains
 +    "nocheck".
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri, 23 Sep 2011 07:23:10 -0500
 +
 +r-base (2.13.1-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 +  * R/m4, configure: Override bzip2 test for 1.0.6 to let our patched
 +    1.0.5 version pass as lintian does not like the embedded library
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri, 08 Jul 2011 06:17:17 -0500
 +
 +r-base (2.13.0-4) unstable; urgency=low
 +
 +  * debian/r-cran.mk: Make call to xvfb-run more robust by adding '-a'
 +    option to allow automatic switching to free virtual server; with thanks
 +    to Salvatore Bonaccorso for the suggestions		(Closes: #630869)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed, 22 Jun 2011 08:59:55 -0500
 +
 +r-base (2.13.0-3) unstable; urgency=low
 +
 +  * debian/control: Switch Build-Depends: (and Depends: for r-base-dev)
 +    from libjpeg62-dev to libjpeg-dev for libjpeg8 transition -- with
 +    thanks to Bill Allombert for the heads-up		(Closes: #629978)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 09 Jun 2011 17:43:27 -0500
 +
 +r-base (2.13.0-2) unstable; urgency=low
 +
 +  * debian/control: Add 'Depends: cdbs' to r-base-dev so that the r-cran-*
 +    packages do not need to depend on it individually; it is a feature
 +    of the r-cran.mk script sourced from r-base-dev 	(Closes: #627831)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Tue, 24 May 2011 19:28:19 -0500
 +
 +r-base (2.13.0-1) unstable; urgency=low
 +
 +  * New upstream version released this morning
 +
 +  * R/m4, configure: Override bzip2 test for 1.0.6 to let our patched
 +    1.0.5 version pass as lintian does not like the embedded library
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed, 13 Apr 2011 06:24:26 -0500
 +
 +r-base (2.13.0~20110407-1) unstable; urgency=low
 +
 +  * First rc build (r55373) of R 2.13.0 expected for Apr 13
 +
 +  * R/m4, configure: Override bzip2 test for 1.0.6 to let our patched
 +    1.0.5 version pass as lintian does not like the embedded library
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri, 08 Apr 2011 12:10:17 -0500
 +
 +r-base (2.13.0~20110401-1) unstable; urgency=low
 +
 +  * First beta build (r55246) of R 2.13.0 expected for Apr 13
 +
 +  * R/m4, configure: Override bzip2 test for 1.0.6 to let our patched
 +    1.0.5 version pass as lintian does not like the embedded library
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 02 Apr 2011 07:38:54 -0500
 +
 +r-base (2.13.0~20110324-1) unstable; urgency=low
 +
 +  * Second alpha build (r55004) of R 2.13.0 expected for Apr 13
 +
 +  * R/m4, configure: Override bzip2 test for 1.0.6 to let our patched
 +    1.0.5 version pass as lintian does not like the embedded library
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri, 25 Mar 2011 07:15:21 -0500
 +
 +r-base (2.13.0~20110316-1) unstable; urgency=low
 +
 +  * Initial alpha release (r54827) of R 2.13.0 expected for Apr 13
 +
 +  * R/m4, configure: Override bzip2 test for 1.0.6 to let our patched
 +    1.0.5 version pass as lintian does not like the embedded library
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 17 Mar 2011 08:05:43 -0500
 +
 +r-base (2.12.2-1) unstable; urgency=low
 +
 +  * New upstream version released this morning
 +
 +  * R/m4, configure: Override bzip2 test for 1.0.6 to let our patched
 +    1.0.5 version pass as lintian does not like the embedded library
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri, 25 Feb 2011 07:16:46 -0600
 +
 +r-base (2.12.2~20110218-1) unstable; urgency=low
 +
 +  * First rc built (r54487) of R 2.12.2 expected for Feb 25
 +
 +  * R/m4, configure: Override bzip2 test for 1.0.6 to let our patched
 +    1.0.5 version pass as lintian does not like the embedded library
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 19 Feb 2011 10:50:12 -0600
 +
 +r-base (2.12.2~20110215-1) unstable; urgency=low
 +
 +  * First beta built (r54439) of R 2.12.2 expected for Feb 25
 +
 +  * R/m4, configure: Override bzip2 test for 1.0.6 to let our patched
 +    1.0.5 version pass as lintian does not like the embedded library
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Tue, 15 Feb 2011 17:45:22 -0600
 +
 +r-base (2.12.1-1) unstable; urgency=low
 +
 +  * New upstream version released this morning
 +
 +  * R/m4, configure: Override bzip2 test for 1.0.6 to let our patched
 +    1.0.5 version pass as lintian does not like the embedded library
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 16 Dec 2010 06:15:09 -0600
 +
 +r-base (2.12.1~20101208-1) unstable; urgency=low
 +
 +  * First rc built (r53817) of R 2.12.1 expected for Dec 16
 +
 +  * R/m4, configure: Override bzip2 test for 1.0.6 to let our patched
 +    1.0.5 version pass as lintian does not like the embedded library
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 09 Dec 2010 06:44:18 -0600
 +
 +r-base (2.12.0-1) unstable; urgency=low
 +
 +  * New upstream version released this morning
 +  
 +  * As a new major release, this will go to unstable despite the freeze
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri, 15 Oct 2010 05:11:09 -0500
 +
 +r-base (2.12.0~20101007-1) experimental; urgency=low
 +
 +  * First rc built (r53048) of R 2.12.0 expected for Oct 15
 +
 +  * Distribution still set to 'experimental' as release freeze is ongoing
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 07 Oct 2010 20:44:50 -0500
 +
 +r-base (2.11.1-7) unstable; urgency=low
 +
 +  * debian/control: Add 'liblzma-dev' to Build-Depends	(Closes: #599120)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 04 Oct 2010 16:12:19 -0500
 +
 +r-base (2.12.0~20101002-1) experimental; urgency=low
 +
 +  * First beta built (r53048) of R 2.12.0 expected for Oct 15
 +
 +  * Distribution still set to 'experimental' as release freeze is ongoing
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 02 Oct 2010 14:27:42 -0500
 +
 +r-base (2.12.0~20100928-1) experimental; urgency=low
 +
 +  * Third alpha built (r53048) of R 2.12.0 expected for Oct 15
 +
 +  * Distribution still set to 'experimental' as release freeze is ongoing
 +  
 +  * debian/control: Added liblzma-dev to Build-Depends
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Tue, 28 Sep 2010 14:59:37 -0500
 +
 +r-base (2.12.0~20100924-1) experimental; urgency=low
 +
 +  * Second alpha built (r52983) of R 2.12.0 expected for Oct 15
 +
 +  * Distribution still set to 'experimental' as release freeze is ongoing
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri, 24 Sep 2010 09:28:16 -0500
 +
 +r-base (2.12.0~20100917-1) experimental; urgency=low
 +
 +  * Initial alpha release (r52529) of R 2.12.0 expected for Oct 15
 +     
 +  * Distribution set to 'experimental' as release freeze is ongoing
 +
 +  * R/m4, configure: Check zlib version for 1.2.3.4, not 1.2.3
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri, 17 Sep 2010 06:52:33 -0500
 +
 +r-base (2.11.1-6) unstable; urgency=low
 +
 +  * debian/control: Add [!mips] to the list architectures that do not have
 +    a Build-Depends: on openjdk-6-jdk (per request of release team)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 15 Aug 2010 08:09:11 -0500
 +
 +r-base (2.11.1-5) unstable; urgency=low
 +
 +  * debian/rules: Also set ${cflags}, ${cxxflags}, ${fcflags} during 
 +    configure in light of #590126
 +  * debian/rules: Set FCFLAGS as well as FFLAGS
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri, 06 Aug 2010 07:10:57 -0500
 +
 +r-base (2.11.1-4) unstable; urgency=low
 +
 +  * debian/rules: Impose '-g0' for mips and mipsel in light of #590126
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 05 Aug 2010 13:06:00 -0500
 +
 +r-base (2.11.1-3) unstable; urgency=low
 +
 +  * m4/R.m4: Apply patch Arnaud Patard to suppress -g flag during
 +    configure which currently upsets tcl/tk on the mips and mipsel
 +    platform (see the release-critical bug report #590126).
 +    A big thanks to Arnaud for the patch and detailed analysis.
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 01 Aug 2010 13:50:21 -0500
 +
 +r-base (2.11.1-2) unstable; urgency=low
 +
 +  * debian/rules: Re-apply arm fixes from 2.11.0-2 below which 
 +    inadvertently slipped. Thanks once again to Modestas for 
 +    spotting this.					 (Closes: #581237)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 03 Jun 2010 17:19:17 -0500
 +
 +r-base (2.11.1-1) unstable; urgency=low
 +
 +  * New upstream version released this morning
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 31 May 2010 06:52:52 -0500
 +
 +r-base (2.11.1~20100525-1) unstable; urgency=low
 +
 +  * Release Candidate (r52102) of R 2.11.1 expected for May 31
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed, 26 May 2010 06:48:15 -0500
 +
 +r-base (2.11.0-2) unstable; urgency=low
 +
 +  * debian/rules: Withdraw old hack to let armel build without system blas
 +    and lapack as these now work. With special thanks to Modestas Vainius 
 +    for spotting this and testing the fix.		 (Closes: #581237)
 +
 +  * debian/rules: Also withdraw setting of radical -O0 -g0 on armel
 +    which was once needed due to poor Fortran compiler performance.
 +    Once again thanks to  Modestas Vainius for spotting and checking!
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed, 12 May 2010 21:25:38 -0500
 +
 +r-base (2.11.0-1) unstable; urgency=low
 +
 +  * New upstream version released this morning
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 22 Apr 2010 06:29:47 -0500
 +
 +r-base (2.11.0~20100419-1) unstable; urgency=low
 +
 +  * Initial rc release (r51778) of R 2.11.0 expected for April 22
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Tue, 20 Apr 2010 10:04:38 -0500
 +
 +r-base (2.11.0~20100409-1) unstable; urgency=low
 +
 +  * Initial beta release (r51661) of R 2.11.0 expected for April 22
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 10 Apr 2010 14:35:56 -0500
 +
 +r-base (2.11.0~20100402-1) unstable; urgency=low
 +
 +  * Initial alpha release (r51564) of R 2.11.0 expected for April 22
 +
 +  * debian/control: Fix typo / editing mistake in Description for r-base
 +							(Closes: #563234)
 +
 +  * debian/rules: Add softlink from /usr/lib/R/lib/libR.so into /usr/lib
 +    to make the R library visible as /etc/ld.so.conf.d/ is no longer used
 +							(Closes: #575913)
 +
 +  * debian/control: Set Standards-Version: to current version 
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 03 Apr 2010 08:44:29 -0500
 +
 +r-base (2.10.1-2) unstable; urgency=low
 +
 +  * configure: Apply patch by Nobuhiro Iwamatsu to allow for builds
 +    on the sh4 architecture				(Closes: #561180)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 14 Dec 2009 21:30:07 -0600
 +
 +r-base (2.10.1-1) unstable; urgency=low
 +
 +  * New upstream version released this morning
 +  
 +  * debian/control: For r-recommended, replace r-cran-vr with the four
 +    unbundled packages r-cran-{mass,class,nnet,spatial}
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 14 Dec 2009 06:14:03 -0600
 +
 +r-base (2.10.1~20091210-1) unstable; urgency=low
 +
 +  * New upstream release candidate for R 2.10.1 expected for December 14
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 10 Dec 2009 13:42:48 -0600
 +
 +r-base (2.10.1~20091206-1) unstable; urgency=low
 +
 +  * New upstream beta release for R 2.10.1 expected for December 14
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 06 Dec 2009 15:27:49 -0600
 +
 +r-base (2.10.0-2) unstable; urgency=low
 +
 +  * debian/control: Replace Build-Depends: on xpdf-reader with xdg-utils
 +    with thanks to Moritz Muehlenhoff
 +
 +  * debian/r-base-core.postinst: Switch from texhash to mktexlsr with
 +    thanks to Julian Gilbey				(Closes: #555187)
 +
 +  * debian/control: Fix grammar error by switching to 'This package provides'
 +    in five of the package entries (which still does not quite call for this
 +    somewhat inflationary use of automated bug filing seen here ...)
 +  	 (Closes: #557842 #557843 #557844 #557845 #557846 #557847 #55849)
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 28 Nov 2009 03:37:58 -0600
 +
 +r-base (2.10.0-1) unstable; urgency=low
 +
 +  * New upstream version released this morning
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 26 Oct 2009 07:31:30 -0500
 +
 +r-base (2.10.0~20091019-1) unstable; urgency=low
 +
 +  * First release candidate of R 2.10.0 expected for October 26
 +
 +  * debian/rules: Configure with R_BROWSER=xdg-open as default HTML browser
 +  
 +  * debian/control: As html documentation is now dynamically generated, the 
 +    r-doc-html package is no longer six mb in size and can be promoted from
 +    Suggested: to Recommended: (thanks to Michael Rutter for the suggestion).
 +
 +  * debian/control: Add Conflicts/Provides/Replaces for r-base-core 
 +    on r-base-latex to uninstall existing (and now redundant) packages.
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 19 Oct 2009 10:15:03 -0500
 +
 +r-base (2.10.0~20091013-1) unstable; urgency=low
 +
 +  * First beta release of R 2.10.0 expected for October 26
 +  
 +  * debian/rules: No longer call 'make html' or 'make help' as starting 
 +    with R 2.10.0, documentation is now rendered on-demand by the R engine
 +  * debian/rules: No longer fix modes on help-{links,print}.sh as these
 +    script are no longer shipped
 +  
 +  * debian/control: Removed entry for package r-base-latex
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Tue, 13 Oct 2009 12:41:48 -0500
 +
 +r-base (2.9.2-4) unstable; urgency=low
 +
 +  * configure: Re-insert xdg-open into list of pdf viewers tested
 +    for at build time -- thanks to Sebastian P. Luque for the heads-up!
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Tue, 06 Oct 2009 17:21:20 -0500
 +
 +r-base (2.9.2-3) unstable; urgency=low
 +
 +  * debian/control: Also change Depends: in r-base-dev from
 +    from 'libreadline5-dev' to 'libreadline-dev'
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed, 16 Sep 2009 20:56:57 -0500
 +
 +r-base (2.9.2-2) unstable; urgency=low
 +
 +  * debian/control: As requested by Matthias Klose, change 
 +    Build-Depends: from 'libreadline5-dev' to 'libreadline-dev'
 +
 +  * debian/rules: Soft link from /usr/lib/R/COPYING against GPL-2
 +    instead of GPL, with thanks to Isaac for spotting this.
 +
 +  * debian/control: Set Standards-Version: to current version 
 +
 +  * debian/control: Add Depends: for r-doc-info on 
 +    'dpkg (>= 1.15.4) | install-info'
 +  
 +  * debian/rules: No longer install /etc/ld.so.conf.d/libR.conf
 +  
 +  * debian/r-base-core.postinst:  Call paperconf without prepended path
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 13 Sep 2009 20:27:45 -0500
 +
 +r-base (2.9.2-1) unstable; urgency=low
 +
 +  * New upstream version released this morning
 +
 +  * r-doc-{info,html}.{postinst,prerm}: Omit calls to install-docs
 +    and install-info which is now handled by dpkg triggers.
 +  * debian/control: Builds-Depends: on debhelper (>= 7.2.3)
 +  
 +  * debian/control: Add 'xdg-utils' to Depends: for r-base-core
 +  
 +  * debian/r-cran.mk: Improved find command in clean target
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 24 Aug 2009 06:15:24 -0500
 +
 +r-base (2.9.1-2) unstable; urgency=low
 +
 +  * Re-activated Java support using an updated ca-certificates-java 
 +    package by Matthias Klose -- Thanks!
 +  * debian/control: Build-Depends: on openjdk-6-jdk added back in
 +
 +  * debian/control: Update Standards-Version: to current value.
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 29 Jun 2009 19:20:13 -0500
 +
 +r-base (2.9.1-1) unstable; urgency=low
 +
 +  * New upstream version released this morning
 +
 +  * configure,m4/R.m4: Add xdg-open to set of pdf viewers checked by configure
 +    (and this change has been committed upstream for 2.10.0 as well).
 +
 +  * As of this morning, the Debian Java toolchain is broken (#534520) so 
 +    support for Java is disabled by temporarily removing 
 +      openjdk-6-jdk [!arm !hppa !kfreebsd-i386 !kfreebsd-amd64 !hurd-i386]
 +    from Build-Depends: --- a new upload will be provided once this problem
 +    is fixed.
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri, 26 Jun 2009 09:34:58 -0500
 +
 +r-base (2.9.1~20090621-1) unstable; urgency=low
 +
 +  * First beta release of R 2.9.1 which should be released on June 26
 +
 +  * configure,m4/R.m4: Add xdg-open to set of pdf viewers checked by configure
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 21 Jun 2009 21:21:25 -0500
 +
 +r-base (2.9.1~20090618-1) unstable; urgency=low
 +
 +  * First beta release of R 2.9.1 which should be released on June 26
 +
 +  * debian/control: Switched (Build-)Depends: from xpdf-reader to xdg-utils; 
 +    pdf files will now be opened with xdg-open to reflect desktop choices.
 +  
 +  * debian/README.Atlas: Further editing, added test script
 +
 +  * debian/r-cran.mk: Do not remove src/Makevars.in in clean step as this was 
 +    seen to upset some packages when used by cran2deb for all of CRAN
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 18 Jun 2009 07:00:11 -0500
 +
 +r-base (2.9.0-4) unstable; urgency=low
 +
 +  * debian/r-cran.mk: Applied suggestion by Julian Gilbey to correct 
 +    accidental lowercasing of CRAN package names which can prevent removal
 +    ot extra license files				(Closes: #531224)
 +  
 +  * debian/README.Atlas: Updated to current packages	(Closes: #531223)
 +  
 +  * debian/r-cran.mk: Small correction to previously added 'clean' target
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 31 May 2009 21:15:27 -0500
 +
 +r-base (2.9.0-3) unstable; urgency=low
 +
 +  * debian/r-cran.mk: Applied patch by Steffen Moeller that adds a 
 +    'clean' target which is useful if one builds outside of pbuilder.
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 16 May 2009 18:07:02 -0500
 +
 +r-base (2.9.0-2) unstable; urgency=low
 +
 +  * debian/r-base-core.prerm: Remove /etc/R/Renviron on remove or purge to
 +    not leave unowned files around. Also make sure ucf forgets all about it.
 +    Special Thanks! to Holger Levsen.			(Closes: #527618)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 10 May 2009 19:00:28 -0500
 +
 +r-base (2.9.0-1) unstable; urgency=low
 +
 +  * New upstream version released this morning
 +
 +  * debian/rules: Turn optimisation back to -O3 on alpha (as elsewhere) 
 +    with thanks to Kurt Roeckx for applying a fix to gcc
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri, 17 Apr 2009 06:56:48 -0500
 +
 +r-base (2.9.0~20090410-1) unstable; urgency=low
 + 
 +  * First release candidate of R 2.9.0 expected for April 17
 +
 +  * debian/rules: Lower optimisation to -O2 on alpha
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 11 Apr 2009 16:10:24 -0500
 +
 +r-base (2.9.0~20090403-1) unstable; urgency=low
 +
 +  * First beta release of R 2.9.0 expected for April 17
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 04 Apr 2009 10:52:59 -0500
 +
 +r-base (2.9.0~20090327-1) unstable; urgency=low
 +
 +  * Second alpha release of R 2.9.0 expected for April 17
 +
 +  * debian/control: Update Standards-Version: to current value.
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 28 Mar 2009 13:53:36 -0500
 +
 +r-base (2.9.0~20090320-1) unstable; urgency=low
 +
 +  * Initial alpha release of R 2.9.0 expected for April 17
 +
 +  * debian/control: Changed Section: of r-base, r-base-core, and r-base-dev to 
 +    new section 'gnu-r'
 +  
 +  * debian/control: Add r-cran-matrix to r-recommended as the upstream package 
 +    'Matrix' is part of the core R release as of 2.9.0.
 +
 +  * debian/control: Change Depends: on 'ucf' to 'ucf (>= 3.0)'	(Closes: #516508)
 +  
 +  * debian/rules: No longer apply build-help.pl.patch, and no longer install 
 +    build-help.pl as the R help system was rewritten (mostly in R itself).
 +  
 +  * debian/{control,compat}: Switch to debhelper compat level 7, and hence
 +    set Build-Depends: on 'debhelper (>= 7.0.0)'
 +
 +  * debian/r-doc-html.{postinst,prerm}: Created manually as debhelper seemingly
 +    stopped creating these from dh_installdocs
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 21 Mar 2009 13:06:30 -0500
 +
 +r-base (2.8.1-2) unstable; urgency=low
 +
 +  * debian/control: Add another Build-Depends: exclusion for the 
 +    'kfreebsd-i386 kfreebsd-amd64 hurd-i386' architecture to openjdk-6-jdk.
 +    Thanks to Petr Salinger for the heads-up.		(Closes: 512324)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 19 Jan 2009 12:40:24 -0600
 +
 +r-base (2.8.1-1) unstable; urgency=low
 +
 +  * New upstream version released today
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 22 Dec 2008 20:10:19 -0600
 +
 +r-base (2.8.1~20081219-1) unstable; urgency=low
 +
 +  * 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.
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 20 Dec 2008 09:26:38 -0600
 +
 +r-base (2.8.1~20081212) unstable; urgency=low
 +
 +  * Initial beta release of R 2.8.1 expected for Dec 22
 +  * Fixes 'dev2bitmap fails with gsexe related error'	(Closes: #505698)
 +
 +  * As #487974 is still open, the r-doc-pdf documentation package is again
 +    almost empty due to the tilde in the Debian revision number which breaks
 +    the texinfo-to-pdf conversions.  Users are advised to hold onto the
 +    2.8.0 version of the package until 2.8.1 comes out in ten days.
 +  
 +  * debian/control: Added 'openjdk-6-jdk' to Build-Depends:
 +  * debian/r-cran.mk:  Removed commented-out code that attempted to 
 +    configure Java at package build-time, we now do that at R builds 
 +
 +  * debian/rules: Set softlinks for COPYING and COPYING.LIB to GPL-2 and 
 +    LGPL-2.1, respectively, to ensure the correct versions are linked. 
 +    Thanks to Deepayan Sarkar for the suggestion.
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri, 12 Dec 2008 11:36:22 -0600
 +
 +r-base (2.8.0-1) unstable; urgency=low
 +
 +  * New upstream version released a few hours ago
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 20 Oct 2008 06:07:59 -0500
 +
 +r-base (2.8.0~20081013-1) unstable; urgency=low
 +
 +  * Initial 'Release Candidate' package of R 2.8.0 expected for October 20
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 13 Oct 2008 10:07:47 -0500
 +
 +r-base (2.8.0~20081006-1) unstable; urgency=low
 +
 +  * Initial 'Beta' package of R 2.8.0 expected to be released on October 20
 +
 +  * debian/control: Updated Description: text; with thanks to Doug Bates
 +    and Martin Maechler for helpful suggestions and comments.
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 05 Oct 2008 15:15:44 -0500
 +
 +r-base (2.7.2-2) unstable; urgency=low
 +
 +  * debian/r-cran.mk: Switch from cdbs snippet dpatch.mk to simple-patchsys.mk
 +
 +  * debian/{Renviron.site,Rprofile.site}: Install simple stanza files with 
 +    example usage into /etc/R/ with softlinks from $R_HOME/etc as for the
 +    other config files. Thanks to Christian Hudon for the suggestion.
 +  							(Closes: #498520)
 +  
 +  * src/library/base/R/dcf.R: Correct regexp for Debian-style control field
 +    writing as per the one-line patch by Charles Blundell to r-devel / r-bugs
 +    which should help us in cran2deb as well
 +
 +  * debian/control: Switched Build-Depends from tcl/tk 8.4 to 8.5 
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 13 Sep 2008 17:07:31 -0500
 +
 +r-base (2.7.2-1) unstable; urgency=low
 +
 +  * New upstream version released a few hours ago
 +  
 +  * src/scripts/javareconf: Replace use of /tmp with result of 
 +    `mktemp -t -d` to avoid symlink attacks		(Closes: #496418)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 25 Aug 2008 06:37:14 -0500
 +
 +r-base (2.7.2~20080816-1) unstable; urgency=low
 +
 +  * Initial 'beta' release of R 2.7.2 expected to be released on August 25
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 17 Aug 2008 10:15:43 -0500
 +
 +r-base (2.7.1-2) unstable; urgency=low
 +
 +  * debian/r-doc-{info,html,pdf}: Added R-ints and R-admin manuals
 +  * debian/r-doc-html.doc-base.ints: Added new doc-base file
 +  
 +  * debian/rules: Exclude usr/lib/R/etc/Renviron.ucf from md5sums
 +							(Closes: #491637)
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 21 Jul 2008 06:42:27 -0500
 +
 +r-base (2.7.1-1) unstable; urgency=low
 +
 +  * New upstream version released a few hours ago
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 23 Jun 2008 06:10:26 -0500
 +
 +r-base (2.7.1~20080621-1) unstable; urgency=low
 +
 +  * New 'rc' release of R 2.7.1 expected to be released on June 23
 +  
 +  * debian/{rules,r-base-core.postinst}: Changed to have /etc/R/Renviron
 +    be handled by ucf, with thanks to Aaron M. Ucko	(Closes: #476420)
 +  * debian/control: Added Depends: on ucf to r-base-core
 +  
 +  * debian/control: Build-Depends updated from 'x-dev, xbase-clients' to
 +    'x11proto-core-dev, xauth'
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 21 Jun 2008 11:26:48 -0500
 +
 +r-base (2.7.1~20080614-1) unstable; urgency=low
 +
 +  * Initial 'beta' release of R 2.7.1 expected to be released on June 23
 +
 +  * debian/control: Added Homepage: field as suggested by Andreas Tille
 +							(Closes: #481058)
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 14 Jun 2008 11:45:22 -0500
 +
 +r-base (2.7.0-1) unstable; urgency=low
 +
 +  * New upstream version released a few hours ago
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Tue, 22 Apr 2008 08:40:44 -0500
 +
 +r-base (2.7.0~20080416-1) unstable; urgency=low
 +
 +  * Second 'rc' release of R 2.7.0 expected to be released on April 22
 +
 +  * debian/rules: Explicit rebuild and copying of Rscript to prevent seepage
 +    of a bad R_HOME setting from build-time		(Closes: #475343)
 +  
 +  * debian/control: Add new package 'r-base-core-dbg' with stripped debugging 
 +    symbols; thanks to Soeren for the suggestion	(Closes: #476345)
 +  * debian/rules: Modified dh_strip call accordingly
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed, 16 Apr 2008 13:01:21 -0500
 +
 +r-base (2.7.0~20080415-1) unstable; urgency=low
 +
 +  * Initial 'rc' release of R 2.7.0 expected to be released on April 22
 +
 +  * debian/r-doc.html.doc-base.*: Changed section to 'Science/Data Analysis'
 +  
 +  * debian/control: Added 'xvfb, xbase-clients, xfonts-base' to Build-Depends:
 +  * debian/rules: Change 'make check' into 'xvfb-run make check-all'
 +
 +  * debian/control: Replace 'tetex-bin, tetex-extra' in Build-Depends: with
 +    'texlive-base, texlive-latex-base, texlive-generic-recommended, 
 +     texlive-fonts-recommended, texlive-extra-utils, texlive-latex-recommended, 
 +     texlive-latex-extra, texinfo, texi2html' 
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Tue, 15 Apr 2008 14:32:08 -0500
 +
 +r-base (2.7.0~20080408-1) unstable; urgency=low
 +
 +  * Initial 'beta' release of R 2.7.0 expected to be released on April 22
 +  
 +  * debian/rules: Configure and build with Debian's lapack
 +  * debian/control: Upgraded Build-Depends: to liblapack-dev (>= 3.1.1)
 +  
 +  * debian/rules: Add new configure options --with-cairo and --with-pango
 +  * debian/control: Added Build-Depends: on 'libpango1.0-dev, libcairo2-dev'
 +  * debian/control: Revert Depends: for 'quasi-virtual' r-base-dev to 
 +    'libblas-dev | libatlas-base-dev, liblapack-dev | libatlas-base-dev'
 +    as the transition to gfortran-built lapack/blas/atlas is complete.
 +  							(Closes: #473695)
 +
 +  * debian/control: r-recommended no longer Depends: on r-cran-rcompgen as
 +    per upstream having integrated the rcomgen packaged into r-base-core.
 +  * debian/control: Added Conflicts/Provides/Replaces for r-base-core 
 +    on r-cran-rcompgen to uninstall existing (and now redundant) packages.
 +
 +  * debian/control: Added Build-Depends on 'libtiff4-dev'
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Tue, 08 Apr 2008 21:24:42 -0500
 +
 +r-base (2.6.2-2) unstable; urgency=low
 +
 +  * debian/{rules,control}: Reverting the use of Debian's lapack as we got 
 +    a SVD-related bug report with a day -- thanks, Ben!	(Closes: #464833)
 +     - remove 'liblapack-dev' from Build-Depends
 +     - call configure with 
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 09 Feb 2008 10:05:24 -0600
 +
 +r-base (2.6.2-1) unstable; urgency=low
 +
 +  * New upstream version released this morning 
 +  
 +  * debian/control: Added 'liblapack-dev' to Build-Depends: to switch back 
 +    to using Debian's Lapack rather than the version supplied by R.
 +  * debian/rules: Dito, call configure with '--with-lapack'
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri, 08 Feb 2008 09:40:02 -0600
 +
 +r-base (2.6.1-2) unstable; urgency=low
 +
 +  * debian/control: Replace Build-Depends: on 'refblas3-dev | atlas3-base-dev' 
 +    with 'libblas-dev' to use the new gfortran-built BLAS libraries. Thanks 
 +    to Riku Voipio for the heads-up and patch.		(Closes: #461767)
 +
 +  * debian/control: Likewise set the Depends: for the quasi-virtual
 +    r-base-dev on 'libblas-dev' to enfore use of the new BLAS.
 +
 +  * debian/control: Update Standards-Version: to current value.
 +  
 +  * debian/{r-base-core,r-recommended}.lintian: Add a few silencers for
 +    the 'package-contains-empty-directory' warnings.
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 20 Jan 2008 20:24:52 -0600
 +
 +r-base (2.6.1-1) unstable; urgency=low
 +
 +  * New upstream version released this morning
 +  
 +  * debian/rules: As gcc-4.2 is now, unset suffix '-4.2' on gcc et al
 +  * debian/control: Likewise, removed '-4.2' from gcc et al in Build-Depends 
 +    and Depends for r-base-dev and used versioned Depends (>= 4:4.1.0) 
 +    which are also suitable for backports and Ubuntu port -- and Debian
 +    will get 4.2 anyway as it is the default in testing and unstable
 +
 +  * debian/rules: Define FC=gfortran as the Fortran95 compiler for packages
 +
 +  * debian/r-base-core.shlibs: Point libR.so and libRlapack.so to r-base-core
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 26 Nov 2007 11:20:57 -0600
 +
 +r-base (2.6.0-4) unstable; urgency=medium
 +  
 +  * Urgency medium as a "Depends: tk8.4 (>= 8.4.16-2)" is needed to undo
 +    the breakage introduced by the version in testing (tk8.4_8.4.16-1).
 +    This build does not introduce any new code or configuration settings
 +    and should migrate to testing as soon as possible.
 +  
 +  * Rebuild R to obtain Depends on newer Tk		(Closes: #451152)
 +
 +  * debian/shlibs.local: New file, added for Depends on newer tk8.4 which 
 +    is not (yet) provided via the package's shlibs file, also filed a 
 +    bugreport against tk8.4
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Tue, 13 Nov 2007 19:45:59 -0600
 +
 +r-base (2.6.0-3) unstable; urgency=low
 +
 +  * debian/r-cran.mk: Retiring the experimental javareconf support for now.
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed, 10 Oct 2007 08:46:43 -0500
 +
 +r-base (2.6.0-2) unstable; urgency=low
 +
 +  * debian/r-cran.mk: Set Java (re-)conf. call to "R CMD javareconf -e ''" 
 +    to not require write to Makeconf file 		(Closes: #445722)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Tue, 09 Oct 2007 14:20:12 -0500
 +
 +r-base (2.6.0-1) unstable; urgency=low
 +
 +  * New upstream version released this morning
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed, 03 Oct 2007 10:25:43 -0500
 +
 +r-base (2.6.0~20070930-1) unstable; urgency=low
 +
 +  * Second 'rc' release of R 2.6.0 expected to be released on October 3
 +  
 +  * debian/r-cran.mk:
 +    - Apply patch by David Vernazobres to permit additional argument
 +    - Add test for Java compiler and run R CMD javareconf if found
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 01 Oct 2007 16:38:49 -0500
 +
 +r-base (2.6.0~20070925-1) unstable; urgency=low
 +
 +  * Initial 'rc' release of R 2.6.0 expected to be released on October 3
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed, 26 Sep 2007 10:08:33 -0500
 +
 +r-base (2.6.0~20070918-1) unstable; urgency=low
 +
 +  * Initial 'beta' release of R 2.6.0 expected to be released on October 3
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed, 19 Sep 2007 09:50:17 -0500
 +
 +r-base (2.6.0~20070910-3) unstable; urgency=low
 +
 +  * debian/r-cran.mk: Fix another syntax error
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed, 12 Sep 2007 21:54:10 -0500
 +
 +r-base (2.6.0~20070910-2) unstable; urgency=low
 +
 +  * debian/r-cran.mk: Add missing escape to if/else/fi statement for xvfb-run
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed, 12 Sep 2007 21:01:19 -0500
 +
 +r-base (2.6.0~20070910-1) unstable; urgency=low
 +
 +  * Initial 'alpha' release of R 2.6.0 expected to be released on October 3
 +
 +  * Debian changes:
 +    - debian/control: Added 'cdbs, debhelper' as Suggests: for r-base-dev
 +
 +    - r-cran.mk: If the xvfb-run script is found, use it to wrap the call
 +      to 'R CMD INSTALL ...' to provide (virtual) X11 for packages that may
 +      need it, this even works in a pbuilder setting. If not found, just
 +      proceed as usual with a straight-up 'R CMD INSTALL ...'. Packages
 +      using this feature need Build-Depends on xvfb, xbase-clients (for
 +      xauth) and xfonts-base (for basic fonts).
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Tue, 11 Sep 2007 16:24:33 -0500
 +
 +r-base (2.5.1-2) unstable; urgency=low
 +
 +  * debian/control: Add r-cran-codetools to Depends: for r-recommends
 +
 +  * debian/r-base-core.menu: Section now "Applications/Science/Data Analysis"
 +
 +  * debian/Renviron-R_LIBS.patch: With R 2.5.*, modify R_LIBS_SITE not R_LIBS
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed, 18 Jul 2007 14:26:06 -0500
 +
 +r-base (2.5.1-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 28 Jun 2007 09:45:43 -0500
 +
 +r-base (2.5.1~20070625-1) unstable; urgency=low
 +
 +  * Second release candidate for R 2.5.1 expected for June 28
 +
 +  * To ensure successful builds involving Fortran, we need to explicitly 
 +    select the gcc-4.2 versions of the the compiler suite in debian/rules, 
 +    and per Build-Depends in debian/control as well as the Depends for 
 +    r-base-dev.  Backporters will probably need to revert this to 4.1.
 +    Thanks to Michael Ablassmeier and Lucas Nussbaum for the heads-up.
 +
 +  * debian/control: Changed Build-Depends from 'gcc (>= 4:4.0), 
 +    gfortran (>= 4.0.2)' to 'gcc-4.2, g++-4.2, gfortran-4.2'
 +  * debian/control: Changed Depends for r-base-dev from 'gfortran (>= 4.0.2), 
 +    gcc (>= 4:4.0), g++ (>= 4:4.0)' to 'gcc-4.2, g++-4.2, gfortran-4.2'
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Tue, 26 Jun 2007 09:36:23 -0500
 +
 +r-base (2.5.1~20070622-1) unstable; urgency=low
 +
 +  * First release candidate for R 2.5.1 expected for June 28
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 23 Jun 2007 20:13:22 -0500
 +
 +r-base (2.5.1~20070618-1) unstable; urgency=low
 +
 +  * New beta release candidate for R 2.5.1 expected for June 28
 +  
 +  * debian/control: Add 'dpatch' to Depends: for r-base-dev to ensure
 +    that the r-cran.mk stanza can use dpatch 		(Closes: #429464)
 +
 +  * debian/control: Switch from $Source-Version to $source:Version and
 +    $binary:Version 					(lintian)
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 18 Jun 2007 08:09:11 -0500
 +
 +r-base (2.5.1~20070614-1) unstable; urgency=low
 +
 +  * First 'beta' of R 2.5.1 expected to be released on June 28
 +
 +  * debian/r-cran.mk: Add dpatch.mk to debian/rules stanza
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 14 Jun 2007 21:36:05 -0500
 +
 +r-base (2.5.1~20070530-1) unstable; urgency=low
 +
 +  * R-patched as of 2007-05-30
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 31 May 2007 16:05:30 -0500
 +
 +r-base (2.5.1~20070513-1) unstable; urgency=low
 +
 +  * R-patched as of 2007-05-13
 +  
 +  * First release with new upstream support for DESTDIR 
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 14 May 2007 08:57:08 -0500
 +
 +r-base (2.5.0-2) unstable; urgency=low
 +
 +  * src/nmath/standalone/Makefile.in,src/scripts/Makefile.in,
 +    src/unix/Makefile.in: Applied patch by Martyn Plummer which 
 +    brings R closer to standard GNU behaviour with respect to
 +    'make install' redirection. In particular, this fixes the 
 +    new binary /usr/bin/Rscript which was broken in 2.5.0-1, also
 +    corrects /usr/pkgconfig/libR.pc, adds the a new file 
 +    /usr/pkgconfig/libRmath.pc (for r-mathlib) and also corrects
 +    /usr/bin/R which we used to patch post-'make install'.
 +  
 +  * debian/control: Added Depends: for r-recommended on r-cran-rcompgen
 +    as this package is now in Debian unstable.
 +  
 +  * /etc/ld.so.conf.d/R.conf: Added new file so that libR.so and 
 +    libRlapack.so will be known to ld.so
 +
 +  * debian/rules: Call configure with --enable-memory-profiling
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed,  2 May 2007 21:17:47 -0500
 +
 +r-base (2.5.0-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Tue, 24 Apr 2007 06:09:00 -0500
 +
 +r-base (2.5.0~20070422-1) unstable; urgency=low
 +
 +  * First 'rc' package of R 2.5.0 expected to be released next week
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 23 Apr 2007 08:12:25 -0500
 +
 +r-base (2.5.0~20070412-1) unstable; urgency=low
 +
 +  * First 'beta release of R 2.5.0 expected to be released later this month
 +
 +  * debian/r-cran.mk: Added test for value of 'Priority: in DESCRIPTION which 
 +    is used for the choice of the install directory below $R_HOME
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri, 13 Apr 2007 14:14:41 -0500
 +
 +r-base (2.5.0~20070407-1) unstable; urgency=low
 +
 +  * First 'alpha' release of R 2.5.0 expected to be released later this month
 +    
 +  * debian/rules: Configure R to use original zip and unzip instead
 +    of the 'mini' variant as some packages want a -q option for unzip.
 +  * debian/control: Switch Depends: from zlib-bin to 'zip, unzip'
 +
 +  * debian/r-cran.mk: Allow for optional $(debRreposname) to allow
 +    automated switching from CRAN builds to BioC builds. 
 +    Thanks to Steffen Moeller for the patch.
 +
 +  * debian/r-cran.mk: Allow for options $(makeFlags) to be passed to
 +    R CMD INSTALL -- for example the RQuantLib package makes use of this
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun,  8 Apr 2007 06:56:08 -0500
 +
 +r-base (2.4.1-2) unstable; urgency=low
 +
 +  * src/main.c: Applied patch provided by Samuel Thibault to allow builds
 +    on hurd-i386 which (still) lacks SA_SIGINFO. Bug report also forwarded
 +    upstream, and R 2.5.0 should have a fix too.	(Closes: #407358)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 27 Jan 2007 13:12:13 -0600
 +
 +r-base (2.4.1-1) unstable; urgency=low
 +
 +  * New upstream version released this morning
 +  
 +  * Debian package for 'unstable' as Debian 4.0 ('etch') is frozen
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 18 Dec 2006 08:53:09 -0600
 +
 +r-base (2.4.1~20061205-1) unstable; urgency=low
 +
 +  * First beta package of the upcoming R 2.4.1 scheduled for December 18
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed,  6 Dec 2006 22:51:18 -0600
 +
 +r-base (2.4.0.20061125-1) unstable; urgency=low
 +
 +  * New upstream version patch version dated 2006-11-03
 +    -- a new R 2.4.1 release should arrive in just a few weeks
 +  * debian/r-base-core.postinst: Rewrote paperconf handling one 
 +    more, with thanks to Marc Glisse for another good suggestion
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 26 Nov 2006 18:21:16 -0600
 +
 +r-base (2.4.0.20061103-1) unstable; urgency=low
 +
 +  * New upstream version patch version dated 2006-11-03
 +    -- a new R 2.4.1 release may arrive in a few weeks
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu,  2 Nov 2006 21:50:13 -0600
 +
 +r-base (2.4.0.20061029-2) unstable; urgency=low
 +
 +  * debian/r-cran.mk: Another brown paperbag fix, this time for the logic
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 29 Oct 2006 17:36:36 -0600
 +
 +r-base (2.4.0.20061029-1) unstable; urgency=low
 +
 +  * New upstream version patch version taken from svn as of 2006-10-29 
 +    -- a new R 2.4.1 release may arrive in a few weeks
 +  
 +  * debian/r-cran.mk: Brown paperbag fix replacing space with tabs
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 29 Oct 2006 11:35:16 -0600
 +
 +r-base (2.4.0.20061027-1) unstable; urgency=low
 +
 +  * New upstream version patch version dated 2006-10-27
 +    -- a proper R 2.4.1 is not expected until December 2006
 +  
 +  * debian/r-base-core.postinst: Rewrote paperconf handling (Closes: #394114)
 +  * debian/R.bash_completion: use updated version from Deepayan Sarkar
 +  * debian/r-cran.mk: If present, also install lintian overrides file
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 28 Oct 2006 20:11:10 -0500
 +
 +r-base (2.4.0-1) unstable; urgency=low
 +
 +  * New upstream version released this morning
 +  
 +  * debian/rules: Link /usr/share/texmf/tex/latex/R to ../../../R/share/texmf, 
 +    instead of the older link into /usr/lib 		(Closes: #390751)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Tue,  3 Oct 2006 07:07:02 -0500
 +
 +r-base (2.4.0~rc20060926-1) unstable; urgency=low
 +
 +  * First release candidate of the upcoming R 2.4.0 planned for October 3
 +
 +  * debian/rules: Install ldpaths in /etc/R and link back to $R_HOME/etc
 +  * debian/rules: Patch javareconf to use /etc/R instead of $R_HOME/etc
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 28 Sep 2006 20:15:03 -0500
 +
 +r-base (2.4.0~rc20060922-1) unstable; urgency=low
 +
 +  * First beta release of the upcoming R 2.4.0 planned for October 3
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 23 Sep 2006 10:59:39 -0500
 +
 +r-base (2.4.0~rc20060919-1) unstable; urgency=low
 +
 +  * First alpha release of the upcoming R 2.4.0 planned for October 3
 +  
 +  * debian/rules: Updated CFLAGS and FFLAGS to -O3, and set LDFLAGS 
 +    to -Wl,-O1 as suggested by upstream.
 +  * debian/rules: Additional LDFLAGS options '-Bdirect,--hash-style=both' 
 +    will be added once binutils support them.
 +  
 +  * debian/control: Use a '>=' instead of '=' in Depends: on r-base-core 
 +    for arch-independent package r-base, r-base-dev, r-recommend [lintian]
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Tue, 19 Sep 2006 14:51:47 -0500
 +
 +r-base (2.3.1-3) unstable; urgency=low
 +
 +  * debian/r-doc-html.preinst: Apply one-char fix suggested by 
 +    Don Armstrong				 (Closes: #382696)
 +  * debian/control: Added forgotten Conflicts: r-gnome
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Tue, 29 Aug 2006 19:35:07 -0500
 +
 +r-base (2.3.1-2) unstable; urgency=low
 +
 +  * debian/control: Removed obsolete and deprecated r-gnome entry
 +  * debian/control: Added Conflicts:, Replaces: and Provides: for 
 +    'r-gnome (<= 2.3.1)' to r-base-core to finally replace r-gnome
 +
 +  * debian/r-doc-html.preinst: Added file with test for symlink
 +    /usr/share/doc/r-doc-html/manual/ which may be left over from
 +    a previous installation and needs to be removed for a clean
 +    current installation			(Closes: #376940)
 +
 +  * debian/rules: Correct softlink for /usr/share/doc/r-base-core/doc 
 +    into /usr/share/R/doc			(Closes: #380126)
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri, 28 Jul 2006 19:52:13 -0500
 +
 +r-base (2.3.1-1) unstable; urgency=low
 +
 +  * New upstream release released this morning
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu,  1 Jun 2006 06:14:26 -0500
 +
 +r-base (2.3.0.svn38197-1) unstable; urgency=low
 +
 +  * Second beta release of the upcoming R 2.3.1 scheduled for June 1
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri, 26 May 2006 06:09:03 -0500
 +
 +r-base (2.3.0.svn38119-1) unstable; urgency=low
 +
 +  * First beta release of the upcoming R 2.3.1 scheduled for June 1
 +
 +  * debian/control: Standards-Version: increased to 3.7.2
 +  
 +  * debian/r-cran.mk: Small improvements 
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri, 19 May 2006 20:15:30 -0500
 +
 +r-base (2.3.0-1) unstable; urgency=low
 +
 +  * New upstream version 2.3.0 released this morning
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 24 Apr 2006 09:30:57 -0500
 +
 +r-base (2.2.1.svn37779-1) unstable; urgency=low
 +
 +  * Second beta release of the upcoming R 2.3.0 scheduled for April 24
 +  
 +  * src/main/version.c: Upstream fix for 'R --version' (Closes: #361968)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 15 Apr 2006 16:30:20 -0500
 +
 +r-base (2.2.1.svn37715-1) unstable; urgency=low
 +
 +  * First beta release of the upcoming R 2.3.0 scheduled for April 24
 +  
 +  * debian/rules: On ppc64, add -mminimal-toc to compiler flags
 +    Thanks to Andreas Jochens for the patch.  		(Closes: #361604)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun,  9 Apr 2006 07:40:48 -0500
 +
 +r-base (2.2.1.svn37668-1) unstable; urgency=low
 +
 +  * Second alpha release of the upcoming R 2.3.0 planned for April 24
 +
 +  * configure{,.ac}: Upstream fix also selecting -fPIC on s390* which is
 +    less invasive than the rushed and uncoordinated binary NMU below. Please
 +    consider talking to the Debian maintainer, or R Core, before making 
 +    undifferentiated wholesale changes to the build process. (Closes: #361219)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat,  8 Apr 2006 09:18:09 -0500
 +
 +r-base (2.2.1.svn37642-1.1) unstable; urgency=low
 +
 +  * Non-maintainer upload.
 +  * Always build with -fPIC. (closes: #361219) 
 +
 + -- Bastian Blank <waldi at debian.org>  Fri,  7 Apr 2006 08:59:15 +0000
 +
 +r-base (2.2.1.svn37642-1) unstable; urgency=low
 +
 +  * First alpha release of the upcoming R 2.3.0 planned for April 24
 +  
 +  * debian/r-cran.mk: New file to be used as debian/rules for r-cran-*
 +  * debian/rules: Accomodate installation of cran.mk into r-base-dev
 +  
 +  * debian/control: Set gcc and gfortran Build-Depends: to version 4
 +  * debian/control: Likewise for Depends: of r-base-dev
 +  
 +  * debian/rules:  Add -std=gnu99 to C compiler flags, and split and
 +    slightly reorganize compiler flags and optimization options
 +
 +  * debian/{r-base-core,r-mathlib}.lintian: Added a few entries
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Tue,  4 Apr 2006 17:55:51 -0500
 +
 +r-base (2.2.1-6) unstable; urgency=medium
 +
 +  * debian/r-base-core.preinst: The symbolic link /usr/lib/R/share 
 +    introduced in -4 prevents the directory added in -5 to be created
 +    so remove if found in the preinst.
 +
 +  * Urgency still set up to medium so that testing and unstable users get 
 +    the fix quickly. 
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon,  6 Feb 2006 12:00:21 -0600
 +
 +r-base (2.2.1-5) unstable; urgency=medium
 +
 +  * debian/build-help.pl: Empty stanza to just print warning when called.
 +  * debian/rules: Install that quasi-empty file debian/build-help.pl as 
 +    /usr/lib/R/share/perl/build-help.pl  so that the not-yet-updated 
 +    r-cran-* et al add-on packages for R do not fail now that the upstream
 +    build-help.pl is install in /usr/share/R/share/perl/.  The softlink
 +    solution introduced in 2.2.1-4 fails for upgrades on testing where
 +    /usr/lib/R/share/ already exists as a directory.
 +  
 +  * Urgency set up to medium so that testing users get the fix quickly. 
 +    No other changes than creation of the two-liner build-help.pl 
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon,  6 Feb 2006 09:23:14 -0600
 +
 +r-base (2.2.1-4) unstable; urgency=low
 +
 +  * debian/rules: Until the postinst and postrm calls in all r-cran-* 
 +    packages have been updated, add a transitional link so we can call
 +    /usr/lib/R/share/perl/build-help.pl			(Closes: #349637)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Tue, 24 Jan 2006 07:13:34 -0600
 +
 +r-base (2.2.1-3) unstable; urgency=low
 +
 +  * Re-wrote parts of debian/* to take advantage of recent upstream changes
 +    permitting installation of (most) files outside of /usr/lib/R;
 +  * debian/rules: Use configure options 
 +      --datadir=/usr/share/R/share and 
 +      --includedir=/usr/share/R/include
 +    as well as 'make install' targets
 +      rsharedir, rincludedir, and rdocdir
 +  * debian/r-{base-html.{files,dirs}, doc-pdf.{files,links},
 +    doc-html.{file,links}}:
 +    updated accordingly to refer to /usr/share/R/* instead of /usr/lib/R
 +  * For R itself (but not for packages), architecture-independent files 
 +    of r-base-core now install below /usr/share/R 	(Closes: #300765)
 +  
 +  * debian/control: Added Build-Depends: for libx11-dev, libxt-dev, x-dev
 +    (though the existing Build-Depends on tcl/tk effectively cover this).
 +    Credits for the suggestion go to the xlibs-split-check script .
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 21 Jan 2006 18:14:37 -0600
 +
 +r-base (2.2.1-2) unstable; urgency=low
 +
 +  * debian/control: Remove Build-Depends: on libpaperg-dev as we do not
 +    actually build against libpaper anyway 		(Closes: #346403)
 +  * debian/control: Add Depends: on libpaper-utils to r-base-core, 
 +    and remove different Suggests: of libpaperg
 +
 +  * debian/control: Update Standards-Version: to 3.6.2
 +  * debian/control: Change Architecture: any for empty r-recommended
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat,  7 Jan 2006 20:18:06 -0600
 +
 +r-base (2.2.1-1) unstable; urgency=low
 +
 +  * New upstream version 2.2.1 released this morning
 +  
 +  * debian/control: Remove unnecessary f2c from Depends: in r-base-dev 
 +  * debian/rules: Set DH_COMPAT=4
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Tue, 20 Dec 2005 06:18:38 -0600
 +
 +r-base (2.2.0.rc.20051214-1) unstable; urgency=low
 +
 +  * Second beta release of the upcoming R 2.2.1 planned for December 20
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 15 Dec 2005 16:25:43 -0600
 +
 +r-base (2.2.0.rc.20051206-1) unstable; urgency=low
 +
 +  * First beta release of the upcoming R 2.2.1 planned for December 20
 +
 +  * debian/rules: Install bash completion file debian/R.bash_completion 
 +    by Deepayan Sarkar and announced to r-devel on 2005-11-30
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed,  7 Dec 2005 19:34:47 -0600
 +
 +r-base (2.2.0.final-4) unstable; urgency=low
 +
 +  * debian/rules: Really skip 'make check' on hppa	(Closes: #333462)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 24 Oct 2005 18:59:16 -0500
 +
 +r-base (2.2.0.final-3) unstable; urgency=low
 +
 +  * debian/rules: Skip 'make check' on hppa		(Closes: #333462)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 24 Oct 2005 08:53:22 -0500
 +
 +r-base (2.2.0.final-2) unstable; urgency=low
 +
 +  * Rebuilt with properly renamed .orig.tar.gz          (Closes: #332586)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri,  7 Oct 2005 21:20:16 -0500
 +
 +r-base (2.2.0.final-1) unstable; urgency=low
 +
 +  * New upstream version 2.2.0 released today, following six
 +    Debian pre-releases  (and a repeat of a version number snafu made
 +    years ago, hence the need for the '.final')
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu,  6 Oct 2005 21:18:53 -0500
 +
 +r-base (2.2.0.beta.20050929-1) unstable; urgency=low
 +
 +  * Second weekly beta release (using 2005-09-22 candidate) of R 2.2.0 
 +
 +  * debian/rules: Call configure with LIBnn=lib to enforce use of
 +    /usr/lib everywhere, including amd64  		(Closes: #329952)
 +
 +  * share/perl/build-help.pl: Wrote patch to re-enable deprecated --htmllists
 +    argument as a no-op so that our r-cran-* postinst files can call it.
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 29 Sep 2005 21:45:12 -0500
 +
 +r-base (2.2.0.beta.20050922-2) unstable; urgency=low
 +
 +  * debian/rules:  Create softlink from R's TeX files (used for doc.
 +    and Sweave) into the texmf hierarchy. (Thanks, Gregor Gorjanc)
 +  * debian/r-base-core.dirs: Add 'usr/share/texmf/tex/latex'
 +  * debian/r-base-core.postinst: Call texhash if it exists
 +  
 +  * Really re-apply the Perl fix (share/perl/{build-help.pl,R/Rdlists.pm)
 +    to maintain compatibility with all the r-cran-* packages postinst
 +    							(Closes: #330085)
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 25 Sep 2005 16:07:07 -0500
 +
 +r-base (2.2.0.beta.20050922-1) unstable; urgency=low
 +
 +  * First beta release candidate (dated 2005-09-22) of R 2.2.0 
 +
 +  * Following prior practice, this release is designated for unstable
 +    after the two first alpha releases in experiment. 
 +
 +  * share/perl/build-help.pl, share/perl/R/Rdlists.pm: As in the previous
 +    snapshot, fall back to R 2.1.1 code to support other r-cran-* packages
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 22 Sep 2005 21:10:12 -0500
 +
 +r-base (2.2.0.alpha.20050915-1) experimental; urgency=low
 +
 +  * Second alpha release of the upcoming R 2.2.0 planned for October 6
 +
 +  * share/perl/build-help.pl, share/perl/R/Rdlists.pm: As in the previous
 +    snapshot, fall back to R 2.1.1 code to support other r-cran-* packages
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 15 Sep 2005 19:37:11 -0500
 +
 +r-base (2.2.0.alpha.20050908-2) experimental; urgency=low
 +
 +  * debian/rules: Also re-set the newly added variables R_SHARE_DIR, 
 +    R_INCLUDE_DIR and R_DOC_DIR in /usr/bin/R 		(Closes: #327446)
 +
 +  * share/perl/build-help.pl: Revert to the version from R 2.1.1 as
 +    we need the now deprecated --htmllists argument in the postinst
 +    and postrm scripts of several dozen r-cran-* packages.
 +  * share/perl/R/Rdlists.pm: Carry build_htmlpkglists() and read_titles()
 +    over from 2.1.1 to support the --htmllists code
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 10 Sep 2005 13:12:08 -0500
 +
 +r-base (2.2.0.alpha.20050908-1) experimental; urgency=low
 +
 +  * First alpha release of the upcoming R 2.2.0 planned for October 6
 +
 +  * debian/{control,rules}: Build-Depends switched to gcc-4.0 
 +    by removing "gcc-3.4, g++-3.4, g77-3.4" 
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu,  8 Sep 2005 22:35:50 -0500
 +
 +r-base (2.1.1-1) unstable; urgency=low
 +
 +  * New upstream version 2.1.1 released today
 +  
 +  * debian/control: Remove redundant Build-Depends on 'mawk | gawk | awk'
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 20 Jun 2005 18:50:41 -0500
 +
 +r-base (2.1.0.beta.20050613-1) unstable; urgency=low
 +
 +  * Upgraded to the R 2.1.1 beta release candidate dated 2005-06-13
 +
 +  * debian/rules: configure call with AWK="/usr/bin/awk" (Closes: #307683)
 +  * debian/control: New Build-Depends on 'mawk | gawk | awk'
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 13 Jun 2005 21:04:50 -0500
 +
 +r-base (2.1.0-1) unstable; urgency=low
 +
 +  * New upstream version 2.1.0 released today
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 18 Apr 2005 20:24:26 -0500
 +
 +r-base (2.0.1.beta.20050410-1) unstable; urgency=low
 +
 +  * Upgraded to the R 2.1.0 beta release candidate dated 2005-04-10
 +
 +  * With R 2.1.0 scheduled to be released on April 18, this release
 +    candidate will be uploaded to unstable to allow for wider testing
 +  
 +  * debian/rules: Also copy new file 'repositories' to /etc/R and link back
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 10 Apr 2005 21:12:25 -0500
 +
 +r-base (2.0.1.alpha.20050403-1) experimental; urgency=low
 +
 +  * Upgraded to the R 2.1.0 alpha release candidate dated 2005-04-03
 +
 +  * This upload is still slated for experimental; beta release 
 +    candidates of 2.1.0 will go into unstable
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun,  3 Apr 2005 16:04:29 -0500
 +
 +r-base (2.0.1.alpha.20050322-1) experimental; urgency=low
 +
 +  * Initial attempt at packaging the upcoming R 2.1.0
 +
 +  * debian/rules: No longer install $RHOME/bin/Rdindex
 +  
 +  * debian/rules: No longer build the Gnome GUI which has been
 +    unbundled upstream as it was never fully completed
 +  * debian/control: Update r-gnome Description
 +  * debian/control: r-gnome is now Binary: all, removed ${shlibs:Depends}
 +    and versioned (= ${Source-Version}) part of Depends on r-base-core 
 +  * debian/control: Reduce Build-Depends by libgnome-dev, libzvt-dev, 
 +    libgtkxmhtml-dev, libglade-gnome0-dev
 +  * debian/r-gnome.NEWS: New file with message about removeal of UI
 +  
 +  * debian/control: For r-base-dev, switched from the black magic
 +    "g77 | m68k, f2c | not+m68k, type-handling" to "g77, f2c" as
 +    type-handling no longer allows this (Closes: #296287)
 +
 +  * debian/r-mathlib.shlibs: Correct to 'libRmath 1 r-mathlib (>= 2.0)'
 +    with thanks to Chris Lawrence
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 21 Mar 2005 21:20:09 -0600
 +
 +r-base (2.0.1-4) unstable; urgency=low
 +
 +  * Removed erroneously left-over doc-base file (Closes: #296194)
 +  * debian/r-doc-{html,pdf}.links: Link individual files, not the
 +    entire manual directory, in order to circumvent a dhelp bug 
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 20 Feb 2005 17:24:07 -0600
 +
 +r-base (2.0.1-3) unstable; urgency=low
 +
 +  * debian/r-doc-html.doc-base.*: Added five doc-base control files
 +    to register the html documentation with doc-base (Closes: #296089)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 20 Feb 2005 07:59:53 -0600
 +
 +r-base (2.0.1-2) unstable; urgency=low
 +
 +  * debian/control: Switch the Depends: on the helper package r-base-dev
 +    to libreadline5-dev to help readline5 migration (Closes: #291655)
 +  * debian/control: Also switch Build-Depends: to libreadline5-dev
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 23 Jan 2005 13:39:50 -0600
 +
 +r-base (2.0.1-1) unstable; urgency=medium
 +
 +  * New upstream release
 +  * Urgency medium as this version contains numerous upstream fixes, 
 +    as well as Debian fixes from 2.0.0-4 that have are not yet in testing 
 +
 +  * debian/control: Add r-recommended to Depends: for r-base
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 15 Nov 2004 09:39:01 -0600
 +
 +r-base (2.0.0-4) unstable; urgency=medium
 +
 +  * Urgency medium to get the fix into the testing distribution in which 
 +    r-recommended currently has insufficiently detailed Depends:
 +  * debian/control: Change Depends: for r-recommended to be versioned, and
 +    impose a minimum standard of package versions rebuilt under R 2.0.0 
 +    as required by the underlying lazyloading changes (Closes: #278528)
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed, 27 Oct 2004 20:26:31 -0500
 +
 +r-base (2.0.0-3) unstable; urgency=low
 +  
 +  * Two improvements suggested by Kurt Hornik:
 +    - debian/control: r-base now Depends: on r-base-core (= ${Source-Version})
 +    - debian/control: Fix MASS book title in Description: of r-recommends
 +
 +  * Reorganisation of r-mathlib suggested and tested by Faheem Mitha:
 +    - debian/control: r-mathlib now only Recommends: insteads of Depends:
 +      on r-base-core and r-base-dev (Closes: #276038)
 +    - debian/rules: Small changes to give r-mathlib its own doc directory
 +    - debian/r-mathlib.links: Renamed to r-mathlib.links.unused disable
 +  
 +  * Update to use of Lapack code as suggested by Doug Bates:
 +    - debian/rules: Set Lapack back to --with-lapack=no
 +    - debian/control: Remove "lapack3-dev | atlas3-base-dev" from Build-Depends
 +    - debian/control: Remove "lapack3-dev | atlas3-base-dev | liblapack-3.so"
 +      from Depends for r-base-dev as well
 +    - debian/rules: Turn 'make check' back on (outside of arm)
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed, 13 Oct 2004 20:12:30 -0500
 +
 +r-base (2.0.0-2) unstable; urgency=low
 +
 +  * src/main/startup.c: Removed 'static' on RestoreAction declaration
 +    as recommend by Brian Ripley in bug report follow-up (Closes: #275791)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 11 Oct 2004 09:55:11 -0500
 +
 +r-base (2.0.0-1) unstable; urgency=low
 +
 +  * New upstream release
 +  
 +  * src/library/tools/R/admin.R, src/scripts/INSTALL.in: Applied
 +    small patch by Brian Ripley to address package build issues
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Tue,  5 Oct 2004 17:53:51 -0500
 +
 +r-base (1.9.1.beta.20040929-1) experimental; urgency=low
 +
 +  * Upgraded to the R 2.0.0 beta release candidate dated 2004-09-29
 +  * Still uploading to 'experimental' to keep 1.9.1-3 in testing
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed, 29 Sep 2004 15:40:10 -0500
 +
 +r-base (1.9.1.beta.20040928-1) experimental; urgency=low
 +
 +  * Upgraded to the R 2.0.0 beta release candidate dated 2004-09-28
 +  * Still uploading to 'experimental' to keep 1.9.1-3 in testing
 +  * debian/rules: No longer install BUGS which is no longer in upstream sources
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Tue, 28 Sep 2004 22:22:52 -0500
 +
 +r-base (1.9.1.beta.20040925-1) experimental; urgency=low
 +
 +  * Upgraded to the R 2.0.0 beta release candidate dated 2004-09-25
 +  * Still uploading to 'experimental' to keep 1.9.1-3 in testing
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 25 Sep 2004 08:43:01 -0500
 +
 +r-base (1.9.1.beta.20040921-1) experimental; urgency=low
 +
 +  * Upgraded to the R 2.0.0 beta release candidate dated 2004-09-21
 +  * Still uploading to 'experimental' to keep 1.9.1-3 in testing
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Tue, 21 Sep 2004 21:00:41 -0500
 +
 +r-base (1.9.1.alpha.20040912-1) experimental; urgency=low
 +
 +  * Upgraded to the R 2.0.0 alpha release candidate dated 2004-09-12
 +  * Still uploading to 'experimental' as 1.9.1-3 is not yet in testing
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 12 Sep 2004 15:44:38 -0500
 +
 +r-base (1.9.1.alpha.20040906-1) experimental; urgency=low
 +
 +  * Upgraded to the initial R 2.0.0 alpha release candidate dated 2004-09-06 
 +
 +  * Distribution set to 'experimental' as we would like the previous release
 +    1.9.1-3 to migrate to 'testing' first; as that has happened we will make
 +    alpha and/or beta releases of 2.0.0 to 'unstable' prior to the formal 
 +    release  
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon,  6 Sep 2004 22:00:56 -0500
 +
 +r-base (1.9.1-3) unstable; urgency=low
 +
 +  * debian/control: Expanded Depends for r-base-dev to include virtual
 +    packages libblas-3.so and liblapack-3.so as final alternatives.
 +  * debian/copyright: Author list updated as suggested by Kurt Hornik
 +  * src/modules/gnome/system.c: Change 'R_Interactive = 1' instead of the 
 +    isatty() call, as suggested by Brian D. Ripley (Closes: #269107)
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Tue, 31 Aug 2004 21:49:39 -0500
 +
 +r-base (1.9.1-2) unstable; urgency=low
 +
 +  * debian/r-base-core.postinst: Papersize code conditional on paperconf
 +  * debian/control: Added Suggests for libpaper-utils
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Tue, 22 Jun 2004 06:33:26 -0500
 +
 +r-base (1.9.1-1) unstable; urgency=low
 +
 +  * Upgraded to version 1.9.1 released today
 +
 +  * debian/rules: Configure with R_PAPERSIZE='letter' 
 +  * debian/r-base-core.postinst: Re-wrote papersize setting code
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 21 Jun 2004 09:31:02 -0500
 +
 +r-base (1.9.0.beta.20040614-1) unstable; urgency=low
 +
 +  * Upgraded to the initial 1.9.1 beta release candidate of 2004-06-14
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 14 Jun 2004 15:02:14 -0500
 +
 +r-base (1.9.0.alpha.20040607-1) unstable; urgency=low
 +
 +  * Upgraded to the initial 1.9.1 alpha release candidate of 2004-06-07
 +
 +  * Contains upstream fix for version number in search entry of CRAN
 +    packages, with thanks to Kurt Hornik (Closes: #248430)
 +  
 +  * debian/Renviron-R_PAPERSIZE.patch: New patch to set R_PAPERSIZE in 
 +    /etc/R/Renviron by respecting both a prior setting and the value
 +    in /etc/papersize, with thanks to Matej Cepl  (Closes: #245525)
 +
 +  * debian/control: Remove unversioned g++ from Build-Depends [ lintian ]
 +  * debian/control: r-mathlib, r-recommended get versioned Depends
 +    on r-base-core as doc directories are symlinked [ lintian ]
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Tue,  8 Jun 2004 07:00:41 -0500
 +
 +r-base (1.9.0-1) unstable; urgency=low
 +
 +  * Upgraded to version 1.9.0 released today
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 12 Apr 2004 07:30:12 -0500
 +
 +r-base (1.8.1.cvs.20040410-1) unstable; urgency=low
 +
 +  * Upgraded to beta release candidate 2004-04-10 of R 1.9.0
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 11 Apr 2004 22:27:32 -0500
 +
 +r-base (1.8.1.cvs.20040331-1) unstable; urgency=low
 +
 +  * Upgraded to beta release candidate 2004-03-31 of R 1.9.0
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu,  1 Apr 2004 14:50:52 -0600
 +
 +r-base (1.8.1.cvs.20040321-1) unstable; urgency=low
 +
 +  * Upgraded to beta release candidate 2004-03-21 of R 1.9.0
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 21 Mar 2004 18:35:03 -0600
 +
 +r-base (1.8.1.cvs.20040314-1) unstable; urgency=low
 +
 +  * Upgraded to release candidate 2004-03-14 of R 1.9.0
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 14 Mar 2004 17:37:03 -0600
 +
 +r-base (1.8.1.cvs.20040307-1) unstable; urgency=low
 +
 +  * Upgraded to release candidate 2004-03-07 of R 1.9.0
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun,  7 Mar 2004 08:29:00 -0600
 +
 +r-base (1.8.1.cvs.20040229-2) unstable; urgency=low
 +
 +  * debian/control: Declare Replaces: r-recommended as well for r-base-html
 +    and r-base-latex as they contain parts of 'grid' which used to be in
 +    r-recommended, but is now in r-base-core and these two (Closes: #235891)
 +  
 +  * debian/rules: Do not ship usr/share/info/dir(.old) (Closes: #235713)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Tue,  2 Mar 2004 20:33:18 -0600
 +
 +r-base (1.8.1.cvs.20040229-1) unstable; urgency=low
 +
 +  * Upgraded to release candidate 2004-02-29 of R 1.9.0
 +  
 +  * debian/rules changes to configure call
 +     --without-r-recommended (as r-recommended is now a meta-package)
 +     --with-bzlib to override default of no
 +     --with-pcre to override default of no
 +     --with-zlib to override default of no
 +     R_BROWSER=sensible-browser to not depend on mozilla
 +
 +  * debian/control: r-base-core Replace r-recommended (<= 1.8.1-1) as 
 +    the grid package moved 
 +  
 +  * debian/control: r-recommended is now a metapackage that depends on the
 +    individual packages which are now part of the Debian distribution; 
 +    and added appropriate Depends for all of them
 +  * debian/rules: Hence 'configure [...] --without-recommended-packages	[...]'
 +  * debian/control: Added Conflicts: r-recommended (<< 1.9.0) to r-base-core
 +  
 +  * debian/rules: In make-arch target, now call "make docs" with 
 +    R_CMD_BUILD_HELP_OPTS="--txt --example" to build only the documentation 
 +    needed for binary-arch targets (thanks to Kurt Hornik for enabling this)
 +  
 +  * debian/rules: configure with PAGER=/usr/bin/pager as all the good
 +    reasons pointed out in #230524 regarding octave2.1 apply to R too
 +  
 +  * debian/control: Depends for r-base-dev changed from the imperfect 
 +    "g77 | f2c" to to "g77 | m68k, f2c | not+m68k, type-handling" with 
 +    thanks to Wouter Verhelst
 +  
 +  * debian/control: Changed Build-Depends from 'blas-dev (>=1.0-9),lapack-dev'
 +     to 'refblas3-dev | atlas3-base-dev, lapack3-dev | atlas3-base-dev'
 +  * debian/control: Dito for Depends: for r-base-dev 
 +  * debian/rules: Set configure arguments for refblas3/atlas3 and 
 +    lapack3/atlas3, respectively, instead of blas/atlas v2.
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 29 Feb 2004 16:55:55 -0600
 +
 +r-base (1.8.1-2) unstable; urgency=low
 +
 +  * debian/control: Added to Build-Depends
 +     libpaper-utils for paperconf
 +     libjpeg62-dev for jpeg (thanks to Kurt Hornik for the suggestion)
 +     libprce3-dev for pcre
 +     linpng12-dev for png
 +     zlib1g-dev for zlib
 +    
 +  * debian/control: Added to Depends for r-base-dev
 +     libjpeg62-dev, libpcre3-dev  (thanks to Kurt Hornik for the suggestion)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 19 Jan 2004 10:45:47 -0600
 +  
 +r-base (1.8.1-1) unstable; urgency=low
 +
 +  * Upgraded to version 1.8.1 released today
 +  
 +  * debian/control: Move r-base-html and r-base-latex from the Depends: for
 +    r-base to Recommends: as one cannot depend on packages of lower priority
 +  * debian/rules: Use --without-blas on arm
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri, 21 Nov 2003 10:09:48 -0600
 +
 +r-base (1.8.0.cvs.20031114-1) unstable; urgency=low
 +
 +  * Upgraded to the initial 1.8.1 beta release of 2003-11-14
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri, 14 Nov 2003 19:13:43 -0600
 +
 +r-base (1.8.0.cvs.20031107-1) unstable; urgency=low
 +
 +  * Upgraded to the initial 1.8.1 alpha release of 2003-11-07
 +  * debian/rules: Configure with R_PRINTCMD=/usr/bin/lpr (Closes: #219419)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri,  7 Nov 2003 19:56:48 -0600
 +
 +r-base (1.8.0.cvs.20031101-1) unstable; urgency=low
 +
 +  * Upgraded to 1.8.0 patched aka pre-1.8.1 as of 2003-11-01
 +  * Also upgraded R-recommended via rsync
 +  * debian/rules: make docs has to be called when binary-arch is built 
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat,  1 Nov 2003 18:58:09 -0600
 +
 +r-base (1.8.0.cvs.20031024-1) unstable; urgency=low
 +
 +  * Upgraded to 1.8.0 patched as of 2003-10-24
 +  * Also upgraded R-recommended via rsync
 +  * To avoid possible upgrade conflicts with pre-releases of 1.8.1, we 
 +    use previously used ".cvs.YYYYMMDD" naming convention for the package
 +  * debian/rules: 'make {docs,help,html}' are now called in binary-indep
 +    which was not possible with earlier versions of R; however as make
 +    recommended implies make doc, we manually descend into its top dir.
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 23 Oct 2003 15:21:35 -0500
 +
 +r-base (1.8.0-2) unstable; urgency=low
 +
 +  * With a big thanks to Camm Maguire for investigating this problem,
 +    we are reverting back to the previously used setup of defaulting to 
 +    Blas while automagically switching to Atlas where installed:
 +    - debian/rules: Patch R.sh.in to disable use of R_LD_LIBRARY_PATH (beyond
 +      the required $R_HOME/nbin) which conflicts with Debian's transparent 
 +      switch of Atlas for Blas (as /usr/lib/libblas would be found instead)
 +    - debian/rules: Configure again with --with-blas=blas
 +    - debian/control: Hence remove Depends: on atlas2-base-dev | atlas2-dev
 +    - debian/shlibs.local: Remove, no longer needed
 +    - debian/rules: No longer need to postprocess Depends
 +    - debian/rules: Other small cleanups
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 16 Oct 2003 20:13:32 -0500
 +
 +r-base (1.8.0-1) unstable; urgency=low
 +
 +  * Upgraded to version 1.8.0 released today
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed,  8 Oct 2003 10:10:41 -0500
 +
 +r-base (1.7.1.cvs.20031004-1) unstable; urgency=low
 +
 +  * Upgraded to release candidate 1.8.0beta_2003-10-04 of R 1.8.0
 +  * debian/control: Change Depends: to atlas2-base-dev | atlas2-dev 
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat,  4 Oct 2003 07:39:13 -0500
 +
 +r-base (1.7.1.cvs.20030927-1) unstable; urgency=low
 +
 +  * Upgraded to release candidate 1.8.0beta_2003-09-27 of R 1.8.0
 +  * debian/control: Add Depends: on atlas2-dev for r-base-dev
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 27 Sep 2003 15:58:45 -0500
 +
 +r-base (1.7.1.cvs.20030920-1) unstable; urgency=low
 +
 +  * Upgraded to release candidate 1.8.0alpha_2003-09-20 of R 1.8.0
 +  * debian/{r-base-core,r-gnome}.menu: Small beautifications
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 20 Sep 2003 08:02:54 -0500
 +
 +r-base (1.7.1.cvs.20030913-1) unstable; urgency=low
 +
 +  * Upgraded to release candidate 1.8.0alpha_2003-09-13 of R 1.8.0
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 13 Sep 2003 09:59:45 -0500
 +
 +r-base (1.7.1.cvs.20030906-1) unstable; urgency=low
 +
 +  * Upgraded to release candidate 2003-09-06 of R 1.8.0
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat,  6 Sep 2003 15:21:02 -0500
 +
 +r-base (1.7.1.cvs.20030830-1) unstable; urgency=low
 +
 +  * Upgraded to release candidate 2003-08-30 of R 1.8.0
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 30 Aug 2003 09:56:10 -0500
 +
 +r-base (1.7.1.cvs.20030822-1) unstable; urgency=low
 +
 +  * Upgraded to release candidate 2003-08-22 of R 1.8.0
 +  * debian/control: Standards-Version increased to 3.6.1.0
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri, 22 Aug 2003 20:25:52 -0500
 +
 +r-base (1.7.1.cvs.20030814-1) unstable; urgency=low
 +
 +  * Upgraded to release candidate 2003-08-14 of R 1.7.2 (or 1.8.0)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 14 Aug 2003 20:39:05 -0500
 +
 +r-base (1.7.1.cvs.20030808-1) unstable; urgency=low
 +
 +  * Upgraded to release candidate 2003-08-08 of R 1.7.2 (or 1.8.0)
 +  * Upstream release candidate sources do not contain the source for the
 +    r-recommended package so tools/rsync-recommended was used to obtain
 +    these and a new, Debian-only, orig.tar.gz of both was created
 +  * debian/control: r-base-dev now has a versioned Depends on r-base-core
 +    which requires equal version numbers between the two (Closes: #199295)
 +  * debian/control: Upgraded Standards-Version to 3.6.0
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri,  8 Aug 2003 20:08:49 -0500
 +
 +r-base (1.7.1-1) unstable; urgency=low
 +
 +  * New upstream version 1.7.1 released today
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 16 Jun 2003 19:36:45 -0500
 +
 +r-base (1.7.0.cvs.20030607-1) unstable; urgency=low
 +
 +  * Upgraded to initial release candidate (dated 2003-06-07) of R 1.7.1
 +  * debian/{control,rules}: Switch back to default compiler version as 3.3 
 +    is in unstable and testing; m68k still needs f2c for Fortan code
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat,  7 Jun 2003 12:23:59 -0500
 +
 +r-base (1.7.0.cvs.20030602-1) unstable; urgency=low
 +
 +  * Upgraded to initial release candidate (dated 2003-06-02) of R 1.7.1
 +  * debian/{rules,control}: Try f2c on m68k as a last resort
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon,  2 Jun 2003 21:31:42 -0500
 +
 +r-base (1.7.0.cvs.20030526-1) unstable; urgency=low
 +
 +  * Upgraded to release candidate 2003-05-26 of R 1.7.1
 +  * Manually rsync'ed r-recommendeds sources as R-patched pre-release do
 +    not comprise r-recommended, also manually re-built upstream tarball
 +  * debian/control: Require gcc/g++/g77-3.2 as version 3.3 is in unstable
 +    gcc 3.2 works fine everywhere with the exception of m68k (Closes: #194175)
 +  * debian/shlibs.local: Have libatlas imply either the actual atlas2-base 
 +    or the virtual atlas2 provided by tuned libraries (Closes: #193831)
 +  * debian/control: Added 'xpdf-reader | pdf-viewer' to Build-Depends
 +  * debian/control: Upgraded Standards-Version to 3.5.10
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 26 May 2003 19:47:20 -0500
 +
 +r-base (1.7.0-3) unstable; urgency=low
 +
 +  * debian/rules: No longer configure for use of an external lapack library
 +    as some numerical infelicities have come up on shore.
 +  * debian/rules: Now call configure --with-blas=atlas for Atlas / Blas 
 +  * debian/shlibs.local: add '| blas | blas2' to 'libatlas 2 atlas2-base'
 +  * debian/control: r-gnome Recommends: r-cran-gtkdevice (Closes: #190735)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 28 Apr 2003 20:56:54 -0500
 +
 +r-base (1.7.0-2) unstable; urgency=low
 +
 +  * debian/control: r-recommended Description updates w.r.t. MASS edition
 +  * debian/rules: Remove Depends of r-recommended on atlas2-base as it is 
 +    neither 'virtual' nor required as r-recommnded itself depends on 
 +    r-base-core so that we get its Depends on atlas2-base | blas2 | blas
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 20 Apr 2003 20:18:56 -0500
 +
 +r-base (1.7.0-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Wed, 16 Apr 2003 10:43:57 -0500
 +
 +r-base (1.6.2.cvs.20030413-1) unstable; urgency=low
 +
 +  * Upgraded to release candidate dated 2003-04-13 of R 1.7.0
 +  * debian/control: Section set to gnome for r-gnome
 +  * debian/r-recommended.preinst: rm doc dir (Closes: #188995)
 + 
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 14 Apr 2003 20:35:32 -0500
 +
 +r-base (1.6.2.cvs.20030409-1) unstable; urgency=low
 +
 +  * Upgraded to release candidate dated 2003-04-09 of R 1.7.0
 +  * debian/rules: Hack result of dh_shlibdeps with Perl to remove the
 +    double atlas2 entry caused by the virtual depends on blas and lapack
 +  * debian/rules: Small improvement to R_LIBS patch to conform with
 +    standard of respecting prior settings, if any, of the variable
 +  * debian/control: Upgraded Standards-Version to 3.5.9
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed,  9 Apr 2003 23:09:00 -0500
 +
 +r-base (1.6.2.cvs.20030405-1) unstable; urgency=low
 +
 +  * Upgraded to release candidate dated 2003-04-05 of R 1.7.0
 +  * debian/rules: Configure with --with-blas, not --with-blas=blas
 +  * debian/r-base-core.prerm: s/treu/true/
 +  * debian/rules: Link $R_HOME/doc into /usr/share/doc/r-base-core, rather
 +    than its subdirectories doc and manual as e.g. manual link could be
 +    dangling if r-doc-pdf is not installed (Closes: #187573)
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Sat,  5 Apr 2003 08:35:37 -0600
 +
 +r-base (1.6.2.cvs.20030403-1) unstable; urgency=low
 +
 +  * Upgraded to release candidate dated 2003-04-03 of R 1.7.0
 +  * debian/rules: Add R_LIBS setting to /etc/R/Renviron such that 
 +    user-installed packages will be in /usr/local/lib/R/site-library,
 +    Debian packages will install into /usr/lib/R/site-library and
 +    the r-base-core and r-recommended packages will use the standard
 +    /usr/lib/R/library directory
 +  * debian/r-base-core.dirs: Add /usr/lib/R/site-library
 +  * debian/r-base-core.postinst: Add failsafe creation of directory
 +    /usr/local/lib/R/site-library as per Policy section 10.1.2
 +  * debian/r-base-core.prerm: Add failsafe creation of directory
 +    /usr/local/lib/R/site-library as per Policy section 10.1.2
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu,  3 Apr 2003 10:16:06 -0600
 +
 +r-base (1.6.2.cvs.20030331-1) unstable; urgency=low
 +
 +  * Upgraded to release candidate dated 2003-03-30 of R 1.7.0
 +  * debian/control: Added lapack-dev to Depends for r-base-dev
 +  * debian/rules: Removed rrecommended tests
 +   
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 31 Mar 2003 09:01:22 -0600
 +
 +r-base (1.6.2.cvs.20030330-1) unstable; urgency=low
 +
 +  * Upgraded to release candidate dated 2003-03-30 of R 1.7.0
 +  * Upstream sources fix the problem reported in #186857 (Closes: #186857)
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Sun, 30 Mar 2003 16:08:48 -0600
 +
 +r-base (1.6.2.cvs.20030326-1) unstable; urgency=low
 +
 +  * Upgraded to release candidate dated 2003-03-26 of R 1.7.0
 +  * debian/rules: Configure with --with-lapack
 +  * debian/control: Build-Depends on lapack-dev
 +  * debian/rules: Explicitly use gcc/g77/g++-3.2 for builds on testing
 +  * debian/r-gnome.menu: The Needs: entry was corrected to "x11"
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed, 26 Mar 2003 09:19:07 -0600
 +
 +r-base (1.6.2-2) unstable; urgency=low
 +
 +  * Rebuilding on Debian unstable with gcc/g++/g77 as the new default
 +  * debian/control: Depends g77 (>= 3.2.2), g++ (>= 3.2.2) for r-base{,-dev}
 +  * debian/rules: Adjusted accordingly by defaulting to gcc, g++, g77
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 18 Jan 2003 20:21:21 -0600
 +
 +r-base (1.6.2-1) unstable; urgency=low
 +
 +  * New upstream version 1.6.2 released today
 +  * debian/r-base-core.lintian: Added exceptions for 
 +    image-file-in-usr-lib usr/lib/R/doc/html/{left,logo,logosm,right,up}.jpg
 +  * debian/rules: Substitute Perl path to /usr/bin/perl for 
 +    usr/lib/R/bin/{Rdconv,Rdindex,Rprof,Sd2Rd,build,check}
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri, 10 Jan 2003 20:30:26 -0600
 +
 +r-base (1.6.1.cvs.20030103-1) unstable; urgency=low
 +
 +  * Upgraded to release candidate dated 2003-01-03 of R 1.6.2
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Fri,  3 Jan 2003 09:42:18 -0600
 +
 +r-base (1.6.1.cvs.20021230-1) unstable; urgency=low
 +
 +  * Upgraded to release candidate dated 2002-12-30 of R 1.6.2
 +  * Added Douglas Bates as an Uploader following email discussion with Dirk
 +  
 + -- Douglas Bates <bates at stat.wisc.edu>  Mon, 30 Dec 2002 20:43:24 -0600
 +
 +r-base (1.6.1-3) unstable; urgency=low
 +
 +  * debian/{control,rules}: Configure switch from f2c to g77 for m68k
 +  * debian/{control,rules}: Configure switch from tcl/tk8.3 to tcl/tk8.4
 +  * debian/control: Added libpaperg-dev to Build-Depends (Closes: #168259)
 +  * debian/r-base-control: Substitute result from paperconf call 
 +    into $R_HOME/etc/Renviron, not /usr/bin/R 
 +  * debian/rules: Move $R_HOME/etc/* files into /etc/R/ (Closes: #170018)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 28 Nov 2002 07:49:49 -0600
 +
 +r-base (1.6.1-2) unstable; urgency=low
 +
 +  * Rebuilt with support for bzip2 (compression) and pcre (reg.expressions)
 +  * debian/control: Added libbz2-dev and libpcre3-dev to Build-Depends
 +  * debian/rules: Set R_BROWSER to /usr/bin/mozilla in $R_HOME/etc/Renviron
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 11 Nov 2002 13:26:27 -0600
 +
 +r-base (1.6.1-1) unstable; urgency=low
 +
 +  * Upgraded to R version 1.6.1 released today
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri,  1 Nov 2002 16:56:50 -0600
 +
 +r-base (1.6.0.rel.20021024-1) unstable; urgency=low
 +
 +  * Upgraded to release candidate dated 2002-10-24 of R 1.6.1
 +  * debian/control: Set section for r-base-dev to devel
 +  * debian/r-doc-info.prerm: Add upgrade target
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 24 Oct 2002 21:01:49 -0500
 +
 +r-base (1.6.0.rel.20021017-1) unstable; urgency=low
 +
 +  * Upgraded to first release candidate (dated 2002-10-17) of R 1.6.1
 +  * Since 1.6.0, the R Core upstream stream now bundles the sources 
 +    of the r-recommended package directly in the r-base sources -- thus 
 +    the source package r-recommended will be replaced by a binary 
 +    package derived from these sources
 +  * debian/control: Added new package r-recommended
 +  * debian/r-recommended.{files,links}: Defined accordingly
 +  * debian/copyright: Include the copyright file from r-recommended
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 17 Oct 2002 20:53:49 -0500
 +
 +r-base (1.6.0.rel-1) unstable; urgency=low
 +
 +  * Upgraded to new upstream release 1.6.0 [ which we need to rename
 +    1.6.0.rel so that is sorts higher than 1.6.0.rc.20020927 ]
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Tue,  1 Oct 2002 21:18:52 -0500
 +
 +r-base (1.6.0.rc.20020927-1) unstable; urgency=low
 +
 +  * Upgraded to new release candidate of R 1.6.0
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 26 Sep 2002 20:49:34 -0500
 +
 +r-base (1.6.0.rc.20020917-1) unstable; urgency=low
 +
 +  * Upgraded to new release candidate of R 1.6.0
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 16 Sep 2002 20:41:58 -0500
 +
 +r-base (1.6.0.rc.20020910-1) unstable; urgency=low
 +
 +  * First release candidate of R 1.6.0 which is scheduled to be released on
 +    October 1, 2002 -- this release corresponds to the first feature freeze
 +  * debian/control: More Suggests: of the r-doc-* packages
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon,  9 Sep 2002 20:53:41 -0500
 +
 +r-base (1.5.1-0woody1) woody-proposed-updates; urgency=low
 +
 +  * Backport for woody built against atlas with corrected virtual Depends 
 +    on blas/atlas to prevent bugs like #150253 and #152284 in woody
 +  * debian/rules: Use "-O0 -g0" on arm and m68k to shorten compile time
 +  * debian/control: Added lib{ncurses5,readline4}-dev to r-base-dev Depends 
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 15 Jul 2002 21:19:51 -0500
 +
 +r-base (1.5.1-1) unstable; urgency=low
 +
 +  * Upgraded to new upstream release 1.5.1
 +  * debian/rules: Also create link from libRmath.so to libRmath.so.1
 +  * debian/rules: Include test.c example in r-mathlib (Closes: #149723)
 +  * debian/README.mathlib: Added, includes src/nmath/standalone/README
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 17 Jun 2002 19:24:59 -0500
 +
 +r-base (1.5.0-3) unstable; urgency=low
 +
 +  * debian/r-doc-html.links: Link into /usr/lib/R/doc/manual (Closes: #148628)
 +  * debian/r-doc-pdf.links: Idem
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat,  8 Jun 2002 11:52:14 -0500
 +
 +r-base (1.5.0-2) unstable; urgency=low
 +
 +  * debian/rules: Remove usr/share/info/dir{,.old} (Closes: #148054)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 27 May 2002 15:31:22 -0500
 +
 +r-base (1.5.0-1) unstable; urgency=low
 +
 +  * Upgraded to new upstream release 1.5.0
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon, 29 Apr 2002 18:23:59 -0500
 +
 +r-base (1.4.1.cvs20020421-1) unstable; urgency=low
 +
 +  * Upgraded to new release candidate 2002-04-21 of R 1.5.0
 +  * debian/control: Added virtual fortran77-compiler, c-compiler to the
 +    list of alternative compilers that r-base-dev Depends: on
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 21 Apr 2002 19:01:57 -0500
 +
 +r-base (1.4.1.cvs20020414-1) unstable; urgency=low
 +
 +  * Upgraded to new release candidate 2002-04-14 of R 1.5.0
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 13 Apr 2002 20:48:59 -0500
 +
 +r-base (1.4.1.cvs20020407-1) unstable; urgency=low
 +
 +  * Upgraded to new release candidate 2002-04-07 of R 1.5.0
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun,  7 Apr 2002 07:59:43 -0500
 +
 +r-base (1.4.1.cvs20020331-1) unstable; urgency=low
 +
 +  * Upgraded to new release candidate 2002-03-23 of R 1.5.0
 +
 +  * debian/control: Build-Depends on texinfo (>= 4.1-2) to ensure that 
 +    we will not be bitten by the epsf.tex bug 
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 31 Mar 2002 08:55:08 -0600
 +
 +r-base (1.4.1.cvs20020323-1) unstable; urgency=low
 +
 +  * Upgraded to new release candidate 2002-03-23 of R 1.5.0
 +
 +  * debian/control: New packages r-base-core, r-base-html, r-base-latex 
 +    and r-doc-info have been split from the old r-base package which now 
 +    Depends: on these, but can also be removed -- this adds some extra
 +    flexibility and can save over eight megabytes of installed files.
 +  * debian/control: Replaces: r-base (<= 1.4.1-1) for the new packages
 +
 +  * debian/rules: Fortan compiler selection adapted to new upstream configure
 +  * debian/control: r-base Suggests: r-base-dev instead of gcc
 +  * debian/copyright: Updated and included current COPYRIGHTS file ...
 +  * debian/rules: ... and therefore do not install COPYRIGHTS separately
 +  * debian/control: Added Build-Depends on texi2html (split from tetex-bin)
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Sat, 23 Mar 2002 11:17:48 -0600
 +
 +r-base (1.4.1-1) unstable; urgency=low
 +
 +  * Upgraded to new upstream release 1.4.1
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed, 30 Jan 2002 18:50:34 -0600
 +
 +r-base (1.4.0.cvs20020124-1) unstable; urgency=low
 +
 +  * Upgraded to the R-patched_2002-01-24 release candidate for 1.4.1
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 24 Jan 2002 19:38:34 -0600
 +
 +r-base (1.4.0-1) unstable; urgency=low
 +
 +  * Upgraded to new upstream release 1.4.0
 +  * debian/control: Add lib{zvt,gtkxmhtml}-dev to Build-Depends [thanks, Doug]
 +  * debian/control: Fixed hppa Build-Depends [thanks, Matthew Wilcox]
 +  * debian/rules: Minor cleanup regarding configuration options
 +  * debian/control: Changed Priority: from extra to optional
 +  * debian/control: Corrected r-doc-html Description [thanks, Doug Bates]
 +  * debian/control: Spelling corrections (Closes: #125300)
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Wed, 19 Dec 2001 18:47:46 -0600
 +
 +r-base (1.3.1-6) unstable; urgency=low
 +
 +  * debian/rules: Also apply s/-lg2c/-lg2c-pic/ on etc/Makeconf
 +  * debian/control: Revert to Arch: all for doc packages, no Depends r-base
 +  * debian/control: r-base-dev Depends remodelled on r-base Build-Depends
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Mon,  3 Dec 2001 21:58:40 -0600
 +
 +r-base (1.3.1-5) unstable; urgency=low
 +
 +  * debian/rules: Unset CPPFLAGS, LIBS before calling configure to not
 +    leave traces of /usr/local. Thanks, Kurt Hornik (Closes: #71917)
 +  * debian/rules: More s/-lg2c/-lg2c-pic/ substitution in src/library/
 +  * debian/control: Added new package r-mathlib (Closes: #119701)
 +  * debian/control: Added new package r-doc-html (R manuals in html format)
 +  * debian/rules: Added suitable rules for r-mathlib and r-doc-html
 +  * debian/rules: Rewritten/cleaned for DH_COMPAT=3
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri, 16 Nov 2001 20:43:24 -0600
 +
 +r-base (1.3.1-4) unstable; urgency=low
 +
 +  * debian/control: Corrected maintainer email
 +  * debian/rules: Do not run 'make check' on arm as it stumbles over the
 +    Bessel example; this known misfeature has long been reported upstream
 +  * debian/README.Atlas: Updated to reflect autoMAGIC loading of Atlas lib
 +    with ldconfig from libc6_2.2.4-5 or later -- thanks, Ben Collins!
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Sun, 11 Nov 2001 11:19:10 -0600
 +
 +r-base (1.3.1-3) unstable; urgency=low
 +
 +  * New maintainer
 +  * debian/rules: Substitute -lg2c-pic for -lg2c in Makeconf [Thanks, Jeff!]
 +  * debian/control: Following advice from the Release Manager, let r-doc-pdf
 +    and r-base-dev be Arch: any as they Depends: on r-base itself 
 +  * debian/rules: configure with tkConfig.sh,tclConfig.sh for 8.3 support
 +  * debian/control: Build-Depends on tcl8.3-dev and tk8.3-dev
 +  * debian/rules: Let ia64 use gcc-3.0, g77-3.0, g++-3.0
 +  * debian/control: Build-Depends adjusted accordingly
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri,  9 Nov 2001 20:17:43 -0600
 +
 +r-base (1.3.1-2) unstable; urgency=low
 +
 +  * Non-maintainer upload, coordinated with the maintainer
 +  * Fixed local teTeX issue so that pdf manuals are built (Closes: #112184)
 +  * debian/*.links: link r-doc-pdf, r-gnome, r-base-dev doc dir to r-base
 +  * debian/*.preinst: rm doc dir for r-doc-pdf, r-gnome, r-base-dev 
 +  * debian/control: r-base-dev and r-doc-pdf now depend on r-base
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri, 14 Sep 2001 21:53:24 -0500
 +
 +r-base (1.3.1-1) unstable; urgency=low
 +
 +  * Non-maintainer upload, coordinated with the maintainer
 +  * Upgraded to new upstream release 1.3.1
 +  * src/scripts/R.sh.in: Modified to detect libs from /etc/ld.so.conf so
 +    that Atlas is now used automatically when installed, providing very
 +    significant performance gains. Thanks for Kurt Hornik for the sed magic. 
 +  * debian/control: Build-Depends for f2c on m68k, g77 everywhere else
 +  * debian/rules: Use f2c on m68k, g77 everywhere else
 +  * debian/rules: Compile with -O on m68k, -O2 everywhere else. Thanks 
 +    to Christian Steigies for countless m68k tests and compilations 
 +  * debian/r-base.lintian: Added Lintian excpeptions clauses:
 +    -- for files not under md5sum creation as their content changes
 +    -- for spurious 'extra license' on license() command documentation
 +  * debian/rules: Also remove redundant /usr/lib/R/COPYING.LIB, but add
 +    soft links for both GPL (to COPYING) and LGPL (to COPYING.LIB)
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Tue,  4 Sep 2001 22:28:49 -0500
 +
 +r-base (1.3.0-4) unstable; urgency=low
 +
 +  * Non-maintainer brown-bag release
 +  * debian/control: Revert back to tcl and tk version 8.0
 +  * debian/rules: Split off distinct configure and make targets
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Fri, 24 Aug 2001 09:30:17 -0500
 +
 +r-base (1.3.0-3) unstable; urgency=low
 +
 +  * Non-maintainer upload, coordinated with the maintainer
 +  * debian/rules: Default to --with-blas=blas (available on 9 architectures), 
 +    Atlas can dynamically override this where available (Closes: #105366)
 +  * debian/control: Changed atlas reference to blas for Build-Depends,
 +    requires versioned Build-Depends on blas-dev (>= 1.0-9) 
 +  * debian/rules: Added link for manual below r-base/doc (Closes: #106315)
 +  * debian/control: Upgraded Build-Depends: on tk and tcl to versions 8.3
 +  * debian/control: Upgraded Standards-Version: to 3.5.0
 +  * debian/control: Added r-recommended to Suggests:
 +  * debian/rules: Remove modules/*.so on clean
 +  * debian/README.Atlas: Added simple README file on Atlas
 +  * doc/manual/Makefile.in: Added --no-split to makeinfo --html calls
 +  * config.site: gcc-3.0 removed in -2 (Closes: #109030)
 +  * debian/control: Make was added to Depends in -2 (Closes: #102831)
 +
 + -- Dirk Eddelbuettel <edd at debian.org>  Tue, 21 Aug 2001 22:33:00 -0500
 +
 +r-base (1.3.0-2) unstable; urgency=low
 +
 +  * Changed compiler back to gcc from gcc-3.0
 +  * Added dependency of r-base-dev on make (Closes: #102831)
 +  * Removed dependency of r-base-dev on wget|lynx
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Fri,  6 Jul 2001 17:33:20 -0500
 +
 +r-base (1.3.0-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Changed build-depends on groff to groff-base
 +  * Changed build of r-gnome package for R's new module architecture
 +  * Added Dirk E.'s changes to rules and control so atlas is used only on
 +    selected architectures.
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Fri, 29 Jun 2001 09:29:47 -0500
 +
 +r-base (1.2.3-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Sun, 20 May 2001 20:51:58 -0500
 +
 +r-base (1.2.2-2) unstable; urgency=low
 +
 +  * Corrected format of Closes line (see 1.2.2-1). (Closes: #83876)
 +  * Added more build-depends entries.  (Closes: #89267)
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Sun, 11 Mar 2001 10:26:36 -0600
 +
 +r-base (1.2.2-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Added build-depends entries. (Closes #83876)
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Tue, 27 Feb 2001 12:50:13 -0600
 +
 +r-base (1.2.1-1) unstable; urgency=low
 +
 +  * New upstream release.
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Mon, 15 Jan 2001 07:01:21 -0600
 +
 +r-base (1.2.0-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Added the r-base-dev package to create the correct dependencies for
 +    installing R packages from CRAN (Comprehensive R Archive Network)
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Fri, 15 Dec 2000 07:20:51 -0600
 +    
 +r-base (1.1.0-1) unstable; urgency=low
 +
 +  * New upstream release.
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Sat, 17 Jun 2000 13:11:26 -0500
 +
 +r-base (1.0.1-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Includes fix for problem with xaxt and yaxt (Closes #61984)
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Sun, 16 Apr 2000 13:50:06 -0500
 +
 +r-base (1.0.0-2) unstable; urgency=low
 +
 +  * The pdf documentation is now in a new package r-doc-pdf
 +  * A GNOME-enabled version is available in a new package r-gnome (Closes #44503)
 +  * debian/{rules,control}: Modified accordingly
 +  * Thanks to Dirk Eddelbuettel who did most of the work for this.
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Thu, 16 Mar 2000 16:28:07 -0600
 +
 +r-base (1.0.0-1) unstable; urgency=low
 +
 +  * New upstream version
 +  * Fixed names of info files, readline support (Closes: #57774)
 +  * Added pdf files to doc directory (Closes: #20227)
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Thu,  9 Mar 2000 16:28:29 -0600
 +
 +r-base (0.99.0-2) unstable; urgency=low
 +
 +  * Small but important bug fixes in upstream sources
 +  * Removed dependence on atlas2 - using blas1 instead
 +  * Recompiled to use the readline library
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Sun, 13 Feb 2000 14:23:25 -0600
 +
 +r-base (0.99.0-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Added creation and installation of info documentation
 +  * Created the PDF documentation and added it to the doc directory
 +  * Added dependence on the atlas2 package and used the atlas blas
 +  * Added /usr/bin/X11 to the path before configuring so imake is found
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Mon,  7 Feb 2000 10:36:44 -0600
 +
 +r-base (0.90.1-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Tue, 14 Dec 1999 10:51:10 -0600
 +
 +r-base (0.90.0-2) unstable; urgency=low
 +
 +  * added Conflicts: r-cran in control (Closes: #51673)
 +  * Reinstated -Xfoo flags in call to dh_md5sums for Bug#35744
 +  * Set up --mandir so package builds with -rfakeroot (Closes: #51901)
 +  * Undid Dirk's marking of Rd2txt.1 Rdindex.1 Sd2Rd.1 as undocumented
 +    (the manual pages are symbolic links to the Rdconv.1 page)
 +  
 + -- Douglas Bates <bates at stat.wisc.edu>  Sun,  5 Dec 1999 15:03:52 -0600
 +
 +r-base (0.90.0-1) unstable; urgency=low
 +
 +  * Non-maintainer upload dealing with the usr/doc to usr/share/doc
 +    transition, as well as a  few other lintian errors and warnings 
 +  * debian/postinst: added #DEBHELPER# stub
 +  * debian/rules: configure with mandir=/usr/share/man
 +  * debian/rules: remove extra licenses 
 +  * debian/rules: also install docs BUGS PLATFORMS VERSION Y2K
 +  * debian/rules: mark Rd2txt.1 Rdindex.1 Sd2Rd.1 as undocumented
 +  * debian/dirs: change usr/doc to usr/share/doc
 +  
 + -- Dirk Eddelbuettel <edd at debian.org>  Thu, 25 Nov 1999 20:46:56 -0500
 +
 +r-base (0.90.0-0) unstable; urgency=low
 +
 +  * new upstream release
 +  * Added a "suggests" entry in control for the ess package
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Thu, 25 Nov 1999 13:08:19 -0600
 +
 +r-base (0.65.1-2) unstable; urgency=low
 +
 +  * Changed from use of zip/unzip to minizip/miniunzip (Bug#48742)
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Sat, 30 Oct 1999 15:04:42 -0500
 +
 +r-base (0.65.1-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Fri, 8 Oct 1999 10:04:55 -0500
 +
 +r-base (0.65.0-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Added dependency on unzip package
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Fri, 27 Aug 1999 09:30:14 -0500
 +
 +r-base (0.64.2-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Changed dependency from perl to perl5 as per new policy.	
 +	
 + -- Douglas Bates <bates at stat.wisc.edu>  Thu,  1 Jul 1999 09:05:03 -0500
 +
 +r-base (0.64.1-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Change definition of RHOME in /usr/lib/R/bin/R shell script (Bug#37339)
 +  * Add links so /usr/lib/R/doc/manual .tex files can be LaTeX'd (Hubert Palme)
 +  * Re-introduced md5sum's but with files that can change removed (Bug#35744)
 +  * Removed arbitrary --vsize and --nsize flags in R script.
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Wed, 12 May 1999 11:48:22 -0500
 +    
 +r-base (0.64.0-2) unstable; urgency=low
 +
 +  * removed md5sums from control information (Bug#35744)
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Thu,  8 Apr 1999 08:48:32 -0500
 +
 +r-base (0.64.0-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Thu,  1 Apr 1999 11:03:17 -0600
 +
 +r-base (0.63.3-2) unstable; urgency=low
 +
 +  * Recompile for glibc2.1 to fix __setfpucw bug (Bug#34598)
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Wed, 17 Mar 1999 13:42:41 -0600
 +
 +r-base (0.63.3-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Thu,  4 Mar 1999 09:20:41 -0600
 +
 +r-base (0.63.2-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Fri, 15 Jan 1999 09:25:20 -0600
 +
 +r-base (0.63.1-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Linked html directory to /usr/doc/r-base/doc/html (Dirk Eddelbuettel)
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Fri,  4 Dec 1998 14:22:19 -0600
 +
 +r-base (0.63.0-2) unstable; urgency=low
 +
 +  * recompiled against libc6-dev_2.0.7u-6 for __register_frame_info fix
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Sun, 29 Nov 1998 15:39:48 -0600
 +
 +r-base (0.63.0-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Wed, 18 Nov 1998 13:33:58 -0600
 +
 +r-base (0.62.4-1) frozen unstable; urgency=low
 +
 +  * New upstream release
 +  * Fixed link to html directory in /usr/doc (Closes: Bug#26444)
 +  * Check for /usr/bin/paperconf in postinst and set default R_PAPERSIZE (Closes: #26447)
 +  * Remove src/lib directory in debian/rules clean (Closes: #28545)
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Mon,  2 Nov 1998 09:29:20 -0600
 +
 +r-base (0.62.3-0) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Wed, 19 Aug 1998 10:38:08 -0500
 +
 +r-base (0.62.2-2) unstable; urgency=low
 +
 +  * Cleaned up the build process by removing redundancies in config.site
 +    and debian/rules.
 +  * Changed C compiler to gcc instead of egcs.
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Fri, 14 Aug 1998 13:52:34 -0500
 +
 +r-base (0.62.2-1) unstable; urgency=low
 +
 +  * Re-configured to include the readline library
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Fri, 14 Aug 1998 11:38:35 -0500
 +
 +r-base (0.62.2-0) unstable; urgency=low
 +
 +  * New upstream version
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Tue, 14 Jul 1998 13:36:15 -0500
 +
 +r-base (0.62.1-2) unstable; urgency=low
 +
 +  * Corrected definition of RHOME in /usr/bin/R (bug#23621)
 +  
 +  * Changed default heap size to 8 Mb. and number of cons cells to 400000
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Wed, 17 Jun 1998 11:48:28 -0500
 +
 +r-base (0.62.1-1) unstable; urgency=low
 +
 +  * new upstream release
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Tue, 16 Jun 1998 10:03:49 -0500
 +
 +r-base (0.61.3-0) unstable; urgency=low
 +
 +  * new upstream release
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Mon,  4 May 1998 12:05:53 -0500
 +
 +r-base (0.61.2-2) frozen unstable; urgency=low
 +
 +  * recompiled against xlib6g (bug #21027)
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Mon, 13 Apr 1998 14:05:33 -0500
 +
 +r-base (0.61.2-1) frozen unstable; urgency=low
 +
 +  * Added symbolic link for /usr/lib/R/library in /usr/doc/r-base/ (bug#20190)
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Thu, 26 Mar 1998 14:01:57 -0600
 +
 +r-base (0.61.2-0) unstable; urgency=low
 +
 +  * New upstream release.
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Mon,  9 Mar 1998 15:22:31 -0600
 +
 +r-base (0.61.1-5) unstable; urgency=low
 +
 +  * Removed call to dh_du in build rules.
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Fri,  6 Mar 1998 13:47:54 -0600
 +
 +r-base (0.61.1-4) unstable; urgency=low
 +
 +  * Removed unnecessary call to dh_makeshlibs in build rules
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Mon, 16 Feb 1998 13:49:44 -0600
 +
 +r-base (0.61.1-3) unstable; urgency=low
 +
 +  * Re-compiled to add readline support.
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Sat, 17 Jan 1998 17:06:52 -0600
 +
 +r-base (0.61.1-2) unstable; urgency=low
 +
 +  * Ensured that libraries for the modules are dynamically linked.
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Wed, 14 Jan 1998 08:31:53 -0600
 +
 +r-base (0.61.1-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Mon, 12 Jan 1998 09:30:04 -0600
 +
 +r-base (0.61.0-3) unstable; urgency=low
 +
 +  * Went through all the warnings reported by -Wall to produce a patch
 +    file for the developers.
 +  * Applied Thomas Lumley's patch for problem with c() applied to ordered.
 +  * Changed debian/rules to delete the .in files for autoconf from the
 +    package
 +  
 +  * Changed priority to "optional"
 +  * Modified to use pristine original sources.
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Sun,  4 Jan 1998 14:54:04 -0600
 +
 +r-base (0.61.0-2) unstable; urgency=low
 +
 +  * Modified the format of the orig.tar.gz file
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Tue, 23 Dec 1997 12:02:09 -0600
 +
 +r-base (0.61.0-1) unstable; urgency=low
 +
 +  * Initial release
 +
 + -- Douglas Bates <bates at stat.wisc.edu>  Tue, 23 Dec 1997 10:01:21 -0600
 +  

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-base.git



More information about the debian-science-commits mailing list