https://github.com/cran/lattice
Raw File
Tip revision: dcce022d5648a62f4e1c37726fd388bba46af647 authored by Deepayan Sarkar on 20 March 2024, 06:10:02 UTC
version 0.22-6
Tip revision: dcce022
ChangeLog
commit 422afecd82ba2f74c8a89bb2a5539ba5f9af7bc2
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Sat Oct 21 23:49:27 2023 -0400

    new data.frame methods for high-level functions; make parallel() defunct

M	DESCRIPTION
M	NAMESPACE
M	NEWS.md
M	R/bwplot.R
M	R/cloud.R
M	R/densityplot.R
M	R/histogram.R
M	R/levelplot.R
M	R/parallel.R
M	R/qq.R
M	R/qqmath.R
M	R/tmd.R
M	R/xyplot.R
M	man/cloud.Rd
M	man/histogram.Rd
M	man/levelplot.Rd
M	man/qq.Rd
M	man/qqmath.Rd
M	man/tmd.Rd
M	man/xyplot.Rd
A	tests/dataframe-methods.R
M	tests/levelplot.R

commit e724f26aa43f9c015317450ad0327288e4696f61
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Sun Oct 15 10:32:04 2023 -0400

    add zoo to Enhances to skip check warning about external help refs

M	DESCRIPTION

commit 7c9d9f3bab06eb4336df6c7d154d116af836ca8b
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Sat Oct 14 23:08:49 2023 -0400

    updated examples

M	man/llines.Rd

commit f26abbfee1650e60f2c71b8f452e4b50b4abf315
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Sat Oct 14 22:55:49 2023 -0400

    add new primitive lpolypath() etc as interface to grid.path()

M	NAMESPACE
M	R/miscellaneous.R
M	man/llines.Rd

commit 2e269fd727e072d548c20c54c67b10c5e4eaa5c7
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Sat Oct 14 22:54:59 2023 -0400

    clarify how to revert to old theme (#35)

M	NEWS.md
M	man/standard.theme.Rd

commit 4dda4d184732c4e11fb8b7481a78c1df84e2abad
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Tue Oct 10 17:07:42 2023 -0400

    support for holes via grid.path() in lpolygon.default

M	DESCRIPTION
M	NEWS.md
M	R/miscellaneous.R
M	man/llines.Rd

commit 2cb437dab814d93e8fce03427f1c9a939a05a346
Merge: 148fb35 33c34f3
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Mon Oct 2 11:27:29 2023 -0400

    Merge pull request #30 from courtiol/misc_generics

    Add generics for larrows, lpolygon, lrect and lsegments (fixes #29)

commit c3ccbc72793cd490696a281f6fb994fdafe24d42
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Sat Sep 30 18:28:34 2023 -0400

    update changelog

M	ChangeLog
M	DESCRIPTION
M	inst/po/en@quot/LC_MESSAGES/R-lattice.mo
M	po/R-lattice.pot

commit e2f44f54c40204737e6e7689904801fbea5df67d
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Thu May 18 18:07:18 2023 +0530

    update version

M	DESCRIPTION

commit d3dc7116a6d9e9457e5a2b0e1c5c8c11d70cd60a
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Thu May 4 13:47:06 2023 +0530

    fix instances of partially matched argument names

M	R/panel.smoothscatter.R
M	R/xyplot.ts.R
M	man/trellis.par.get.Rd

commit b5026367e98e25be50a398d76edf3c9e05034e46
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Wed Apr 5 21:45:30 2023 +0530

    more specific className to avoid conflicts

M	DESCRIPTION
M	NAMESPACE
M	R/legend.R

commit e89a8293a479531fe1f4ab355243387bc45ca2df
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Tue Apr 4 19:41:29 2023 +0530

    wireframe examples + misc cleanup

M	DESCRIPTION
M	NAMESPACE
M	NEWS.md
M	R/settings.R
M	man/panel.cloud.Rd
M	tests/MASSch04.R
M	tests/auto-key.R
M	tests/barchart-width.R
M	tests/fontsize.R
M	tests/levelplot.R
M	tests/shade-wireframe.R
M	tests/wireframe.R

commit 7150755c4e0f433acd366edcc70fb1be01bbbfbb
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Tue Apr 4 17:20:37 2023 +0530

    specify namespace

M	R/bwplot.R

commit 653b3c9598aa07308d1f089e4ef48b4a4c18b041
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Tue Apr 4 17:06:15 2023 +0530

    translation message updates

M	inst/po/en@quot/LC_MESSAGES/R-lattice.mo
M	po/R-de.po
M	po/R-fr.po
M	po/R-it.po
M	po/R-ko.po
M	po/R-lattice.pot
M	po/R-pl.po

commit 130b7cdab1e2facfd5e1cbb93b76ef6b605af3f1
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Tue Apr 4 17:05:14 2023 +0530

    better handling of degenerate data in panel.violin (https://github.com/deepayan/lattice/issues/27)

M	R/bwplot.R

commit b9c47693d11d9f93529d1d23cf5da74e8de480f9
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Tue Apr 4 16:30:08 2023 +0530

    allow defaults of 'auto.key' and 'grid' to be set using lattice.options()

M	R/bwplot.R
M	R/cloud.R
M	R/densityplot.R
M	R/histogram.R
M	R/panel.superpose.R
M	R/parallel.R
M	R/qqmath.R
M	R/splom.R
M	R/xyplot.R
M	man/USMortality.Rd
M	man/cloud.Rd
M	man/ethanol.Rd
M	man/histogram.Rd
M	man/lattice.options.Rd
M	man/panel.densityplot.Rd
M	man/panel.dotplot.Rd
M	man/panel.functions.Rd
M	man/panel.stripplot.Rd
M	man/panel.superpose.Rd
M	man/panel.xyplot.Rd
M	man/qqmath.Rd
M	man/singer.Rd
M	man/splom.Rd
M	man/xyplot.Rd

commit e687211913d4b49c018bcc9294d93b8f81a600a6
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Tue Apr 4 16:28:52 2023 +0530

    bugfix: properly replace legend components in update.trellis() instead of trying to combine

M	R/update.trellis.R

commit 0fe353f4560582c91efe5a4e1216febebf4289b2
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Tue Apr 4 16:27:03 2023 +0530

    hard-code fill for default theme to bypass colorspace (breaks tests for a couple of revdeps)

M	R/settings.R

commit fb2a990b22a41301754b8e484da95a14c3e09f8d
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Tue Apr 4 11:33:53 2023 +0530

    include title when calculating key width in draw.key

M	NAMESPACE
M	R/legend.R

commit 5cd2d22369d4ec96f13a27794eff0ebdd2217d60
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Sat Apr 1 16:58:14 2023 +0530

    use region colors from settings in panel.smoothScatter

M	R/panel.smoothscatter.R
M	man/panel.smoothScatter.Rd
M	tests/levelplot.R

commit b403f3ef31b63bc4c93193b72a3ee7ea35859279
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Sat Apr 1 16:22:29 2023 +0530

    change default wireframe shade colors to depend on region colors

M	NAMESPACE
M	R/settings.R

commit f59e060a25bc4ce0242ec97eb2914cc81b1b03b6
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Sat Apr 1 13:08:31 2023 +0530

    updated NEWS

M	NEWS.md

commit 3cf19a8be2cbf063e7563e27859985d8f31bded0
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Sat Apr 1 13:08:17 2023 +0530

    fix typo in docs

M	man/levelplot.Rd

commit dcb5dc835607d0188bccb7fbb7ac49ce314addf6
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Sat Apr 1 11:53:29 2023 +0530

    finish doc updates for settings changes

M	R/settings.R
M	man/standard.theme.Rd
M	man/trellis.par.get.Rd

commit 5e91497ee4c1fdac79f60d53d56e11282a984948
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Fri Mar 31 16:27:05 2023 +0530

    doc updates (incomplete) for new theme settings

M	R/settings.R
A	man/standard.theme.Rd
M	man/trellis.device.Rd

commit 111a69b7e5bebddd1f8e1ba5abbcdd2763677e27
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Fri Mar 31 13:08:09 2023 +0530

    levelplot(region.type='contour') refinements

M	DESCRIPTION
M	R/levelplot.R
M	man/panel.levelplot.Rd
M	tests/levelplot.R

commit 11a93a6de80a3e2a646bd34e66051284e1e7b9bb
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Fri Mar 31 12:32:52 2023 +0530

    remove unneeded file

D	inst/COPYRIGHTS

commit 1cd2faf3c9fcf88b740550f2b84fc46c97f57bf7
Merge: 5f98e3c 7287855
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Fri Mar 31 12:31:42 2023 +0530

    Merge branch 'jolars-filled-contour'

commit 72878555527e870438b3d79a0d7233b25d94ff2a
Merge: 5f98e3c f60d57c
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Fri Mar 31 12:30:34 2023 +0530

    merge jolars:filled-contour (https://github.com/deepayan/lattice/pull/14) with some reformatting

commit 5f98e3c6da2277ed946163626f0da9b8860c55b7
Merge: 65527f4 c368aca
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Fri Mar 31 12:06:14 2023 +0530

    Merge pull request #31 from zeileis/hcl-theme

    New color defaults

commit c368acacb242e1916df7d3637fbc6b7bd067e30a
Merge: 3229981 65527f4
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Fri Mar 31 12:05:48 2023 +0530

    Merge branch 'master' into hcl-theme

commit 32299819c9ed4fae64a996e5babe38fa39d73659
Author: Achim Zeileis <Achim.Zeileis@uibk.ac.at>
Date:   Fri Mar 31 08:21:53 2023 +0200

    14 instead of 12 YlGnBu colors for region

M	R/settings.R

commit 65527f4b6d7f63da36d1fe2dd579e43a1c7206e2
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Fri Mar 31 11:50:06 2023 +0530

    barchart width bugfix

M	R/bwplot.R

commit 0220063112f978b9426ac5501812c339715b719e
Author: Achim Zeileis <Achim.Zeileis@uibk.ac.at>
Date:   Fri Mar 31 02:57:21 2023 +0200

    replace gray hex codes more intelligible named gray colors: #e8e8e8 -> gray90 / #f2f2f2 -> gray95 / #b2b2b2 -> gray70

M	R/settings.R

commit e2dfba164fbd6d9dc4772458920cf8013fb131ac
Author: Achim Zeileis <Achim.Zeileis@uibk.ac.at>
Date:   Fri Mar 31 02:08:57 2023 +0200

    use named 'gray90' for reference instead of less accessible '#e8e8e8'

M	R/settings.R

commit 998171614c4a1aff858ac774dc7077f09108cb59
Author: Achim Zeileis <Achim.Zeileis@uibk.ac.at>
Date:   Fri Mar 31 02:05:45 2023 +0200

    Symbol colors are still Okabe-Ito ordered slightly differently,
    less exact match to old palette but hopefully somewhat more contrast
    within palette.
    
    Fill colors are set to NULL which defaults to using symbol colors
    lightened with factor 0.4 (in HCL space).

M	R/settings.R

commit 7f3e0566222870e60f06e48f1e4f907edf810d5d
Author: Achim Zeileis <Achim.Zeileis@uibk.ac.at>
Date:   Fri Mar 31 01:05:18 2023 +0200

    Import required functionality from grDevices (e.g., palette.colors)
    from grDevices and hence make sure that at least R 4.0.0 is used.
    
    Extend internal lower.saturation() function by space = "RGB" vs.
    "HCL" argument. For HCL ideally colorspace::lighten() is used in
    case colorspace is available (hence now in DESCRIPTION/Suggests).
    In case colorspace is not available, for space = "HCL" an approximation
    is used via grDevices::convertColor(..., to = "Luv") which only lowers
    the "L" (luminance) coordinate but does not make sure that "C" (chroma)
    is reduced to the maximum possible.

M	DESCRIPTION
M	NAMESPACE
M	R/settings.R

commit f934cfe6e3d5ffb32a3d6a3624224816ebee1b17
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Thu Mar 30 16:26:28 2023 +0530

    smarter auto.key in update.trellis

M	R/bwplot.R
M	R/update.trellis.R
M	tests/auto-key.R

commit 169c8fd516b5fce910157dec557fc8ac56eb58e1
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Thu Mar 30 14:48:19 2023 +0530

    auto.key and wireframe shade=TRUE tests

A	tests/auto-key.R
A	tests/shade-wireframe.R
M	tests/wireframe.R

commit 2088637fc9fce5455bc626b4edbc75812b6feba5
Author: Achim Zeileis <Achim.Zeileis@uibk.ac.at>
Date:   Wed Mar 29 13:05:28 2023 +0200

    use hcl.colors - defaulting to viridis - instead of old-style RGB topo.colors/terrain.colors/rainbow

M	man/level.colors.Rd
M	man/levelplot.Rd
M	man/panel.levelplot.Rd
M	man/panel.pairs.Rd

commit efce0dec9e022485347fabb6b8181e5bc0c19d1d
Author: Achim Zeileis <Achim.Zeileis@uibk.ac.at>
Date:   Wed Mar 29 13:04:14 2023 +0200

    use palette.colors() rather than hcl.colors() for qualitative palette; avoid deutan() emulation in region colors

M	R/settings.R

commit e57b70b07869a6bd7b97bc978b621074e2427e88
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Wed Mar 29 13:23:06 2023 +0530

    refactor auto.key handling, smarter defaults for splom(), better default placement

M	R/bwplot.R
M	R/cloud.R
M	R/densityplot.R
M	R/histogram.R
M	R/legend.R
M	R/parallel.R
M	R/qqmath.R
M	R/settings.R
M	R/splom.R
M	R/update.trellis.R
M	R/xyplot.R

commit 85c2e409fc447d251180d8399fdf6dc0049b9d72
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Wed Mar 29 10:47:24 2023 +0530

    updated default theme with hcl-based palette

M	NAMESPACE
M	NEWS.md
M	R/settings.R

commit 9ea4be13e392552f174849f32f29dfc42225d754
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Tue Mar 28 21:34:59 2023 +0530

    translation file updates

M	inst/po/en@quot/LC_MESSAGES/R-lattice.mo
M	po/R-de.po
M	po/R-fr.po
M	po/R-it.po
M	po/R-ko.po
M	po/R-lattice.pot
M	po/R-pl.po

commit 26893d5da7ac9c1969fac720ad4a61df87122bae
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Tue Mar 28 21:02:37 2023 +0530

    Explicit markdown formatting for NEWS

M	NEWS.md

commit 38ac50fa8e851b290e8c2e13cfa5ccb51673e306
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Tue Mar 28 20:52:35 2023 +0530

    Improve NEWS entry language

M	NEWS.md

commit d8d9d23d6f231ca7523515a83d536e50919c1f13
Merge: 9dd2a5c 1de2bb1
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Tue Mar 28 20:44:07 2023 +0530

    Merge branch 'master' of github.com:deepayan/lattice

commit 9dd2a5c2c2f5087b92e509af8831fdc020892fa7
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Tue Mar 28 20:43:00 2023 +0530

    added new 'smooth' argument in panel.xyplot() as a preferred alternative to using 'type'

M	R/xyplot.R
M	man/panel.xyplot.Rd

commit 1de2bb1537a9303c826df691504aacfe46aa34e9
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Tue Mar 28 18:08:27 2023 +0530

    better auto.key behaviour for xyplot, change default placement

M	DESCRIPTION
M	R/bwplot.R
M	R/cloud.R
M	R/densityplot.R
M	R/histogram.R
M	R/parallel.R
M	R/qqmath.R
M	R/splom.R
M	R/update.trellis.R
M	R/xyplot.R

commit 28e1b2a2aedbc9ad85d2831b1eea6927ab1b9b3f
Merge: 4e77c57 81081e7
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Tue Mar 28 16:51:12 2023 +0530

    Merge branch 'master' of github.com:deepayan/lattice

commit 4e77c57d4a2ae91930312c9e907c459f0488bd7b
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Tue Mar 28 16:50:52 2023 +0530

    update NEWS and CITATION

R099	NEWS	NEWS.md
M	inst/CITATION

commit 59fe587cf2d5d2439d5c7942f640f9b7ad1455f3
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Tue Mar 28 16:07:16 2023 +0530

    update version and date

M	DESCRIPTION
M	NEWS

commit e84f0e0b993a9d93f94d8c539f5ff587c5467df8
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Tue Mar 28 15:46:07 2023 +0530

    rename private functions that looked like methods

M	R/bwplot.R
M	R/histogram.R
M	R/interaction.R
M	R/miscellaneous.R
M	R/qq.R
M	R/qqmath.R
M	R/splom.R
M	R/xyplot.R
M	man/panel.pairs.Rd

commit f2555c4a6b813e2b6556a142af3b240d10a0871f
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Tue Mar 28 14:25:57 2023 +0530

    (very) slightly better custom barchart widths

M	R/bwplot.R
A	tests/barchart-width.R

commit 81081e73ec3f5a5b8f0bf423ea1623c42964b732
Merge: 880dfb0 047b3bb
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Fri Feb 17 11:28:00 2023 +0530

    Merge pull request #28 from stefaneng/stefaneng-vector-args-violinplot.
    Add vector argument support to panel.violinplot

commit 047b3bb7873069e73c821178d89e4e0b69492b12
Author: Stefan Eng <stefaneng@mednet.ucla.edu>
Date:   Thu Feb 16 09:47:44 2023 -0800

    Better error handling

M	R/bwplot.R

commit d73258e5cb2fccdd48c60845c96c2749bbaf53f3
Author: Stefan Eng <stefaneng@mednet.ucla.edu>
Date:   Thu Feb 16 09:21:07 2023 -0800

    Allow vector arguments for each group in violinplot

M	R/bwplot.R

commit 880dfb08b145ef193318eda06deb19397d2497f6
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Tue Oct 12 20:50:41 2021 +0530

    make grid unit optimization optional (through lattice.options())

M	DESCRIPTION
M	R/layout.R
M	R/settings.R
M	man/lattice.options.Rd

commit 7a50e25c6276af10875ffe1aa742070222e7f798
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Tue Oct 12 20:15:01 2021 +0530

    added regression test for levelplot colorkey

M	tests/levelplot.R

commit d495acd3b5436af699b64f0252fa306e35324f2a
Merge: d30c3d6 cef06b5
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Tue Oct 12 18:57:19 2021 +0530

    Merge pull request #22 from bastistician/fix_colorkey_labels.
    Ensure that colorkey labels are in sync with 'labels$at'

commit cef06b50aa1c5e4111e91f10ffa398c201c29f21
Author: Sebastian Meyer <seb.meyer@fau.de>
Date:   Mon Oct 11 18:11:12 2021 +0200

    ensure that colorkey labels are in sync with 'labels$at'

M	R/legend.R
M	tests/levelplot.R

commit d30c3d692ffe92b4115f946e8eb0e883da2eb9a1
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Fri Oct 8 21:47:59 2021 +0530

    improve speed of multipage plots with relation != 'same'

M	DESCRIPTION
M	R/layout.R

commit aa265adae89e9abf5cbd4ea5c9f160afa6a7c0ba
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Sat Sep 18 15:04:01 2021 +0530

    fix item formatting errors in Rd

M	DESCRIPTION
M	man/axis.default.Rd
M	man/make.groups.Rd
M	man/oneway.Rd
M	man/trellis.par.get.Rd

commit 1920eb4700c5590ba2b94796e55d16aed11d05b1
Author: Paul Murrell <paul@stat.auckland.ac.nz>
Date:   Mon May 17 11:02:23 2021 +1200

    added "grid" vignette containing examples of using raw grid with lattice

A	vignettes/grid.Rnw

commit 7963aa428e8aa0941bc432e216ccc76cf270f394
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Wed Apr 28 19:50:31 2021 +0530

    bump version

M	DESCRIPTION

commit 2ae6b17d0d405e812a05098e17c2644243a25f0e
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Wed Apr 28 19:35:51 2021 +0530

    add fill argument to panel.3dscatter (https://github.com/deepayan/lattice/issues/20)

M	R/cloud.R
M	man/panel.cloud.Rd

commit 9c44bc47637586391342c29b8352d72a4f29dd83
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Sat Apr 24 22:29:23 2021 +0530

    updated French translations (from Philippe Grosjean)

M	inst/po/en@quot/LC_MESSAGES/R-lattice.mo
M	inst/po/fr/LC_MESSAGES/R-lattice.mo
M	po/R-de.po
M	po/R-fr.po
M	po/R-it.po
M	po/R-ko.po
M	po/R-lattice.pot
M	po/R-pl.po

commit 21894257e9bdcc94370de328307503b557eed71e
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Wed Mar 17 12:52:07 2021 +0530

    clarify behaviour of panel.axis() when 'labels' specified without
    'at', and issue a warning (see
    https://stat.ethz.ch/pipermail/r-help/2021-March/470528.html)

M	R/axis.R
M	man/panel.axis.Rd

commit f62ea761b03e89ac0d2d5b98ff9efd9392d88f51
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Tue Mar 16 11:02:29 2021 +0530

    updated French translations (from Philippe Grosjean)

M	inst/po/en@quot/LC_MESSAGES/R-lattice.mo
M	inst/po/fr/LC_MESSAGES/R-lattice.mo
M	po/R-fr.po
M	po/R-lattice.pot

commit d425f4c9f141298dfb521ccb86907a4c3538158b
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Thu May 14 17:40:17 2020 +0530

    remove debugging code

M	R/bwplot.R

commit 1288848770d9ea27ca7616696fa28925c2a4f503
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Thu May 14 17:34:52 2020 +0530

    bugfix: fix prepanel calculations for stacked barchart with missing values

M	R/bwplot.R

commit bb2202cd370b1c7e8c66dbd901a8de390644acf6
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Thu May 14 12:45:53 2020 +0530

    added support for title in colorkey

M	DESCRIPTION
M	R/legend.R
M	R/print.trellis.R
M	R/settings.R
M	man/draw.colorkey.Rd
M	man/levelplot.Rd
A	tests/colorkey-title.R

commit 78a868a5d1ee540176fc63a1089fb67836dec1c0
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Mon May 11 18:54:02 2020 +0530

    bugfix: make 'open' triangular ends in colorkey work for all values of 'space', not only 'right'

M	R/legend.R

commit f4f809f2c1fec845f99b72f7c7c970099869b422
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Fri May 1 12:22:38 2020 +0530

    added Italian translation

M	inst/po/en@quot/LC_MESSAGES/R-lattice.mo
A	inst/po/it/LC_MESSAGES/R-lattice.mo
A	po/R-it.po
M	po/R-lattice.pot

commit cda4f8b48e55442eeec1a658e16b7b2cd7e4de81
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Wed Apr 22 14:45:52 2020 +0530

    improved call component of trellis objects

M	R/bwplot.R
M	R/cloud.R
M	R/densityplot.R
M	R/histogram.R
M	R/levelplot.R
M	R/parallel.R
M	R/qq.R
M	R/qqmath.R
M	R/rfs.R
M	R/shingle.R
M	R/splom.R
M	R/tmd.R
M	R/xyplot.R
M	R/xyplot.ts.R
A	tests/call.R

commit d3d4ca2832cd253dac0168cd8d28bce4ec8e226d
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Tue Apr 14 17:48:32 2020 +0530

    updated minor version, fixed behaviour of abline argument in panel.xyplot() (in a backwards-incompatible way)

M	DESCRIPTION
M	R/xyplot.R
M	man/panel.xyplot.Rd

commit f4af1fccf2e4114257a12db521fac6038c36758a
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Thu Apr 2 16:25:15 2020 +0530

    revert abline change as it might break current usage; leave for major update

M	.Rbuildignore
M	R/xyplot.R

commit fdeeb4f0f9c3480525ec440e5a41e388040a1a18
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Thu Apr 2 16:05:59 2020 +0530

    delete SvnLog

D	SvnLog

commit 3f47ebf2f2c98ac38476f4c46b54fa459c5f8889
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Thu Apr 2 16:05:36 2020 +0530

    merge SvnLog into ChangeLog

M	.Rbuildignore
M	ChangeLog
M	DESCRIPTION
M	SvnLog

commit 3228d8a861c75d2b3375ef708511d0a7ce4f65f4
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Thu Apr 2 15:51:24 2020 +0530

    cleanup translation generation and update translations

M	inst/po/de/LC_MESSAGES/R-lattice.mo
M	inst/po/en@quot/LC_MESSAGES/R-lattice.mo
M	inst/po/fr/LC_MESSAGES/R-lattice.mo
M	inst/po/ko/LC_MESSAGES/R-lattice.mo
M	inst/po/pl/LC_MESSAGES/R-lattice.mo
D	po/R-en@quot.po
M	po/R-lattice.pot
M	update.sh

commit 2654be1ad4e68583615b6066573fdede8568a3ce
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Thu Apr 2 15:50:58 2020 +0530

    added test file

A	tests/summary.R

commit 2d852c7b94cd61fce8a4d38d7658f71a5097a02a
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Thu Apr 2 15:49:25 2020 +0530

    bugfix - named vector now works for panel.xyplot(abline = )

M	R/xyplot.R

commit 938b5dbfca1f669c239f3cc12cc15b1f54a1e428
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Thu Apr 2 15:30:38 2020 +0530

    update translations

M	po/R-de.po
M	po/R-en@quot.po
M	po/R-fr.po
M	po/R-ko.po
M	po/R-lattice.pot
M	po/R-pl.po

commit 649bec5d74a576a94d35b8a003de427d43392e53
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Thu Apr 2 15:11:37 2020 +0530

    document triangular ends in colorkey, other improvements

M	man/draw.colorkey.Rd
M	man/levelplot.Rd

commit 96accbfe80285124e46ab6276f36daef58bd8999
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Thu Apr 2 15:09:37 2020 +0530

    moved to using Authors@R

M	DESCRIPTION


commit 57757a0d68b3bc7a0034d2d09c3c26cf93e245fa
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Sun Feb 16 12:37:18 2020 +0530

    update broken trellis project URL to wayback machine archive

M	man/Lattice.Rd

commit 73a7c8c2fb1adb68dc4b7b5b77b4e18e57b28ae0
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Sun Feb 16 12:18:09 2020 +0530

    minor bugfix related to vector pch in panel.bwplot

M	R/bwplot.R


commit bfb29ec9411edb14c76459c65bc940e6c7885064
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Mon Nov 5 15:08:12 2018 +0530

    preliminary support for open-ended triangular extensions in colorkey (no docs yet)

M	DESCRIPTION
M	R/legend.R

commit 4d715be5a82934bb09291b9f1bc6701f08c0072f
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Thu Nov 1 14:19:16 2018 +0530

    fix length-1 condition bug, and prepare for release

M	DESCRIPTION
M	R/miscellaneous.R
M	R/print.trellis.R
M	R/xyplot.R

commit bb21fea78cf0a42b7fa0d810cc54e1d518934f02
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Thu Nov 1 12:46:53 2018 +0530

    deleted no-longer-necessary fast replacement for quantile

M	R/qqmath.R

commit c988bbaf89d08fa6b605d28d451eeba5063bc034
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Mon Jul 9 17:03:14 2018 +0530

    bugfix in panel.abline for #8

M	DESCRIPTION
M	R/panels.R

commit 1b9c6481fd1df33362d49e101c7bcb8b3429c55d
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Thu Mar 23 20:27:24 2017 +0530

    increased default 'n' in densityplot() to 512

M	R/densityplot.R
M	man/histogram.Rd


commit f43160cacf03e8b99813260ce8f5f279ab2b7fec
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Thu Feb 16 14:50:40 2017 +0530

    Added URL and examples

M	man/USMortality.Rd

commit 2a83edec80bc2b6089aa44f724f7e5c95a0afdb1
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Wed Feb 15 19:48:08 2017 +0530

    bugfix: catch font parameters in larrows()

M	R/miscellaneous.R

commit 7a96ded29e454b1c581f70cc20d15647675d57f5
Author: Deepayan Sarkar <deepayan.sarkar@gmail.com>
Date:   Wed Feb 15 19:45:56 2017 +0530

    new dataset

M	DESCRIPTION
A	data/USMortality.rda
A	data/USRegionalMortality.rda
A	man/USMortality.Rd

------------------------------------------------------------------------

SVN -> GIT (https://github.com/deepayan/lattice)

------------------------------------------------------------------------
r776 | deepayan | 2016-11-17 16:30:41 +0530 (Thu, 17 Nov 2016) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/R/bwplot.R
   M /pkg/R/cloud.R
   M /pkg/R/miscellaneous.R

Support quote()-d labels in more places (see exchange with Martin
Maechler ~Nov 17). Not sure about possible side-effects.
------------------------------------------------------------------------
r775 | deepayan | 2016-09-06 17:44:25 +0530 (Tue, 06 Sep 2016) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/R/bwplot.R
   M /pkg/man/Lattice.Rd
   M /pkg/po/R-lattice.pot

minor fixes
------------------------------------------------------------------------
r774 | deepayan | 2016-09-06 16:44:14 +0530 (Tue, 06 Sep 2016) | 1 line
Changed paths:
   M /pkg/R/miscellaneous.R

misc fixes
------------------------------------------------------------------------
r773 | deepayan | 2016-09-06 16:39:39 +0530 (Tue, 06 Sep 2016) | 1 line
Changed paths:
   M /pkg/man/panel.pairs.Rd

allow diag.panel to be NULL (doc)
------------------------------------------------------------------------
r772 | deepayan | 2016-09-06 16:35:43 +0530 (Tue, 06 Sep 2016) | 1 line
Changed paths:
   M /pkg/R/splom.R

allow diag.panel to be NULL (actually any non-function) to suppress it
------------------------------------------------------------------------
r771 | deepayan | 2016-09-06 16:30:18 +0530 (Tue, 06 Sep 2016) | 1 line
Changed paths:
   M /pkg/DESCRIPTION

updated description
------------------------------------------------------------------------
r770 | deepayan | 2015-07-07 18:52:53 +0530 (Tue, 07 Jul 2015) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/NAMESPACE
   M /pkg/man/Lattice.Rd

Fixes to make CMD check happier
------------------------------------------------------------------------
r769 | deepayan | 2015-06-01 10:59:09 +0530 (Mon, 01 Jun 2015) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/man/Lattice.Rd

updated CRAN URL
------------------------------------------------------------------------
r768 | deepayan | 2015-03-30 12:39:09 +0530 (Mon, 30 Mar 2015) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/inst/po/de/LC_MESSAGES/R-lattice.mo
   M /pkg/po/R-de.po
   M /pkg/po/R-lattice.pot

updated german translation
------------------------------------------------------------------------
r767 | deepayan | 2015-02-20 19:23:14 +0530 (Fri, 20 Feb 2015) | 1 line
Changed paths:
   M /pkg/inst/po/de/LC_MESSAGES/R-lattice.mo
   M /pkg/inst/po/en@quot/LC_MESSAGES/R-lattice.mo
   M /pkg/inst/po/fr/LC_MESSAGES/R-lattice.mo
   M /pkg/inst/po/ko/LC_MESSAGES/R-lattice.mo
   M /pkg/inst/po/pl/LC_MESSAGES/R-lattice.mo
   M /pkg/po/R-de.po
   M /pkg/po/R-en@quot.po
   M /pkg/po/R-fr.po
   M /pkg/po/R-ko.po
   M /pkg/po/R-lattice.pot
   M /pkg/po/R-pl.po

Korean translation update
------------------------------------------------------------------------
r766 | deepayan | 2015-02-17 01:20:30 +0530 (Tue, 17 Feb 2015) | 1 line
Changed paths:
   M /pkg/R/bwplot.R
   M /pkg/R/cloud.R
   M /pkg/R/densityplot.R
   M /pkg/R/interaction.R
   M /pkg/R/layout.R
   M /pkg/R/legend.R
   M /pkg/R/miscellaneous.R
   M /pkg/R/panels.R
   M /pkg/R/print.trellis.R
   M /pkg/R/scales.R
   M /pkg/R/settings.R

clean up CMD check notes with suppressLocalUnused=FALSE
------------------------------------------------------------------------
r765 | deepayan | 2014-12-31 10:09:55 +0530 (Wed, 31 Dec 2014) | 1 line
Changed paths:
   M /pkg/man/xyplot.Rd

mention simpleTheme() in documentation for 'auto.key'
------------------------------------------------------------------------
r764 | deepayan | 2014-12-31 10:09:27 +0530 (Wed, 31 Dec 2014) | 1 line
Changed paths:
   M /pkg/R/bwplot.R
   M /pkg/R/densityplot.R
   M /pkg/R/histogram.R
   M /pkg/R/legend.R
   M /pkg/R/levelplot.R
   M /pkg/R/miscellaneous.R
   M /pkg/R/parallel.R
   M /pkg/R/print.trellis.R
   M /pkg/R/qq.R
   M /pkg/R/qqmath.R
   M /pkg/R/splom.R
   M /pkg/R/xyplot.R

some support for call and symbol objects for plotmath
------------------------------------------------------------------------
r763 | deepayan | 2014-04-08 21:35:52 +0530 (Tue, 08 Apr 2014) | 1 line
Changed paths:
   M /pkg/R/panels.R

improved translatability of warning
------------------------------------------------------------------------
r762 | deepayan | 2014-04-02 17:50:47 +0530 (Wed, 02 Apr 2014) | 1 line
Changed paths:
   A /pkg/inst/po/pl
   A /pkg/inst/po/pl/LC_MESSAGES
   A /pkg/inst/po/pl/LC_MESSAGES/R-lattice.mo
   D /pkg/inst/po/pl_PL
   M /pkg/po/R-lattice.pot
   M /pkg/update.sh

Renamed processed translations as well
------------------------------------------------------------------------
r761 | deepayan | 2014-04-02 17:47:03 +0530 (Wed, 02 Apr 2014) | 1 line
Changed paths:
   A /pkg/po/R-pl.po (from /pkg/po/R-pl_PL.po:760)
   D /pkg/po/R-pl_PL.po

Renaming Polish translation file
------------------------------------------------------------------------
r760 | deepayan | 2014-04-02 00:41:30 +0530 (Wed, 02 Apr 2014) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/inst/po/pl_PL/LC_MESSAGES/R-lattice.mo
   M /pkg/po/R-lattice.pot
   M /pkg/po/R-pl_PL.po

updated Polish translations
------------------------------------------------------------------------
r759 | deepayan | 2014-03-21 15:53:12 +0530 (Fri, 21 Mar 2014) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/inst/po/de/LC_MESSAGES/R-lattice.mo
   M /pkg/inst/po/en@quot/LC_MESSAGES/R-lattice.mo
   M /pkg/inst/po/fr/LC_MESSAGES/R-lattice.mo
   M /pkg/inst/po/ko/LC_MESSAGES/R-lattice.mo
   M /pkg/inst/po/pl_PL/LC_MESSAGES/R-lattice.mo
   M /pkg/po/R-de.po
   M /pkg/po/R-en@quot.po
   M /pkg/po/R-fr.po
   M /pkg/po/R-ko.po
   M /pkg/po/R-lattice.pot
   M /pkg/po/R-pl_PL.po

Updated French translations
------------------------------------------------------------------------
r758 | deepayan | 2014-02-27 11:42:24 +0530 (Thu, 27 Feb 2014) | 1 line
Changed paths:
   M /pkg/DESCRIPTION

update version
------------------------------------------------------------------------
r757 | deepayan | 2014-02-27 11:42:00 +0530 (Thu, 27 Feb 2014) | 1 line
Changed paths:
   M /pkg/man/panel.number.Rd

doc clarification
------------------------------------------------------------------------
r756 | deepayan | 2014-02-26 12:49:51 +0530 (Wed, 26 Feb 2014) | 1 line
Changed paths:
   M /pkg/NAMESPACE

export xyplot.ts for use by zoo
------------------------------------------------------------------------
r755 | deepayan | 2014-02-03 17:23:55 +0530 (Mon, 03 Feb 2014) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/R/axis.R

quietly handle ticks outside range in panel.axis, instead of giving errors
------------------------------------------------------------------------
r754 | deepayan | 2013-10-22 14:21:41 +0530 (Tue, 22 Oct 2013) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/R/cloud.R

fixed bug with axis.line|lty in cloud bounding box axes
------------------------------------------------------------------------
r753 | deepayan | 2013-10-11 16:52:13 +0530 (Fri, 11 Oct 2013) | 1 line
Changed paths:
   M /pkg/man/barley.Rd

add Wright (2013) as barley reference
------------------------------------------------------------------------
r752 | deepayan | 2013-10-11 16:34:12 +0530 (Fri, 11 Oct 2013) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/R/histogram.R
   M /pkg/man/histogram.Rd

not warn about density!=type in histogram() just because 'breaks' is a function
------------------------------------------------------------------------
r751 | deepayan | 2013-08-21 17:09:51 +0530 (Wed, 21 Aug 2013) | 1 line
Changed paths:
   M /pkg/.Rbuildignore
   M /pkg/DESCRIPTION
   A /pkg/inst/po/ko
   A /pkg/inst/po/ko/LC_MESSAGES
   A /pkg/inst/po/ko/LC_MESSAGES/R-lattice.mo
   A /pkg/inst/po/pl_PL
   A /pkg/inst/po/pl_PL/LC_MESSAGES
   A /pkg/inst/po/pl_PL/LC_MESSAGES/R-lattice.mo
   A /pkg/po/R-ko.po
   M /pkg/po/R-lattice.pot
   M /pkg/po/R-pl_PL.po
   M /pkg/update.sh

added korean translation, updated translation processing
------------------------------------------------------------------------
r750 | deepayan | 2013-08-19 14:26:29 +0530 (Mon, 19 Aug 2013) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/R/settings.R
   M /pkg/po/R-lattice.pot

reverted default fontsize to be 12
------------------------------------------------------------------------
r749 | deepayan | 2013-08-13 15:54:15 +0530 (Tue, 13 Aug 2013) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/R/histogram.R

histogram: fixed spurious warnings when breaks was a single integer
------------------------------------------------------------------------
r748 | deepayan | 2013-08-07 14:43:40 +0530 (Wed, 07 Aug 2013) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/R/histogram.R
   M /pkg/R/settings.R
   M /pkg/man/histogram.Rd

Added a new option 'histogram.breaks' for setting default breaks rule
------------------------------------------------------------------------
r746 | deepayan | 2013-07-19 13:29:08 +0530 (Fri, 19 Jul 2013) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/R/miscellaneous.R
   M /pkg/R/update.trellis.R
   M /pkg/man/panel.cloud.Rd

update.trellis fix to allow multiple 'inside' legends
------------------------------------------------------------------------
r745 | deepayan | 2013-07-16 09:52:28 +0530 (Tue, 16 Jul 2013) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/R/update.trellis.R

Fix some more invalid uses of rep(NULL)
------------------------------------------------------------------------
r744 | deepayan | 2013-06-05 19:35:09 +0530 (Wed, 05 Jun 2013) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/R/print.trellis.R
   M /pkg/R/settings.R
   A /pkg/tests/fontsize.R

Modify default text fontsize (see
https://stat.ethz.ch/pipermail/r-help/2013-May/354139.html)
------------------------------------------------------------------------
r743 | paul | 2013-05-23 08:20:04 +0530 (Thu, 23 May 2013) | 1 line
Changed paths:
   M /pkg/SvnLog

updated SvnLog
------------------------------------------------------------------------
r742 | paul | 2013-05-23 08:19:05 +0530 (Thu, 23 May 2013) | 1 line
Changed paths:
   M /pkg/R/bwplot.R

improved naming of rect grobs in barchart when there is grouping
------------------------------------------------------------------------
r740 | deepayan | 2013-03-24 19:33:09 +0530 (Sun, 24 Mar 2013) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/R/legend.R

bugfix to allow 'fill' in legend symbols
------------------------------------------------------------------------
r739 | deepayan | 2013-03-16 02:09:41 +0530 (Sat, 16 Mar 2013) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/man/cloud.Rd

fixed doc typo
------------------------------------------------------------------------
r738 | deepayan | 2013-03-11 17:10:08 +0530 (Mon, 11 Mar 2013) | 1 line
Changed paths:
   D /pkg/LICENSE
   A /pkg/LICENSE.note (from /pkg/LICENSE:737)

Renamed LICENSE (because it isn't really the license, and check complains)
------------------------------------------------------------------------
r737 | deepayan | 2013-01-09 00:48:37 +0530 (Wed, 09 Jan 2013) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/NAMESPACE
   M /pkg/R/bwplot.R
   M /pkg/R/levelplot.R
   M /pkg/R/miscellaneous.R
   M /pkg/R/panels.R
   M /pkg/inst/po/de/LC_MESSAGES/R-lattice.mo
   M /pkg/po/R-de.po
   M /pkg/po/R-lattice.pot

remove use of methods::hasArg() by replicating functionality in hasGroupNumber()
------------------------------------------------------------------------
r736 | deepayan | 2013-01-08 23:15:46 +0530 (Tue, 08 Jan 2013) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/tests/test.R

add test for histogram(type='density')
------------------------------------------------------------------------
r735 | deepayan | 2013-01-08 00:06:39 +0530 (Tue, 08 Jan 2013) | 1 line
Changed paths:
   M /pkg/R/histogram.R

remove use of deprecated hist()
------------------------------------------------------------------------
r734 | deepayan | 2013-01-08 00:02:33 +0530 (Tue, 08 Jan 2013) | 1 line
Changed paths:
   M /pkg/update.sh

update
------------------------------------------------------------------------
r733 | deepayan | 2012-09-13 15:16:23 +0530 (Thu, 13 Sep 2012) | 1 line
Changed paths:
   M /pkg/R/levelplot.R
   M /pkg/man/levelplot.Rd

panel.levelplot bugfix for length-1 at
------------------------------------------------------------------------
r732 | deepayan | 2012-09-13 14:41:30 +0530 (Thu, 13 Sep 2012) | 1 line
Changed paths:
   M /pkg/po/R-de.po

German translation update
------------------------------------------------------------------------
r731 | deepayan | 2012-09-03 15:46:59 +0530 (Mon, 03 Sep 2012) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/inst/po/de/LC_MESSAGES/R-lattice.mo
   M /pkg/inst/po/en@quot/LC_MESSAGES/R-lattice.mo
   M /pkg/inst/po/fr/LC_MESSAGES/R-lattice.mo
   M /pkg/po/R-de.po
   M /pkg/po/R-en@quot.po
   M /pkg/po/R-fr.po
   M /pkg/po/R-lattice.pot
   A /pkg/po/R-pl_PL.po

translation updates
------------------------------------------------------------------------
r730 | deepayan | 2012-08-27 12:51:12 +0530 (Mon, 27 Aug 2012) | 1 line
Changed paths:
   M /pkg/R/legend.R

bugfix: more instances of rep(NULL)
------------------------------------------------------------------------
r729 | paul | 2012-07-26 04:21:37 +0530 (Thu, 26 Jul 2012) | 1 line
Changed paths:
   M /pkg/R/levelplot.R

fix to make contour line and label grob names unique
------------------------------------------------------------------------
r728 | deepayan | 2012-07-22 00:54:53 +0530 (Sun, 22 Jul 2012) | 1 line
Changed paths:
   M /pkg/R/panel.superpose.R
   M /pkg/man/print.trellis.Rd

fixed incorrect rep(NULL) usage
------------------------------------------------------------------------
r727 | deepayan | 2012-07-13 22:54:50 +0530 (Fri, 13 Jul 2012) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/R/legend.R
   M /pkg/man/levelplot.Rd
   M /pkg/po/R-lattice.pot

Added support for 'tck' in levelplot colorkeys
------------------------------------------------------------------------
r726 | deepayan | 2012-06-23 12:57:04 +0530 (Sat, 23 Jun 2012) | 1 line
Changed paths:
   M /pkg/R/legend.R

improved name matching for colorley 'labels'
------------------------------------------------------------------------
r725 | deepayan | 2012-06-22 17:54:40 +0530 (Fri, 22 Jun 2012) | 1 line
Changed paths:
   M /pkg/man/lattice.options.Rd
   M /pkg/man/xyplot.Rd

doc updates
------------------------------------------------------------------------
r724 | deepayan | 2012-06-09 02:22:26 +0530 (Sat, 09 Jun 2012) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/man/trellis.device.Rd

doc update
------------------------------------------------------------------------
r723 | deepayan | 2012-06-08 09:29:42 +0530 (Fri, 08 Jun 2012) | 1 line
Changed paths:
   M /pkg/R/print.trellis.R
   M /pkg/R/settings.R
   M /pkg/R/zzz.R

Clean up lattice.status list whenever new page starts.  This should
fix lattice bug #1629
------------------------------------------------------------------------
r722 | deepayan | 2012-05-05 15:10:19 +0530 (Sat, 05 May 2012) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/R/layout.R

Made user-specified options for layout.widths|heights for labels and
keys more robust, by refusing to replace by plot-determined values
unless units match.  This allows specification of absolute unit values
for labels and legends.
------------------------------------------------------------------------
r721 | deepayan | 2012-04-23 16:47:05 +0530 (Mon, 23 Apr 2012) | 1 line
Changed paths:
   M /pkg/man/trellis.par.get.Rd

Additional documentation for trellis.par.get (partially done)
------------------------------------------------------------------------
r720 | deepayan | 2012-03-10 14:43:53 +0530 (Sat, 10 Mar 2012) | 1 line
Changed paths:
   M /pkg/NEWS
   M /pkg/SvnLog
   M /pkg/po/R-lattice.pot

log/news updates
------------------------------------------------------------------------
r719 | deepayan | 2012-03-10 14:39:50 +0530 (Sat, 10 Mar 2012) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/R/axis.R
   M /pkg/inst/po/de/LC_MESSAGES/R-lattice.mo
   M /pkg/po/R-de.po
   M /pkg/po/R-lattice.pot

German translation updates
------------------------------------------------------------------------
r718 | deepayan | 2012-03-10 13:38:01 +0530 (Sat, 10 Mar 2012) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/NAMESPACE
   M /pkg/R/parallel.R

fixed improper deprecation of parallel
------------------------------------------------------------------------
r717 | deepayan | 2012-03-06 21:27:44 +0530 (Tue, 06 Mar 2012) | 1 line
Changed paths:
   M /pkg/po/R-de.po

updated German translations
------------------------------------------------------------------------
r716 | deepayan | 2012-03-05 21:18:07 +0530 (Mon, 05 Mar 2012) | 1 line
Changed paths:
   M /pkg/R/axis.R
   M /pkg/R/common.R
   M /pkg/R/settings.R
   M /pkg/inst/po/de/LC_MESSAGES/R-lattice.mo
   M /pkg/inst/po/en@quot/LC_MESSAGES/R-lattice.mo
   M /pkg/inst/po/fr/LC_MESSAGES/R-lattice.mo
   M /pkg/po/R-de.po
   M /pkg/po/R-en@quot.po
   M /pkg/po/R-fr.po
   M /pkg/po/R-lattice.pot

new show.settings()
------------------------------------------------------------------------
r715 | deepayan | 2011-11-19 13:33:52 +0530 (Sat, 19 Nov 2011) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/NEWS
   M /pkg/R/axis.R
   M /pkg/R/print.trellis.R
   M /pkg/R/scales.R
   M /pkg/man/splom.Rd
   M /pkg/man/xyplot.Rd

finished support for traditional graphics-like log-scale annotation
------------------------------------------------------------------------
r714 | deepayan | 2011-11-18 10:43:51 +0530 (Fri, 18 Nov 2011) | 1 line
Changed paths:
   M /pkg/R/axis.R
   M /pkg/R/print.trellis.R
   M /pkg/man/lset.Rd

incomplete attempt to implement nice log ticks as in traditional graphics
------------------------------------------------------------------------
r713 | deepayan | 2011-11-18 01:11:06 +0530 (Fri, 18 Nov 2011) | 1 line
Changed paths:
   M /pkg/NAMESPACE
   M /pkg/R/layout.R

fixed NAMESPACE to reflect parallel rename
------------------------------------------------------------------------
r712 | deepayan | 2011-11-15 18:12:42 +0530 (Tue, 15 Nov 2011) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/NAMESPACE
   M /pkg/R/parallel.R
   M /pkg/man/splom.Rd

initial steps for deprecating parallel() in favour of parallelplot()
------------------------------------------------------------------------
r711 | deepayan | 2011-10-21 22:28:53 +0530 (Fri, 21 Oct 2011) | 1 line
Changed paths:
   M /pkg/DESCRIPTION

version update
------------------------------------------------------------------------
r710 | deepayan | 2011-10-21 22:28:31 +0530 (Fri, 21 Oct 2011) | 1 line
Changed paths:
   M /pkg/R/levelplot.R
   M /pkg/man/panel.levelplot.Rd

better control over levelplot rectangle borders
------------------------------------------------------------------------
r706 | deepayan | 2011-10-18 23:48:18 +0530 (Tue, 18 Oct 2011) | 1 line
Changed paths:
   M /pkg/R/xyplot.R
   M /pkg/man/panel.xyplot.Rd

'spline' is a new possible 'type' in panel.xyplot
------------------------------------------------------------------------
r705 | deepayan | 2011-10-18 23:42:38 +0530 (Tue, 18 Oct 2011) | 1 line
Changed paths:
   M /pkg/R/legend.R
   M /pkg/man/levelplot.Rd

new components in colorkey to specify parameters of colorkey border, ticks, and labels
------------------------------------------------------------------------
r704 | deepayan | 2011-10-18 23:20:15 +0530 (Tue, 18 Oct 2011) | 1 line
Changed paths:
   M /pkg/R/miscellaneous.R

'pos' can now be a vector in ltext()
------------------------------------------------------------------------
r703 | deepayan | 2011-10-18 18:16:51 +0530 (Tue, 18 Oct 2011) | 1 line
Changed paths:
   M /pkg/man/interaction.Rd
   M /pkg/man/panel.superpose.Rd

formatting and clarifications
------------------------------------------------------------------------
r702 | deepayan | 2011-10-18 18:15:03 +0530 (Tue, 18 Oct 2011) | 1 line
Changed paths:
   M /pkg/R/levelplot.R
   M /pkg/R/settings.R
   M /pkg/man/levelplot.Rd

made it easier to use raster images in levelplot
------------------------------------------------------------------------
r701 | deepayan | 2011-10-18 18:12:16 +0530 (Tue, 18 Oct 2011) | 1 line
Changed paths:
   M /pkg/R/bwplot.R

removed old version of panel.bwplot
------------------------------------------------------------------------
r700 | deepayan | 2011-10-18 01:12:47 +0530 (Tue, 18 Oct 2011) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/NAMESPACE
   M /pkg/R/axis.R
   M /pkg/R/print.trellis.R

depend on R 2.14 for dev.hold/flush.
------------------------------------------------------------------------
r699 | paul | 2011-10-03 05:19:37 +0530 (Mon, 03 Oct 2011) | 1 line
Changed paths:
   M /pkg/R/strip.R

fix to naming of strip.default viewports (were missing plot prefix)
------------------------------------------------------------------------
r694 | deepayan | 2011-08-19 20:25:34 +0530 (Fri, 19 Aug 2011) | 1 line
Changed paths:
   M /pkg/inst/po/de/LC_MESSAGES/R-lattice.mo
   M /pkg/inst/po/en@quot/LC_MESSAGES/R-lattice.mo
   M /pkg/inst/po/fr/LC_MESSAGES/R-lattice.mo
   M /pkg/man/histogram.Rd
   M /pkg/po/R-de.po
   M /pkg/po/R-en@quot.po
   M /pkg/po/R-fr.po
   M /pkg/po/R-lattice.pot
   M /pkg/update.sh

formatting, translations
------------------------------------------------------------------------
r693 | deepayan | 2011-08-19 20:24:50 +0530 (Fri, 19 Aug 2011) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/R/print.trellis.R

use dev.hold/dev.flush for smoother transitions
------------------------------------------------------------------------
r692 | deepayan | 2011-08-19 20:23:19 +0530 (Fri, 19 Aug 2011) | 1 line
Changed paths:
   M /pkg/R/histogram.R

fixed incorrect check for equal bins
------------------------------------------------------------------------
r691 | deepayan | 2011-08-10 20:20:00 +0530 (Wed, 10 Aug 2011) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/R/zzz.R

Removed redundant .First.lib
------------------------------------------------------------------------
r679 | deepayan | 2011-06-26 15:27:13 +0530 (Sun, 26 Jun 2011) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/NAMESPACE
   M /pkg/R/miscellaneous.R
   M /pkg/R/panel.smooth.R
   M /pkg/man/panel.functions.Rd
   A /pkg/man/panel.loess.Rd
   A /pkg/man/panel.spline.Rd
   M /pkg/man/prepanel.functions.Rd

Cleaned up (pre)panel.spline and related documentation
------------------------------------------------------------------------
r678 | deepayan | 2011-06-24 18:38:55 +0530 (Fri, 24 Jun 2011) | 1 line
Changed paths:
   M /pkg/NAMESPACE
   M /pkg/R/panel.smooth.R
   M /pkg/R/settings.R

new panel.spline() function
------------------------------------------------------------------------
r677 | deepayan | 2011-06-03 15:16:34 +0530 (Fri, 03 Jun 2011) | 1 line
Changed paths:
   A /pkg/R/panel.smooth.R
   A /pkg/R/panel.superpose.R
   M /pkg/R/panels.R

split off new files from panels.R
------------------------------------------------------------------------
r676 | paul | 2011-05-24 09:05:29 +0530 (Tue, 24 May 2011) | 1 line
Changed paths:
   M /pkg/R/strip.R

fixes to naming of strip viewports and grobs when strip.left=TRUE
------------------------------------------------------------------------
r675 | paul | 2011-05-13 03:11:04 +0530 (Fri, 13 May 2011) | 1 line
Changed paths:
   M /pkg/R/interaction.R
   M /pkg/R/print.trellis.R
   M /pkg/man/interaction.Rd

small modification to names of viewports when legend is located "inside" the plot
------------------------------------------------------------------------
r674 | deepayan | 2011-05-11 17:35:32 +0530 (Wed, 11 May 2011) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/NAMESPACE

Explicitly indicated import of methods::hasArg()
------------------------------------------------------------------------
r671 | paul | 2011-05-06 08:32:50 +0530 (Fri, 06 May 2011) | 1 line
Changed paths:
   M /pkg/R/interaction.R
   M /pkg/R/legend.R
   M /pkg/man/interaction.Rd

improved naming scheme for grobs: naming added for draw.key() and draw.colorkey()
------------------------------------------------------------------------
r670 | paul | 2011-05-06 02:25:28 +0530 (Fri, 06 May 2011) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/R/cloud.R
   M /pkg/R/interaction.R
   M /pkg/R/miscellaneous.R
   M /pkg/R/print.trellis.R
   M /pkg/demo/lattice.R
   M /pkg/man/interaction.Rd
   M /pkg/man/llines.Rd

improvements to grob naming scheme:  can now cope with multiple conditioning variables (hence multiple strips per panel);  better naming of multiple polygon grobs produced by panel.3dwire;  better naming of grobs in custom strip example in demo(lattice) #10
------------------------------------------------------------------------
r669 | deepayan | 2011-04-19 10:19:11 +0530 (Tue, 19 Apr 2011) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/R/panels.R

fix bug in recent panel.abline() bugfix
------------------------------------------------------------------------
r668 | paul | 2011-04-14 04:43:43 +0530 (Thu, 14 Apr 2011) | 1 line
Changed paths:
   M /pkg/NEWS

forgot mention of bug fix in last commit
------------------------------------------------------------------------
r667 | paul | 2011-04-14 04:41:00 +0530 (Thu, 14 Apr 2011) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/NEWS
   M /pkg/R/axis.R
   M /pkg/R/bwplot.R
   M /pkg/R/cloud.R
   M /pkg/R/densityplot.R
   M /pkg/R/histogram.R
   M /pkg/R/interaction.R
   M /pkg/R/levelplot.R
   M /pkg/R/miscellaneous.R
   M /pkg/R/panel.smoothscatter.R
   M /pkg/R/panels.R
   M /pkg/R/parallel.R
   M /pkg/R/print.trellis.R
   M /pkg/R/qq.R
   M /pkg/R/qqmath.R
   M /pkg/R/splom.R
   M /pkg/R/strip.R
   M /pkg/R/tmd.R
   M /pkg/R/xyplot.R
   M /pkg/man/interaction.Rd
   M /pkg/man/llines.Rd
   M /pkg/man/panel.barchart.Rd
   M /pkg/man/panel.bwplot.Rd
   M /pkg/man/panel.cloud.Rd
   M /pkg/man/panel.densityplot.Rd
   M /pkg/man/panel.dotplot.Rd
   M /pkg/man/panel.functions.Rd
   M /pkg/man/panel.histogram.Rd
   M /pkg/man/panel.levelplot.Rd
   M /pkg/man/panel.parallel.Rd
   M /pkg/man/panel.qqmath.Rd
   M /pkg/man/panel.qqmathline.Rd
   M /pkg/man/panel.smoothScatter.Rd
   M /pkg/man/panel.stripplot.Rd
   M /pkg/man/panel.violin.Rd
   M /pkg/man/panel.xyplot.Rd
   M /pkg/man/tmd.Rd

naming scheme for grobs (first hack)
------------------------------------------------------------------------
r665 | deepayan | 2011-04-09 14:29:13 +0530 (Sat, 09 Apr 2011) | 1 line
Changed paths:
   M /pkg/man/simpleTheme.Rd

fixed doc typo
------------------------------------------------------------------------
r664 | deepayan | 2011-04-05 18:47:24 +0530 (Tue, 05 Apr 2011) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/R/axis.R

Added support for different ticks and labels in return value of scale.components()
------------------------------------------------------------------------
r663 | deepayan | 2011-04-03 17:27:22 +0530 (Sun, 03 Apr 2011) | 1 line
Changed paths:
   M /pkg/R/miscellaneous.R

removed (uncommented) FIXME
------------------------------------------------------------------------
r662 | deepayan | 2011-04-02 11:50:26 +0530 (Sat, 02 Apr 2011) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/R/miscellaneous.R
   M /pkg/man/llines.Rd

captured font arguments in lsegments (was causing errors)
------------------------------------------------------------------------
r661 | deepayan | 2011-04-01 20:44:33 +0530 (Fri, 01 Apr 2011) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/NEWS
   M /pkg/R/cloud.R
   M /pkg/SvnLog
   M /pkg/po/R-lattice.pot

final touches before release
------------------------------------------------------------------------
r660 | felix | 2011-03-29 17:34:24 +0530 (Tue, 29 Mar 2011) | 1 line
Changed paths:
   M /pkg/R/xyplot.ts.R

remainder of previous commmit (i need to sleep more)
------------------------------------------------------------------------
r659 | felix | 2011-03-29 17:28:25 +0530 (Tue, 29 Mar 2011) | 1 line
Changed paths:
   M /pkg/NEWS
   M /pkg/R/xyplot.ts.R

make xyplot.ts pass lists to panel.superpose
------------------------------------------------------------------------
r658 | deepayan | 2011-03-25 12:56:23 +0530 (Fri, 25 Mar 2011) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/inst/po/de/LC_MESSAGES/R-lattice.mo
   M /pkg/po/R-de.po
   M /pkg/po/R-lattice.pot

updated German translation
------------------------------------------------------------------------
r657 | deepayan | 2011-03-17 18:59:32 +0530 (Thu, 17 Mar 2011) | 1 line
Changed paths:
   M /pkg/DESCRIPTION

updated version
------------------------------------------------------------------------
r656 | deepayan | 2011-03-17 18:56:10 +0530 (Thu, 17 Mar 2011) | 1 line
Changed paths:
   M /pkg/R/cloud.R
   M /pkg/man/panel.cloud.Rd

pass more parameters in cloud() panel functions
------------------------------------------------------------------------
r655 | felix | 2011-03-14 17:12:06 +0530 (Mon, 14 Mar 2011) | 1 line
Changed paths:
   M /pkg/R/scales.R

Fix bug in computing styles for key
------------------------------------------------------------------------
r654 | deepayan | 2011-03-10 17:55:53 +0530 (Thu, 10 Mar 2011) | 1 line
Changed paths:
   M /pkg/R/panels.R

panel.abline bugfix (reported by David Carslaw)
------------------------------------------------------------------------
r653 | deepayan | 2011-01-11 14:04:49 +0530 (Tue, 11 Jan 2011) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/R/legend.R

bugfix: gracefully handle 0-length tick mark locations in draw.colorkey()
------------------------------------------------------------------------
r652 | deepayan | 2011-01-06 16:48:34 +0530 (Thu, 06 Jan 2011) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/R/panels.R
   M /pkg/man/panel.functions.Rd

make panel.rugs honor col.line
------------------------------------------------------------------------
r651 | deepayan | 2011-01-04 17:19:31 +0530 (Tue, 04 Jan 2011) | 1 line
Changed paths:
   M /pkg/DESCRIPTION

updated version
------------------------------------------------------------------------
r650 | deepayan | 2011-01-04 12:40:34 +0530 (Tue, 04 Jan 2011) | 1 line
Changed paths:
   M /pkg/R/bwplot.R
   M /pkg/inst/po/de/LC_MESSAGES/R-lattice.mo
   M /pkg/inst/po/en@quot/LC_MESSAGES/R-lattice.mo
   M /pkg/inst/po/fr/LC_MESSAGES/R-lattice.mo
   M /pkg/po/R-de.po
   M /pkg/po/R-en@quot.po
   M /pkg/po/R-fr.po
   M /pkg/po/R-lattice.pot

improved vectorization in panel.bwplot
------------------------------------------------------------------------
r649 | deepayan | 2010-11-13 21:42:00 +0530 (Sat, 13 Nov 2010) | 1 line
Changed paths:
   M /pkg/R/scales.R

changed from error to warning when there are unrecognized names in complete_names()
------------------------------------------------------------------------
r648 | deepayan | 2010-11-12 12:49:35 +0530 (Fri, 12 Nov 2010) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/R/legend.R

draw.key partial match bug fix
------------------------------------------------------------------------
r647 | deepayan | 2010-10-28 22:55:58 +0530 (Thu, 28 Oct 2010) | 1 line
Changed paths:
   M /pkg/DESCRIPTION

updates
------------------------------------------------------------------------
r646 | deepayan | 2010-10-28 17:26:15 +0530 (Thu, 28 Oct 2010) | 1 line
Changed paths:
   M /pkg/R/legend.R
   M /pkg/R/panels.R
   M /pkg/R/scales.R
   M /pkg/man/xyplot.Rd

new 'height' component for key, and better partial matching support for components of 'key'
------------------------------------------------------------------------
r645 | deepayan | 2010-10-28 10:43:01 +0530 (Thu, 28 Oct 2010) | 1 line
Changed paths:
   M /pkg/R/scales.R
   M /pkg/R/zzz.R

bugfix: partial matching in scales was not working
------------------------------------------------------------------------
r644 | deepayan | 2010-10-12 16:53:37 +0530 (Tue, 12 Oct 2010) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/R/legend.R
   M /pkg/demo/lattice.R
   M /pkg/man/levelplot.Rd
   M /pkg/man/panel.levelplot.Rd
   M /pkg/man/strip.default.Rd

added support for raster colorkeys
------------------------------------------------------------------------
r643 | deepayan | 2010-09-26 19:04:30 +0530 (Sun, 26 Sep 2010) | 1 line
Changed paths:
   M /pkg/man/axis.default.Rd

fixed typo
------------------------------------------------------------------------
r642 | deepayan | 2010-09-26 12:03:46 +0530 (Sun, 26 Sep 2010) | 1 line
Changed paths:
   M /pkg/inst/po/de/LC_MESSAGES/R-lattice.mo
   M /pkg/inst/po/en@quot/LC_MESSAGES/R-lattice.mo
   M /pkg/inst/po/fr/LC_MESSAGES/R-lattice.mo
   M /pkg/po/R-de.po
   M /pkg/po/R-en@quot.po
   M /pkg/po/R-fr.po
   M /pkg/po/R-lattice.pot

german translation updated (contributed by Detlef Steuer)
------------------------------------------------------------------------
r641 | deepayan | 2010-09-09 12:08:35 +0530 (Thu, 09 Sep 2010) | 1 line
Changed paths:
   M /pkg/R/common.R
   M /pkg/R/print.trellis.R
   M /pkg/man/xyplot.Rd

fixes in layout handling and documentation
------------------------------------------------------------------------
r640 | deepayan | 2010-09-09 01:27:55 +0530 (Thu, 09 Sep 2010) | 1 line
Changed paths:
   M /pkg/R/update.trellis.R
   M /pkg/man/update.trellis.Rd

update.trellis() now handles xlab.top, ylab.right, axis, ans [xy]scale.components
------------------------------------------------------------------------
r639 | deepayan | 2010-09-09 00:57:04 +0530 (Thu, 09 Sep 2010) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/man/levelplot.Rd
   M /pkg/man/trellis.device.Rd

doc updates
------------------------------------------------------------------------
r638 | deepayan | 2010-09-09 00:56:37 +0530 (Thu, 09 Sep 2010) | 1 line
Changed paths:
   M /pkg/R/axis.R

scales = list(at=NULL) handled more gracefully with log scales
------------------------------------------------------------------------
r637 | deepayan | 2010-09-08 18:51:06 +0530 (Wed, 08 Sep 2010) | 1 line
Changed paths:
   M /pkg/R/axis.R

bugfix in 'at' handling in formattedTicksAndLabels.[character|expression]
------------------------------------------------------------------------
r636 | deepayan | 2010-09-08 18:50:23 +0530 (Wed, 08 Sep 2010) | 1 line
Changed paths:
   M /pkg/R/cloud.R

bugfix in graphical argument handling
------------------------------------------------------------------------
r635 | deepayan | 2010-09-03 21:20:10 +0530 (Fri, 03 Sep 2010) | 1 line
Changed paths:
   M /pkg/man/histogram.Rd
   M /pkg/man/levelplot.Rd
   M /pkg/man/panel.superpose.Rd
   M /pkg/man/simpleTheme.Rd
   M /pkg/man/trellis.device.Rd
   M /pkg/man/xyplot.Rd

documentation update
------------------------------------------------------------------------
r634 | deepayan | 2010-09-03 21:19:53 +0530 (Fri, 03 Sep 2010) | 1 line
Changed paths:
   M /pkg/R/panels.R

graphical arguments in panel.superpose can now be lists
------------------------------------------------------------------------
r633 | deepayan | 2010-09-03 19:56:23 +0530 (Fri, 03 Sep 2010) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/man/histogram.Rd
   M /pkg/man/qq.Rd
   M /pkg/man/qqmath.Rd

documentation updates, added MASS to Suggests
------------------------------------------------------------------------
r630 | deepayan | 2010-08-24 01:14:42 -0700 (Tue, 24 Aug 2010) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/R/print.trellis.R

fixed default labels for horizontal=FALSE in bwplot() etc
------------------------------------------------------------------------
r629 | deepayan | 2010-08-18 03:36:32 -0700 (Wed, 18 Aug 2010) | 1 line
Changed paths:
   M /pkg/R/update.trellis.R

slightly better test for detecting splom() output in update.trellis
------------------------------------------------------------------------
r628 | deepayan | 2010-08-18 02:08:45 -0700 (Wed, 18 Aug 2010) | 1 line
Changed paths:
   M /pkg/R/legend.R
   M /pkg/man/xyplot.Rd

add support for 'just' component in draw.key() to allow justification
of legend placement
------------------------------------------------------------------------
r627 | deepayan | 2010-07-25 10:16:14 -0700 (Sun, 25 Jul 2010) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/R/cloud.R
   M /pkg/R/print.trellis.R
   M /pkg/man/panel.qqmath.Rd

misc fixes, including making par.[main|sub|*lab].text parameter more
powerful.
------------------------------------------------------------------------
r626 | deepayan | 2010-07-17 09:18:14 -0700 (Sat, 17 Jul 2010) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/R/axis.R
   M /pkg/R/legend.R
   M /pkg/R/miscellaneous.R
   M /pkg/R/print.trellis.R
   M /pkg/R/splom.R

refactoring some function calls using new checkArgsAndCall() function;
should fix call to pretty() from formattedTicksAndLabels.default()
------------------------------------------------------------------------
r625 | deepayan | 2010-07-07 09:52:33 -0700 (Wed, 07 Jul 2010) | 1 line
Changed paths:
   M /pkg/R/splom.R

pass i and j to diag.panel
------------------------------------------------------------------------
r624 | deepayan | 2010-06-15 05:38:12 -0700 (Tue, 15 Jun 2010) | 1 line
Changed paths:
   M /pkg/R/bwplot.R
   M /pkg/R/cloud.R
   M /pkg/R/densityplot.R
   M /pkg/R/histogram.R
   M /pkg/R/levelplot.R
   M /pkg/R/parallel.R
   M /pkg/R/qq.R
   M /pkg/R/qqmath.R
   M /pkg/R/settings.R
   M /pkg/R/splom.R
   M /pkg/R/xyplot.R
   M /pkg/man/cloud.Rd
   M /pkg/man/histogram.Rd
   M /pkg/man/levelplot.Rd
   M /pkg/man/qq.Rd
   M /pkg/man/qqmath.Rd
   M /pkg/man/splom.Rd
   M /pkg/man/xyplot.Rd

made default prepanel functions user-settable through lattice.options()
------------------------------------------------------------------------
r623 | deepayan | 2010-06-15 04:35:25 -0700 (Tue, 15 Jun 2010) | 1 line
Changed paths:
   M /pkg/R/bwplot.R
   M /pkg/R/cloud.R
   M /pkg/R/densityplot.R
   M /pkg/R/histogram.R
   M /pkg/R/levelplot.R
   M /pkg/R/parallel.R
   M /pkg/R/qq.R
   M /pkg/R/qqmath.R
   M /pkg/R/rfs.R
   M /pkg/R/scales.R
   M /pkg/R/splom.R
   M /pkg/R/update.trellis.R
   M /pkg/R/xyplot.R

evaluation of prepanel moved to common helper function
limits.and.aspect instead of top-level functions
------------------------------------------------------------------------
r622 | deepayan | 2010-06-15 04:00:58 -0700 (Tue, 15 Jun 2010) | 1 line
Changed paths:
   M /pkg/R/bwplot.R
   M /pkg/R/cloud.R
   M /pkg/R/densityplot.R
   M /pkg/R/histogram.R
   M /pkg/R/interaction.R
   M /pkg/R/levelplot.R
   M /pkg/R/miscellaneous.R
   M /pkg/R/panels.R
   M /pkg/R/parallel.R
   M /pkg/R/print.trellis.R
   M /pkg/R/qq.R
   M /pkg/R/qqmath.R
   M /pkg/R/rfs.R
   M /pkg/R/splom.R
   M /pkg/R/tmd.R
   M /pkg/R/update.trellis.R
   M /pkg/R/xyplot.R

new utility function getFunctionOrName() for cases where an argument
may be a quoted function name (mostly panel and prepanel)
------------------------------------------------------------------------
r621 | deepayan | 2010-06-14 07:20:29 -0700 (Mon, 14 Jun 2010) | 1 line
Changed paths:
   M /pkg/man/panel.pairs.Rd

panel.pairs doc update
------------------------------------------------------------------------
r620 | deepayan | 2010-06-14 07:10:35 -0700 (Mon, 14 Jun 2010) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/R/splom.R

panel.pairs now passes arguments i and j to (sub)panel function.
------------------------------------------------------------------------
r619 | deepayan | 2010-06-14 04:34:37 -0700 (Mon, 14 Jun 2010) | 1 line
Changed paths:
   M /pkg/R/axis.R
   M /pkg/R/splom.R
   M /pkg/man/panel.pairs.Rd
   M /pkg/man/splom.Rd

improved axis labelling in splom(), including support for date-time data
------------------------------------------------------------------------
r618 | deepayan | 2010-06-11 03:36:39 -0700 (Fri, 11 Jun 2010) | 1 line
Changed paths:
   M /pkg/R/common.R
   M /pkg/R/interaction.R
   M /pkg/R/layout.R
   M /pkg/R/print.trellis.R
   M /pkg/R/settings.R
   M /pkg/man/interaction.Rd
   M /pkg/man/lattice.options.Rd
   M /pkg/man/xyplot.Rd

added support for xlab.top and ylab.right argments
------------------------------------------------------------------------
r617 | deepayan | 2010-06-10 02:26:34 -0700 (Thu, 10 Jun 2010) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/R/parallel.R
   M /pkg/R/splom.R
   M /pkg/man/panel.pairs.Rd
   M /pkg/man/splom.Rd
   M /pkg/man/xyplot.Rd

allowed varnames to be expressions in splom/parallel (and disabled
undocumented nonstandard evaluation for them).
------------------------------------------------------------------------
r616 | deepayan | 2010-06-09 11:41:25 -0700 (Wed, 09 Jun 2010) | 1 line
Changed paths:
   M /pkg/.Rbuildignore
   M /pkg/DESCRIPTION
   M /pkg/R/cloud.R
   M /pkg/man/panel.cloud.Rd

Added the option to scale data in panel.3dscatter() and panel.3dwire()
rather than assuming ther are already scaled.  This may be helpful for
use in user-written panel functions, with data specified in the
original scale.
------------------------------------------------------------------------
r615 | deepayan | 2010-06-09 03:28:34 -0700 (Wed, 09 Jun 2010) | 1 line
Changed paths:
   M /pkg/R/axis.R
   M /pkg/R/scales.R

fix related to axis.text
------------------------------------------------------------------------
r614 | deepayan | 2010-06-09 03:15:27 -0700 (Wed, 09 Jun 2010) | 1 line
Changed paths:
   M /pkg/R/axis.R
   M /pkg/R/cloud.R
   M /pkg/R/layout.R
   M /pkg/R/legend.R
   M /pkg/R/print.trellis.R
   M /pkg/R/settings.R
   M /pkg/R/splom.R
   M /pkg/man/panel.axis.Rd
   M /pkg/man/panel.pairs.Rd
   M /pkg/man/xyplot.Rd

added new setting: axis.text, and associated changes
------------------------------------------------------------------------
r613 | deepayan | 2010-06-08 11:31:49 -0700 (Tue, 08 Jun 2010) | 1 line
Changed paths:
   M /pkg/man/xyplot.Rd

remove blank lines with unintended formatting effects
------------------------------------------------------------------------
r612 | deepayan | 2010-06-08 04:19:07 -0700 (Tue, 08 Jun 2010) | 1 line
Changed paths:
   M /pkg/R/miscellaneous.R

Allows code=0 [and anything else] without complaining in larrows(),
because code=0 works in arrows(), although not documented.  Other
values give errors in arrows(), but we will be more forgiving.
------------------------------------------------------------------------
r611 | deepayan | 2010-06-08 01:09:50 -0700 (Tue, 08 Jun 2010) | 1 line
Changed paths:
   M /pkg/R/xyplot.R
   M /pkg/man/panel.xyplot.Rd

made 'grid' argument in panel.xyplot() more flexible
------------------------------------------------------------------------
r610 | deepayan | 2010-06-07 23:56:58 -0700 (Mon, 07 Jun 2010) | 1 line
Changed paths:
   M /pkg/R/print.trellis.R
   M /pkg/R/shingle.R
   M /pkg/demo/lattice.R

simplified demo code, intial attempt at as.factor.shingle
------------------------------------------------------------------------
r609 | deepayan | 2010-06-07 22:18:08 -0700 (Mon, 07 Jun 2010) | 1 line
Changed paths:
   D /pkg/INDEX

removed INDEX file (not used any more?)
------------------------------------------------------------------------
r608 | deepayan | 2010-06-04 06:46:47 -0700 (Fri, 04 Jun 2010) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/INDEX
   M /pkg/R/splom.R
   A /pkg/inst/CITATION

added a CITATION file
------------------------------------------------------------------------
r607 | deepayan | 2010-06-04 05:00:38 -0700 (Fri, 04 Jun 2010) | 1 line
Changed paths:
   M /pkg/R/axis.R
   M /pkg/R/common.R
   M /pkg/R/interaction.R
   M /pkg/R/print.trellis.R
   M /pkg/R/settings.R
   M /pkg/R/update.trellis.R
   M /pkg/man/axis.default.Rd
   M /pkg/man/interaction.Rd
   M /pkg/man/panel.number.Rd
   M /pkg/man/print.trellis.Rd
   M /pkg/man/trellis.par.get.Rd
   M /pkg/man/update.trellis.Rd
   M /pkg/tests/test.R

Restructured storage of plot-specific information (fixes bug reported
in https://stat.ethz.ch/pipermail/r-help/2007-October/143567.html);
also implements a stricter reversion of parameter settings when
'par.settings' contains parameters not present in the active theme.
------------------------------------------------------------------------
r606 | deepayan | 2010-06-04 04:54:51 -0700 (Fri, 04 Jun 2010) | 1 line
Changed paths:
   M /pkg/R/bwplot.R

improved 'call' components for table methods
------------------------------------------------------------------------
r604 | deepayan | 2010-06-03 04:51:03 -0700 (Thu, 03 Jun 2010) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/R/print.trellis.R
   M /pkg/R/settings.R

added a panel.background setting
------------------------------------------------------------------------
r603 | deepayan | 2010-06-02 04:28:51 -0700 (Wed, 02 Jun 2010) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/INDEX
   M /pkg/R/panels.R
   M /pkg/R/xyplot.R
   M /pkg/man/panel.qqmath.Rd
   M /pkg/man/panel.superpose.Rd
   M /pkg/man/panel.xyplot.Rd

new arguments grid and abline in panel.xyplot()
------------------------------------------------------------------------
r602 | felix | 2010-05-30 07:10:26 -0700 (Sun, 30 May 2010) | 1 line
Changed paths:
   M /pkg/R/panels.R
   M /pkg/R/xyplot.R
   M /pkg/man/panel.functions.Rd

use pretty() method in panel.grid based on data classes (arguments x,y).
------------------------------------------------------------------------
r600 | deepayan | 2010-05-29 00:57:37 -0700 (Sat, 29 May 2010) | 1 line
Changed paths:
   M /pkg/man/xyplot.Rd

xyplot doc update
------------------------------------------------------------------------
r596 | deepayan | 2010-05-27 22:59:20 -0700 (Thu, 27 May 2010) | 1 line
Changed paths:
   M /pkg/man/Lattice.Rd
   M /pkg/man/banking.Rd
   M /pkg/man/barley.Rd
   M /pkg/man/cloud.Rd
   M /pkg/man/environmental.Rd
   M /pkg/man/ethanol.Rd
   M /pkg/man/histogram.Rd
   M /pkg/man/levelplot.Rd
   M /pkg/man/melanoma.Rd
   M /pkg/man/panel.parallel.Rd
   M /pkg/man/singer.Rd
   M /pkg/man/trellis.device.Rd
   M /pkg/man/xyplot.Rd
   M /pkg/man/xyplot.ts.Rd

misc updates
------------------------------------------------------------------------
r595 | deepayan | 2010-05-27 20:57:32 -0700 (Thu, 27 May 2010) | 1 line
Changed paths:
   M /pkg/man/Lattice.Rd
   M /pkg/man/banking.Rd
   M /pkg/man/cloud.Rd
   M /pkg/man/histogram.Rd
   M /pkg/man/levelplot.Rd
   M /pkg/man/trellis.device.Rd
   M /pkg/man/xyplot.Rd
   M /pkg/man/xyplot.ts.Rd

improved references
------------------------------------------------------------------------
r593 | deepayan | 2010-05-27 11:41:51 -0700 (Thu, 27 May 2010) | 1 line
Changed paths:
   M /pkg/NAMESPACE
   M /pkg/R/bwplot.R
   M /pkg/R/layout.R
   M /pkg/R/legend.R
   M /pkg/R/print.trellis.R
   M /pkg/R/qqmath.R

more import and partial matching fixes
------------------------------------------------------------------------
r592 | deepayan | 2010-05-27 10:51:38 -0700 (Thu, 27 May 2010) | 1 line
Changed paths:
   M /pkg/NAMESPACE
   M /pkg/R/axis.R
   M /pkg/R/bwplot.R
   M /pkg/R/densityplot.R
   M /pkg/R/histogram.R
   M /pkg/R/levelplot.R
   M /pkg/R/parallel.R
   M /pkg/R/qq.R
   M /pkg/R/qqmath.R
   M /pkg/R/scales.R
   M /pkg/R/settings.R
   M /pkg/R/splom.R
   M /pkg/R/xyplot.R

import and partial matching fixes
------------------------------------------------------------------------
r591 | deepayan | 2010-05-27 05:40:00 -0700 (Thu, 27 May 2010) | 1 line
Changed paths:
   M /pkg/inst/po/de/LC_MESSAGES/R-lattice.mo
   M /pkg/inst/po/en@quot/LC_MESSAGES/R-lattice.mo
   M /pkg/inst/po/fr/LC_MESSAGES/R-lattice.mo
   M /pkg/man/Lattice.Rd
   M /pkg/man/xyplot.Rd
   M /pkg/po/R-de.po
   M /pkg/po/R-en@quot.po
   M /pkg/po/R-fr.po
   M /pkg/po/R-lattice.pot

more doc updates, plus updated translation
------------------------------------------------------------------------
r589 | deepayan | 2010-05-25 23:18:38 -0700 (Tue, 25 May 2010) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/man/Lattice.Rd

start revision of docs
------------------------------------------------------------------------
r588 | deepayan | 2010-05-19 06:01:16 -0700 (Wed, 19 May 2010) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/R/levelplot.R

more realistic check for equispaced grid in panel.levelplot.raster






------------------------------------------------------------------------
r586 | felix | 2010-05-12 21:00:17 +1000 (Wed, 12 May 2010) | 1 line
Changed paths:
   M /pkg/R/axis.R

chron axis methods; new "halfmonth" time step
------------------------------------------------------------------------
r585 | deepayan | 2010-05-07 15:23:54 +1000 (Fri, 07 May 2010) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/R/xyplot.R

improved prepanel for xyplot()
------------------------------------------------------------------------
r584 | felix | 2010-05-04 23:13:48 +1000 (Tue, 04 May 2010) | 1 line
Changed paths:
   M /pkg/R/axis.R

fix Date axis problem (need "GMT" timezone); sync prettyDate with R-devel
------------------------------------------------------------------------
r583 | felix | 2010-04-25 20:48:59 +1000 (Sun, 25 Apr 2010) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/R/scales.R

fix for when numeric limit specified with default character scales
------------------------------------------------------------------------
r582 | felix | 2010-04-23 12:10:04 +1000 (Fri, 23 Apr 2010) | 1 line
Changed paths:
   M /pkg/R/axis.R

fix timestep
------------------------------------------------------------------------
r581 | felix | 2010-04-23 12:09:30 +1000 (Fri, 23 Apr 2010) | 1 line
Changed paths:
   M /pkg/NAMESPACE
   M /pkg/R/xyplot.ts.R
   M /pkg/man/panel.superpose.Rd
   M /pkg/man/xyplot.ts.Rd

improve internals of xyplot.ts (don't clobber styles unless necessary;
don't define groups unless relevant) so it works better with layer()
etc. New function panel.superpose.plain().
------------------------------------------------------------------------
r580 | felix | 2010-04-15 16:02:51 +1000 (Thu, 15 Apr 2010) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/R/axis.R
   M /pkg/SvnLog

another problem with Date axis (conversion from POSIXct); final for R 2.11.0
------------------------------------------------------------------------
r579 | deepayan | 2010-04-15 15:36:06 +1000 (Thu, 15 Apr 2010) | 1 line
Changed paths:
   M /pkg/man/xyplot.Rd

further minor doc updates
------------------------------------------------------------------------
r578 | felix | 2010-04-15 15:14:18 +1000 (Thu, 15 Apr 2010) | 1 line
Changed paths:
   M /pkg/R/axis.R
   M /pkg/R/xyplot.ts.R

fix monthly time steps in prettyDate!
------------------------------------------------------------------------
r577 | deepayan | 2010-04-13 20:50:18 +1000 (Tue, 13 Apr 2010) | 1 line
Changed paths:
   M /pkg/man/simpleKey.Rd
   M /pkg/man/xyplot.Rd

doc improvements
------------------------------------------------------------------------
r576 | felix | 2010-04-07 16:58:14 +1000 (Wed, 07 Apr 2010) | 1 line
Changed paths:
   M /pkg/NEWS
   M /pkg/R/axis.R
   M /pkg/man/panel.qqmath.Rd

local copy of prettyDate; tweak qqmath example
------------------------------------------------------------------------
r575 | felix | 2010-04-06 14:08:45 +1000 (Tue, 06 Apr 2010) | 1 line
Changed paths:
   M /pkg/NEWS
   M /pkg/R/qqmath.R
   M /pkg/man/panel.qqmath.Rd
   M /pkg/man/prepanel.default.Rd

add argument 'tails.n' to panel.qqmath
------------------------------------------------------------------------
r574 | felix | 2010-03-29 17:14:17 +1100 (Mon, 29 Mar 2010) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/NEWS
   M /pkg/R/axis.R
   M /pkg/man/xyplot.ts.Rd

new date/time axes using pretty()
------------------------------------------------------------------------
r573 | deepayan | 2010-03-26 22:56:37 +1100 (Fri, 26 Mar 2010) | 1 line
Changed paths:
   M /pkg/DESCRIPTION
   M /pkg/INDEX
   M /pkg/NAMESPACE
   M /pkg/R/legend.R
   M /pkg/R/levelplot.R
   M /pkg/R/miscellaneous.R
   M /pkg/R/panel.smoothscatter.R
   M /pkg/man/llines.Rd
   M /pkg/man/panel.levelplot.Rd
   M /pkg/man/panel.smoothScatter.Rd

miscellaneous updates, including use of grid.raster, and depending on R 2.11
------------------------------------------------------------------------
r572 | deepayan | 2010-02-28 19:33:42 +1100 (Sun, 28 Feb 2010) | 1 line
Changed paths:
   M /www/Vignettes/src/lattice-intro/Makefile
   M /www/Vignettes/src/lattice-tricks/Makefile
   A /www/Vignettes/src/lattice-tricks/SweaveBeamer.sty

updates
------------------------------------------------------------------------
r571 | deepayan | 2010-02-28 19:25:15 +1100 (Sun, 28 Feb 2010) | 1 line
Changed paths:
   M /www/Vignettes/src/lattice-intro/Makefile
   D /www/Vignettes/src/lattice-intro/Sweave.sty
   M /www/Vignettes/src/lattice-intro/lattice-intro-slides.Rnw

updates
------------------------------------------------------------------------
r570 | deepayan | 2010-02-28 19:11:27 +1100 (Sun, 28 Feb 2010) | 1 line
Changed paths:
   A /www/Vignettes
   A /www/Vignettes/TODO
   A /www/Vignettes/index.html
   A /www/Vignettes/src
   A /www/Vignettes/src/lattice-intro
   A /www/Vignettes/src/lattice-intro/Makefile
   A /www/Vignettes/src/lattice-intro/Sweave.sty
   A /www/Vignettes/src/lattice-intro/SweaveBeamer.sty
   A /www/Vignettes/src/lattice-intro/figs
   A /www/Vignettes/src/lattice-intro/lattice-intro-slides.Rnw
   A /www/Vignettes/src/lattice-intro/lattice-intro.Rnw
   A /www/Vignettes/src/lattice-intro/references.bib
   A /www/Vignettes/src/lattice-tricks
   A /www/Vignettes/src/lattice-tricks/Makefile
   A /www/Vignettes/src/lattice-tricks/figs
   A /www/Vignettes/src/lattice-tricks/lattice-tricks-slides.Rnw
   A /www/Vignettes/src/lattice-tricks/lattice-tricks.Rnw
   A /www/Vignettes/src/lattice-tricks/panelFunctions.Rnw
   A /www/Vignettes/src/lattice-tricks/references.bib
   A /www/Vignettes/src/lattice-tricks/regGcsemv.Rnw
   A /www/Vignettes/src/lattice-tricks/regOxboys.Rnw
   A /www/Vignettes/src/lattice-tricks/reorder.Rnw
   M /www/index.php

initial checkin of tutorials section (in progress)
------------------------------------------------------------------------
r569 | felix | 2010-01-28 15:37:36 +1100 (Thu, 28 Jan 2010) | 1 line
Changed paths:
   M /pkg/R/scales.R
   M /pkg/R/xyplot.ts.R
   M /pkg/man/xyplot.ts.Rd

warnings...
------------------------------------------------------------------------
r568 | felix | 2010-01-25 11:27:57 +1100 (Mon, 25 Jan 2010) | 1 line
Changed paths:
   M /pkg/R/scales.R

fix for character limits
------------------------------------------------------------------------
r567 | felix | 2010-01-21 00:09:31 +1100 (Thu, 21 Jan 2010) | 1 line
Changed paths:
   M /pkg/NEWS
   M /pkg/R/scales.R

allow NAs in xlim, ylim etc - e.g. ylim = c(0, NA)
------------------------------------------------------------------------
r566 | felix | 2010-01-21 00:08:15 +1100 (Thu, 21 Jan 2010) | 1 line
Changed paths:
   M /pkg/R/update.trellis.R

allow updating scales$axs in update.trellis
------------------------------------------------------------------------
r565 | felix | 2010-01-21 00:05:33 +1100 (Thu, 21 Jan 2010) | 1 line
Changed paths:
   M /pkg/R/common.R

fix for NAs in 'layout'
------------------------------------------------------------------------
r564 | felix | 2010-01-20 21:10:35 +1100 (Wed, 20 Jan 2010) | 1 line
Changed paths:
   M /pkg/NEWS
   M /pkg/R/common.R
   M /pkg/man/xyplot.Rd

allow NA (not Inf) in 'layout' argument.
------------------------------------------------------------------------
r563 | felix | 2010-01-20 12:32:48 +1100 (Wed, 20 Jan 2010) | 1 line
Changed paths:
   M /pkg/NEWS
   M /pkg/R/common.R
   M /pkg/man/xyplot.Rd

allow Inf in layout argument
------------------------------------------------------------------------
r562 | deepayan | 2010-01-18 05:25:49 +1100 (Mon, 18 Jan 2010) | 1 line
Changed paths:
   M /pkg/R/levelplot.R

an experimental panel.levelplot.raster based on grid.raster (for R >= 2.11.0)
------------------------------------------------------------------------
r561 | deepayan | 2010-01-17 22:25:21 +1100 (Sun, 17 Jan 2010) | 1 line
Changed paths:
   M /pkg/ChangeLog
   M /pkg/DESCRIPTION
   M /pkg/NEWS
   M /pkg/SvnLog
   M /pkg/po/R-lattice.pot

updates for release (including version bump to 0.18)
------------------------------------------------------------------------
r560 | felix | 2010-01-11 18:48:42 -0800 (Mon, 11 Jan 2010) | 1 line
Changed paths:
   M /pkg/R/bwplot.R
   M /pkg/R/cloud.R
   M /pkg/R/densityplot.R
   M /pkg/R/histogram.R
   M /pkg/R/parallel.R
   M /pkg/R/qqmath.R
   M /pkg/R/splom.R
   M /pkg/R/update.trellis.R
   M /pkg/R/xyplot.R
   M /pkg/man/xyplot.Rd

allow 'text' argument to force auto.key
------------------------------------------------------------------------
r559 | deepayan | 2010-01-11 06:06:53 -0800 (Mon, 11 Jan 2010) | 1 line
Changed paths:
   M /pkg/R/legend.R
   M /pkg/R/miscellaneous.R
   A /www/index.php

new internal function, plus a placeholder webpage
------------------------------------------------------------------------
r558 | deepayan | 2010-01-10 13:43:10 -0800 (Sun, 10 Jan 2010) | 1 line
Changed paths:
   M /pkg/man/xyplot.Rd

fixed typo
------------------------------------------------------------------------
r557 | felix | 2009-12-26 21:57:22 -0800 (Sat, 26 Dec 2009) | 1 line
Changed paths:
   M /pkg/R/panels.R
   M /pkg/man/panel.superpose.Rd

'group.value' passed by panel.superpose
------------------------------------------------------------------------
r556 | felix | 2009-12-26 21:27:28 -0800 (Sat, 26 Dec 2009) | 1 line
Changed paths:
   M /pkg/INDEX
   M /pkg/NAMESPACE
   M /pkg/R/xyplot.ts.R
   A /pkg/man/xyplot.ts.Rd

xyplot.ts: cleanup, add doc
------------------------------------------------------------------------
r555 | deepayan | 2009-12-18 05:27:48 -0800 (Fri, 18 Dec 2009) | 1 line
Changed paths:
   M /trunk/lattice/R/levelplot.R
   M /trunk/lattice/man/panel.levelplot.Rd

panel.levelplot bugfix, and add option for borders

NOTE: THIS IS THE SAME ENTRY AS THE NEXT ONE, AND REPRESENTS THE
RELOCATION OF THE SUBVERSION TREE FROM
https://svn.r-project.org/R-packages/ TO R-FORGE.  THIS LEADS TO A
REMAPPING OF THE REVISION NUMBERS.
------------------------------------------------------------------------

Change SVN location (to https://lattice.r-forge.r-project.org)

------------------------------------------------------------------------
r5540 | deepayan | 2009-12-18 05:27:48 -0800 (Fri, 18 Dec 2009) | 1 line
Changed paths:
   M /trunk/lattice/R/levelplot.R
   M /trunk/lattice/man/panel.levelplot.Rd

panel.levelplot bugfix, and add option for borders
------------------------------------------------------------------------
r5534 | deepayan | 2009-12-08 23:21:20 -0800 (Tue, 08 Dec 2009) | 1 line
Changed paths:
   M /trunk/lattice/man/xyplot.Rd

doc clarification
------------------------------------------------------------------------
r5533 | deepayan | 2009-12-08 22:43:46 -0800 (Tue, 08 Dec 2009) | 1 line
Changed paths:
   M /trunk/lattice/NAMESPACE
   A /trunk/lattice/R/xyplot.ts.R

add xyplot.ts method, merging versions in latticeExtra and zoo (courtesy of Felix Andrews)
------------------------------------------------------------------------
r5531 | deepayan | 2009-12-08 22:40:26 -0800 (Tue, 08 Dec 2009) | 1 line
Changed paths:
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/panels.R

panel.average fix + minor formatting
------------------------------------------------------------------------
r5490 | deepayan | 2009-10-04 13:06:23 -0700 (Sun, 04 Oct 2009) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/INDEX
   M /trunk/lattice/NEWS
   M /trunk/lattice/SvnLog
   M /trunk/lattice/po/R-lattice.pot

updated version, news
------------------------------------------------------------------------
r5489 | deepayan | 2009-10-04 12:59:18 -0700 (Sun, 04 Oct 2009) | 1 line
Changed paths:
   M /trunk/lattice/man/Lattice.Rd
   M /trunk/lattice/man/Rows.Rd
   M /trunk/lattice/man/axis.default.Rd
   M /trunk/lattice/man/banking.Rd
   M /trunk/lattice/man/barchart.table.Rd
   M /trunk/lattice/man/barley.Rd
   M /trunk/lattice/man/cloud.Rd
   M /trunk/lattice/man/draw.colorkey.Rd
   M /trunk/lattice/man/draw.key.Rd
   M /trunk/lattice/man/environmental.Rd
   M /trunk/lattice/man/ethanol.Rd
   M /trunk/lattice/man/histogram.Rd
   M /trunk/lattice/man/interaction.Rd
   M /trunk/lattice/man/lattice.options.Rd
   M /trunk/lattice/man/latticeParseFormula.Rd
   M /trunk/lattice/man/level.colors.Rd
   M /trunk/lattice/man/levelplot.Rd
   M /trunk/lattice/man/llines.Rd
   M /trunk/lattice/man/lset.Rd
   M /trunk/lattice/man/make.groups.Rd
   M /trunk/lattice/man/melanoma.Rd
   M /trunk/lattice/man/oneway.Rd
   M /trunk/lattice/man/packet.panel.default.Rd
   M /trunk/lattice/man/panel.axis.Rd
   M /trunk/lattice/man/panel.barchart.Rd
   M /trunk/lattice/man/panel.bwplot.Rd
   M /trunk/lattice/man/panel.cloud.Rd
   M /trunk/lattice/man/panel.densityplot.Rd
   M /trunk/lattice/man/panel.dotplot.Rd
   M /trunk/lattice/man/panel.functions.Rd
   M /trunk/lattice/man/panel.histogram.Rd
   M /trunk/lattice/man/panel.levelplot.Rd
   M /trunk/lattice/man/panel.number.Rd
   M /trunk/lattice/man/panel.pairs.Rd
   M /trunk/lattice/man/panel.parallel.Rd
   M /trunk/lattice/man/panel.qqmath.Rd
   M /trunk/lattice/man/panel.qqmathline.Rd
   M /trunk/lattice/man/panel.smoothScatter.Rd
   M /trunk/lattice/man/panel.stripplot.Rd
   M /trunk/lattice/man/panel.superpose.Rd
   M /trunk/lattice/man/panel.violin.Rd
   M /trunk/lattice/man/panel.xyplot.Rd
   M /trunk/lattice/man/prepanel.default.Rd
   M /trunk/lattice/man/prepanel.functions.Rd
   M /trunk/lattice/man/print.trellis.Rd
   M /trunk/lattice/man/qq.Rd
   M /trunk/lattice/man/qqmath.Rd
   M /trunk/lattice/man/rfs.Rd
   M /trunk/lattice/man/shingles.Rd
   M /trunk/lattice/man/simpleKey.Rd
   M /trunk/lattice/man/simpleTheme.Rd
   M /trunk/lattice/man/singer.Rd
   M /trunk/lattice/man/splom.Rd
   M /trunk/lattice/man/strip.default.Rd
   M /trunk/lattice/man/tmd.Rd
   M /trunk/lattice/man/trellis.device.Rd
   M /trunk/lattice/man/trellis.object.Rd
   M /trunk/lattice/man/trellis.par.get.Rd
   M /trunk/lattice/man/update.trellis.Rd
   M /trunk/lattice/man/utilities.3d.Rd
   M /trunk/lattice/man/xyplot.Rd

reordered man pages, plus misc fixes for R 2.10
------------------------------------------------------------------------
r5488 | deepayan | 2009-09-30 04:52:44 -0700 (Wed, 30 Sep 2009) | 1 line
Changed paths:
   M /trunk/lattice/inst/po/de/LC_MESSAGES/R-lattice.mo
   M /trunk/lattice/inst/po/en@quot/LC_MESSAGES/R-lattice.mo
   M /trunk/lattice/po/R-de.po
   M /trunk/lattice/po/R-en@quot.po
   M /trunk/lattice/po/R-lattice.pot

German translation update
------------------------------------------------------------------------
r5484 | deepayan | 2009-09-22 05:23:35 -0700 (Tue, 22 Sep 2009) | 1 line
Changed paths:
   M /trunk/lattice/R/rfs.R

rfs default grid change
------------------------------------------------------------------------
r5455 | deepayan | 2009-08-04 17:01:59 -0700 (Tue, 04 Aug 2009) | 1 line
Changed paths:
   M /trunk/lattice/R/levelplot.R

revert labels behaviour
------------------------------------------------------------------------
r5454 | deepayan | 2009-08-04 17:01:29 -0700 (Tue, 04 Aug 2009) | 1 line
Changed paths:
   M /trunk/lattice/R/panel.smoothscatter.R

guard against failure with a single data point
------------------------------------------------------------------------
r5452 | deepayan | 2009-08-03 10:20:09 -0700 (Mon, 03 Aug 2009) | 1 line
Changed paths:
   M /trunk/lattice/man/cloud.Rd

added link to panel.interaction.cloud
------------------------------------------------------------------------
r5419 | deepayan | 2009-05-14 16:15:13 -0700 (Thu, 14 May 2009) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/inst/po/de/LC_MESSAGES/R-lattice.mo
   A /trunk/lattice/inst/po/en@quot
   A /trunk/lattice/inst/po/en@quot/LC_MESSAGES
   A /trunk/lattice/inst/po/en@quot/LC_MESSAGES/R-lattice.mo
   M /trunk/lattice/po/R-de.po
   M /trunk/lattice/po/R-lattice.pot
   M /trunk/lattice/update.sh

translation updates
------------------------------------------------------------------------
r5418 | deepayan | 2009-05-13 15:38:21 -0700 (Wed, 13 May 2009) | 1 line
Changed paths:
   A /trunk/lattice/po/R-en@quot.po

en@quot translations
------------------------------------------------------------------------
r5417 | deepayan | 2009-05-13 14:53:11 -0700 (Wed, 13 May 2009) | 1 line
Changed paths:
   M /trunk/lattice/po/R-lattice.pot
   M /trunk/lattice/update.sh

fix .mo file names
------------------------------------------------------------------------
r5416 | deepayan | 2009-05-13 14:52:41 -0700 (Wed, 13 May 2009) | 1 line
Changed paths:
   D /trunk/lattice/inst/po/de/LC_MESSAGES/R-de.mo
   A /trunk/lattice/inst/po/de/LC_MESSAGES/R-lattice.mo (from /trunk/lattice/inst/po/de/LC_MESSAGES/R-de.mo:5415)
   D /trunk/lattice/inst/po/fr/LC_MESSAGES/R-fr.mo
   A /trunk/lattice/inst/po/fr/LC_MESSAGES/R-lattice.mo (from /trunk/lattice/inst/po/fr/LC_MESSAGES/R-fr.mo:5415)

fix .mo file names
------------------------------------------------------------------------
r5415 | deepayan | 2009-05-13 14:47:19 -0700 (Wed, 13 May 2009) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/NEWS
   A /trunk/lattice/inst
   A /trunk/lattice/inst/po
   A /trunk/lattice/inst/po/de
   A /trunk/lattice/inst/po/de/LC_MESSAGES
   A /trunk/lattice/inst/po/de/LC_MESSAGES/R-de.mo
   A /trunk/lattice/inst/po/fr
   A /trunk/lattice/inst/po/fr/LC_MESSAGES
   A /trunk/lattice/inst/po/fr/LC_MESSAGES/R-fr.mo
   M /trunk/lattice/man/level.colors.Rd
   M /trunk/lattice/man/levelplot.Rd
   M /trunk/lattice/man/panel.levelplot.Rd
   M /trunk/lattice/po/R-lattice.pot
   M /trunk/lattice/update.sh

doc fixes, and translation-related updates
------------------------------------------------------------------------
r5401 | deepayan | 2009-04-28 15:26:35 -0700 (Tue, 28 Apr 2009) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   A /trunk/lattice/po/R-de.po
   M /trunk/lattice/po/R-fr.po
   M /trunk/lattice/po/R-lattice.pot

added German translations
------------------------------------------------------------------------
r5400 | deepayan | 2009-04-28 15:26:11 -0700 (Tue, 28 Apr 2009) | 1 line
Changed paths:
   M /trunk/lattice/R/levelplot.R
   M /trunk/lattice/man/panel.levelplot.Rd

levelplot labeling fix
------------------------------------------------------------------------
r5385 | deepayan | 2009-04-03 17:53:54 -0700 (Fri, 03 Apr 2009) | 1 line
Changed paths:
   M /trunk/lattice/man/panel.smoothScatter.Rd

removed another link
------------------------------------------------------------------------
r5384 | deepayan | 2009-04-03 17:43:07 -0700 (Fri, 03 Apr 2009) | 1 line
Changed paths:
   M /trunk/lattice/man/panel.smoothScatter.Rd

removed doc link that would be absent in R < 2.9.0
------------------------------------------------------------------------
r5383 | deepayan | 2009-04-03 17:37:31 -0700 (Fri, 03 Apr 2009) | 1 line
Changed paths:
   M /trunk/lattice/man/panel.smoothScatter.Rd

fixed doc mismatch
------------------------------------------------------------------------
r5382 | deepayan | 2009-04-03 17:36:45 -0700 (Fri, 03 Apr 2009) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/INDEX
   M /trunk/lattice/NAMESPACE
   M /trunk/lattice/NEWS
   A /trunk/lattice/R/panel.smoothscatter.R
   A /trunk/lattice/man/panel.smoothScatter.Rd

added panel.smoothScatter
------------------------------------------------------------------------
r5379 | deepayan | 2009-03-26 14:09:05 -0700 (Thu, 26 Mar 2009) | 1 line
Changed paths:
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/man/xyplot.Rd

update to panel.violin fix
------------------------------------------------------------------------
r5378 | deepayan | 2009-03-26 11:27:09 -0700 (Thu, 26 Mar 2009) | 1 line
Changed paths:
   M /trunk/lattice/R/bwplot.R

fixed panel.violin to handle length-1 samples
------------------------------------------------------------------------
r5339 | deepayan | 2009-02-03 13:11:58 -0800 (Tue, 03 Feb 2009) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/R/common.R
   M /trunk/lattice/R/scales.R

fixed aspect='iso' behaviour in levelplot with factor x and y
------------------------------------------------------------------------
r5316 | deepayan | 2009-01-05 17:59:58 -0800 (Mon, 05 Jan 2009) | 1 line
Changed paths:
   M /trunk/lattice/SvnLog
   M /trunk/lattice/po/R-lattice.pot

updated log
------------------------------------------------------------------------
r5315 | deepayan | 2009-01-05 16:57:02 -0800 (Mon, 05 Jan 2009) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/R/axis.R
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/common.R
   M /trunk/lattice/R/densityplot.R
   M /trunk/lattice/R/interaction.R
   M /trunk/lattice/R/layout.R
   M /trunk/lattice/R/legend.R
   M /trunk/lattice/R/levelplot.R
   M /trunk/lattice/R/miscellaneous.R
   M /trunk/lattice/R/panels.R
   M /trunk/lattice/R/parallel.R
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/R/qqmath.R
   M /trunk/lattice/R/scales.R
   M /trunk/lattice/R/settings.R
   M /trunk/lattice/R/splom.R
   M /trunk/lattice/R/strip.R
   M /trunk/lattice/R/update.trellis.R
   M /trunk/lattice/R/zzz.R
   M /trunk/lattice/man/ethanol.Rd
   M /trunk/lattice/man/levelplot.Rd
   M /trunk/lattice/man/panel.qqmathline.Rd
   M /trunk/lattice/man/panel.superpose.Rd
   M /trunk/lattice/man/panel.xyplot.Rd
   M /trunk/lattice/man/prepanel.functions.Rd
   M /trunk/lattice/man/splom.Rd
   M /trunk/lattice/man/update.trellis.Rd
   M /trunk/lattice/man/xyplot.Rd

fixed many partial argument matches
------------------------------------------------------------------------
r5310 | deepayan | 2008-12-28 19:37:12 -0800 (Sun, 28 Dec 2008) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/R/legend.R
   M /trunk/lattice/R/settings.R
   M /trunk/lattice/man/xyplot.Rd

support custom rectangle border colors in draw.key, fixed doc error
------------------------------------------------------------------------
r5305 | deepayan | 2008-12-23 16:44:17 -0800 (Tue, 23 Dec 2008) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/R/levelplot.R
   M /trunk/lattice/SvnLog
   M /trunk/lattice/man/levelplot.Rd
   M /trunk/lattice/man/tmd.Rd

fixed doc typo, reverted to old axis behaviour for levelplot.matrix etc.
------------------------------------------------------------------------
r5270 | deepayan | 2008-11-20 23:37:39 -0800 (Thu, 20 Nov 2008) | 1 line
Changed paths:
   M /trunk/lattice/R/common.R

make extend.limits handle NAs
------------------------------------------------------------------------
r5269 | deepayan | 2008-11-20 21:39:30 -0800 (Thu, 20 Nov 2008) | 1 line
Changed paths:
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/common.R
   M /trunk/lattice/R/densityplot.R
   M /trunk/lattice/R/histogram.R
   M /trunk/lattice/R/levelplot.R
   M /trunk/lattice/R/panels.R
   M /trunk/lattice/R/qqmath.R
   M /trunk/lattice/R/scales.R
   M /trunk/lattice/R/tmd.R
   M /trunk/lattice/R/xyplot.R

fixed densityplot prepanel bug for empty packets; also cleaned up NA usage
------------------------------------------------------------------------
r5268 | deepayan | 2008-11-20 21:08:29 -0800 (Thu, 20 Nov 2008) | 1 line
Changed paths:
   M /trunk/lattice/man/barchart.table.Rd

fixed spelling mistake
------------------------------------------------------------------------
r5267 | deepayan | 2008-11-20 20:58:03 -0800 (Thu, 20 Nov 2008) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/INDEX
   M /trunk/lattice/NAMESPACE
   M /trunk/lattice/R/levelplot.R
   M /trunk/lattice/R/parallel.R
   M /trunk/lattice/R/splom.R
   M /trunk/lattice/man/levelplot.Rd

added a table method for levelplot; better memory management for splom
and parallel methods
------------------------------------------------------------------------
r5266 | deepayan | 2008-11-20 16:09:55 -0800 (Thu, 20 Nov 2008) | 1 line
Changed paths:
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/update.trellis.R

cleaned up remaining bugs
------------------------------------------------------------------------
r5265 | deepayan | 2008-11-20 01:31:14 -0800 (Thu, 20 Nov 2008) | 1 line
Changed paths:
   M /trunk/lattice/NAMESPACE
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/man/panel.bwplot.Rd

Added support for notches in panel.bwplot (thanks to patch from Mike Kay)
------------------------------------------------------------------------
r5264 | deepayan | 2008-11-19 17:18:45 -0800 (Wed, 19 Nov 2008) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/R/interaction.R
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/man/interaction.Rd

fixed trellis.focus() bug by adding a dummy viewport
------------------------------------------------------------------------
r5263 | deepayan | 2008-11-17 17:32:25 -0800 (Mon, 17 Nov 2008) | 1 line
Changed paths:
   M /trunk/lattice/R/update.trellis.R

bugfix for [.trellis
------------------------------------------------------------------------
r5262 | deepayan | 2008-11-12 22:24:45 -0800 (Wed, 12 Nov 2008) | 1 line
Changed paths:
   M /trunk/lattice/R/update.trellis.R

update.trellis bugfixes
------------------------------------------------------------------------
r5261 | deepayan | 2008-11-10 23:33:18 -0800 (Mon, 10 Nov 2008) | 1 line
Changed paths:
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/histogram.R

bug-fixes related to factor handling
------------------------------------------------------------------------
r5241 | deepayan | 2008-10-08 13:58:14 -0700 (Wed, 08 Oct 2008) | 1 line
Changed paths:
   M /trunk/lattice/man/simpleTheme.Rd
   M /trunk/lattice/man/splom.Rd

doc clarifications
------------------------------------------------------------------------
r5240 | deepayan | 2008-10-02 19:22:15 -0700 (Thu, 02 Oct 2008) | 1 line
Changed paths:
   M /trunk/lattice/man/print.trellis.Rd

fixed typo
------------------------------------------------------------------------
r5230 | deepayan | 2008-09-17 12:27:32 -0700 (Wed, 17 Sep 2008) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION

updated version
------------------------------------------------------------------------
r5229 | deepayan | 2008-09-11 23:29:55 -0700 (Thu, 11 Sep 2008) | 1 line
Changed paths:
   M /trunk/lattice/R/axis.R

update of previous bugfix
------------------------------------------------------------------------
r5228 | deepayan | 2008-09-11 22:11:08 -0700 (Thu, 11 Sep 2008) | 1 line
Changed paths:
   M /trunk/lattice/R/axis.R

bugfix: was using wrong argument name
------------------------------------------------------------------------
r5227 | deepayan | 2008-09-11 22:10:33 -0700 (Thu, 11 Sep 2008) | 1 line
Changed paths:
   M /trunk/lattice/R/interaction.R

skip points outside bounding box (not drawn) when identifying
------------------------------------------------------------------------
r5222 | deepayan | 2008-09-03 18:02:18 -0700 (Wed, 03 Sep 2008) | 1 line
Changed paths:
   M /trunk/lattice/R/update.trellis.R
   M /trunk/lattice/man/update.trellis.Rd

updated update.trellis() to recognise 'plot.args' and 'lattice.options'
------------------------------------------------------------------------
r5221 | deepayan | 2008-08-29 16:59:53 -0700 (Fri, 29 Aug 2008) | 1 line
Changed paths:
   M /trunk/lattice/R/legend.R
   M /trunk/lattice/R/update.trellis.R
   M /trunk/lattice/man/draw.key.Rd
   M /trunk/lattice/po/R-lattice.pot

better handling of legends in update.trellis
------------------------------------------------------------------------
r5220 | deepayan | 2008-08-28 13:04:07 -0700 (Thu, 28 Aug 2008) | 1 line
Changed paths:
   M /trunk/lattice/R/interaction.R
   M /trunk/lattice/man/interaction.Rd

made interactive part customizable in panel.identify.cloud
------------------------------------------------------------------------
r5219 | deepayan | 2008-08-27 16:32:49 -0700 (Wed, 27 Aug 2008) | 1 line
Changed paths:
   M /trunk/lattice/NAMESPACE
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/interaction.R
   M /trunk/lattice/man/interaction.Rd

added a panel.identify.cloud
------------------------------------------------------------------------
r5218 | deepayan | 2008-08-27 15:01:32 -0700 (Wed, 27 Aug 2008) | 1 line
Changed paths:
   M /trunk/lattice/R/panels.R

[pre]panel.lmline now checks for at least 2 observations
------------------------------------------------------------------------
r5216 | deepayan | 2008-08-25 16:59:04 -0700 (Mon, 25 Aug 2008) | 1 line
Changed paths:
   M /trunk/lattice/man/llines.Rd

doc update
------------------------------------------------------------------------
r5215 | deepayan | 2008-08-25 16:58:41 -0700 (Mon, 25 Aug 2008) | 1 line
Changed paths:
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/man/barchart.table.Rd

added a 'horizontal' argument for dotplot.table
------------------------------------------------------------------------
r5214 | deepayan | 2008-08-25 16:44:04 -0700 (Mon, 25 Aug 2008) | 1 line
Changed paths:
   M /trunk/lattice/R/densityplot.R
   M /trunk/lattice/man/histogram.Rd
   M /trunk/lattice/man/panel.densityplot.Rd
   M /trunk/lattice/man/prepanel.default.Rd

added a 'weights' argument to densityplot
------------------------------------------------------------------------
r5210 | deepayan | 2008-08-20 17:04:22 -0700 (Wed, 20 Aug 2008) | 1 line
Changed paths:
   M /trunk/lattice/R/densityplot.R

draw density last, to allow grids etc.
------------------------------------------------------------------------
r5209 | deepayan | 2008-08-20 16:41:34 -0700 (Wed, 20 Aug 2008) | 1 line
Changed paths:
   M /trunk/lattice/R/axis.R

date-time fix ported from R
------------------------------------------------------------------------
r5208 | deepayan | 2008-08-20 16:40:39 -0700 (Wed, 20 Aug 2008) | 1 line
Changed paths:
   M /trunk/lattice/R/miscellaneous.R
   M /trunk/lattice/man/llines.Rd

added 'col.symbol' convenience in lplot.xy
------------------------------------------------------------------------
r5207 | deepayan | 2008-08-20 16:39:15 -0700 (Wed, 20 Aug 2008) | 1 line
Changed paths:
   M /trunk/lattice/demo/lattice.R

use devAskNewPage instead of grid.prompt if available
------------------------------------------------------------------------
r5203 | deepayan | 2008-08-11 18:18:33 -0700 (Mon, 11 Aug 2008) | 1 line
Changed paths:
   M /trunk/lattice/R/layout.R
   M /trunk/lattice/man/Lattice.Rd
   M /trunk/lattice/man/panel.parallel.Rd
   M /trunk/lattice/man/splom.Rd

bugfix and doc updates
------------------------------------------------------------------------
r5202 | deepayan | 2008-08-10 00:24:42 -0700 (Sun, 10 Aug 2008) | 1 line
Changed paths:
   M /trunk/lattice/R/layout.R

bugfix: layout calculations now use scale.components
------------------------------------------------------------------------
r5200 | deepayan | 2008-08-08 16:25:01 -0700 (Fri, 08 Aug 2008) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/NEWS
   M /trunk/lattice/R/parallel.R
   M /trunk/lattice/man/panel.parallel.Rd
   M /trunk/lattice/man/prepanel.default.Rd
   M /trunk/lattice/man/splom.Rd

changed horizontal to horizontal.axis in parallel
------------------------------------------------------------------------









------------------------------------------------------------------------
r5194 | deepayan | 2008-08-05 15:41:08 -0700 (Tue, 05 Aug 2008) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/densityplot.R
   M /trunk/lattice/R/histogram.R
   M /trunk/lattice/R/qqmath.R
   M /trunk/lattice/man/prepanel.default.Rd

improved memory usage for non-formula methods; make one less copy
------------------------------------------------------------------------
r5183 | deepayan | 2008-08-01 17:16:14 -0700 (Fri, 01 Aug 2008) | 1 line
Changed paths:
   M /trunk/lattice/R/parallel.R
   M /trunk/lattice/man/panel.densityplot.Rd
   M /trunk/lattice/man/panel.parallel.Rd
   M /trunk/lattice/man/prepanel.default.Rd
   M /trunk/lattice/man/splom.Rd

added the possibility of parallel coordinate plots stacked side by
side through a 'horizontal' argument.
------------------------------------------------------------------------
r5182 | deepayan | 2008-08-01 12:56:04 -0700 (Fri, 01 Aug 2008) | 1 line
Changed paths:
   M /trunk/lattice/NAMESPACE
   M /trunk/lattice/R/panels.R
   M /trunk/lattice/man/panel.functions.Rd

added a panel.refline() function
------------------------------------------------------------------------
r5179 | deepayan | 2008-07-24 17:37:03 -0700 (Thu, 24 Jul 2008) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/histogram.R
   M /trunk/lattice/R/miscellaneous.R
   M /trunk/lattice/R/qq.R
   M /trunk/lattice/R/qqmath.R
   M /trunk/lattice/R/xyplot.R
   M /trunk/lattice/man/histogram.Rd

slightly reworked prepanel functions to get better date support
------------------------------------------------------------------------
r5175 | deepayan | 2008-07-11 17:28:33 -0700 (Fri, 11 Jul 2008) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/man/panel.bwplot.Rd

fix use of alpha in panel.bwplot
------------------------------------------------------------------------
r5167 | deepayan | 2008-06-23 15:52:14 -0700 (Mon, 23 Jun 2008) | 1 line
Changed paths:
   M /trunk/lattice/R/layout.R

bugfix: strip heights in layout.widths settings were being used twice
------------------------------------------------------------------------
r5162 | deepayan | 2008-06-19 12:17:33 -0700 (Thu, 19 Jun 2008) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/densityplot.R
   M /trunk/lattice/R/histogram.R
   M /trunk/lattice/R/levelplot.R
   M /trunk/lattice/R/miscellaneous.R
   M /trunk/lattice/R/qq.R
   M /trunk/lattice/R/qqmath.R
   M /trunk/lattice/R/xyplot.R

bugfix: [xy]lim=list() didn't work with scales=TRUE (reported by Richard Cotton)
------------------------------------------------------------------------
r5161 | deepayan | 2008-06-19 11:58:08 -0700 (Thu, 19 Jun 2008) | 1 line
Changed paths:
   M /trunk/lattice/R/levelplot.R

bugfix: prepanel.default.levelplot was not handling Date-Time variables correctly
------------------------------------------------------------------------
r5141 | deepayan | 2008-05-29 19:46:51 -0700 (Thu, 29 May 2008) | 1 line
Changed paths:
   M /trunk/lattice/R/common.R
   M /trunk/lattice/R/scales.R

a more sophisticated (but unexported) version of banking
------------------------------------------------------------------------
r5138 | deepayan | 2008-05-27 13:59:48 -0700 (Tue, 27 May 2008) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/R/cloud.R

bugfix in cloud(..., groups=, col=) with repeated colors
------------------------------------------------------------------------
r5134 | deepayan | 2008-05-16 17:17:28 -0700 (Fri, 16 May 2008) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/man/xyplot.Rd

clarified interpretation of subscripts, updated DESCRIPTION
------------------------------------------------------------------------
r5133 | deepayan | 2008-05-16 17:16:11 -0700 (Fri, 16 May 2008) | 1 line
Changed paths:
   M /trunk/lattice/R/histogram.R

bugfix for non-numeric (e.g. Date) 'breaks' in histogram
------------------------------------------------------------------------
r5125 | deepayan | 2008-05-02 15:51:47 -0700 (Fri, 02 May 2008) | 1 line
Changed paths:
   M /trunk/lattice/SvnLog
   M /trunk/lattice/po/R-lattice.pot

updated logs
------------------------------------------------------------------------
r5124 | deepayan | 2008-05-02 15:49:51 -0700 (Fri, 02 May 2008) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/R/panels.R
   D /trunk/lattice/inst
   M /trunk/lattice/man/interaction.Rd
   M /trunk/lattice/man/panel.functions.Rd

added support for 'type' in panel.average, plus misc bookkeeping
------------------------------------------------------------------------
r5123 | deepayan | 2008-05-02 15:41:17 -0700 (Fri, 02 May 2008) | 1 line
Changed paths:
   M /trunk/lattice/NAMESPACE
   M /trunk/lattice/R/interaction.R

renamed panel.brush.splom to panel.link.splom (which is less of a misnomer)
------------------------------------------------------------------------
r5112 | deepayan | 2008-04-24 14:42:23 -0700 (Thu, 24 Apr 2008) | 1 line
Changed paths:
   M /trunk/lattice/NEWS

updated NEWS
------------------------------------------------------------------------
r5111 | deepayan | 2008-04-24 14:39:32 -0700 (Thu, 24 Apr 2008) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/man/Lattice.Rd
   M /trunk/lattice/man/cloud.Rd
   M /trunk/lattice/man/histogram.Rd
   M /trunk/lattice/man/levelplot.Rd
   M /trunk/lattice/man/panel.barchart.Rd
   M /trunk/lattice/man/panel.bwplot.Rd
   M /trunk/lattice/man/panel.violin.Rd
   M /trunk/lattice/man/trellis.device.Rd
   M /trunk/lattice/man/xyplot.Rd

updated man pages to include Springer book reference
------------------------------------------------------------------------
r5086 | deepayan | 2008-04-22 09:22:34 -0700 (Tue, 22 Apr 2008) | 1 line
Changed paths:
   A /trunk/lattice/NEWS (from /trunk/lattice/inst/Changes:5085)
   D /trunk/lattice/inst/Changes

renamed inst/Changes to NEWS, which is more standard
------------------------------------------------------------------------
r4966 | deepayan | 2008-02-28 08:31:34 -0800 (Thu, 28 Feb 2008) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/man/make.groups.Rd

fixed typo
------------------------------------------------------------------------
r4948 | deepayan | 2008-02-15 19:03:09 -0800 (Fri, 15 Feb 2008) | 1 line
Changed paths:
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/levelplot.R
   M /trunk/lattice/SvnLog
   M /trunk/lattice/inst/Changes
   M /trunk/lattice/man/cloud.Rd
   M /trunk/lattice/po/R-lattice.pot

xlim/ylim updates in cloud() too; updated logs
------------------------------------------------------------------------
r4947 | deepayan | 2008-02-14 23:05:22 -0800 (Thu, 14 Feb 2008) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/man/levelplot.Rd

documented new arguments, bumped version
------------------------------------------------------------------------
r4946 | deepayan | 2008-02-14 18:30:10 -0800 (Thu, 14 Feb 2008) | 1 line
Changed paths:
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/levelplot.R

better axis labeling for matrix input
------------------------------------------------------------------------
r4945 | deepayan | 2008-02-14 16:50:26 -0800 (Thu, 14 Feb 2008) | 1 line
Changed paths:
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/man/print.trellis.Rd

added support for 'panel.error=NULL' in print.trellis(), to bypass
tryCatch when calling panel functions.  This allows the use of normal
debgging tools such as traceback() and recover()
------------------------------------------------------------------------
r4920 | deepayan | 2008-02-05 13:02:00 -0800 (Tue, 05 Feb 2008) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/R/axis.R

bugfix in formattedTicksAndLabels.POSIXct; labels are now subsetted in
accordance with at
------------------------------------------------------------------------
r4898 | deepayan | 2008-01-11 14:12:50 -0800 (Fri, 11 Jan 2008) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/R/parallel.R
   M /trunk/lattice/R/splom.R
   M /trunk/lattice/man/splom.Rd

fixed scoping behaviour for some non-formula methods
------------------------------------------------------------------------
r4896 | deepayan | 2008-01-03 10:13:56 -0800 (Thu, 03 Jan 2008) | 1 line
Changed paths:
   M /trunk/lattice/R/parallel.R
   M /trunk/lattice/R/splom.R

better scoping behaviour
------------------------------------------------------------------------
r4892 | deepayan | 2007-12-31 15:40:44 -0800 (Mon, 31 Dec 2007) | 1 line
Changed paths:
   M /trunk/lattice/demo/00Index
   M /trunk/lattice/man/Lattice.Rd

better behaved link to ?interaction
------------------------------------------------------------------------
r4881 | deepayan | 2007-12-25 22:42:30 -0800 (Tue, 25 Dec 2007) | 1 line
Changed paths:
   M /trunk/lattice/man/interaction.Rd

clarification of 'name' argument
------------------------------------------------------------------------
r4877 | deepayan | 2007-12-17 14:59:58 -0800 (Mon, 17 Dec 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/bwplot.R

replaced wrong use of by() by tapply() (no longer works in r-devel)
------------------------------------------------------------------------
r4876 | deepayan | 2007-12-16 13:48:07 -0800 (Sun, 16 Dec 2007) | 1 line
Changed paths:
   A /trunk/lattice/demo/labels.R
   M /trunk/lattice/demo/lattice.R

added a 'labels' demo as promised in the book
------------------------------------------------------------------------
r4875 | deepayan | 2007-12-16 13:47:23 -0800 (Sun, 16 Dec 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/settings.R

modified (desaturated) superpose.polygon colors
------------------------------------------------------------------------
r4872 | deepayan | 2007-12-10 13:04:57 -0800 (Mon, 10 Dec 2007) | 1 line
Changed paths:
   M /trunk/lattice/man/panel.stripplot.Rd

clarification
------------------------------------------------------------------------
r4869 | deepayan | 2007-12-07 22:34:35 -0800 (Fri, 07 Dec 2007) | 1 line
Changed paths:
   M /trunk/lattice/man/axis.default.Rd

added details of return value
------------------------------------------------------------------------
r4866 | deepayan | 2007-12-06 09:21:18 -0800 (Thu, 06 Dec 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/miscellaneous.R
   M /trunk/lattice/man/panel.xyplot.Rd

type='s' now works as plot in panel.points etc (but not in panel.xyplot)
------------------------------------------------------------------------
r4865 | deepayan | 2007-12-06 09:20:45 -0800 (Thu, 06 Dec 2007) | 1 line
Changed paths:
   M /trunk/lattice/man/panel.barchart.Rd

doc fix (had spaces between braces)
------------------------------------------------------------------------
r4864 | deepayan | 2007-12-06 09:19:08 -0800 (Thu, 06 Dec 2007) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/R/parallel.R
   M /trunk/lattice/man/splom.Rd

added auto.key support to parallel
------------------------------------------------------------------------
r4841 | deepayan | 2007-10-31 18:37:39 -0700 (Wed, 31 Oct 2007) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/R/print.trellis.R

honor alpha specification for xlab, ylab, main, sub
------------------------------------------------------------------------
r4839 | deepayan | 2007-10-26 01:42:10 -0700 (Fri, 26 Oct 2007) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/R/legend.R
   M /trunk/lattice/R/splom.R

fixed a couple of wrong uses of any()
------------------------------------------------------------------------
r4833 | deepayan | 2007-10-15 18:12:38 -0700 (Mon, 15 Oct 2007) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/INDEX
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/inst/Changes
   M /trunk/lattice/man/panel.cloud.Rd
   M /trunk/lattice/man/print.trellis.Rd
   A /trunk/lattice/man/simpleTheme.Rd
   M /trunk/lattice/man/trellis.device.Rd

simpleTheme() documented, print.trellis now uses
lattice.getOption('print.function') to do the actual printing, plus
misc updates
------------------------------------------------------------------------
r4811 | deepayan | 2007-10-04 15:33:17 -0700 (Thu, 04 Oct 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/histogram.R

include 'right' parameter in hist() call
------------------------------------------------------------------------
r4797 | deepayan | 2007-09-28 18:21:58 -0700 (Fri, 28 Sep 2007) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION

made license standard
------------------------------------------------------------------------
r4796 | deepayan | 2007-09-28 18:21:12 -0700 (Fri, 28 Sep 2007) | 1 line
Changed paths:
   M /trunk/lattice/NAMESPACE
   M /trunk/lattice/R/settings.R
   M /trunk/lattice/man/trellis.device.Rd

exported simpleTheme (not yet documented)
------------------------------------------------------------------------
r4792 | deepayan | 2007-09-27 18:09:39 -0700 (Thu, 27 Sep 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/settings.R

new function simpleTheme (as yet unexported) to create a theme just
from graphical parameters, to be used to produce temporary themes on
the fly
------------------------------------------------------------------------
r4777 | deepayan | 2007-09-20 15:57:32 -0700 (Thu, 20 Sep 2007) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/R/settings.R

changed use of prefix in print.trellis so that printing another
trellis object while one is being printed doesn't mess things up
------------------------------------------------------------------------
r4770 | deepayan | 2007-09-13 15:36:54 -0700 (Thu, 13 Sep 2007) | 1 line
Changed paths:
   M /trunk/lattice/man/strip.default.Rd

fixed typo
------------------------------------------------------------------------
r4764 | deepayan | 2007-09-07 17:28:36 -0700 (Fri, 07 Sep 2007) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/R/common.R
   M /trunk/lattice/inst/Changes

reverted recently introduced behaviour of setting names(x) <-
rownames(data) for formulas of the form ~x, as this gives undesirable
results for bwplot
------------------------------------------------------------------------
r4761 | deepayan | 2007-09-03 17:23:51 -0700 (Mon, 03 Sep 2007) | 1 line
Changed paths:
   M /trunk/lattice/man/xyplot.Rd

clarified role of scales
------------------------------------------------------------------------
r4757 | deepayan | 2007-08-31 16:05:30 -0700 (Fri, 31 Aug 2007) | 1 line
Changed paths:
   M /trunk/lattice/man/panel.xyplot.Rd
   M /trunk/lattice/po/R-lattice.pot

escape % sign in man page
------------------------------------------------------------------------
r4755 | deepayan | 2007-08-31 14:31:14 -0700 (Fri, 31 Aug 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/legend.R
   M /trunk/lattice/man/levelplot.Rd

support for label rotation in colorkey
------------------------------------------------------------------------
r4754 | deepayan | 2007-08-31 14:26:37 -0700 (Fri, 31 Aug 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/panels.R
   M /trunk/lattice/man/panel.functions.Rd

alpha parameter for panel.abline
------------------------------------------------------------------------
r4740 | deepayan | 2007-08-15 17:22:38 -0700 (Wed, 15 Aug 2007) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/INDEX
   M /trunk/lattice/R/qqmath.R
   M /trunk/lattice/R/xyplot.R
   M /trunk/lattice/man/panel.xyplot.Rd

misc fixes, and an example illustrating use of 'type' in panel.xyplot
------------------------------------------------------------------------
r4727 | deepayan | 2007-08-11 13:48:05 -0700 (Sat, 11 Aug 2007) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/R/axis.R
   A /trunk/lattice/man/level.colors.Rd
   M /trunk/lattice/man/levelplot.Rd
   M /trunk/lattice/tests/dates.R

documentation for level.colors and some other minor stuff
------------------------------------------------------------------------
r4726 | deepayan | 2007-08-11 12:16:25 -0700 (Sat, 11 Aug 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/common.R
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/R/scales.R
   M /trunk/lattice/R/splom.R
   M /trunk/lattice/R/xyplot.R

better matching of panel function arguments
------------------------------------------------------------------------
r4724 | deepayan | 2007-08-11 12:14:01 -0700 (Sat, 11 Aug 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/legend.R
   M /trunk/lattice/R/levelplot.R

new function level.colors and applications
------------------------------------------------------------------------
r4723 | deepayan | 2007-08-11 12:09:04 -0700 (Sat, 11 Aug 2007) | 1 line
Changed paths:
   M /trunk/lattice/man/xyplot.Rd

fixed obsolete description of panel.number etc.
------------------------------------------------------------------------
r4722 | deepayan | 2007-08-11 11:05:48 -0700 (Sat, 11 Aug 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/src/threeDplot.c
   M /trunk/lattice/src/threeDplot.h

fix for bad static declaration in header
------------------------------------------------------------------------
r4721 | deepayan | 2007-08-11 11:04:53 -0700 (Sat, 11 Aug 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/miscellaneous.R

supply lwd to grid.points
------------------------------------------------------------------------
r4683 | deepayan | 2007-07-30 18:23:00 -0700 (Mon, 30 Jul 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/parallel.R

bugfix in grouping in parallel coordinate plots
------------------------------------------------------------------------
r4682 | deepayan | 2007-07-30 18:22:20 -0700 (Mon, 30 Jul 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/axis.R

bugfix in axis labeling for 'Date' variables
------------------------------------------------------------------------
r4631 | deepayan | 2007-07-16 19:10:59 -0700 (Mon, 16 Jul 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/print.trellis.R

strip.left now gets called with horizontal=FALSE
------------------------------------------------------------------------
r4630 | deepayan | 2007-07-16 19:09:47 -0700 (Mon, 16 Jul 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/bwplot.R

better $call in dotplot.numeric and barchart.numeric
------------------------------------------------------------------------
r4629 | deepayan | 2007-07-16 19:08:45 -0700 (Mon, 16 Jul 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/scales.R

some fixes for date support (related to dates no longer being numeric)
------------------------------------------------------------------------
r4628 | deepayan | 2007-07-16 19:06:52 -0700 (Mon, 16 Jul 2007) | 1 line
Changed paths:
   M /trunk/lattice/man/banking.Rd

added the sunspot example to ?banking
------------------------------------------------------------------------
r4611 | deepayan | 2007-07-12 18:12:24 -0700 (Thu, 12 Jul 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/print.trellis.R

labels (xlab, main, etc) can now be vectors, and supports more parameters
------------------------------------------------------------------------
r4610 | deepayan | 2007-07-12 18:11:18 -0700 (Thu, 12 Jul 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/summary.trellis.R

made dimnames settable, so that changing levels and names of
conditioning variables is now possible
------------------------------------------------------------------------
r4609 | deepayan | 2007-07-12 14:39:47 -0700 (Thu, 12 Jul 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/levelplot.R

changed width calculation for levelplots when x, y are factors
------------------------------------------------------------------------
r4594 | deepayan | 2007-07-10 11:58:42 -0700 (Tue, 10 Jul 2007) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/levelplot.R
   M /trunk/lattice/man/cloud.Rd
   M /trunk/lattice/man/levelplot.Rd

added '(row|column).values' arguments in levelplot.matrix and
cloud.matrix
------------------------------------------------------------------------
r4593 | deepayan | 2007-07-10 11:57:26 -0700 (Tue, 10 Jul 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/man/barchart.table.Rd

added a 'horizontal' option in barchart.table
------------------------------------------------------------------------
r4554 | deepayan | 2007-07-05 11:42:20 -0700 (Thu, 05 Jul 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/densityplot.R
   M /trunk/lattice/R/histogram.R
   M /trunk/lattice/R/levelplot.R
   M /trunk/lattice/R/parallel.R
   M /trunk/lattice/R/qq.R
   M /trunk/lattice/R/qqmath.R
   M /trunk/lattice/R/shingle.R
   M /trunk/lattice/R/splom.R
   M /trunk/lattice/R/xyplot.R

a better value for the call slot of trellis objects; update.default
now works
------------------------------------------------------------------------
r4553 | deepayan | 2007-07-05 11:40:34 -0700 (Thu, 05 Jul 2007) | 1 line
Changed paths:
   M /trunk/lattice/man/cloud.Rd

a cloud.table method
------------------------------------------------------------------------
r4552 | deepayan | 2007-07-05 11:39:49 -0700 (Thu, 05 Jul 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/common.R

'x' in dotplot(~x, data) etc now gets names(x) set to rownames(data)
------------------------------------------------------------------------
r4551 | deepayan | 2007-07-05 11:36:06 -0700 (Thu, 05 Jul 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/interaction.R
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/man/interaction.Rd

change in trellis.focus() return value, plus misc bugfixes
------------------------------------------------------------------------
r4526 | deepayan | 2007-06-29 19:20:29 -0700 (Fri, 29 Jun 2007) | 1 line
Changed paths:
   M /trunk/lattice/man/panel.pairs.Rd

Added note that date-time variables are not properly supported by splom
------------------------------------------------------------------------
r4524 | deepayan | 2007-06-29 18:53:09 -0700 (Fri, 29 Jun 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/interaction.R
   M /trunk/lattice/man/interaction.Rd

changed trellis.focus() behaviour when there is only one panel
------------------------------------------------------------------------
r4522 | deepayan | 2007-06-29 17:26:31 -0700 (Fri, 29 Jun 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/levelplot.R
   M /trunk/lattice/man/levelplot.Rd
   M /trunk/lattice/man/panel.levelplot.Rd

improvements and doc clarifications concerning the 'labels' argument
of panel.levelplot
------------------------------------------------------------------------
r4521 | deepayan | 2007-06-29 16:24:15 -0700 (Fri, 29 Jun 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/interaction.R
   M /trunk/lattice/R/settings.R
   M /trunk/lattice/man/interaction.Rd

misc cleanup
------------------------------------------------------------------------
r4520 | deepayan | 2007-06-29 16:21:53 -0700 (Fri, 29 Jun 2007) | 1 line
Changed paths:
   M /trunk/lattice/NAMESPACE
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/man/print.trellis.Rd

added an error handling mechanism for panel functions
------------------------------------------------------------------------
r4519 | deepayan | 2007-06-29 16:19:52 -0700 (Fri, 29 Jun 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/zzz.R

changing default paddings to be absolute
------------------------------------------------------------------------
r4512 | deepayan | 2007-06-27 11:43:18 -0700 (Wed, 27 Jun 2007) | 1 line
Changed paths:
   M /trunk/lattice/NAMESPACE
   M /trunk/lattice/R/interaction.R

an interactive ``brushing'' function for splom
------------------------------------------------------------------------
r4510 | deepayan | 2007-06-26 16:11:45 -0700 (Tue, 26 Jun 2007) | 1 line
Changed paths:
   M /trunk/lattice/NAMESPACE
   M /trunk/lattice/R/interaction.R
   M /trunk/lattice/man/interaction.Rd

new function panel.identify.qqmath
------------------------------------------------------------------------
r4509 | deepayan | 2007-06-26 16:01:38 -0700 (Tue, 26 Jun 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/common.R

capture 'subscripts' argument even for those functions that don't
support it
------------------------------------------------------------------------
r4508 | deepayan | 2007-06-26 16:00:40 -0700 (Tue, 26 Jun 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/qq.R
   M /trunk/lattice/R/qqmath.R

removed uses of fast.quantile, which is no longer necessary
------------------------------------------------------------------------
r4507 | deepayan | 2007-06-26 12:47:19 -0700 (Tue, 26 Jun 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/interaction.R
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/man/interaction.Rd

new interaction feature: trellis.focus() without arguments allows
choosing panel by clicking on it
------------------------------------------------------------------------
r4482 | deepayan | 2007-06-18 16:32:42 -0700 (Mon, 18 Jun 2007) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/inst/Changes

updated version and changelog
------------------------------------------------------------------------
r4481 | deepayan | 2007-06-18 16:30:18 -0700 (Mon, 18 Jun 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/man/xyplot.Rd

better control over placement of key, including a new option
------------------------------------------------------------------------
r4480 | deepayan | 2007-06-18 16:22:21 -0700 (Mon, 18 Jun 2007) | 1 line
Changed paths:
   M /trunk/lattice/NAMESPACE
   M /trunk/lattice/R/settings.R
   M /trunk/lattice/man/trellis.device.Rd

added 'standard.theme', an alias for 'canonical.theme'
------------------------------------------------------------------------
r4479 | deepayan | 2007-06-18 16:20:27 -0700 (Mon, 18 Jun 2007) | 1 line
Changed paths:
   M /trunk/lattice/man/panel.xyplot.Rd

better support for jittering in panel.stripplot and panel.xyplot
------------------------------------------------------------------------
r4478 | deepayan | 2007-06-18 16:19:33 -0700 (Mon, 18 Jun 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/xyplot.R

better support for jittering in panel.stripplot and panel.xyplot
------------------------------------------------------------------------
r4477 | deepayan | 2007-06-18 16:15:38 -0700 (Mon, 18 Jun 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/axis.R

bugfix for chron dates
------------------------------------------------------------------------
r4437 | deepayan | 2007-06-05 17:51:22 -0700 (Tue, 05 Jun 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/levelplot.R

fixed bugs introduced by recent changes
------------------------------------------------------------------------
r4435 | deepayan | 2007-06-05 12:57:38 -0700 (Tue, 05 Jun 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/levelplot.R

slightly cleaner computation of color indices
------------------------------------------------------------------------
r4434 | deepayan | 2007-06-05 12:38:55 -0700 (Tue, 05 Jun 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/levelplot.R

formatting change
------------------------------------------------------------------------
r4433 | deepayan | 2007-06-05 12:21:41 -0700 (Tue, 05 Jun 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/levelplot.R

bugfix to make panel.levelplot work with one row or column
------------------------------------------------------------------------
r4408 | deepayan | 2007-06-01 17:46:09 -0700 (Fri, 01 Jun 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/densityplot.R
   M /trunk/lattice/R/histogram.R
   M /trunk/lattice/R/levelplot.R
   M /trunk/lattice/R/parallel.R
   M /trunk/lattice/R/qq.R
   M /trunk/lattice/R/qqmath.R
   M /trunk/lattice/R/shingle.R
   M /trunk/lattice/R/splom.R
   M /trunk/lattice/R/xyplot.R

changed all slots to sys.call(sys.parent()), which hopefully better
approximates the original call
------------------------------------------------------------------------
r4401 | deepayan | 2007-05-29 12:38:14 -0700 (Tue, 29 May 2007) | 1 line
Changed paths:
   M /trunk/lattice/SvnLog
   M /trunk/lattice/inst/Changes
   M /trunk/lattice/po/R-fr.po
   M /trunk/lattice/po/R-lattice.pot

updated translations and change logs
------------------------------------------------------------------------
r4400 | deepayan | 2007-05-29 12:28:38 -0700 (Tue, 29 May 2007) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/demo/lattice.R

bumped version, fixed strip clipping issue in demo
------------------------------------------------------------------------
r4399 | deepayan | 2007-05-29 11:41:53 -0700 (Tue, 29 May 2007) | 12 lines
Changed paths:
   M /trunk/lattice/R/axis.R
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/layout.R
   M /trunk/lattice/R/levelplot.R
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/R/strip.R
   M /trunk/lattice/man/cloud.Rd

(hopefully) better handling of clipping for strips

fixes for default tick/label computations (esp. in cloud etc)

changed default aspect for cloud.matrix and wireframe.matrix

fix for contour label alignment
------------------------------------------------------------------------
r4390 | deepayan | 2007-05-27 15:55:07 -0700 (Sun, 27 May 2007) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION

bumped version
------------------------------------------------------------------------
r4389 | deepayan | 2007-05-27 15:47:06 -0700 (Sun, 27 May 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/legend.R

bugfix: 'fill' didn't work in legends
------------------------------------------------------------------------
r4379 | deepayan | 2007-05-22 11:33:54 -0700 (Tue, 22 May 2007) | 1 line
Changed paths:
   M /trunk/lattice/man/panel.cloud.Rd

doc clarification
------------------------------------------------------------------------
r4376 | deepayan | 2007-05-21 19:13:04 -0700 (Mon, 21 May 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/common.R
   M /trunk/lattice/R/scales.R
   M /trunk/lattice/R/xyplot.R

changes related to dates being no longer numeric in R
------------------------------------------------------------------------
r4375 | deepayan | 2007-05-21 18:54:10 -0700 (Mon, 21 May 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/zzz.R

unimportant fix in .First.lib (typically unused)
------------------------------------------------------------------------
r4374 | deepayan | 2007-05-21 18:53:31 -0700 (Mon, 21 May 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/miscellaneous.R

workaround in ltext.default to handle srt=NA by treating them as srt=0
------------------------------------------------------------------------
r4373 | deepayan | 2007-05-21 18:52:00 -0700 (Mon, 21 May 2007) | 1 line
Changed paths:
   M /trunk/lattice/tests/MASSch04.R
   M /trunk/lattice/tests/dates.R

minor fixes in tests
------------------------------------------------------------------------
r4372 | deepayan | 2007-05-21 18:48:45 -0700 (Mon, 21 May 2007) | 1 line
Changed paths:
   M /trunk/lattice/man/prepanel.default.Rd

added panel.aspect in docs
------------------------------------------------------------------------
r4342 | deepayan | 2007-05-14 16:53:40 -0700 (Mon, 14 May 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/man/cloud.Rd

(1) added a new panel.aspect argument and (2) made default color white
if background is transparent
------------------------------------------------------------------------
r4341 | deepayan | 2007-05-14 16:51:11 -0700 (Mon, 14 May 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/settings.R

changed default clip to 'on' for strip (not sure why it wasn't)
------------------------------------------------------------------------
r4340 | deepayan | 2007-05-14 16:48:47 -0700 (Mon, 14 May 2007) | 1 line
Changed paths:
   M /trunk/lattice/man/cloud.Rd

slightly modified example
------------------------------------------------------------------------
r4319 | deepayan | 2007-04-30 15:01:12 -0700 (Mon, 30 Apr 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/panels.R
   M /trunk/lattice/R/qqmath.R

changed prepanel.qqmath.default and panel.loess to be more tolerant of
non-finite values
------------------------------------------------------------------------
r4318 | deepayan | 2007-04-30 14:37:09 -0700 (Mon, 30 Apr 2007) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/densityplot.R
   M /trunk/lattice/R/histogram.R
   M /trunk/lattice/R/levelplot.R
   M /trunk/lattice/R/parallel.R
   M /trunk/lattice/R/qqmath.R
   M /trunk/lattice/R/splom.R
   M /trunk/lattice/man/llines.Rd

changed as.name() to quote() in several places, and updated docs to
reflect lpolygon fix that ignores font parameters
------------------------------------------------------------------------
r4315 | deepayan | 2007-04-26 19:18:44 -0700 (Thu, 26 Apr 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/miscellaneous.R

version of lpolygon that honors color (but may be slow (it's a grid
thing that Paul will fix))
------------------------------------------------------------------------
r4314 | deepayan | 2007-04-26 19:13:09 -0700 (Thu, 26 Apr 2007) | 1 line
Changed paths:
   M /trunk/lattice/NAMESPACE
   M /trunk/lattice/man/panel.functions.Rd

panel.average in NAMESPACE and docs
------------------------------------------------------------------------
r4313 | deepayan | 2007-04-26 19:11:44 -0700 (Thu, 26 Apr 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/panels.R

added a hoizontal argument to panel.loess and made panel.average an
alias of panel.linejoin
------------------------------------------------------------------------
r4295 | deepayan | 2007-04-24 14:21:13 -0700 (Tue, 24 Apr 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/parallel.R

(1) made parallel(..., groups=) more efficient. (2) Tick labels
default to row/colnames in cloud.matrix.
------------------------------------------------------------------------
r4294 | deepayan | 2007-04-23 20:52:43 -0700 (Mon, 23 Apr 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/parallel.R

panel.parallel had calls like z[subscripts,i,] (not sure why) which is
giving errors with matrices
------------------------------------------------------------------------
r4293 | deepayan | 2007-04-23 17:58:54 -0700 (Mon, 23 Apr 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/miscellaneous.R

bug fix in lpolygon (border could only be black or transparent)
------------------------------------------------------------------------
r4292 | deepayan | 2007-04-19 15:05:39 -0700 (Thu, 19 Apr 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/histogram.R
   M /trunk/lattice/R/layout.R

fixed spurious warning about between not being multiple of longer
vector etc.
------------------------------------------------------------------------
r4291 | deepayan | 2007-04-17 16:08:10 -0700 (Tue, 17 Apr 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/shingle.R

bug fix in print.shingle
------------------------------------------------------------------------
r4287 | deepayan | 2007-04-13 11:25:41 -0700 (Fri, 13 Apr 2007) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/man/trellis.device.Rd

clarified documentation
------------------------------------------------------------------------
r4233 | deepayan | 2007-04-01 17:09:07 -0700 (Sun, 01 Apr 2007) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/INDEX
   M /trunk/lattice/R/miscellaneous.R
   M /trunk/lattice/R/panels.R
   M /trunk/lattice/man/panel.functions.Rd
   M /trunk/lattice/man/prepanel.default.Rd
   M /trunk/lattice/po/R-fr.po
   M /trunk/lattice/po/R-lattice.pot

changed default of b to 0 in panel.abline to minimize potential
problems in other packages
------------------------------------------------------------------------
r4216 | deepayan | 2007-03-28 12:07:35 -0700 (Wed, 28 Mar 2007) | 1 line
Changed paths:
   M /trunk/lattice/NAMESPACE
   M /trunk/lattice/R/splom.R
   M /trunk/lattice/man/interaction.Rd
   M /trunk/lattice/man/panel.pairs.Rd
   A /trunk/lattice/man/prepanel.default.Rd
   M /trunk/lattice/man/prepanel.functions.Rd

exported default prepanel functions, plus other small fixes
------------------------------------------------------------------------
r4213 | deepayan | 2007-03-27 18:21:32 -0700 (Tue, 27 Mar 2007) | 1 line
Changed paths:
   M /trunk/lattice/man/panel.functions.Rd

changed panel.abline to be more like abline
------------------------------------------------------------------------
r4212 | deepayan | 2007-03-27 18:05:33 -0700 (Tue, 27 Mar 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/axis.R
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/densityplot.R
   M /trunk/lattice/R/histogram.R
   M /trunk/lattice/R/levelplot.R
   M /trunk/lattice/R/panels.R
   M /trunk/lattice/R/parallel.R
   M /trunk/lattice/R/qq.R
   M /trunk/lattice/R/qqmath.R
   M /trunk/lattice/R/splom.R
   M /trunk/lattice/R/xyplot.R
   M /trunk/lattice/demo/lattice.R
   M /trunk/lattice/tests/test.R

bugfixes
------------------------------------------------------------------------
r4211 | deepayan | 2007-03-27 14:53:13 -0700 (Tue, 27 Mar 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/densityplot.R
   M /trunk/lattice/R/histogram.R
   M /trunk/lattice/R/levelplot.R
   M /trunk/lattice/R/parallel.R
   M /trunk/lattice/R/qq.R
   M /trunk/lattice/R/qqmath.R
   M /trunk/lattice/R/splom.R
   M /trunk/lattice/R/xyplot.R
   M /trunk/lattice/man/cloud.Rd
   M /trunk/lattice/man/histogram.Rd
   M /trunk/lattice/man/levelplot.Rd
   M /trunk/lattice/man/qq.Rd
   M /trunk/lattice/man/qqmath.Rd
   M /trunk/lattice/man/splom.Rd
   M /trunk/lattice/man/xyplot.Rd

made the 'lattice.options' argument work better, in the sense that it
is used when trellis objects are created, not just when they are
printed
------------------------------------------------------------------------
r4210 | deepayan | 2007-03-27 12:34:29 -0700 (Tue, 27 Mar 2007) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/man/trellis.object.Rd
   M /trunk/lattice/man/xyplot.Rd

some improvements in print.trellis, including making x.args work as documented
------------------------------------------------------------------------
r4194 | deepayan | 2007-03-22 08:47:15 -0700 (Thu, 22 Mar 2007) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/man/cloud.Rd
   M /trunk/lattice/man/histogram.Rd
   M /trunk/lattice/man/levelplot.Rd
   M /trunk/lattice/man/panel.pairs.Rd
   M /trunk/lattice/man/qq.Rd
   M /trunk/lattice/man/qqmath.Rd
   M /trunk/lattice/man/simpleKey.Rd
   M /trunk/lattice/man/splom.Rd
   M /trunk/lattice/man/xyplot.Rd

doc updates related to making default panel functions user-settable;
should pass check now
------------------------------------------------------------------------
r4191 | deepayan | 2007-03-21 16:11:10 -0700 (Wed, 21 Mar 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/parallel.R
   M /trunk/lattice/man/panel.parallel.Rd

added option to control limits of a parallel coordinates plot
------------------------------------------------------------------------
r4184 | deepayan | 2007-03-15 17:31:21 -0700 (Thu, 15 Mar 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/common.R
   M /trunk/lattice/R/densityplot.R
   M /trunk/lattice/R/histogram.R
   M /trunk/lattice/R/interaction.R
   M /trunk/lattice/R/levelplot.R
   M /trunk/lattice/R/parallel.R
   M /trunk/lattice/R/qqmath.R
   M /trunk/lattice/R/scales.R
   M /trunk/lattice/R/settings.R
   M /trunk/lattice/R/splom.R
   M /trunk/lattice/R/update.trellis.R

improved warning messages (mostly put single quotes around object names)
------------------------------------------------------------------------
r4183 | deepayan | 2007-03-15 17:24:03 -0700 (Thu, 15 Mar 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/print.trellis.R

bugfix: was drawing rectangle outside panels while in wrong viewport
------------------------------------------------------------------------
r4182 | deepayan | 2007-03-15 16:10:09 -0700 (Thu, 15 Mar 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/bwplot.R

removed warning for non-numeric data (as that might be perfectly
acceptable in more general situations)
------------------------------------------------------------------------
r4181 | deepayan | 2007-03-14 10:17:11 -0700 (Wed, 14 Mar 2007) | 1 line
Changed paths:
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/densityplot.R
   M /trunk/lattice/R/histogram.R
   M /trunk/lattice/R/levelplot.R
   M /trunk/lattice/R/parallel.R
   M /trunk/lattice/R/qq.R
   M /trunk/lattice/R/qqmath.R
   M /trunk/lattice/R/settings.R
   M /trunk/lattice/R/splom.R
   M /trunk/lattice/R/xyplot.R

made panel function defaults settable options
------------------------------------------------------------------------
r4176 | deepayan | 2007-03-09 05:18:41 -0800 (Fri, 09 Mar 2007) | 1 line
Changed paths:
   M /trunk/lattice/man/banking.Rd
   M /trunk/lattice/man/panel.barchart.Rd
   M /trunk/lattice/man/xyplot.Rd

minor documentation updates
------------------------------------------------------------------------
r4037 | deepayan | 2006-12-18 12:03:25 -0800 (Mon, 18 Dec 2006) | 1 line
Changed paths:
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/R/settings.R
   M /trunk/lattice/man/print.trellis.Rd

clipping related changes: the box around panels is now drawn with
clipping off, and clipping for strip is now off by default.  Also
completed an incomplete sentence in print.trellis.Rd
------------------------------------------------------------------------
r4036 | deepayan | 2006-12-18 11:20:23 -0800 (Mon, 18 Dec 2006) | 1 line
Changed paths:
   M /trunk/lattice/R/bwplot.R

panel.barchart bugfix with empty groups
------------------------------------------------------------------------
r4035 | deepayan | 2006-12-18 11:19:43 -0800 (Mon, 18 Dec 2006) | 1 line
Changed paths:
   M /trunk/lattice/R/settings.R
   M /trunk/lattice/man/trellis.par.get.Rd

added a strict mode to trellis.par.set (needed to fix a bug with
'par.settings')
------------------------------------------------------------------------
r4034 | deepayan | 2006-12-18 11:18:24 -0800 (Mon, 18 Dec 2006) | 1 line
Changed paths:
   M /trunk/lattice/R/legend.R
   M /trunk/lattice/man/xyplot.Rd

added more graphical arguments, improved docs
------------------------------------------------------------------------
r4033 | deepayan | 2006-12-18 11:14:51 -0800 (Mon, 18 Dec 2006) | 1 line
Changed paths:
   M /trunk/lattice/R/panels.R
   M /trunk/lattice/man/panel.functions.Rd

extended panel.grid to allow 'n' in pretty to be specified as -ve 'h'
and 'v'
------------------------------------------------------------------------
r3998 | deepayan | 2006-12-01 12:54:00 -0800 (Fri, 01 Dec 2006) | 1 line
Changed paths:
   M /trunk/lattice/R/common.R
   M /trunk/lattice/R/settings.R
   M /trunk/lattice/inst/Changes
   M /trunk/lattice/man/xyplot.Rd

slightly changed how levels are ordered for formulae of the form 
y1 + y2 ~ x1 + x2 + x3
------------------------------------------------------------------------
r3978 | deepayan | 2006-11-28 11:44:25 -0800 (Tue, 28 Nov 2006) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/inst/Changes

bumped version
------------------------------------------------------------------------
r3977 | deepayan | 2006-11-28 11:41:06 -0800 (Tue, 28 Nov 2006) | 1 line
Changed paths:
   M /trunk/lattice/NAMESPACE
   M /trunk/lattice/R/parallel.R
   M /trunk/lattice/R/splom.R
   M /trunk/lattice/man/splom.Rd

added splom.matrix and parallel.matrix methods (same as corresponding
data.frame methods)
------------------------------------------------------------------------
r3972 | deepayan | 2006-11-19 18:18:20 -0800 (Sun, 19 Nov 2006) | 1 line
Changed paths:
   M /trunk/lattice/R/histogram.R
   M /trunk/lattice/R/miscellaneous.R
   M /trunk/lattice/demo/00Index
   M /trunk/lattice/inst/Changes
   M /trunk/lattice/man/histogram.Rd
   M /trunk/lattice/man/panel.histogram.Rd

some changes to histogram, plus misc fixes
------------------------------------------------------------------------
r3965 | deepayan | 2006-11-09 16:26:30 -0800 (Thu, 09 Nov 2006) | 1 line
Changed paths:
   A /trunk/lattice/demo/panel.R

demo of custom panel functions, first version has stacked densityplots
------------------------------------------------------------------------
r3963 | deepayan | 2006-11-07 21:27:18 -0800 (Tue, 07 Nov 2006) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/R/legend.R
   M /trunk/lattice/R/settings.R

added checks for valid values of x, y, and corner in legends
------------------------------------------------------------------------
r3962 | deepayan | 2006-11-07 21:26:26 -0800 (Tue, 07 Nov 2006) | 1 line
Changed paths:
   M /trunk/lattice/R/parallel.R
   M /trunk/lattice/man/panel.parallel.Rd

fixed misleading behaviour of 'common.scale' argument in parallel
------------------------------------------------------------------------
r3947 | deepayan | 2006-11-02 21:23:40 -0800 (Thu, 02 Nov 2006) | 1 line
Changed paths:
   M /trunk/lattice/INDEX
   M /trunk/lattice/R/miscellaneous.R

fixed bad bug, where lrect border was (almost) always black
------------------------------------------------------------------------
r3937 | deepayan | 2006-10-31 12:53:14 -0800 (Tue, 31 Oct 2006) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/SvnLog
   M /trunk/lattice/inst/Changes
   M /trunk/lattice/po/R-fr.po
   M /trunk/lattice/po/R-lattice.pot

final changes in preparation for new upload
------------------------------------------------------------------------
r3936 | deepayan | 2006-10-31 12:48:30 -0800 (Tue, 31 Oct 2006) | 1 line
Changed paths:
   M /trunk/lattice/R/print.trellis.R

moved code for saving object up in print.trellis, so that
trellis.panelArgs() works during printing (untested)
------------------------------------------------------------------------
r3935 | deepayan | 2006-10-31 12:47:23 -0800 (Tue, 31 Oct 2006) | 1 line
Changed paths:
   M /trunk/lattice/R/interaction.R
   M /trunk/lattice/man/interaction.Rd

changed panel.identify to return selected subscripts rather than
indices within panel
------------------------------------------------------------------------
r3927 | deepayan | 2006-10-24 09:02:35 -0700 (Tue, 24 Oct 2006) | 1 line
Changed paths:
   M /trunk/lattice/R/axis.R

fixed tck vectorization bug in scales
------------------------------------------------------------------------
r3925 | deepayan | 2006-10-23 16:55:19 -0700 (Mon, 23 Oct 2006) | 1 line
Changed paths:
   M /trunk/lattice/R/legend.R
   M /trunk/lattice/man/xyplot.Rd

added a 'reverse.rows' option to keys
------------------------------------------------------------------------
r3918 | deepayan | 2006-10-22 16:36:39 -0700 (Sun, 22 Oct 2006) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/R/histogram.R
   M /trunk/lattice/SvnLog
   M /trunk/lattice/inst/Changes
   M /trunk/lattice/update.sh

had forgotten a plot=FALSE in panel.histogram
------------------------------------------------------------------------
r3917 | deepayan | 2006-10-22 15:47:06 -0700 (Sun, 22 Oct 2006) | 1 line
Changed paths:
   M /trunk/lattice/R/axis.R
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/common.R
   M /trunk/lattice/R/densityplot.R
   M /trunk/lattice/R/histogram.R
   M /trunk/lattice/R/interaction.R
   M /trunk/lattice/R/layout.R
   M /trunk/lattice/R/legend.R
   M /trunk/lattice/R/levelplot.R
   M /trunk/lattice/R/miscellaneous.R
   M /trunk/lattice/R/panels.R
   M /trunk/lattice/R/parallel.R
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/R/qq.R
   M /trunk/lattice/R/qqmath.R
   M /trunk/lattice/R/scales.R
   M /trunk/lattice/R/shingle.R
   M /trunk/lattice/R/splom.R
   M /trunk/lattice/R/summary.trellis.R
   M /trunk/lattice/R/tmd.R
   M /trunk/lattice/R/update.trellis.R
   M /trunk/lattice/R/xyplot.R
   M /trunk/lattice/man/interaction.Rd
   M /trunk/lattice/man/llines.Rd
   M /trunk/lattice/man/utilities.3d.Rd

changed instances of seq to seq_along and seq_length wherever appropriate
------------------------------------------------------------------------
r3909 | deepayan | 2006-10-19 17:12:14 -0700 (Thu, 19 Oct 2006) | 1 line
Changed paths:
   M /trunk/lattice/R/miscellaneous.R

allow border=NA in lrect and polygon (a la PR#9307)
------------------------------------------------------------------------
r3906 | deepayan | 2006-10-18 17:14:57 -0700 (Wed, 18 Oct 2006) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/R/common.R

another adjustment for reversed axes, plus updated version
------------------------------------------------------------------------
r3905 | deepayan | 2006-10-18 16:47:36 -0700 (Wed, 18 Oct 2006) | 1 line
Changed paths:
   M /trunk/lattice/R/axis.R
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/common.R
   M /trunk/lattice/R/densityplot.R
   M /trunk/lattice/R/legend.R
   M /trunk/lattice/R/miscellaneous.R
   M /trunk/lattice/R/panels.R

fixes to potential problems with reversed axes
------------------------------------------------------------------------
r3904 | deepayan | 2006-10-18 16:28:33 -0700 (Wed, 18 Oct 2006) | 1 line
Changed paths:
   M /trunk/lattice/man/panel.histogram.Rd

updated documentation
------------------------------------------------------------------------
r3903 | deepayan | 2006-10-18 16:24:49 -0700 (Wed, 18 Oct 2006) | 1 line
Changed paths:
   M /trunk/lattice/R/legend.R

interpretation of adj made more flexible, correct default pch for
type='b' etc in lines
------------------------------------------------------------------------
r3902 | deepayan | 2006-10-18 16:22:34 -0700 (Wed, 18 Oct 2006) | 1 line
Changed paths:
   M /trunk/lattice/R/histogram.R

explicitly limiting to 'allowed' arguments when calling hist(), to
prevent warnings
------------------------------------------------------------------------
r3848 | deepayan | 2006-09-30 20:31:51 -0700 (Sat, 30 Sep 2006) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/R/print.trellis.R

bug fix: had forgotten to reinitialize status variables for 2nd page onwards
------------------------------------------------------------------------
r3810 | deepayan | 2006-09-21 13:36:52 -0700 (Thu, 21 Sep 2006) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/INDEX
   M /trunk/lattice/NAMESPACE
   M /trunk/lattice/R/interaction.R
   D /trunk/lattice/R/modifyList.R
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/man/cloud.Rd
   M /trunk/lattice/man/interaction.Rd
   M /trunk/lattice/man/levelplot.Rd
   D /trunk/lattice/man/modifyList.Rd
   M /trunk/lattice/man/panel.number.Rd
   M /trunk/lattice/man/panel.violin.Rd
   M /trunk/lattice/man/qq.Rd
   M /trunk/lattice/man/qqmath.Rd
   M /trunk/lattice/man/rfs.Rd
   M /trunk/lattice/man/tmd.Rd
   M /trunk/lattice/man/xyplot.Rd

removed modifyList (added to utils), removed remaining synopses, added
accessors for current row and column
------------------------------------------------------------------------
r3804 | deepayan | 2006-09-19 12:58:09 -0700 (Tue, 19 Sep 2006) | 1 line
Changed paths:
   M /trunk/lattice/NAMESPACE
   M /trunk/lattice/R/common.R
   M /trunk/lattice/R/miscellaneous.R
   M /trunk/lattice/man/llines.Rd
   M /trunk/lattice/man/xyplot.Rd

some reorganization in trellis.skeleton, documented new arguments,
made llines, lpoints and ltext generic
------------------------------------------------------------------------
r3800 | deepayan | 2006-09-18 15:59:18 -0700 (Mon, 18 Sep 2006) | 1 line
Changed paths:
   M /trunk/lattice/man/modifyList.Rd

added an example
------------------------------------------------------------------------
r3799 | deepayan | 2006-09-18 14:44:00 -0700 (Mon, 18 Sep 2006) | 1 line
Changed paths:
   M /trunk/lattice/INDEX
   M /trunk/lattice/NAMESPACE
   M /trunk/lattice/R/miscellaneous.R
   A /trunk/lattice/R/modifyList.R
   A /trunk/lattice/man/modifyList.Rd

an exported version of lattice:::updateList, name/location subject to
change
------------------------------------------------------------------------
r3798 | deepayan | 2006-09-18 14:40:20 -0700 (Mon, 18 Sep 2006) | 1 line
Changed paths:
   M /trunk/lattice/man/cloud.Rd
   M /trunk/lattice/tests/levelplot.R
   A /trunk/lattice/tests/wireframe.R

reorganized and commented some troublesome wireframe tests, and added
a note to the help page.
------------------------------------------------------------------------
r3783 | deepayan | 2006-09-15 15:56:34 -0700 (Fri, 15 Sep 2006) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/NAMESPACE
   M /trunk/lattice/R/axis.R
   M /trunk/lattice/man/axis.default.Rd

fixes nasty bug with relation != 'same', plus misc changes
------------------------------------------------------------------------
r3738 | deepayan | 2006-09-08 17:27:50 -0700 (Fri, 08 Sep 2006) | 1 line
Changed paths:
   M /trunk/lattice/R/axis.R
   M /trunk/lattice/R/common.R
   M /trunk/lattice/R/interaction.R
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/R/splom.R
   M /trunk/lattice/R/strip.R

renamed cond.levels() to which.packet(), stopped supplying
panel.number and packet.number to panel and strip, and added support
to specify lattice.options and arguments to print.trellis in the
Trellis object itself.
------------------------------------------------------------------------
r3737 | deepayan | 2006-09-08 16:15:21 -0700 (Fri, 08 Sep 2006) | 1 line
Changed paths:
   M /trunk/lattice/INDEX
   M /trunk/lattice/R/axis.R
   M /trunk/lattice/R/common.R
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/R/settings.R

new code changes related to custom labelling and axis drawing.  Code
seems to be stable now (still needs work on computing space in layout
for axis annotation in the non default case)
------------------------------------------------------------------------
r3500 | deepayan | 2006-08-25 12:18:27 -0700 (Fri, 25 Aug 2006) | 1 line
Changed paths:
   M /trunk/lattice/NAMESPACE

added packet.panel.default to export list
------------------------------------------------------------------------
r3499 | deepayan | 2006-08-25 12:17:12 -0700 (Fri, 25 Aug 2006) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/R/layout.R
   M /trunk/lattice/R/print.trellis.R

patches to support customized choice of packet-panel correspondence.
Not fully tested. Should NOT end up in the 0.13 series
------------------------------------------------------------------------
r3436 | deepayan | 2006-08-19 17:24:34 -0700 (Sat, 19 Aug 2006) | 1 line
Changed paths:
   M /trunk/lattice/R/axis.R

... will now be passed to pretty() calls
------------------------------------------------------------------------
r3315 | deepayan | 2006-07-12 13:07:48 -0700 (Wed, 12 Jul 2006) | 1 line
Changed paths:
   M /trunk/lattice/man/panel.superpose.Rd

add note about 'group.number' in call to panel.groups
------------------------------------------------------------------------
r3313 | deepayan | 2006-07-12 13:00:11 -0700 (Wed, 12 Jul 2006) | 1 line
Changed paths:
   M /trunk/lattice/R/interaction.R
   M /trunk/lattice/R/miscellaneous.R

make ltext etc recycle arguments in xy.coords
------------------------------------------------------------------------
r3296 | deepayan | 2006-07-07 10:36:46 -0700 (Fri, 07 Jul 2006) | 1 line
Changed paths:
   M /trunk/lattice/R/strip.R
   M /trunk/lattice/man/strip.default.Rd

added support for abbreviating strip labels
------------------------------------------------------------------------
r3249 | deepayan | 2006-06-24 11:08:34 -0700 (Sat, 24 Jun 2006) | 1 line
Changed paths:
   M /trunk/lattice/tests/scales.R

fix to guard against non-coercion of character to factor in R >= 2.4.0
------------------------------------------------------------------------
r3207 | deepayan | 2006-06-05 13:49:07 -0700 (Mon, 05 Jun 2006) | 1 line
Changed paths:
   M /trunk/lattice/R/axis.R
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/common.R
   M /trunk/lattice/R/densityplot.R
   M /trunk/lattice/R/histogram.R
   M /trunk/lattice/R/interaction.R
   M /trunk/lattice/R/layout.R
   M /trunk/lattice/R/legend.R
   M /trunk/lattice/R/levelplot.R
   M /trunk/lattice/R/make.groups.R
   M /trunk/lattice/R/miscellaneous.R
   M /trunk/lattice/R/panels.R
   M /trunk/lattice/R/parallel.R
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/R/qq.R
   M /trunk/lattice/R/qqmath.R
   M /trunk/lattice/R/shingle.R
   M /trunk/lattice/R/splom.R
   M /trunk/lattice/R/strip.R
   M /trunk/lattice/R/summary.trellis.R
   M /trunk/lattice/R/tmd.R
   M /trunk/lattice/R/update.trellis.R
   M /trunk/lattice/R/xyplot.R
   M /trunk/lattice/R/zzz.R

updated copyright notice
------------------------------------------------------------------------
r3204 | deepayan | 2006-06-05 13:45:13 -0700 (Mon, 05 Jun 2006) | 1 line
Changed paths:
   M /trunk/lattice/R/settings.R
   M /trunk/lattice/man/trellis.par.get.Rd

allow 'theme' in trellis.par.set to be a function (possibly quoted)
------------------------------------------------------------------------
r3203 | deepayan | 2006-06-05 13:39:27 -0700 (Mon, 05 Jun 2006) | 1 line
Changed paths:
   M /trunk/lattice/R/scales.R

renamed variable 'nplots' to the more accurate 'npackets'
------------------------------------------------------------------------
r3201 | deepayan | 2006-06-02 11:22:44 -0700 (Fri, 02 Jun 2006) | 1 line
Changed paths:
   A /trunk/lattice/COPYING

added copy of GPL
------------------------------------------------------------------------
r3199 | deepayan | 2006-06-02 11:04:12 -0700 (Fri, 02 Jun 2006) | 1 line
Changed paths:
   M /trunk/lattice/R/densityplot.R

bugfix (NA-s in groups) for densityplot
------------------------------------------------------------------------
r3075 | deepayan | 2006-04-17 13:12:06 -0700 (Mon, 17 Apr 2006) | 1 line
Changed paths:
   M /trunk/lattice/man/panel.superpose.Rd
   M /trunk/lattice/man/panel.xyplot.Rd

updates to document 'fill' where necessary
------------------------------------------------------------------------
r3073 | deepayan | 2006-04-17 07:22:15 -0700 (Mon, 17 Apr 2006) | 1 line
Changed paths:
   M /trunk/lattice/R/miscellaneous.R
   M /trunk/lattice/R/panels.R
   M /trunk/lattice/R/shingle.R
   M /trunk/lattice/R/xyplot.R

bugfixes, (1) fill in lpoints and (2) print.shingle
------------------------------------------------------------------------
r3049 | deepayan | 2006-04-06 09:28:20 -0700 (Thu, 06 Apr 2006) | 1 line
Changed paths:
   M /trunk/lattice/R/legend.R
   M /trunk/lattice/man/xyplot.Rd

added a 'padding.text' component to keys
------------------------------------------------------------------------
r3047 | deepayan | 2006-04-05 13:07:49 -0700 (Wed, 05 Apr 2006) | 1 line
Changed paths:
   M /trunk/lattice/inst/Changes

added entry about default theme change
------------------------------------------------------------------------
r3045 | deepayan | 2006-04-04 09:07:08 -0700 (Tue, 04 Apr 2006) | 1 line
Changed paths:
   M /trunk/lattice/R/miscellaneous.R
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/R/settings.R
   M /trunk/lattice/inst/Changes

default settings changed to white background, grid pars should be
specifiable in panel functions
------------------------------------------------------------------------
r3037 | deepayan | 2006-03-31 00:59:42 -0800 (Fri, 31 Mar 2006) | 1 line
Changed paths:
   M /trunk/lattice/R/settings.R
   M /trunk/lattice/man/trellis.device.Rd

changed default settings for most devices to previous PDF defaults
------------------------------------------------------------------------
r3035 | deepayan | 2006-03-30 21:36:46 -0800 (Thu, 30 Mar 2006) | 1 line
Changed paths:
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/man/interaction.Rd
   M /trunk/lattice/man/panel.bwplot.Rd
   M /trunk/lattice/man/panel.stripplot.Rd

added 'amount' argument in panel.stripplot to control jitter;
horizontal now defaults to TRUE if 'x' is character in 'bwplot' and
friends; miscellaneous other fixes
------------------------------------------------------------------------
r2352 | deepayan | 2006-03-10 08:42:36 -0800 (Fri, 10 Mar 2006) | 1 line
Changed paths:
   M /trunk/lattice/R/strip.R
   M /trunk/lattice/man/xyplot.Rd

fixed strip bug, modified example
------------------------------------------------------------------------








------------------------------------------------------------------------
r2343 | deepayan | 2006-03-05 03:09:03 -0600 (Sun, 05 Mar 2006) | 1 line
Changed paths:
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/R/strip.R
   M /trunk/lattice/inst/Changes
   M /trunk/lattice/man/strip.default.Rd

several changes in strip.default, including support for displaying
shingle levels, and possible use of panel.number and packet.number in
strip.  Bugfix: scales now counts rows from top if as.table = TRUE
------------------------------------------------------------------------
r2335 | deepayan | 2006-03-02 00:12:18 -0600 (Thu, 02 Mar 2006) | 1 line
Changed paths:
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/densityplot.R
   M /trunk/lattice/R/histogram.R
   M /trunk/lattice/R/levelplot.R
   M /trunk/lattice/R/parallel.R
   M /trunk/lattice/R/qq.R
   M /trunk/lattice/R/qqmath.R
   M /trunk/lattice/R/splom.R
   M /trunk/lattice/R/tmd.R
   M /trunk/lattice/R/xyplot.R
   M /trunk/lattice/inst/Changes
   M /trunk/lattice/man/cloud.Rd
   M /trunk/lattice/man/histogram.Rd
   M /trunk/lattice/man/latticeParseFormula.Rd
   M /trunk/lattice/man/levelplot.Rd
   M /trunk/lattice/man/qq.Rd
   M /trunk/lattice/man/qqmath.Rd
   M /trunk/lattice/man/splom.Rd
   M /trunk/lattice/man/xyplot.Rd

changed defaults of data=parent.frame() to data=NULL
------------------------------------------------------------------------
r2333 | deepayan | 2006-03-01 14:15:54 -0600 (Wed, 01 Mar 2006) | 1 line
Changed paths:
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/histogram.R
   M /trunk/lattice/R/legend.R
   M /trunk/lattice/R/levelplot.R
   D /trunk/lattice/R/plot.shingle.R
   M /trunk/lattice/R/settings.R
   M /trunk/lattice/R/shingle.R
   M /trunk/lattice/R/strip.R
   M /trunk/lattice/man/panel.barchart.Rd
   M /trunk/lattice/man/panel.cloud.Rd
   M /trunk/lattice/man/panel.histogram.Rd
   M /trunk/lattice/man/panel.violin.Rd
   M /trunk/lattice/update.sh

improved some uses of grid.rect, changed [bar|superpose].fill settings
to [plot.superpose].polygon
------------------------------------------------------------------------
r2330 | deepayan | 2006-02-28 21:47:19 -0600 (Tue, 28 Feb 2006) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/R/layout.R
   M /trunk/lattice/R/miscellaneous.R
   M /trunk/lattice/R/panels.R
   M /trunk/lattice/man/llines.Rd
   M /trunk/lattice/po/R-fr.po

removed use of deprecated grid functions, French translations updated
------------------------------------------------------------------------
r2328 | deepayan | 2006-02-26 15:05:59 -0600 (Sun, 26 Feb 2006) | 1 line
Changed paths:
   M /trunk/lattice/man/panel.bwplot.Rd

clarification about unavailaibility of notches
------------------------------------------------------------------------
r2305 | deepayan | 2006-02-21 09:45:27 -0600 (Tue, 21 Feb 2006) | 1 line
Changed paths:
   M /trunk/lattice/man/cloud.Rd

updated docs to explain [xyz]lab and scales
------------------------------------------------------------------------
r2302 | deepayan | 2006-02-20 10:06:52 -0600 (Mon, 20 Feb 2006) | 1 line
Changed paths:
   M /trunk/lattice/R/panels.R

bug fix in panel.rug (failed with zero-length or NA vectors)
------------------------------------------------------------------------
r2244 | deepayan | 2006-01-22 01:45:40 -0600 (Sun, 22 Jan 2006) | 1 line
Changed paths:
   M /trunk/lattice/R/*.R

changed wrong use of 'library' to 'package' in license statement,
updated copyright
------------------------------------------------------------------------
r2243 | deepayan | 2006-01-22 01:38:06 -0600 (Sun, 22 Jan 2006) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/NAMESPACE
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/zzz.R

registration related changes suggested by Prof Ripley, makes lattice
truly incompatible with R-2.2.x
------------------------------------------------------------------------
r2242 | deepayan | 2006-01-22 01:34:06 -0600 (Sun, 22 Jan 2006) | 1 line
Changed paths:
   M /trunk/lattice/NAMESPACE

reorganized
------------------------------------------------------------------------
r2241 | deepayan | 2006-01-22 00:18:45 -0600 (Sun, 22 Jan 2006) | 1 line
Changed paths:
   M /trunk/lattice/INDEX
   M /trunk/lattice/NAMESPACE
   M /trunk/lattice/R/miscellaneous.R
   M /trunk/lattice/man/llines.Rd

added lpolygon and panel.polygon (like graphics::polygon), added
support for all values of 'adj' in ltext
------------------------------------------------------------------------
r2195 | deepayan | 2006-01-14 15:54:35 -0600 (Sat, 14 Jan 2006) | 1 line
Changed paths:
   M /trunk/lattice/man/trellis.par.get.Rd
   M /trunk/lattice/man/xyplot.Rd

added note about grid.prompt and the fact that calls of the form
'xyplot(formula=...)' no longer work
------------------------------------------------------------------------
r2138 | deepayan | 2006-01-05 15:38:03 -0600 (Thu, 05 Jan 2006) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/INDEX
   M /trunk/lattice/R/densityplot.R
   M /trunk/lattice/R/panels.R
   M /trunk/lattice/SvnLog
   M /trunk/lattice/man/panel.densityplot.Rd
   M /trunk/lattice/man/panel.functions.Rd
   M /trunk/lattice/man/update.trellis.Rd
   M /trunk/lattice/po/R-fr.po
   M /trunk/lattice/po/R-lattice.pot

added a 'type' argument to some panel functions (to avoid multiple
matching). Misc doc updates.
------------------------------------------------------------------------
r2125 | deepayan | 2006-01-03 16:21:32 -0600 (Tue, 03 Jan 2006) | 1 line
Changed paths:
   A /trunk/lattice/src/init.c
   M /trunk/lattice/src/threeDplot.c
   A /trunk/lattice/src/threeDplot.h

registration of C function
------------------------------------------------------------------------
r2124 | deepayan | 2006-01-03 15:28:21 -0600 (Tue, 03 Jan 2006) | 1 line
Changed paths:
   M /trunk/lattice/R/panels.R
   M /trunk/lattice/man/panel.functions.Rd

added 'border' argument for panel.fill
------------------------------------------------------------------------
r2107 | deepayan | 2005-12-31 12:43:02 -0600 (Sat, 31 Dec 2005) | 1 line
Changed paths:
   M /trunk/lattice/R/strip.R
   M /trunk/lattice/R/update.trellis.R
   M /trunk/lattice/man/strip.default.Rd


added support for strip.left in update.trellis, strip.default can now
use factor.levels and shingle.intervals concurrently (which only makes
sense with style=1)
------------------------------------------------------------------------
r2090 | deepayan | 2005-12-26 12:36:39 -0600 (Mon, 26 Dec 2005) | 1 line
Changed paths:
   M /trunk/lattice/R/miscellaneous.R
   M /trunk/lattice/R/xyplot.R
   M /trunk/lattice/man/llines.Rd

added option to change origin with type='h'
------------------------------------------------------------------------
r2089 | deepayan | 2005-12-24 16:01:05 -0600 (Sat, 24 Dec 2005) | 1 line
Changed paths:
   M /trunk/lattice/inst/Changes
   M /trunk/lattice/man/Lattice.Rd

updated Changes file
------------------------------------------------------------------------
r2085 | deepayan | 2005-12-23 02:25:36 -0600 (Fri, 23 Dec 2005) | 1 line
Changed paths:
   M /trunk/lattice/INDEX
   M /trunk/lattice/R/panels.R
   M /trunk/lattice/R/xyplot.R
   M /trunk/lattice/inst/Changes
   M /trunk/lattice/man/cloud.Rd
   M /trunk/lattice/man/panel.superpose.Rd
   M /trunk/lattice/man/xyplot.Rd
   M /trunk/lattice/po/R-lattice.pot

fixed bug in panel.superpose when 'groups' contained NA's, rearranged
things so that panel.superpose.2 is now a simple wrapper for
panel.superpose (since they share most of the code)
------------------------------------------------------------------------
r2083 | deepayan | 2005-12-22 13:21:40 -0600 (Thu, 22 Dec 2005) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/INDEX
   M /trunk/lattice/R/common.R
   M /trunk/lattice/R/histogram.R
   M /trunk/lattice/R/legend.R
   M /trunk/lattice/R/settings.R
   M /trunk/lattice/R/update.trellis.R
   M /trunk/lattice/po/R-lattice.pot

made some messages translation-friendly
------------------------------------------------------------------------
r2082 | deepayan | 2005-12-20 10:25:22 -0600 (Tue, 20 Dec 2005) | 1 line
Changed paths:
   A /trunk/lattice/po/R-fr.po

added french translations, thanks to Philippe Grosjean
------------------------------------------------------------------------
r2081 | deepayan | 2005-12-19 11:29:42 -0600 (Mon, 19 Dec 2005) | 1 line
Changed paths:
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/densityplot.R
   M /trunk/lattice/R/histogram.R
   M /trunk/lattice/R/levelplot.R
   M /trunk/lattice/R/parallel.R
   M /trunk/lattice/R/qqmath.R
   M /trunk/lattice/R/splom.R

replaced eval() calls by eval.parent where appropriate
------------------------------------------------------------------------
r2070 | deepayan | 2005-12-12 11:40:47 -0600 (Mon, 12 Dec 2005) | 1 line
Changed paths:
   M /trunk/lattice/R/bwplot.R

removed some now unnecessary calls to panel.superpose
------------------------------------------------------------------------
r2067 | deepayan | 2005-12-11 21:02:35 -0600 (Sun, 11 Dec 2005) | 1 line
Changed paths:
   M /trunk/lattice/INDEX
   M /trunk/lattice/NAMESPACE
   M /trunk/lattice/R/densityplot.R
   M /trunk/lattice/R/qqmath.R
   M /trunk/lattice/R/summary.trellis.R
   M /trunk/lattice/R/xyplot.R
   M /trunk/lattice/man/histogram.Rd
   M /trunk/lattice/man/panel.densityplot.Rd
   M /trunk/lattice/man/panel.xyplot.Rd
   M /trunk/lattice/man/print.trellis.Rd
   M /trunk/lattice/man/update.trellis.Rd
   M /trunk/lattice/man/xyplot.Rd

panel.xyplot and panel.densityplot can now handle 'groups' themselves
(by calling panel.superpose), which means that there's no need to
change the default panel functions in the corresponding high level
functions when 'groups' is non-null.  This doesn't really do anything
new, it just avoids a long explanation. Also improved summary.trellis.
------------------------------------------------------------------------
r2065 | deepayan | 2005-12-11 01:03:00 -0600 (Sun, 11 Dec 2005) | 1 line
Changed paths:
   M /trunk/lattice/po/R-lattice.pot

updated translations
------------------------------------------------------------------------
r2064 | deepayan | 2005-12-11 00:43:07 -0600 (Sun, 11 Dec 2005) | 1 line
Changed paths:
   M /trunk/lattice/NAMESPACE
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/common.R
   M /trunk/lattice/R/densityplot.R
   M /trunk/lattice/R/histogram.R
   M /trunk/lattice/R/interaction.R
   M /trunk/lattice/R/levelplot.R
   M /trunk/lattice/R/make.groups.R
   M /trunk/lattice/R/parallel.R
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/R/qq.R
   M /trunk/lattice/R/qqmath.R
   M /trunk/lattice/R/shingle.R
   M /trunk/lattice/R/splom.R
   M /trunk/lattice/R/update.trellis.R
   M /trunk/lattice/R/xyplot.R
   M /trunk/lattice/demo/00Index
   A /trunk/lattice/demo/intervals.R
   M /trunk/lattice/inst/Changes
   M /trunk/lattice/man/Lattice.Rd
   M /trunk/lattice/man/barchart.table.Rd
   M /trunk/lattice/man/histogram.Rd
   M /trunk/lattice/man/interaction.Rd
   M /trunk/lattice/man/llines.Rd
   M /trunk/lattice/man/make.groups.Rd
   M /trunk/lattice/man/panel.pairs.Rd
   M /trunk/lattice/man/qq.Rd
   M /trunk/lattice/man/shingles.Rd
   M /trunk/lattice/man/simpleKey.Rd
   M /trunk/lattice/man/splom.Rd
   M /trunk/lattice/tests/temp.R

extensive but mostly cosmetic changes and code cleanup, passes check
------------------------------------------------------------------------
r2062 | deepayan | 2005-12-09 23:21:55 -0600 (Fri, 09 Dec 2005) | 1 line
Changed paths:
   A /trunk/lattice/.Rbuildignore
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/R/densityplot.R
   M /trunk/lattice/R/histogram.R
   M /trunk/lattice/R/rfs.R
   M /trunk/lattice/R/shingle.R
   M /trunk/lattice/R/splom.R
   M /trunk/lattice/R/summary.trellis.R
   M /trunk/lattice/R/tmd.R
   M /trunk/lattice/R/update.trellis.R
   M /trunk/lattice/R/zzz.R
   A /trunk/lattice/po
   A /trunk/lattice/po/R-lattice.pot
   A /trunk/lattice/update.sh

made messages translatable, updated version
------------------------------------------------------------------------
r2057 | deepayan | 2005-12-09 10:32:23 -0600 (Fri, 09 Dec 2005) | 1 line
Changed paths:
   M /trunk/lattice/R/summary.trellis.R
   M /trunk/lattice/R/xyplot.R
   M /trunk/lattice/man/trellis.object.Rd

added a couple of components to trellis object, namely 'formula' and
'packet.sizes'
------------------------------------------------------------------------
r2015 | deepayan | 2005-11-16 12:40:35 -0600 (Wed, 16 Nov 2005) | 1 line
Changed paths:
   M /trunk/lattice/INDEX
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/densityplot.R
   M /trunk/lattice/R/histogram.R
   M /trunk/lattice/R/levelplot.R
   M /trunk/lattice/R/panels.R
   M /trunk/lattice/R/parallel.R
   M /trunk/lattice/R/qq.R
   M /trunk/lattice/R/qqmath.R
   M /trunk/lattice/R/splom.R
   M /trunk/lattice/R/xyplot.R
   M /trunk/lattice/man/cloud.Rd
   M /trunk/lattice/man/histogram.Rd
   M /trunk/lattice/man/levelplot.Rd
   M /trunk/lattice/man/qq.Rd
   M /trunk/lattice/man/qqmath.Rd
   M /trunk/lattice/man/splom.Rd
   M /trunk/lattice/man/xyplot.Rd

added data as an argument to high level generics
------------------------------------------------------------------------
r2014 | deepayan | 2005-11-16 12:39:19 -0600 (Wed, 16 Nov 2005) | 1 line
Changed paths:
   M /trunk/lattice/R/legend.R
   M /trunk/lattice/R/miscellaneous.R
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/R/settings.R
   M /trunk/lattice/R/strip.R

Added lineheight parameter where appropriate. Added a 'global.gpar'
setting for grid parameters to be set initially. Plus a bugfix for
lplot.xy and formatting changes
------------------------------------------------------------------------
r1940 | hornik | 2005-10-27 04:59:39 -0500 (Thu, 27 Oct 2005) | 2 lines
Changed paths:
   M /trunk/lattice/R/axis.R

Ensure class "Date" after sorting.
------------------------------------------------------------------------
r1935 | deepayan | 2005-10-25 15:59:09 -0500 (Tue, 25 Oct 2005) | 1 line
Changed paths:
   M /trunk/lattice/INDEX
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/miscellaneous.R
   M /trunk/lattice/R/settings.R
   M /trunk/lattice/man/llines.Rd
   M /trunk/lattice/man/panel.bwplot.Rd

made boxplot.stats customizable in panel.bwplot, added settings for
pch fill
------------------------------------------------------------------------
r1931 | deepayan | 2005-10-24 16:24:19 -0500 (Mon, 24 Oct 2005) | 1 line
Changed paths:
   M /trunk/lattice/INDEX
   M /trunk/lattice/R/settings.R

minor changes in setting, including reference line color
------------------------------------------------------------------------
r1919 | deepayan | 2005-10-10 16:42:53 -0500 (Mon, 10 Oct 2005) | 1 line
Changed paths:
   M /trunk/lattice/tests/dates.R

test code fix
------------------------------------------------------------------------
r1918 | deepayan | 2005-10-10 16:09:20 -0500 (Mon, 10 Oct 2005) | 1 line
Changed paths:
   M /trunk/lattice/INDEX
   M /trunk/lattice/R/qq.R
   M /trunk/lattice/inst/Changes

workaround for previously unanticipated behaviour of ppoints(1, a = 1) 
------------------------------------------------------------------------
r1904 | deepayan | 2005-10-07 13:35:07 -0500 (Fri, 07 Oct 2005) | 1 line
Changed paths:
   M /trunk/lattice/INDEX
   M /trunk/lattice/R/axis.R
   A /trunk/lattice/tests/dates.R
   M /trunk/lattice/tests/scales.R

added axis labels method for Date objects
------------------------------------------------------------------------
r1881 | deepayan | 2005-10-04 14:59:47 -0500 (Tue, 04 Oct 2005) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/R/zzz.R

fixed wrong usage in .onLoad
------------------------------------------------------------------------
r1863 | deepayan | 2005-09-28 12:06:49 -0500 (Wed, 28 Sep 2005) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/R/axis.R
   M /trunk/lattice/R/common.R
   M /trunk/lattice/R/interaction.R
   M /trunk/lattice/R/layout.R
   M /trunk/lattice/R/plot.shingle.R
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/R/settings.R
   M /trunk/lattice/R/shingle.R
   M /trunk/lattice/R/strip.R
   M /trunk/lattice/man/interaction.Rd
   M /trunk/lattice/man/panel.axis.Rd
   M /trunk/lattice/man/shingles.Rd
   M /trunk/lattice/man/strip.default.Rd
   M /trunk/lattice/man/xyplot.Rd

added support for strips on the left, and made plot.shingle better
------------------------------------------------------------------------
r1813 | deepayan | 2005-09-09 15:16:32 -0500 (Fri, 09 Sep 2005) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/inst/Changes

bumped version, added note about change in panel/packet.counter/number
------------------------------------------------------------------------
r1812 | deepayan | 2005-09-09 13:56:53 -0500 (Fri, 09 Sep 2005) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/densityplot.R
   M /trunk/lattice/R/histogram.R
   M /trunk/lattice/R/levelplot.R
   M /trunk/lattice/R/parallel.R
   M /trunk/lattice/R/qq.R
   M /trunk/lattice/R/qqmath.R
   M /trunk/lattice/R/splom.R
   M /trunk/lattice/R/xyplot.R

had buggy detection of whether a 'formula' argument was specified
------------------------------------------------------------------------
r1805 | deepayan | 2005-09-08 11:06:47 -0500 (Thu, 08 Sep 2005) | 1 line
Changed paths:
   M /trunk/lattice/R/axis.R

using chron::chron instead of chron in 'times' method
------------------------------------------------------------------------
r1800 | deepayan | 2005-09-07 16:23:19 -0500 (Wed, 07 Sep 2005) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/INDEX
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/legend.R
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/R/settings.R

more rectangle fixes
------------------------------------------------------------------------
r1797 | deepayan | 2005-09-07 14:40:43 -0500 (Wed, 07 Sep 2005) | 1 line
Changed paths:
   M /trunk/lattice/NAMESPACE
   M /trunk/lattice/R/levelplot.R
   M /trunk/lattice/R/miscellaneous.R
   M /trunk/lattice/R/panels.R
   M /trunk/lattice/R/settings.R
   M /trunk/lattice/R/splom.R
   M /trunk/lattice/demo/lattice.R
   M /trunk/lattice/inst/Changes
   M /trunk/lattice/man/Lattice.Rd
   M /trunk/lattice/man/llines.Rd
   M /trunk/lattice/src/threeDplot.c

added appropriate fill argument to grid.rect calls where missing
------------------------------------------------------------------------
r1794 | deepayan | 2005-09-06 10:23:40 -0500 (Tue, 06 Sep 2005) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/INDEX
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/densityplot.R
   M /trunk/lattice/R/histogram.R
   M /trunk/lattice/R/legend.R
   M /trunk/lattice/R/levelplot.R
   M /trunk/lattice/R/parallel.R
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/R/qq.R
   M /trunk/lattice/R/qqmath.R
   M /trunk/lattice/R/splom.R
   M /trunk/lattice/R/xyplot.R
   M /trunk/lattice/demo/lattice.R
   M /trunk/lattice/man/Lattice.Rd
   M /trunk/lattice/man/barchart.table.Rd
   M /trunk/lattice/man/cloud.Rd
   M /trunk/lattice/man/histogram.Rd
   M /trunk/lattice/man/interaction.Rd
   M /trunk/lattice/man/lattice-internal.Rd.foo
   M /trunk/lattice/man/levelplot.Rd
   M /trunk/lattice/man/llines.Rd
   M /trunk/lattice/man/panel.axis.Rd
   M /trunk/lattice/man/panel.bwplot.Rd
   M /trunk/lattice/man/panel.densityplot.Rd
   M /trunk/lattice/man/panel.functions.Rd
   M /trunk/lattice/man/panel.histogram.Rd
   M /trunk/lattice/man/panel.pairs.Rd
   M /trunk/lattice/man/panel.superpose.Rd
   M /trunk/lattice/man/panel.violin.Rd
   M /trunk/lattice/man/panel.xyplot.Rd
   M /trunk/lattice/man/prepanel.functions.Rd
   M /trunk/lattice/man/print.trellis.Rd
   M /trunk/lattice/man/qq.Rd
   M /trunk/lattice/man/qqmath.Rd
   M /trunk/lattice/man/rfs.Rd
   M /trunk/lattice/man/splom.Rd
   M /trunk/lattice/man/tmd.Rd
   M /trunk/lattice/man/trellis.device.Rd
   M /trunk/lattice/man/trellis.par.get.Rd
   M /trunk/lattice/man/update.trellis.Rd
   M /trunk/lattice/man/xyplot.Rd

changed name of first argument in high level functions from formula to
x, did away with synopses as much as possible (xyplot, cloud and
levelplot remaining)
------------------------------------------------------------------------
r1758 | deepayan | 2005-08-26 11:32:23 -0500 (Fri, 26 Aug 2005) | 1 line
Changed paths:
   M /trunk/lattice/man/panel.xyplot.Rd

added info on type='a'
------------------------------------------------------------------------
r1752 | deepayan | 2005-08-24 15:19:04 -0500 (Wed, 24 Aug 2005) | 1 line
Changed paths:
   M /trunk/lattice/man/update.trellis.Rd

added missing argument
------------------------------------------------------------------------
r1751 | deepayan | 2005-08-24 15:14:29 -0500 (Wed, 24 Aug 2005) | 1 line
Changed paths:
   M /trunk/lattice/man/shingles.Rd

fixed typo
------------------------------------------------------------------------
r1750 | deepayan | 2005-08-22 10:36:55 -0500 (Mon, 22 Aug 2005) | 1 line
Changed paths:
   M /trunk/lattice/man/shingles.Rd
   M /trunk/lattice/man/update.trellis.Rd

removed quotes from [ in Rd files
------------------------------------------------------------------------
r1749 | deepayan | 2005-08-19 13:59:46 -0500 (Fri, 19 Aug 2005) | 1 line
Changed paths:
   M /trunk/lattice/INDEX
   M /trunk/lattice/NAMESPACE
   M /trunk/lattice/R/panels.R
   M /trunk/lattice/man/panel.pairs.Rd
   M /trunk/lattice/man/update.trellis.Rd

minor rearrangements
------------------------------------------------------------------------
r1742 | deepayan | 2005-08-19 10:55:18 -0500 (Fri, 19 Aug 2005) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/INDEX
   M /trunk/lattice/NAMESPACE
   M /trunk/lattice/R/interaction.R
   M /trunk/lattice/R/splom.R

diag.panel.splom now gets data, also added trellis.currentLayout
------------------------------------------------------------------------
r1741 | deepayan | 2005-08-19 10:54:11 -0500 (Fri, 19 Aug 2005) | 1 line
Changed paths:
   M /trunk/lattice/man/Lattice.Rd
   M /trunk/lattice/man/Rows.Rd
   M /trunk/lattice/man/banking.Rd
   M /trunk/lattice/man/barchart.table.Rd
   M /trunk/lattice/man/barley.Rd
   M /trunk/lattice/man/cloud.Rd
   M /trunk/lattice/man/draw.colorkey.Rd
   M /trunk/lattice/man/draw.key.Rd
   M /trunk/lattice/man/histogram.Rd
   M /trunk/lattice/man/interaction.Rd
   M /trunk/lattice/man/latticeParseFormula.Rd
   M /trunk/lattice/man/levelplot.Rd
   M /trunk/lattice/man/llines.Rd
   M /trunk/lattice/man/lset.Rd
   M /trunk/lattice/man/panel.axis.Rd
   M /trunk/lattice/man/panel.barchart.Rd
   M /trunk/lattice/man/panel.bwplot.Rd
   M /trunk/lattice/man/panel.cloud.Rd
   M /trunk/lattice/man/panel.densityplot.Rd
   M /trunk/lattice/man/panel.dotplot.Rd
   M /trunk/lattice/man/panel.functions.Rd
   M /trunk/lattice/man/panel.histogram.Rd
   M /trunk/lattice/man/panel.pairs.Rd
   M /trunk/lattice/man/panel.stripplot.Rd
   M /trunk/lattice/man/panel.violin.Rd
   M /trunk/lattice/man/panel.xyplot.Rd
   M /trunk/lattice/man/print.trellis.Rd
   M /trunk/lattice/man/qq.Rd
   M /trunk/lattice/man/qqmath.Rd
   M /trunk/lattice/man/rfs.Rd
   M /trunk/lattice/man/shingles.Rd
   M /trunk/lattice/man/splom.Rd
   M /trunk/lattice/man/tmd.Rd
   M /trunk/lattice/man/trellis.device.Rd
   M /trunk/lattice/man/trellis.object.Rd
   M /trunk/lattice/man/trellis.par.get.Rd
   M /trunk/lattice/man/update.trellis.Rd
   M /trunk/lattice/man/utilities.3d.Rd
   M /trunk/lattice/man/xyplot.Rd

doc updates, mainly to fix spurious uses of explicit quotes
------------------------------------------------------------------------
r1693 | deepayan | 2005-08-05 20:02:44 -0500 (Fri, 05 Aug 2005) | 1 line
Changed paths:
   M /trunk/lattice/INDEX
   M /trunk/lattice/NAMESPACE
   M /trunk/lattice/R/summary.trellis.R
   M /trunk/lattice/R/update.trellis.R

added t, [, dim and dimnames methods for trellis objects (no docs yet)
------------------------------------------------------------------------
r1692 | deepayan | 2005-08-03 07:34:00 -0500 (Wed, 03 Aug 2005) | 1 line
Changed paths:
   M /trunk/lattice/R/densityplot.R

fixed bug in densityplot prepanel changes
------------------------------------------------------------------------
r1691 | deepayan | 2005-08-02 17:02:04 -0500 (Tue, 02 Aug 2005) | 1 line
Changed paths:
   M /trunk/lattice/INDEX
   M /trunk/lattice/R/densityplot.R
   M /trunk/lattice/R/qqmath.R
   M /trunk/lattice/man/qqmath.Rd

fixed qqmath.numeric bug, changed banking calculations in densityplot
(using only middle 70% of data)
------------------------------------------------------------------------
r1690 | deepayan | 2005-08-02 12:25:02 -0500 (Tue, 02 Aug 2005) | 1 line 
Changed paths:
   M /trunk/lattice/INDEX
   M /trunk/lattice/man/barchart.table.Rd
   M /trunk/lattice/man/tmd.Rd
   M /trunk/lattice/man/xyplot.Rd

doc updates finished, passes check
------------------------------------------------------------------------
r1689 | deepayan | 2005-08-01 16:28:13 -0500 (Mon, 01 Aug 2005) | 1 line
Changed paths:
   M /trunk/lattice/INDEX
   M /trunk/lattice/NAMESPACE
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/panels.R
   M /trunk/lattice/R/parallel.R
   M /trunk/lattice/R/qqmath.R
   M /trunk/lattice/R/splom.R
   M /trunk/lattice/R/summary.trellis.R
   M /trunk/lattice/R/update.trellis.R
   M /trunk/lattice/man/cloud.Rd
   M /trunk/lattice/man/levelplot.Rd
   M /trunk/lattice/man/panel.superpose.Rd
   M /trunk/lattice/man/qq.Rd
   M /trunk/lattice/man/qqmath.Rd
   M /trunk/lattice/man/splom.Rd
   M /trunk/lattice/tests/levelplot.R

more doc updates (almost done, but not quite)
------------------------------------------------------------------------
r1688 | deepayan | 2005-08-01 12:24:30 -0500 (Mon, 01 Aug 2005) | 1 line
Changed paths:
   M /trunk/lattice/INDEX
   M /trunk/lattice/NAMESPACE
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/histogram.R
   A /trunk/lattice/man/barchart.table.Rd
   M /trunk/lattice/man/cloud.Rd
   M /trunk/lattice/man/histogram.Rd
   M /trunk/lattice/man/xyplot.Rd

doc updates (still incomplete) related to move to generic functions
------------------------------------------------------------------------
r1687 | deepayan | 2005-07-31 14:30:43 -0500 (Sun, 31 Jul 2005) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/INDEX
   M /trunk/lattice/NAMESPACE
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/densityplot.R
   M /trunk/lattice/R/histogram.R
   M /trunk/lattice/R/levelplot.R
   M /trunk/lattice/R/make.groups.R
   M /trunk/lattice/R/panels.R
   M /trunk/lattice/R/parallel.R
   M /trunk/lattice/R/qq.R
   M /trunk/lattice/R/qqmath.R
   M /trunk/lattice/R/scales.R
   M /trunk/lattice/R/splom.R
   M /trunk/lattice/R/tmd.R
   M /trunk/lattice/R/update.trellis.R
   M /trunk/lattice/R/xyplot.R
   M /trunk/lattice/inst/Changes
   M /trunk/lattice/tests/test.R

finished code changes to make high level functions generic,
documentation not updated yet
------------------------------------------------------------------------
r1684 | deepayan | 2005-07-29 19:52:57 -0500 (Fri, 29 Jul 2005) | 1 line 
Changed paths:
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/common.R
   M /trunk/lattice/R/densityplot.R
   M /trunk/lattice/R/histogram.R
   M /trunk/lattice/R/xyplot.R
   M /trunk/lattice/man/print.trellis.Rd
   M /trunk/lattice/tests/dotplotscoping.R

made several high level functions generic, more to follow
------------------------------------------------------------------------
r1674 | deepayan | 2005-07-25 15:01:55 -0500 (Mon, 25 Jul 2005) | 1 line
Changed paths:
   M /trunk/lattice/INDEX
   M /trunk/lattice/R/axis.R
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/densityplot.R
   M /trunk/lattice/R/legend.R
   M /trunk/lattice/R/update.trellis.R
   M /trunk/lattice/inst/Changes

fix and minor behaviour change in draw.key.  Fix for silly mistake in
axis.R (POSIXct) pointed out by Dirk.  Rest mostly experimental and
incomplete code to make high level functions generic
------------------------------------------------------------------------
r1660 | deepayan | 2005-07-18 12:32:10 -0500 (Mon, 18 Jul 2005) | 1 line 
Changed paths:
   M /trunk/lattice/INDEX
   A /trunk/lattice/man/make.groups.Rd

added make.groups documentation
------------------------------------------------------------------------
r1659 | deepayan | 2005-07-16 15:15:56 -0500 (Sat, 16 Jul 2005) | 1 line
Changed paths:
   M /trunk/lattice/INDEX
   M /trunk/lattice/NAMESPACE
   M /trunk/lattice/R/qqmath.R
   M /trunk/lattice/R/tmd.R
   M /trunk/lattice/man/panel.qqmath.Rd
   M /trunk/lattice/man/panel.qqmathline.Rd
   D /trunk/lattice/man/panel.tmd.Rd
   M /trunk/lattice/man/qqmath.Rd
   M /trunk/lattice/man/tmd.Rd

updated docs, made substantial changes to tmd which had stopped
working with qqmath
------------------------------------------------------------------------
r1657 | deepayan | 2005-07-15 18:20:23 -0500 (Fri, 15 Jul 2005) | 1 line 
Changed paths:
   M /trunk/lattice/INDEX
   M /trunk/lattice/NAMESPACE
   A /trunk/lattice/R/make.groups.R
   M /trunk/lattice/man/cloud.Rd
   M /trunk/lattice/man/histogram.Rd
   M /trunk/lattice/man/panel.bwplot.Rd
   M /trunk/lattice/man/panel.histogram.Rd
   M /trunk/lattice/man/trellis.device.Rd
   M /trunk/lattice/man/trellis.par.get.Rd
   M /trunk/lattice/man/xyplot.Rd

added 'make.groups' (no doc yet), minor updates to several doc pages
------------------------------------------------------------------------
r1652 | deepayan | 2005-07-13 11:47:44 -0500 (Wed, 13 Jul 2005) | 1 line
Changed paths:
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/miscellaneous.R

added lrect and panel.rect (no docs yet) and completely rewrote
panel.bwplot
------------------------------------------------------------------------
r1636 | deepayan | 2005-07-05 09:55:26 -0500 (Tue, 05 Jul 2005) | 1 line 
Changed paths:
   M /trunk/lattice/INDEX
   M /trunk/lattice/R/densityplot.R
   M /trunk/lattice/R/histogram.R
   M /trunk/lattice/R/qqmath.R
   M /trunk/lattice/R/xyplot.R

more modifications were needed for qqmath, since log scales were
causing problems when densityplot was used as the workhorse.  Rest is
cleaning up some stuff.
------------------------------------------------------------------------
r1616 | deepayan | 2005-06-28 12:24:56 -0500 (Tue, 28 Jun 2005) | 1 line 
Changed paths:
   M /trunk/lattice/INDEX
   M /trunk/lattice/NAMESPACE
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/densityplot.R
   M /trunk/lattice/R/histogram.R
   M /trunk/lattice/R/legend.R
   M /trunk/lattice/R/levelplot.R
   M /trunk/lattice/R/panels.R
   M /trunk/lattice/R/qqmath.R
   M /trunk/lattice/R/settings.R
   M /trunk/lattice/R/update.trellis.R
   M /trunk/lattice/man/qqmath.Rd
   M /trunk/lattice/man/singer.Rd
   M /trunk/lattice/man/xyplot.Rd

considerable restructuring of qqmath, changed many range() calls to
have finite=TRUE
------------------------------------------------------------------------
r1601 | deepayan | 2005-06-19 22:35:16 -0500 (Sun, 19 Jun 2005) | 1 line 
Changed paths:
   M /trunk/lattice/NAMESPACE
   M /trunk/lattice/R/panels.R
   M /trunk/lattice/R/qqmath.R
   M /trunk/lattice/man/panel.functions.Rd
   A /trunk/lattice/man/panel.qqmath.Rd
   M /trunk/lattice/man/panel.superpose.Rd
   M /trunk/lattice/man/panel.xyplot.Rd
   M /trunk/lattice/man/qqmath.Rd

doc updates to keep up with changes (incomplete)
------------------------------------------------------------------------
r1600 | deepayan | 2005-06-19 16:29:16 -0500 (Sun, 19 Jun 2005) | 1 line
Changed paths:
   M /trunk/lattice/R/axis.R
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/densityplot.R
   M /trunk/lattice/R/panels.R
   M /trunk/lattice/R/xyplot.R
   M /trunk/lattice/man/histogram.Rd
   M /trunk/lattice/man/panel.densityplot.Rd

misc updates, including putting back PACKAGE= in .Call in cloud.R
------------------------------------------------------------------------
r1599 | deepayan | 2005-06-19 16:28:23 -0500 (Sun, 19 Jun 2005) | 1 line
Changed paths:
   M /trunk/lattice/R/qqmath.R

reimplemented qqmath to allow grouping, panel functions etc become
unlike S
------------------------------------------------------------------------
r1597 | deepayan | 2005-06-16 22:58:43 -0500 (Thu, 16 Jun 2005) | 1 line
Changed paths:
   M /trunk/lattice/R/histogram.R
   M /trunk/lattice/R/plot.shingle.R
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/R/update.trellis.R
   M /trunk/lattice/man/Lattice.Rd
   M /trunk/lattice/man/print.trellis.Rd
   M /trunk/lattice/man/shingles.Rd

fixed histogram bug, added 'draw.in' argument to print.trellis, etc
------------------------------------------------------------------------
r1589 | deepayan | 2005-06-09 17:01:51 -0500 (Thu, 09 Jun 2005) | 1 line
Changed paths:
   M /trunk/lattice/R/xyplot.R

added type = 'a' to panel.xyplot
------------------------------------------------------------------------
r1585 | deepayan | 2005-06-09 09:01:41 -0500 (Thu, 09 Jun 2005) | 1 line
Changed paths:
   M /trunk/lattice/R/densityplot.R

fixed bug in densityplot prepanel when one obs in panel
------------------------------------------------------------------------
r1554 | deepayan | 2005-05-22 21:53:28 -0500 (Sun, 22 May 2005) | 1 line
Changed paths:
   M /trunk/lattice/man/panel.axis.Rd

added alias entry for current.panel.limits
------------------------------------------------------------------------
r1553 | deepayan | 2005-05-22 21:47:03 -0500 (Sun, 22 May 2005) | 1 line
Changed paths:
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/man/print.trellis.Rd

added a plot method for trellis objects, almost identical to the print
method
------------------------------------------------------------------------
r1552 | deepayan | 2005-05-22 21:42:39 -0500 (Sun, 22 May 2005) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/NAMESPACE
   M /trunk/lattice/R/axis.R
   M /trunk/lattice/R/miscellaneous.R
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/man/panel.axis.Rd
   M /trunk/lattice/man/print.trellis.Rd
   M /trunk/lattice/man/shingles.Rd
   M /trunk/lattice/tests/levelplot.R

added function to retrieve current viewport's limits
------------------------------------------------------------------------
r1475 | deepayan | 2005-05-09 22:24:15 -0500 (Mon, 09 May 2005) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/R/common.R
   M /trunk/lattice/man/histogram.Rd
   M /trunk/lattice/man/print.trellis.Rd
   M /trunk/lattice/man/xyplot.Rd

updated description, clarified docs
------------------------------------------------------------------------
r1446 | deepayan | 2005-04-28 09:05:12 -0500 (Thu, 28 Apr 2005) | 3 lines
Changed paths:
   M /trunk/lattice/man/trellis.object.Rd

changed \value to \details, to fix odd 'bracketnormal' thingy.  Not
sure what's going on, should read more about how to document classes.
------------------------------------------------------------------------
r1358 | deepayan | 2005-04-10 23:58:37 -0500 (Sun, 10 Apr 2005) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/INDEX
   M /trunk/lattice/NAMESPACE
   M /trunk/lattice/R/qqmath.R
   M /trunk/lattice/SvnLog
   M /trunk/lattice/inst/Changes
   M /trunk/lattice/man/panel.violin.Rd

updated log, plus misc changes to pass check
------------------------------------------------------------------------
r1357 | deepayan | 2005-04-10 21:47:21 -0500 (Sun, 10 Apr 2005) | 1 line
Changed paths:
   (almost everything)

updated email address
------------------------------------------------------------------------
r1356 | deepayan | 2005-04-10 21:34:52 -0500 (Sun, 10 Apr 2005) | 1 line
Changed paths:
   M /trunk/lattice/R/scales.R
   M /trunk/lattice/R/settings.R

made banking function for aspect=xy user-settable
------------------------------------------------------------------------
r1354 | deepayan | 2005-04-10 21:33:02 -0500 (Sun, 10 Apr 2005) | 1 line
Changed paths:
   M /trunk/lattice/R/qqmath.R
   M /trunk/lattice/man/panel.qqmathline.Rd
   M /trunk/lattice/man/prepanel.functions.Rd

added argument controlling which quantiles define line in panel.qqmathline
------------------------------------------------------------------------
r1353 | deepayan | 2005-04-10 21:24:26 -0500 (Sun, 10 Apr 2005) | 1 line
Changed paths:
   M /trunk/lattice/R/bwplot.R
   A /trunk/lattice/man/panel.violin.Rd

added panel function for 'violin plots'
------------------------------------------------------------------------
r1352 | deepayan | 2005-04-08 23:07:12 -0500 (Fri, 08 Apr 2005) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/INDEX

updated version
------------------------------------------------------------------------
r1351 | deepayan | 2005-04-08 23:06:28 -0500 (Fri, 08 Apr 2005) | 1 line
Changed paths:
   M /trunk/lattice/R/common.R
   M /trunk/lattice/R/settings.R
   M /trunk/lattice/R/xyplot.R
   M /trunk/lattice/man/xyplot.Rd

some standard arguments now take their settings from lattice.options
------------------------------------------------------------------------
r1350 | deepayan | 2005-04-08 23:05:43 -0500 (Fri, 08 Apr 2005) | 1 line
Changed paths:
   M /trunk/lattice/R/cloud.R

improved behavior of labels in cloud
------------------------------------------------------------------------
r1349 | deepayan | 2005-04-08 23:03:28 -0500 (Fri, 08 Apr 2005) | 1 line
Changed paths:
   M /trunk/lattice/R/parallel.R
   M /trunk/lattice/man/panel.parallel.Rd

update and a couple of new features in parallel
------------------------------------------------------------------------
r1293 | deepayan | 2005-03-20 16:42:25 -0600 (Sun, 20 Mar 2005) | 1 line
Changed paths:
   M /trunk/lattice/R/settings.R

warning message reported using warning rather than cat
------------------------------------------------------------------------
r1292 | deepayan | 2005-03-20 16:41:49 -0600 (Sun, 20 Mar 2005) | 1 line
Changed paths:
   M /trunk/lattice/R/xyplot.R

type='g' now uses h=-1, v =-1
------------------------------------------------------------------------
r1291 | deepayan | 2005-03-20 16:41:09 -0600 (Sun, 20 Mar 2005) | 1 line
Changed paths:
   M /trunk/lattice/man/panel.axis.Rd
   M /trunk/lattice/man/panel.functions.Rd

removed remnants of old documentation
------------------------------------------------------------------------
r1134 | deepayan | 2005-02-21 22:51:50 -0600 (Mon, 21 Feb 2005) | 1 line
Changed paths:
   M /trunk/lattice/R/update.trellis.R
   M /trunk/lattice/man/update.trellis.Rd

trellis.last.object can now have arguments that can be used to update retrieved object
------------------------------------------------------------------------
r1133 | deepayan | 2005-02-21 22:50:49 -0600 (Mon, 21 Feb 2005) | 1 line
Changed paths:
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/miscellaneous.R
   M /trunk/lattice/man/llines.Rd

added 'unit' argument to larrows, and used that for arrows in cloud
------------------------------------------------------------------------
r1132 | deepayan | 2005-02-21 22:49:01 -0600 (Mon, 21 Feb 2005) | 1 line
Changed paths:
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/man/panel.bwplot.Rd

added do.out=F as a possible option in panel.bwplot
------------------------------------------------------------------------
r1113 | deepayan | 2005-02-17 11:46:49 -0600 (Thu, 17 Feb 2005) | 2 lines
Changed paths:
   M /trunk/lattice/man/panel.parallel.Rd

updated docs for panel.parallel
------------------------------------------------------------------------
r1112 | deepayan | 2005-02-17 11:31:42 -0600 (Thu, 17 Feb 2005) | 2 lines
Changed paths:
   M /trunk/lattice/R/parallel.R

added 'groups' argument to panel.parallel
------------------------------------------------------------------------
r1102 | deepayan | 2005-02-16 13:26:07 -0600 (Wed, 16 Feb 2005) | 1 line
Changed paths:
   M /trunk/lattice/R/axis.R

reverted to old tick label convention
------------------------------------------------------------------------
r1101 | deepayan | 2005-02-16 13:25:05 -0600 (Wed, 16 Feb 2005) | 1 line
Changed paths:
   M /trunk/lattice/R/miscellaneous.R

re-implemented larrows, but needs more work
------------------------------------------------------------------------
r1100 | deepayan | 2005-02-16 13:24:32 -0600 (Wed, 16 Feb 2005) | 1 line
Changed paths:
   M /trunk/lattice/R/settings.R

changed b&w superpose.fill colors
------------------------------------------------------------------------
r1099 | deepayan | 2005-02-16 13:23:37 -0600 (Wed, 16 Feb 2005) | 1 line
Changed paths:
   M /trunk/lattice/R/xyplot.R

changed NA-handling
------------------------------------------------------------------------
r1083 | deepayan | 2005-02-12 10:01:05 -0600 (Sat, 12 Feb 2005) | 4 lines
Changed paths:
   M /trunk/lattice/R/interaction.R


changed default labels to panel.args$subscript if present, when x and
y chosen by default from the focus-ed panel.

------------------------------------------------------------------------
r818 | deepayan | 2004-12-06 13:21:19 -0600 (Mon, 06 Dec 2004) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/R/interaction.R
   M /trunk/lattice/inst/Changes
   M /trunk/lattice/man/interaction.Rd
   M /trunk/lattice/man/simpleKey.Rd

misc updates, including panel.identify now returns indices
------------------------------------------------------------------------
r786 | deepayan | 2004-11-29 10:18:25 -0600 (Mon, 29 Nov 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/densityplot.R
   M /trunk/lattice/R/histogram.R
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/R/qqmath.R
   M /trunk/lattice/R/splom.R
   M /trunk/lattice/R/update.trellis.R
   M /trunk/lattice/R/xyplot.R

changed behaviour of auto.key - text allowed, defaults are function-specific
------------------------------------------------------------------------
r785 | deepayan | 2004-11-29 10:17:39 -0600 (Mon, 29 Nov 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/layout.R
   M /trunk/lattice/R/settings.R
   M /trunk/lattice/R/strip.R

updates to account for changes in grid for 2.1.0
------------------------------------------------------------------------
r784 | deepayan | 2004-11-29 10:14:51 -0600 (Mon, 29 Nov 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/common.R

fixed bad use of deparse
------------------------------------------------------------------------
r761 | deepayan | 2004-11-21 19:05:12 -0600 (Sun, 21 Nov 2004) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/INDEX
   M /trunk/lattice/R/interaction.R
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/R/settings.R
   M /trunk/lattice/man/cloud.Rd
   M /trunk/lattice/man/interaction.Rd
   M /trunk/lattice/man/latticeParseFormula.Rd
   M /trunk/lattice/man/levelplot.Rd
   M /trunk/lattice/man/panel.cloud.Rd
   M /trunk/lattice/man/panel.levelplot.Rd
   M /trunk/lattice/man/panel.superpose.Rd
   M /trunk/lattice/man/panel.xyplot.Rd
   M /trunk/lattice/man/prepanel.functions.Rd
   M /trunk/lattice/man/qqmath.Rd
   M /trunk/lattice/man/shingles.Rd
   M /trunk/lattice/man/strip.default.Rd
   M /trunk/lattice/man/tmd.Rd
   M /trunk/lattice/man/xyplot.Rd

miscellaneous bugfixes
------------------------------------------------------------------------
r731 | deepayan | 2004-11-11 15:36:41 -0600 (Thu, 11 Nov 2004) | 1 line
Changed paths:
   M /trunk/lattice/man/trellis.device.Rd

updates theme doc entry
------------------------------------------------------------------------
r730 | deepayan | 2004-11-10 11:10:26 -0600 (Wed, 10 Nov 2004) | 1 line
Changed paths:
   M /trunk/lattice/INDEX
   M /trunk/lattice/NAMESPACE
   M /trunk/lattice/inst/Changes

final changes for 0.10-14 release
------------------------------------------------------------------------
r729 | deepayan | 2004-11-10 10:53:08 -0600 (Wed, 10 Nov 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/bwplot.R

for named vectors, order is now according to vector, not alphabetically by names
------------------------------------------------------------------------
r728 | deepayan | 2004-11-10 10:41:56 -0600 (Wed, 10 Nov 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/axis.R

fixed formattedTicksAndLabels.default to always return numeric limits, added a method (.times) for chron objects
------------------------------------------------------------------------
r697 | deepayan | 2004-11-03 19:46:46 -0600 (Wed, 03 Nov 2004) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/INDEX
   M /trunk/lattice/NAMESPACE
   D /trunk/lattice/R/gplot.R
   D /trunk/lattice/man/gplot.Rd

removed gplot-related code into separate package
------------------------------------------------------------------------
r684 | deepayan | 2004-11-01 09:33:03 -0600 (Mon, 01 Nov 2004) | 1 line
Changed paths:
   M /trunk/lattice/INDEX
   M /trunk/lattice/NAMESPACE
   M /trunk/lattice/R/gplot.R
   M /trunk/lattice/R/xyplot.R

gplot related changes
------------------------------------------------------------------------
r683 | deepayan | 2004-10-30 03:23:22 -0500 (Sat, 30 Oct 2004) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/NAMESPACE
   M /trunk/lattice/R/gplot.R
   M /trunk/lattice/inst/Changes
   A /trunk/lattice/man/gplot.Rd

updated gplot code, moved groupedData() to lme4
------------------------------------------------------------------------
r682 | deepayan | 2004-10-29 17:38:58 -0500 (Fri, 29 Oct 2004) | 1 line
Changed paths:
   M /trunk/lattice/INDEX
   M /trunk/lattice/R/axis.R
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/histogram.R
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/R/settings.R
   M /trunk/lattice/inst/Changes

misc updates
------------------------------------------------------------------------
r681 | deepayan | 2004-10-29 14:18:56 -0500 (Fri, 29 Oct 2004) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/INDEX
   M /trunk/lattice/R/histogram.R
   M /trunk/lattice/tests/temp.R

fixed missing pars in panel.histogram, updated DESCRIPTION
------------------------------------------------------------------------
r653 | deepayan | 2004-10-26 00:15:56 -0500 (Tue, 26 Oct 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/layout.R
   M /trunk/lattice/R/miscellaneous.R
   M /trunk/lattice/R/settings.R
   M /trunk/lattice/R/xyplot.R

misc updates, including important bugfix in trellis.par.set
------------------------------------------------------------------------
r652 | deepayan | 2004-10-26 00:10:40 -0500 (Tue, 26 Oct 2004) | 1 line
Changed paths:
   M /trunk/lattice/man/barley.Rd
   A /trunk/lattice/man/environmental.Rd
   A /trunk/lattice/man/ethanol.Rd
   A /trunk/lattice/man/melanoma.Rd
   A /trunk/lattice/man/singer.Rd
   D /trunk/lattice/man/trellis.datasets.Rd

separate documentation for datasets, contributed by Kevin Wright
------------------------------------------------------------------------
r601 | deepayan | 2004-10-18 22:35:04 -0500 (Mon, 18 Oct 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/bwplot.R

graphical pars were not being replicated in grouped barchart, PR#7293
------------------------------------------------------------------------
r600 | deepayan | 2004-10-18 22:33:52 -0500 (Mon, 18 Oct 2004) | 1 line
Changed paths:
   A /trunk/lattice/man/barley.Rd

separate documentation for barley data, contributed by Kevin Wright
------------------------------------------------------------------------
r599 | deepayan | 2004-10-18 22:33:30 -0500 (Mon, 18 Oct 2004) | 1 line
Changed paths:
   M /trunk/lattice/man/trellis.datasets.Rd

separate documentation for barley data, contributed by Kevin Wright
------------------------------------------------------------------------
r598 | deepayan | 2004-10-18 22:32:39 -0500 (Mon, 18 Oct 2004) | 1 line
Changed paths:
   M /trunk/lattice/man/panel.superpose.Rd

updated and improved panel.superpose.2
------------------------------------------------------------------------
r597 | deepayan | 2004-10-18 13:14:24 -0500 (Mon, 18 Oct 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/common.R
   A /trunk/lattice/R/gplot.R
   M /trunk/lattice/R/panels.R

reference implementation of gplot (NOTE: MOVED to new package subsequently)
------------------------------------------------------------------------
r564 | deepayan | 2004-10-05 15:38:14 -0500 (Tue, 05 Oct 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/settings.R

revamped show.settings, added a panel for superpose.fill
------------------------------------------------------------------------
r541 | deepayan | 2004-09-14 20:20:44 -0500 (Tue, 14 Sep 2004) | 1 line
Changed paths:
   M /trunk/lattice/INDEX
   M /trunk/lattice/NAMESPACE
   M /trunk/lattice/R/miscellaneous.R
   M /trunk/lattice/man/cloud.Rd
   M /trunk/lattice/man/draw.colorkey.Rd
   M /trunk/lattice/man/draw.key.Rd
   M /trunk/lattice/man/histogram.Rd
   M /trunk/lattice/man/interaction.Rd
   D /trunk/lattice/man/reorder.factor.Rd

removed reorderFactor, updated docs
------------------------------------------------------------------------
r538 | deepayan | 2004-09-12 20:41:57 -0500 (Sun, 12 Sep 2004) | 1 line
Changed paths:
   M /trunk/lattice/NAMESPACE
   M /trunk/lattice/R/interaction.R
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/inst/Changes
   M /trunk/lattice/man/cloud.Rd
   M /trunk/lattice/man/interaction.Rd
   M /trunk/lattice/man/print.trellis.Rd

viewport (and grob) names now try use a plot-specific prefix to
distinguish between similar viewports when multiple plots are drawn on
a single page. Also some doc updates
------------------------------------------------------------------------
r535 | deepayan | 2004-09-10 00:05:05 -0500 (Fri, 10 Sep 2004) | 1 line
Changed paths:
   M /trunk/lattice/INDEX
   M /trunk/lattice/inst/Changes
   M /trunk/lattice/man/panel.xyplot.Rd
   M /trunk/lattice/man/xyplot.Rd
   M /trunk/lattice/tests/temp.R

added type='g', updated docs, especially for the prepanel entry in ?xyplot
------------------------------------------------------------------------
r534 | deepayan | 2004-09-10 00:03:19 -0500 (Fri, 10 Sep 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/axis.R
   M /trunk/lattice/R/common.R
   M /trunk/lattice/R/interaction.R
   M /trunk/lattice/R/legend.R
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/R/settings.R
   M /trunk/lattice/R/xyplot.R

some cleanups indicated by codetools, plus interaction updates (incomplete)
------------------------------------------------------------------------
r533 | deepayan | 2004-09-06 12:24:23 -0500 (Mon, 06 Sep 2004) | 1 line
Changed paths:
   M /trunk/lattice/INDEX
   M /trunk/lattice/R/layout.R
   M /trunk/lattice/R/qqmath.R
   M /trunk/lattice/R/settings.R
   M /trunk/lattice/tests/temp.R

axis.panel settings can now be used as multipliers for axis widths and heights for relation=free/sliced
------------------------------------------------------------------------
r532 | deepayan | 2004-09-04 14:39:00 -0500 (Sat, 04 Sep 2004) | 1 line
Changed paths:
   M /trunk/lattice/NAMESPACE

exported trellis.vpname
------------------------------------------------------------------------
r531 | deepayan | 2004-09-04 14:37:47 -0500 (Sat, 04 Sep 2004) | 1 line
Changed paths:
   M /trunk/lattice/NAMESPACE

changed names of latticeVP.focus etc
------------------------------------------------------------------------
r530 | deepayan | 2004-09-04 14:28:34 -0500 (Sat, 04 Sep 2004) | 1 line
Changed paths:
   M /trunk/lattice/INDEX
   M /trunk/lattice/R/axis.R
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/common.R
   M /trunk/lattice/R/levelplot.R
   M /trunk/lattice/R/settings.R
   M /trunk/lattice/R/update.trellis.R
   M /trunk/lattice/man/panel.axis.Rd
   M /trunk/lattice/man/xyplot.Rd

amount of extension of axis limits now taken from an option setting, plus misc fixes
------------------------------------------------------------------------
r529 | deepayan | 2004-09-04 11:05:58 -0500 (Sat, 04 Sep 2004) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/R/axis.R
   M /trunk/lattice/R/interaction.R
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/R/settings.R
   M /trunk/lattice/R/splom.R
   M /trunk/lattice/R/zzz.R
   M /trunk/lattice/demo/lattice.R
   M /trunk/lattice/inst/Changes
   M /trunk/lattice/man/cloud.Rd
   M /trunk/lattice/man/interaction.Rd
   M /trunk/lattice/man/levelplot.Rd
   M /trunk/lattice/man/lset.Rd
   M /trunk/lattice/man/print.trellis.Rd
   M /trunk/lattice/man/xyplot.Rd
   M /trunk/lattice/tests/test.R

reorganized interaction code (renamed lattice.VPfocus to
trellis.focus), plus misc associated changes
------------------------------------------------------------------------
r525 | deepayan | 2004-09-03 21:39:31 -0500 (Fri, 03 Sep 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/settings.R
   M /trunk/lattice/man/trellis.device.Rd

theme in trellis.device now gets default from lattice.options, which
initially defaults to getOption(lattice.theme) for back-compatibility
------------------------------------------------------------------------
r524 | deepayan | 2004-09-03 21:30:07 -0500 (Fri, 03 Sep 2004) | 1 line 
Changed paths:
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/densityplot.R
   M /trunk/lattice/R/histogram.R
   M /trunk/lattice/R/levelplot.R
   M /trunk/lattice/R/parallel.R
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/R/qq.R
   M /trunk/lattice/R/qqmath.R
   M /trunk/lattice/R/settings.R
   M /trunk/lattice/R/splom.R
   M /trunk/lattice/R/xyplot.R
   M /trunk/lattice/R/zzz.R

drop.unused.levels now defaults to lattice.options setting
------------------------------------------------------------------------
r523 | deepayan | 2004-09-03 21:08:55 -0500 (Fri, 03 Sep 2004) | 2 lines
Changed paths:
   M /trunk/lattice/demo/lattice.R

removed par(ask = TRUE) in favour of grid.prompt

------------------------------------------------------------------------
r521 | deepayan | 2004-09-02 18:32:29 -0500 (Thu, 02 Sep 2004) | 1 line
Changed paths:
   M /trunk/lattice/man/cloud.Rd
   M /trunk/lattice/man/levelplot.Rd
   M /trunk/lattice/man/print.trellis.Rd
   M /trunk/lattice/man/qq.Rd
   M /trunk/lattice/man/qqmath.Rd
   M /trunk/lattice/man/rfs.Rd
   M /trunk/lattice/man/splom.Rd
   M /trunk/lattice/man/tmd.Rd
   M /trunk/lattice/man/update.trellis.Rd
   M /trunk/lattice/man/xyplot.Rd

deleted all data() calls
------------------------------------------------------------------------
r520 | deepayan | 2004-09-02 18:28:21 -0500 (Thu, 02 Sep 2004) | 1 line
Changed paths:
   M /trunk/lattice/INDEX
   A /trunk/lattice/SvnLog (from /trunk/lattice/lattice.svnlog:509)
   M /trunk/lattice/inst/Changes
   D /trunk/lattice/lattice.svnlog

updated Changes and svn log, renamed svn log file
------------------------------------------------------------------------
r519 | deepayan | 2004-09-02 18:27:30 -0500 (Thu, 02 Sep 2004) | 1 line
Changed paths:
   M /trunk/lattice/demo/lattice.R

added example of non-trivial strip in demo(lattice)
------------------------------------------------------------------------
r518 | deepayan | 2004-09-02 18:26:45 -0500 (Thu, 02 Sep 2004) | 1 line
Changed paths:
   M /trunk/lattice/tests/scales.R

more relation=free/sliced tests for factors
------------------------------------------------------------------------
r510 | deepayan | 2004-09-02 17:58:02 -0500 (Thu, 02 Sep 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/axis.R
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/interaction.R
   M /trunk/lattice/R/layout.R
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/R/scales.R
   M /trunk/lattice/R/settings.R

bugfixes related to relation=free/sliced for factors, and interaction
------------------------------------------------------------------------
r508 | deepayan | 2004-09-01 17:10:51 -0500 (Wed, 01 Sep 2004) | 1 line
Changed paths:
   M /trunk/lattice/man/panel.bwplot.Rd
   M /trunk/lattice/man/panel.dotplot.Rd
   M /trunk/lattice/man/print.trellis.Rd

documentation updates
------------------------------------------------------------------------
r507 | deepayan | 2004-09-01 17:10:31 -0500 (Wed, 01 Sep 2004) | 1 line
Changed paths:
   M /trunk/lattice/tests/scales.R

added test for relation=free/sliced for factors
------------------------------------------------------------------------
r506 | deepayan | 2004-09-01 17:09:44 -0500 (Wed, 01 Sep 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/interaction.R
   M /trunk/lattice/man/interaction.Rd

fixed typos, and hopefully fixed possibility of inconsistent status
------------------------------------------------------------------------
r505 | deepayan | 2004-09-01 17:08:42 -0500 (Wed, 01 Sep 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/bwplot.R

removed stupid use of levels.fos from panel.[dot|bw]plot
------------------------------------------------------------------------
r504 | deepayan | 2004-09-01 13:58:20 -0500 (Wed, 01 Sep 2004) | 1 line
Changed paths:
   M /trunk/lattice/demo/lattice.R

removed lset calls, added example where xlab and ylab are grobs
------------------------------------------------------------------------
r503 | deepayan | 2004-09-01 13:57:31 -0500 (Wed, 01 Sep 2004) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION
   M /trunk/lattice/man/trellis.datasets.Rd

removed sunspot data, enabled LazyData
------------------------------------------------------------------------
r502 | deepayan | 2004-09-01 13:56:24 -0500 (Wed, 01 Sep 2004) | 1 line
Changed paths:
   M /trunk/lattice/man/xyplot.Rd

documented new aspect='iso' option
------------------------------------------------------------------------
r499 | deepayan | 2004-09-01 13:18:21 -0500 (Wed, 01 Sep 2004) | 1 line
Changed paths:
   M /trunk/lattice/man/cloud.Rd
   M /trunk/lattice/man/histogram.Rd
   A /trunk/lattice/man/lattice.options.Rd
   M /trunk/lattice/man/levelplot.Rd
   M /trunk/lattice/man/llines.Rd
   M /trunk/lattice/man/panel.cloud.Rd
   M /trunk/lattice/man/panel.functions.Rd
   M /trunk/lattice/man/panel.levelplot.Rd
   M /trunk/lattice/man/strip.default.Rd
   M /trunk/lattice/man/trellis.device.Rd
   M /trunk/lattice/man/update.trellis.Rd

documentation updates
------------------------------------------------------------------------
r498 | deepayan | 2004-09-01 13:12:11 -0500 (Wed, 01 Sep 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/interaction.R
   A /trunk/lattice/man/interaction.Rd

more support for interacting with lattice plots
------------------------------------------------------------------------
r497 | deepayan | 2004-09-01 13:10:21 -0500 (Wed, 01 Sep 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/bwplot.R

updated default prepanel function for relation!=same; also set default
rot=0 for factors and shingles even when relation!=same
------------------------------------------------------------------------
r496 | deepayan | 2004-09-01 13:07:29 -0500 (Wed, 01 Sep 2004) | 1 line 
Changed paths:
   M /trunk/lattice/R/layout.R
   M /trunk/lattice/R/print.trellis.R

xlab, main etc can now be grobs; plus misc fixes
------------------------------------------------------------------------
r495 | deepayan | 2004-09-01 13:03:45 -0500 (Wed, 01 Sep 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/miscellaneous.R
   M /trunk/lattice/R/settings.R
   M /trunk/lattice/R/update.trellis.R

miscellaneous updates, formally deprecated lset
------------------------------------------------------------------------
r494 | deepayan | 2004-09-01 12:53:09 -0500 (Wed, 01 Sep 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/axis.R
   M /trunk/lattice/R/scales.R

added more reasonable behaviour for factors when relation=free/sliced
------------------------------------------------------------------------
r493 | deepayan | 2004-09-01 12:47:47 -0500 (Wed, 01 Sep 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/common.R

construct.legend moved over to legend.R
------------------------------------------------------------------------
r492 | deepayan | 2004-09-01 12:46:56 -0500 (Wed, 01 Sep 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/legend.R
   M /trunk/lattice/R/levelplot.R

In levelplot and wireframe, coloring information needs to be shared
between the panel function and the colorkey. This used to be done by
evaluating col.regions in the top level function, but this involved
reading the trellis settings at object creation time and not printing
time. This has now been fixed. Also other minor juggling of arguments
------------------------------------------------------------------------
r491 | deepayan | 2004-09-01 12:41:03 -0500 (Wed, 01 Sep 2004) | 1 line 
Changed paths:
   M /trunk/lattice/R/strip.R

redefined strip.custom, hopefully works better now
------------------------------------------------------------------------
r484-r477 | deepayan | 2004-08-29 16:31:36 -0500 (Sun, 29 Aug 2004) | 1 line

more support for interaction
------------------------------------------------------------------------
r476 | deepayan | 2004-08-29 16:28:42 -0500 (Sun, 29 Aug 2004) | 1 line
Changed paths:
   M /trunk/lattice/man/trellis.device.Rd

added note about dev.print
------------------------------------------------------------------------
r475 | deepayan | 2004-08-28 18:29:34 -0500 (Sat, 28 Aug 2004) | 1 line

first major commit as part of R-packages. There have been several
local changes after the initial import, which are all being committed
together. Details can be found in the svn log's of the older
repository, which have been extracted (and edited) in the new file
lattice.svnlog (later renamed to SvnLog)
------------------------------------------------------------------------

Change SVN location (to https://svn.r-project.org/R-packages/)

------------------------------------------------------------------------
r342 | deepayan | 2004-08-28 12:24:25 -0500 (Sat, 28 Aug 2004) | 1 line
Changed paths:
   M /trunk/lattice/tests/test.R

changed tests in accordance with new panel naming conventions
------------------------------------------------------------------------
r341 | deepayan | 2004-08-28 12:23:37 -0500 (Sat, 28 Aug 2004) | 1 line
Changed paths:
   M /trunk/lattice/man/cloud.Rd
   M /trunk/lattice/man/histogram.Rd
   M /trunk/lattice/man/levelplot.Rd
   M /trunk/lattice/man/lset.Rd
   A /trunk/lattice/man/panel.axis.Rd
   M /trunk/lattice/man/panel.barchart.Rd
   M /trunk/lattice/man/panel.cloud.Rd
   M /trunk/lattice/man/panel.functions.Rd
   M /trunk/lattice/man/panel.pairs.Rd
   M /trunk/lattice/man/print.trellis.Rd
   M /trunk/lattice/man/qq.Rd
   M /trunk/lattice/man/qqmath.Rd
   M /trunk/lattice/man/splom.Rd
   M /trunk/lattice/man/trellis.device.Rd
   M /trunk/lattice/man/trellis.par.get.Rd
   M /trunk/lattice/man/xyplot.Rd

doc updates and changes. Added panel.axis.Rd, unofficially deprecated
lset, merging its functionality into trellis.par.set
------------------------------------------------------------------------
r340 | deepayan | 2004-08-28 12:17:23 -0500 (Sat, 28 Aug 2004) | 1 line 
Changed paths:
   M /trunk/lattice/R/axis.R
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/densityplot.R
   M /trunk/lattice/R/histogram.R
   M /trunk/lattice/R/layout.R
   M /trunk/lattice/R/levelplot.R
   M /trunk/lattice/R/parallel.R
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/R/qq.R
   M /trunk/lattice/R/qqmath.R
   M /trunk/lattice/R/scales.R
   M /trunk/lattice/R/settings.R
   M /trunk/lattice/R/splom.R
   M /trunk/lattice/R/xyplot.R

layout updates, plus added a new default.scales argument to highlevel
functions
------------------------------------------------------------------------
r336 | deepayan | 2004-08-26 01:16:18 -0500 (Thu, 26 Aug 2004) | 1 line
Changed paths:
   A /trunk/lattice/R/layout.R
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/R/settings.R
   M /trunk/lattice/R/strip.R

major restructuring of print.trellis layout in progress
------------------------------------------------------------------------
r334 | deepayan | 2004-08-25 17:20:33 -0500 (Wed, 25 Aug 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/bwplot.R

panel.barchart had a bug, fill color code had not been updated for
horizontal = FALSE. Fixed.
------------------------------------------------------------------------
r332 | deepayan | 2004-08-25 12:46:50 -0500 (Wed, 25 Aug 2004) | 1 line 
Changed paths:
   D /trunk/lattice/install.R

deleting install.R
------------------------------------------------------------------------
r331 | deepayan | 2004-08-25 12:46:26 -0500 (Wed, 25 Aug 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/axis.R
   M /trunk/lattice/R/miscellaneous.R
   M /trunk/lattice/R/settings.R
   M /trunk/lattice/R/zzz.R

more axis related updates
------------------------------------------------------------------------
r330 | deepayan | 2004-08-25 12:45:50 -0500 (Wed, 25 Aug 2004) | 1 line
Changed paths:
   A /trunk/lattice/R/shingle.R
   A /trunk/lattice/R/strip.R

separated strip and shingle related code into separate files
------------------------------------------------------------------------
r329 | deepayan | 2004-08-25 00:23:01 -0500 (Wed, 25 Aug 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/axis.R
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/R/scales.R
   M /trunk/lattice/R/splom.R

more axis restructuring (incomplete)
------------------------------------------------------------------------
r328 | deepayan | 2004-08-24 23:09:13 -0500 (Tue, 24 Aug 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/axis.R
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/R/scales.R
   M /trunk/lattice/R/splom.R

restructuring of scales
------------------------------------------------------------------------
r327 | deepayan | 2004-08-24 18:55:57 -0500 (Tue, 24 Aug 2004) | 1 line
Changed paths:
   M /trunk/lattice/inst/Changes

added placeholder for lattice 0.10
------------------------------------------------------------------------
r326 | deepayan | 2004-08-24 18:54:26 -0500 (Tue, 24 Aug 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/bwplot.R

more graphical arguments now honored
------------------------------------------------------------------------
r325 | deepayan | 2004-08-24 18:53:26 -0500 (Tue, 24 Aug 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/cloud.R

more graphical arguments now honored
------------------------------------------------------------------------
r324 | deepayan | 2004-08-24 18:51:06 -0500 (Tue, 24 Aug 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/settings.R

changed alpha=0 to alpha=1 to track grid changes
------------------------------------------------------------------------
r323 | deepayan | 2004-08-24 18:50:15 -0500 (Tue, 24 Aug 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/legend.R
   M /trunk/lattice/R/levelplot.R

fixes for bug with datetime objects
------------------------------------------------------------------------
r318 | deepayan | 2004-08-19 21:11:46 -0500 (Thu, 19 Aug 2004) | 1 line
Changed paths:
   M /trunk/lattice/NAMESPACE

minor changes, plus takes care of split of graphics into graphics and grDevices
------------------------------------------------------------------------
r308 | deepayan | 2004-08-05 09:55:07 -0500 (Thu, 05 Aug 2004) | 1 line 
Changed paths:
   M /trunk/lattice/R/settings.R

adding initial support for alpha transparency
------------------------------------------------------------------------
r307 | deepayan | 2004-08-05 09:54:39 -0500 (Thu, 05 Aug 2004) | 1 line
Changed paths:
   M /trunk/lattice/src/threeDplot.c

changed order calculations in wireframe (now based on average facet depth)
------------------------------------------------------------------------
r305 | deepayan | 2004-08-05 09:53:00 -0500 (Thu, 05 Aug 2004) | 1 line
Changed paths:
   A /trunk/lattice/R/summary.trellis.R

adding a new summery method for trellis objects
------------------------------------------------------------------------
r304 | deepayan | 2004-08-05 09:51:55 -0500 (Thu, 05 Aug 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/update.trellis.R

updates in what the call component of trellis objects stores
------------------------------------------------------------------------
r303 | deepayan | 2004-07-27 18:51:20 -0500 (Tue, 27 Jul 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/update.trellis.R

update now updates call component of trellis object
------------------------------------------------------------------------
r301 | deepayan | 2004-07-26 11:18:38 -0500 (Mon, 26 Jul 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/zzz.R

initialize placeholders in .LatticeEnv at startup
------------------------------------------------------------------------
r300 | deepayan | 2004-07-26 11:16:47 -0500 (Mon, 26 Jul 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/print.trellis.R
   M /trunk/lattice/R/settings.R

adding (half-finished) support for non-graphical options and saving
last printed trellis object
------------------------------------------------------------------------
r298 | deepayan | 2004-07-22 20:25:51 -0500 (Thu, 22 Jul 2004) | 1 line 
Changed paths:
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/legend.R
   M /trunk/lattice/man/panel.barchart.Rd

changed choice of fill colors for grouped barcharts - used to be like levelplot, now from a new superpose.fill
------------------------------------------------------------------------
r297 | deepayan | 2004-07-21 22:18:08 -0500 (Wed, 21 Jul 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/miscellaneous.R
   M /trunk/lattice/man/llines.Rd

added type=H to lplot.xy
------------------------------------------------------------------------
r296 | deepayan | 2004-07-21 22:14:42 -0500 (Wed, 21 Jul 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/miscellaneous.R
   M /trunk/lattice/R/xyplot.R
   M /trunk/lattice/man/panel.dotplot.Rd
   M /trunk/lattice/man/panel.xyplot.Rd

added horizontal=FALSE arg to panel.xyplot to control what happens in
type = h, s, S
------------------------------------------------------------------------
r295 | deepayan | 2004-07-18 12:29:32 -0500 (Sun, 18 Jul 2004) | 1 line 
Changed paths:
   A /trunk/lattice/man/reorder.factor.Rd

adding docs for reorder.factor
------------------------------------------------------------------------
r294 | deepayan | 2004-07-18 11:58:04 -0500 (Sun, 18 Jul 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/man/cloud.Rd
   M /trunk/lattice/man/panel.cloud.Rd

reorganized cloud arguments
------------------------------------------------------------------------
r293 | deepayan | 2004-07-18 11:50:45 -0500 (Sun, 18 Jul 2004) | 1 line
Changed paths:
   M /trunk/lattice/DESCRIPTION

bumped up version
------------------------------------------------------------------------
r282 | deepayan | 2004-07-07 02:26:27 -0500 (Wed, 07 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lattice/tests/scales.R

fixed font secification problems
------------------------------------------------------------------------
r281 | deepayan | 2004-07-07 01:35:33 -0500 (Wed, 07 Jul 2004) | 1 line
Changed paths:
   M /trunk/lattice/man/llines.Rd

added offset arg to ltext
------------------------------------------------------------------------
r280 | deepayan | 2004-07-07 01:24:28 -0500 (Wed, 07 Jul 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/bwplot.R
   M /trunk/lattice/R/cloud.R
   M /trunk/lattice/R/densityplot.R
   M /trunk/lattice/R/histogram.R
   M /trunk/lattice/R/levelplot.R
   M /trunk/lattice/R/parallel.R
   M /trunk/lattice/R/qq.R
   M /trunk/lattice/R/qqmath.R
   M /trunk/lattice/R/scales.R
   M /trunk/lattice/R/splom.R
   M /trunk/lattice/R/xyplot.R

mostly cosmetic change to all high-level functions, concerns how limits and perm/index.cond are computed
------------------------------------------------------------------------
r279 | deepayan | 2004-07-07 01:22:21 -0500 (Wed, 07 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lattice/R/common.R

added the possibility of index.cond being a function.

------------------------------------------------------------------------
r277 | deepayan | 2004-07-07 01:19:57 -0500 (Wed, 07 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lattice/man/panel.functions.Rd

added panel.identify

------------------------------------------------------------------------
r276 | deepayan | 2004-07-07 01:01:03 -0500 (Wed, 07 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lattice/man/xyplot.Rd

updated docs for index.cond, which can now be a function

------------------------------------------------------------------------
r275 | deepayan | 2004-07-07 00:40:38 -0500 (Wed, 07 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lattice/R/update.trellis.R

updated to make index.cond work for functions, plus setting perm.cond
and index.cond to NULL reverts to default

------------------------------------------------------------------------
r274 | deepayan | 2004-07-06 23:38:07 -0500 (Tue, 06 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lattice/NAMESPACE

added panel.identify

------------------------------------------------------------------------
r273 | deepayan | 2004-07-06 23:21:17 -0500 (Tue, 06 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lattice/R/miscellaneous.R

added offset argument to ltext

------------------------------------------------------------------------
r272 | deepayan | 2004-07-06 22:54:54 -0500 (Tue, 06 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lattice/NAMESPACE

exported panel.rug, which I guess I just missed earlier

------------------------------------------------------------------------
r271 | deepayan | 2004-07-06 22:08:25 -0500 (Tue, 06 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lattice/R/settings.R

made trellis.par.set return NULL

------------------------------------------------------------------------
r268 | deepayan | 2004-07-06 10:57:05 -0500 (Tue, 06 Jul 2004) | 3 lines
Changed paths:
   M /trunk/lattice/man/xyplot.Rd

changed HersheyPlain to HersheySans since these were
misspecifications, caught in r-devel

------------------------------------------------------------------------
r267 | deepayan | 2004-07-06 10:56:21 -0500 (Tue, 06 Jul 2004) | 3 lines
Changed paths:
   M /trunk/lattice/demo/lattice.R

changed Hershey to HersheySans in a couple of places since these were
misspecifications, caught in r-devel

------------------------------------------------------------------------
r266 | deepayan | 2004-07-05 21:53:16 -0500 (Mon, 05 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lattice/R/print.trellis.R

removed legend code to separate file

------------------------------------------------------------------------
r265 | deepayan | 2004-07-05 21:15:05 -0500 (Mon, 05 Jul 2004) | 1 line
Changed paths:
   A /trunk/lattice/R/legend.R

separated draw.key and draw.colorkey functions into new file
------------------------------------------------------------------------
r264 | deepayan | 2004-07-05 21:04:39 -0500 (Mon, 05 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lattice/R/miscellaneous.R

added function reorder.factor a la S-PLUS

------------------------------------------------------------------------
r261 | deepayan | 2004-07-05 08:10:39 -0500 (Mon, 05 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lattice/man/panel.xyplot.Rd

added clarification on what happens with vector type

------------------------------------------------------------------------
r260 | deepayan | 2004-07-05 08:09:41 -0500 (Mon, 05 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lattice/man/lset.Rd

removed non-existent link to lattice.theme 

------------------------------------------------------------------------
r238 | deepayan | 2004-06-09 21:31:16 -0500 (Wed, 09 Jun 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/settings.R

added new strip.border setting, fixed bug which could create
incomplete settings
------------------------------------------------------------------------
r237 | deepayan | 2004-06-09 21:28:45 -0500 (Wed, 09 Jun 2004) | 1 line 
Changed paths:
   M /trunk/lattice/R/print.trellis.R

added explicit fill='transparent' to some grid.rect calls to guard
against unintended gpar setting
------------------------------------------------------------------------
r236 | deepayan | 2004-06-09 21:26:32 -0500 (Wed, 09 Jun 2004) | 1 line 
Changed paths:
   M /trunk/lattice/src/threeDplot.c

changed R_IsNaNorNA to ISNAN
------------------------------------------------------------------------
r234 | deepayan | 2004-06-09 21:24:05 -0500 (Wed, 09 Jun 2004) | 1 line
Changed paths:
   M /trunk/lattice/tests/MASSch04.R

updated to latest MASS
------------------------------------------------------------------------
r233 | deepayan | 2004-06-09 18:11:24 -0500 (Wed, 09 Jun 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/levelplot.R

added panel.contourplot, wrapper around panel.levelplot
------------------------------------------------------------------------
r232 | deepayan | 2004-06-09 18:05:54 -0500 (Wed, 09 Jun 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/print.trellis.R

use new setting value strip.border for strip borders
------------------------------------------------------------------------
r231 | deepayan | 2004-06-09 18:04:33 -0500 (Wed, 09 Jun 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/bwplot.R

added check in panel.stripplot for empty x and y
------------------------------------------------------------------------
r169 | deepayan | 2004-05-13 08:56:49 -0500 (Thu, 13 May 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/cloud.R

fixed cloud bug for lines with 2 points, matrix was becoming vector
because of drop = T
------------------------------------------------------------------------
r168 | deepayan | 2004-05-13 08:53:51 -0500 (Thu, 13 May 2004) | 1 line 
Changed paths:
   M /trunk/lattice/R/print.trellis.R

fixed fairly major bug in replication of skip, reported by Stephan Moratti
------------------------------------------------------------------------
r132 | deepayan | 2004-04-27 08:08:06 -0500 (Tue, 27 Apr 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/settings.R

make sure trellis.device in .First() works
------------------------------------------------------------------------
r131 | deepayan | 2004-04-27 08:07:12 -0500 (Tue, 27 Apr 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/qq.R
   M /trunk/lattice/R/qqmath.R
   M /trunk/lattice/man/qq.Rd
   M /trunk/lattice/man/qqmath.Rd

changed default qq/qqmath behaviour to mimic base analogs rather than
S-PLUS qq/qqmath
------------------------------------------------------------------------
r130 | deepayan | 2004-04-27 08:05:06 -0500 (Tue, 27 Apr 2004) | 1 line
Changed paths:
   M /trunk/lattice/R/print.trellis.R

fixed incorrect code involving expressions (no longer working after
bugfix in r-devel)
------------------------------------------------------------------------
r61 | deepayan | 2004-04-06 22:38:37 -0500 (Tue, 06 Apr 2004) | 1 line
Changed paths:
   M /trunk/lattice/man/qqmath.Rd

changed qqmath to behave like qqnorm
------------------------------------------------------------------------

CVS -> SVN

------------------------------------------------------------------------

2004-04-08  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R/qq.R, R/qqmath.R, man/qq.Rd, man/qqmath.Rd: changed default
	behaviour of qq and qqmath to use actual data instead of sample
	quantiles. The new behaviour is different from the corresponding
	S-PLUS functions, but is closer to analogous base functions qqplot
	and qqnorm


2004-03-22  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R/print.trellis.R: changed behaviour of skip

	* man/xyplot.Rd: updated docs for skip

2004-03-19  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* utilities.3d.Rd: removed palette.shade from docs

	* panel.cloud.Rd: adjusted docs for panel.3dwire's shade.colors arg

	* latticeParseFormula.Rd: fixed docs for drop

	* R/*.R: added drop.unused.levels as a high-level argument to
	xyplot etc. The earlier behaviour was a trellis.par.get-table
	setting, but that doesn;t make sense because this is not a display
	parameter

2004-03-17  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* panel.functions.Rd: added panel.rug in docs

	* lset.Rd: added link to trellis.device

2004-03-13  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* panel.cloud.Rd: added note saying x,y,z could all be matrices

	* cloud.Rd: added docs in wireframe for parametrized 3-D surfaces


2004-03-12  Deepayan Sarkar <deepayan@stat.wisc.edu>

	* DESCRIPTION: updated version

	* tests/test.R: minor changes

	* demo/lattice.R: added wireframe sphere

	* R/densityplot.R: fixed default prepanel function to not throw an
	error (in density()) when panel has only 1 point

	* R/common.R: modified latticeParseFormula to keep matrices
	unchanged (so that a formula of the form matrix ~ matrix * matrix
	can be used in wireframe)

	* R/cloud.R: added (way cool) changes to allow wireframe to render
	3-D surfaces parametrized on a grid (e.g. a sphere)

	* man/update.trellis.Rd: added mention of legend

	* man/panel.pairs.Rd: fixed synopsis

	* man/print.trellis.Rd: fixed grid links (hopefully)



2004-03-08  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* miscellaneous.R: added a col.line arg for lplot.xy to
	distinguish between color for lines and points (not that it
	matters here, but panel.xyplot and panel.superpose make the
	distinction, and it's easier to just pass it down here)

	* cloud.R, levelplot.R, scales.R, settings.R, update.trellis.R,
	zzz.R: many improvements to cloud and wireframe, plus misc changes

2004-03-05  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* tmd.R: tmd simplified using update(), fixed potential xlab/ylab
	bug

	* miscellaneous.R, print.trellis.R, update.trellis.R:
	obscure improvements to axis setting usage and update method

	* R: bunch of updates, mostly dealing with fonts (fontfaces,
	fontwidths) and labels (main, sub, xlab, ylab)


2004-03-03  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* man/xyplot.Rd: added docs for perm.cond, index.cond; updated
	other parts

	* R: bunch of fairly major changes, including code reorganization
	and addition of features, too numerous to list. A summary of the
	changes is available in inst/Changes

2004-03-02  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* man:	doc updates mostly to ensure R CMD check passage

2004-02-14  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* xyplot.Rd: added entry for par.settings, corrected statements
	about subscripts

2004-02-13  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* xyplot.Rd:
	added note on panel.number and panel.counter arguments. Has a related
	brief and oblique mention of the conditioning variable permutation /
	reordering stuff. Not sure what the best place to put a more detailed
	description is.

2004-02-10  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* man/Lattice.Rd: wireframe is no longer slow, so removed
	statement to that effect. Replaced S-Plus with S-PLUS

2004-02-08  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* man/print.trellis.Rd: added warning not to use aspect != "fill"
	with explicit panel.width and panel.height

2004-02-05  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* man/xyplot.Rd, cloud.Rd: fixed errors of the form
	\link{\code{stuff}}


2003-12-20  Deepayan Sarkar <deepayan@stat.wisc.edu>

	* DESCRIPTION, NAMESPACE : made changes to deal with package
	reorganization in R 1.9.0-pre. Some other files changed as well
	(mostly dealing with loess.smooth, which is now in stats)


2003-10-17  Deepayan Sarkar <deepayan@stat.wisc.edu>

	* R/axis.R : added trim = TRUE in format() when calculating axis
	tick labels. Without this, labels often had leading spaces,
	causing a visible 'right shift' (reported by Patrick Connolly).


2003-10-10  Deepayan Sarkar <deepayan@stat.wisc.edu>

	* R/ : split common.R into common.R, axis.R and scales.R


2003-10-09  Deepayan Sarkar <deepayan@stat.wisc.edu>

	* R/levelplot.R: Fixed panel.levelplot bug where nothing was drawn
	if a panel contained only one unique value of x/y (reported by
	Wolfram Fischer).



2003-09-15  Deepayan Sarkar <deepayan@stat.wisc.edu>

	* R/miscellaneous.R: added some code to handle cex when pch =
	character, using new grid feature. However, grid has a bug when
	pch - numeric, so there's still a workaround in place, which
	should eventually be removed. This overrides related changes on
	2003-09-03

	* man/panel.pairs.Rd: added doc for prepanel.limits, pscales

	* tests/test.R: added code with splom pscales weirdness

	* R/splom.R:
	earlier interpretation of pscales was ambiguous. Changed to make
	specification of limits, at and labels consistent. See panel.pairs
	docs.

	* man/splom.Rd:
	moved bulk of pscales doc over to help page for panel.pairs


2003-09-05  Deepayan Sarkar <deepayan@stat.wisc.edu>

	* splom.R:
	added a prepanel.limits argument to panel.pairs to allow custom axis
	range calculations for each variable

2003-09-03  Deepayan Sarkar <deepayan@stat.wisc.edu>

	* miscellaneous.R:
	lplot.xy modified to use grid.text when pch is non-numeric.  This
	would allow pch like pch = 'string' or pch = expression(sigma). This
	feature would disappear in the future.

2003-08-29  Deepayan Sarkar <deepayan@stat.wisc.edu>

	* levelplot.R:
	the older contourplot routine went horribly wrong when there were NA's
	in the z-values. This has now been addressed with a slightly crude
	hack: all z-NA's are now replaced by min(z, na.rm = TRUE) for the
	contour drawing routine. This may cause inaccuracies near the
	"border", but should be OK in most real-life cases, where the non-NA
	part should be a largish connected piece, with a fairly insignificant
	boundary.

	This incidentally fixes another bug, apparent when the at vector
	does not cover the full z range (colors used to be recycled
	instead of leaving blank spaces)

2003-08-22  Deepayan Sarkar <deepayan@stat.wisc.edu>

	* settings.R: (canonical.theme) also added clip option for the strip

	* print.trellis.R:
	clipping for panel and strip now determined by trellis setting "clip"

	* settings.R:
	added a clip = list(panel = TRUE) to the list of valid settings

2003-08-21  Deepayan Sarkar <deepayan@stat.wisc.edu>

	* levelplot.R (panel.levelplot):
	shrinking had problems for constant z values within
	a panel (diff(range()) = 0, leading to division by 0). Also, it turns
	out that shrinking was being done based on range of z within each
	panel, not the overall data frame. This could be misleading, so
	changed.


2003-08-20  Deepayan  <deepayan@stat.wisc.edu>

	* common.R (calculateAxisComponents): the format argument renamed
	to format.posixt (to avoid confusion with the format
	function). More importantly, in the "plain numeric" case,
	as.character(at) replaced with format(at). So now at = c(1, 1.5,
	2) will be labeled as c("1.0", "1.5", "2.0") instead of c("1",
	"1.5", "2"). Both changes suggested by Tom Short.

	* common.R, settings.R, zzz.R: Supplemental changes related to
	NAMESPACE. Also renamed man/lattice-internal.Rd to
	man/lattice-internal.Rd.foo --- this is ignored by R CMD scripts,
	but has been retained as a possibly useful reference for internal
	(unexported) functions.

2003-08-05  Deepayan  <deepayan@stat.wisc.edu>

	* zzz.R: NAMESPACE changes (due to Prof Ripley)

	* print.trellis.R:
	changes associated with NAMESPACE (actually moving .lattice.print.more
	to an environment)

	* NAMESPACE: added NAMESPACE file

	* R/zzz.R, R/print.trellis.R, R/settings.R: changes related to
	NAMESPACES (actually due to moving a couple of global variables to
	a new environment (see R/zzz.R) ), due to Prof Ripley. Also
	simplified trellis.par.get() a bit.


2003-05-31  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* bwplot.R, cloud.R, miscellaneous.R, xyplot.R:
	changed order to sort.list where appropriate

2003-05-29  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* levelplot.R: added na.rm = TRUE to min in min(abs(slopes))
	because sometimes slopes can be NaN. Also, added graphics
	parameters for panel.levelplot labels

2003-05-24  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* panels.R:
	added a function called panel.curve, similar to curve() in base.

	* R/panel.functions.Rd: added docs for panel.curve

	* man/panel.pairs.Rd: added doc entry for 'panel.number'

2003-05-22  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* tests/scales.R: added output file name

	* tests/MASSch04.R: changes a call to title() to main=

	* tests/test.R: added output file

	* tests/dotplotscoping.R: added output filename

2003-05-22  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* DESCRIPTION: updated DESCRIPTION

	* man/panel.pairs.Rd: added doc entry for 'panel.number'

	* R/common.R (limits.and.aspect): Following up on a report by
	 Kevin Wright, I discovered that the presence of blank panels
	 (either by skip or due to layout specifying more panels than were
	 actually there) caused problems in calculating factor levels
	 (adding an extra NA level). This should be fixed now. Also,
	 handling of xlim=list(...)  improved in cases with skip (not that
	 anyone is ever going to use it).


2003-05-22  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* splom.R:
	panel functions can now optionally ask for a panel.number argument,
	which would be supplied as an argument only if the panel function has
	such an argument. Unfortunately, this was not working as intended in
	splom, because of the unusual nature of the panel/superpanel
	arguments. This has been fixed.

2003-05-19  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* man: fixed minor doc problems to pass R CMD check

2003-05-18  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R: Almost all files updated to fix bugs related to the scales
	argument --- limits inside scales had a bad bug which is now
	fixed, also added and improved support for multiple (as lists)
	limits, at, labels. axs = "i" should also work.

	* tests: new tests added

	* R/miscellaneous.R: modified lsegments to accept x0, x1 as well
	as x1, x2 (a la S-PLUS).


2003-04-10  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* man: Documentation updates

2003-03-26  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* bwplot.R, common.R, panels.R, print.trellis.R, zzz.R:
	some bugfixes, added MASS ch04 script to tests

2003-03-26  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* print.trelis.R: fixed problem with expressions as axis tick
	labels when relation = "same". Reverted back to using (slower) old
	code in colorkey because of (grid?) bug in new version.

	* common.R: added code in latticeParseFormula to convert matrices
	to data frames (for splom and parallel) before subsetting.

2003-03-15  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* common.R:
	fixed some problems when outer and conditioning variables interact

	* print.trellis.R: fixed y-axis scales drawing

	* common.R (latticeParseFormula):
	added argument outer=FALSE. When outer = TRUE,
	variables separated by + (when multiple = TRUE) are made into a
	conditioning variable instead of grouping variable

	* several: updated support for multiple LHS/RHS in formula,
	auto.key, outer

2003-03-14  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* levelplot.R: changed prepanel functions to handle factors
	gracefully. Fixed problem with unequally spaced grid
	points. Improved contourplot labelling. New argument shrink in
	panel.levelplot, allowing rectangle dimensions to be proportional
	to height. (Many of these were actually done much earlier, but
	committed now)

	* bwplot.R:
	fixed some problems with processing of formula in dotplot etc before
	calling bwplot

	* common.R: removed latticeAsFormula, no use

2003-03-14  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* print.trellis.R (print.trellis):
	Among other things, a rewrite of how axis ticks and
	annotation are drawn (mainly how the parameters translate to physical
	dimensions). The tck, rot and cex components of scales can now be
	length 2 vectors, for bottom/left and top/right scales. tck can be
	negative, giving ticks inside panels. panel functions with a
	... argument are now passed a variable called panel.number, giving the
	sequence number of the panel (not sure what happens when skip is
	non-FALSE)

	* plot.shingle.R:
	modified plot.shingel to make tck, cex and rot 2-vectors


2003-03-13  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* bwplot.R: added code to panel.barchart (also panel.dotplot) to handle
	groups. Substantially changed the way arguments are processed in
	barchart, dotplot and stripplot before being passed on to bwplot. When
	y is missing, and x has non-null names(), names are used as the y
	variable.

	Also added changes necessary to enable multiple LHS and RHS is formula
	with allow.multiple = TRUE.


2003-03-13  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* common.R (construct.scales):
	made changes so that cex, tck and rot can now be
	length 2 vectors in scales, affecting scales at the bottom/left and
	top/right of panels respectively. Associated changes in print.trellis
	later.

2003-03-13  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* settings.R (trellis.device):
	Changed the default for the theme argument from NULL
	to getOption("lattice.theme"), which can be either a list, or a
	(possibly quoted) function, which when called will return a list.


2003-03-09  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* splom.R (panel.pairs):
	the pscales argument didn't work when it was specified
	as a list. Fixed.

2003-03-07  Saikat DebRoy  <saikat@stat.wisc.edu>

	* common.R (latticeParseFormula):
	Compute a new element of the answer, subscr, if subscripts=TRUE.

2003-03-07  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* common.R (latticeParseFormula):
	added a subscripts = FALSE argument, which is
	not used anywhere yet.


2003-03-05  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* print.trellis.R (print.trellis): added two new arguments to
	print.trellis;

           panel.height = list(1, "null"),
	   panel.width = list(1, "null"),

	which can be used to specify explicitly the dimensions of each
	panel in terms of grid units. Any unit is allowed as long as it
	does not need a 'data'. Not too difficult to add that, but
	probably unnecessary. Behaviour is undefined (well, it is defined,
	but I don't want anyone to count on it) when aspect is not "free"
	in the object being printed. Docs not updated yet.

2003-03-05  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* print.trellis.R (draw.colorkey): Colorkey changed to use the
	vector fill gpar when drawing rectangles. This means all
	rectangles are drawn at one go, hence less things to grid.pack(),
	hence faster when lots of cuts in levelplot/wireframe.


2003-03-04  Saikat DebRoy  <saikat@stat.wisc.edu>

	* common.R (latticeParseFormula):
	Fix concat() to handle shingles correctly.

2003-03-03  Saikat DebRoy  <saikat@stat.wisc.edu>

	* R/common.R (latticeParseFormula):
	Allow the possibility of having multiple
	variables in LHS or RHS of the model formula (eg. y1+y2 ~ x1+x2).

2003-03-03  Saikat DebRoy  <saikat@stat.wisc.edu>

	* R/common.R (latticeParseFormula):
	Use the environment of the model as enclos
	argument in calls to eval().

2003-02-24  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R/zzz.R: Restructured .First.lib following suggestions from
	Prof Ripley. Changed library(grid) to require(grid), with an
	error message if that fails.

	* R/levelplot.R: xlab, ylab, etc in contourplot was not passed on
	properly to levelplot. Fixed.

2003-01-30  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R/densityplot.R: changed prepanel.default.densityplot to return
	range instead of some-stupid-thing else when a groups argument is
	given.

2003-01-16  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R/settings.R: changed trellis.par.get so that when called with
	no device open, it starts the default device a la print.trellis


2003-01-15  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R/levelplot.R: levelplot used to calculate wx and wy, which was
	not a good idea since this should have been done inside the panel
	and prepanel functions. The prepanel function has been rewritten,
	fixing a bug, but some more reorganization still needs to be done.


2002-12-18  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R/miscellaneous.R: fixed problem the with 'adj' argument in
	ltext (used to ignore second component, PR#2380). added 'pos'
	argument as in text. No offset yet, though.

	* R/panels.R: Changed panel.superpose to pass groups and
	subscripts to panel.groups (PR#2377). Not very obvious how groups
	might help, but I guess more information is better than
	less. Also, several other panel functions didn't recognize the
	col.line argument, this was fixed.


2002-12-15  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R/common.R: The changes in lattice 0.5-0.6 added some code that
	gave bad results when some panels had all NA's. That hopefully
	fixed.

	* R/miscellaneous.R: lplot.xy used to call grid.text instead of
	grid.points when pch was a character. Fixed this.

	* R/print.trellis.R: draw.key failed when lines component had
	type='b', because of a missing pch. Fixed this.

	* R/levelplot.R: Minor fix related to changes in grid.


2002-12-06  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R/settings.R: added warnings and error messages in
	trellis.par.get/set when no active device, and when value in
	trellis.par.set is not a list.

	* R/trellis.par.get.Rd: rewrote some things

2002-11-16  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R/common.R: added arguments have.log and logbase to
	calculateAxisComponents()

	* R/print.trellis.R: made changes to use above changes



2002-10-28  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R: Hmm, lots of changes made without any log entries. Should be
	more careful ! Anyway, renamed inst/README to inst/Changes, and
	added a brief overview of changes in lattice 0.6 . Also made some
	documentation updates. Changed version to 0.6-6, ready to upload.

2002-01-10  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R: Too many changes to list, mainly in print.trellis and
	documentation.

2001-08-08  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R/levelplot.R: Implemented preliminary levelplot (no contourplot
	though). Also a version of cloud, though no support yet for nice
	axes/arrows and stuff (does allow panel.superpose though). Again,
	no plans of implementing wireframe in the near future.

2001-08-08  Saikat DebRoy  <saikat@stat.wisc.edu>

	* R/common.R:
	Added support for 3d formulae in latticeParseFormula

2001-07-26  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R/Lattice.Rd: Included llines, lpoints etc for easy adaptation
	of existing Trellis code. qq() changed to as it should be, should
	now work with tmd().

2001-07-12  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R/Lattice.Rd: Major redesigning of existing functions. Mainly by
	collecting common code into a few functions and hence making
	individual functions easier to handle. Code should now be fairly
	readable. Also, more or less good support for log scales and key
	(I hope). Not much checking done yet, there may be bugs.
	Documentation might be out of step at places.

2001-05-06  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R/tmd.R: Name changed from trellis to Lattice. Prelilminary
	changes to account for change of Lattice to Grid made. New
	functions rfs, oneway, qq (not final), qqmath, tmd, plot.shingle,
	update.trellis. Documentation more or less clean.

2001-04-19  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R/trellis.R: lots of changes. Introduced trellis objects.
	Print method for trellis objects. Implementation now includes
	barchart, bwplot, densityplot, dtplot, histogram, stripplot,
	xyplot, splom and parallel (and excludes piechart(will probably
	remain that way), qqmath, qq, timeplot(?), contourplot,
	levelplot, wireframe and cloud). Cleanup, documentation etc.

2001-03-22  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R/trellis.R: added splom and some brief documentation for splom

2001-03-02  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R/trellis.R: dtplot (dotplot) implemented. Probably has lots of bugs.
	Some documentation, including example for dtplot (same as usual dotplot example).

2001-03-02  Deepayan Sarkar  <deepayan@stat.wisc.edu>

	* R/trellis.R: updated bwplot (with the new layout structure)



back to top