Sun, 19 Jul 2009

Package sp updated to version 0.9-43 with previous version 0.9-37 dated 2009-05-28

Author: Edzer J. Pebesma , Roger Bivand and others
Title: classes and methods for spatial data
Description: A package that provides classes and methods for spatial data. The classes document where the spatial location information resides, for 2D or 3D data. Utility functions are provided, e.g. for plotting data as maps, spatial selection, as well as methods for retrieving coordinates, for subsetting, print, summary, etc.

Diff between sp versions 0.9-37 dated 2009-05-28 and 0.9-43 dated 2009-07-19

 sp-0.9-37/sp/rlabs                                 |only
 sp-0.9-43/sp/ChangeLog                             |   72 
 sp-0.9-43/sp/DESCRIPTION                           |    8 
 sp-0.9-43/sp/NAMESPACE                             |    7 
 sp-0.9-43/sp/R/Class-Spatial.R                     |    2 
 sp-0.9-43/sp/R/SpatialLines-methods.R              |   48 
 sp-0.9-43/sp/R/SpatialLinesDataFrame-methods.R     |   12 
 sp-0.9-43/sp/R/SpatialPoints-methods.R             |    4 
 sp-0.9-43/sp/R/SpatialPointsDataFrame-methods.R    |    6 
 sp-0.9-43/sp/R/SpatialPolygons-methods.R           |    8 
 sp-0.9-43/sp/R/SpatialPolygonsDataFrame-methods.R  |    9 
 sp-0.9-43/sp/R/image.R                             |    4 
 sp-0.9-43/sp/R/spdists.R                           |    2 
 sp-0.9-43/sp/R/spsample.R                          |   32 
 sp-0.9-43/sp/inst/ChangeLog                        |   72 
 sp-0.9-43/sp/inst/doc/sp.pdf                       | 3610 ++++++++++-----------
 sp-0.9-43/sp/man/CRS-class.Rd                      |    5 
 sp-0.9-43/sp/man/DMS-class.Rd                      |    1 
 sp-0.9-43/sp/man/GridTopology-class.Rd             |    2 
 sp-0.9-43/sp/man/Spatial-class.Rd                  |    2 
 sp-0.9-43/sp/man/SpatialGridDataFrame-class.Rd     |    2 
 sp-0.9-43/sp/man/SpatialLines-class.Rd             |    7 
 sp-0.9-43/sp/man/SpatialLines.Rd                   |    8 
 sp-0.9-43/sp/man/SpatialLinesDataFrame-class.Rd    |    1 
 sp-0.9-43/sp/man/SpatialPixelsDataFrame-class.Rd   |    2 
 sp-0.9-43/sp/man/SpatialPoints-class.Rd            |    1 
 sp-0.9-43/sp/man/SpatialPointsDataFrame-class.Rd   |   32 
 sp-0.9-43/sp/man/SpatialPolygons-class.Rd          |    9 
 sp-0.9-43/sp/man/SpatialPolygonsDataFrame-class.Rd |    4 
 sp-0.9-43/sp/man/coordinates-methods.Rd            |    2 
 sp-0.9-43/sp/man/image.Rd                          |    4 
 sp-0.9-43/sp/man/is.projected.Rd                   |    2 
 sp-0.9-43/sp/man/spDistsN1.Rd                      |    8 
 sp-0.9-43/sp/man/spsample.Rd                       |    8 
 sp-0.9-43/sp/src/gcdist.c                          |   19 
 sp-0.9-43/sp/src/init.c                            |    1 
 sp-0.9-43/sp/src/sp.h                              |    1 
 37 files changed, 2133 insertions(+), 1884 deletions(-)

More information about sp at CRAN
Permanent link

Package plotrix updated to version 2.6-4 with previous version 2.6-1 dated 2009-06-14

Author: Jim Lemon,Ben Bolker,Sander Oom, Eduardo Klein,Barry Rowlingson, Hadley Wickham,Anupam Tyagi, Olivier Eterradossi,Gabor Grothendieck, Michael Toews,John Kane,Mike Cheetham, Rolf Turner,Carl Witthoft,Julian Stander, Thomas Petzoldt,Remko Duursma,Elisa Biancotto, Ofir Levy
Title: Various plotting functions
Description: Lots of plots, various labeling, axis and color scaling functions.

Diff between plotrix versions 2.6-1 dated 2009-06-14 and 2.6-4 dated 2009-07-19

 plotrix-2.6-1/plotrix/R/barhier.R         |only
 plotrix-2.6-1/plotrix/man/barhier.Rd      |only
 plotrix-2.6-1/plotrix/man/brkdnCrawler.Rd |only
 plotrix-2.6-4/plotrix/CITATION            |   21 +-
 plotrix-2.6-4/plotrix/DESCRIPTION         |    8 
 plotrix-2.6-4/plotrix/INDEX               |    2 
 plotrix-2.6-4/plotrix/NEWS                |   14 +
 plotrix-2.6-4/plotrix/R/gap.plot.R        |   52 ++---
 plotrix-2.6-4/plotrix/R/hierobarp.R       |  292 +++++++++++-------------------
 plotrix-2.6-4/plotrix/R/sizetree.R        |only
 plotrix-2.6-4/plotrix/R/thigmophobe.R     |    8 
 plotrix-2.6-4/plotrix/demo/plotrix.R      |   14 -
 plotrix-2.6-4/plotrix/hierobarp1.R        |only
 plotrix-2.6-4/plotrix/man/gap.plot.Rd     |    5 
 plotrix-2.6-4/plotrix/man/hierobarp.Rd    |   65 +++---
 plotrix-2.6-4/plotrix/man/hierobrk.Rd     |   22 +-
 plotrix-2.6-4/plotrix/man/sizetree.Rd     |only
 plotrix-2.6-4/plotrix/man/twoord.plot.Rd  |    2 
 18 files changed, 233 insertions(+), 272 deletions(-)

More information about plotrix at CRAN
Permanent link

Package hash updated to version 0.30 with previous version 0.23 dated 2009-04-15

Author: Christopher Brown
Title: Implements hash/associated arrays/dictionaries
Description: This package implements a data structure using R environments similar to hashes in Perl and dictionaries in Python but with a purposefully R flavor.

Diff between hash versions 0.23 dated 2009-04-15 and 0.30 dated 2009-07-19

 DESCRIPTION           |    9 ++--
 R/clear.R             |    1 
 R/del.R               |   12 ++---
 R/get.R               |    2 
 R/hash.R              |  106 +++++++++++++++++++++++++++++++++++++++++---------
 R/keys.R              |    8 ++-
 R/set.R               |   88 ++++++++++++++++++++++++++++++-----------
 R/show.R              |   18 ++++++--
 TODO                  |   56 ++++++++++++++++----------
 hash_0.23.tar.gz      |only
 hash_0.30.tar.gz      |only
 man/clear.Rd          |    8 +--
 man/del.Rd            |   25 ++++++++---
 man/get.Rd            |   10 +++-
 man/has-key.Rd        |    7 ++-
 man/hash-accessors.Rd |   27 +++++++-----
 man/hash-class.Rd     |   32 +++++++++++----
 man/hash-package.Rd   |   27 +++++++-----
 man/hash.Rd           |   80 ++++++++++++++++++++++++++++++++-----
 man/keys.Rd           |   27 ++++++++++--
 man/length.Rd         |    4 -
 man/set.Rd            |   79 ++++++++++++++++++++++++++-----------
 man/validate.key.Rd   |   14 +++++-
 man/values.Rd         |   29 +++++++------
 24 files changed, 481 insertions(+), 188 deletions(-)

More information about hash at CRAN
Permanent link

New package SEL with initial version 1.0-1
Package: SEL
Type: Package
Title: Semiparametric elicitation
Version: 1.0-1
Date: 2009-07-10
Depends: splines, quadprog, lattice
Author: Bjoern Bornkamp
Maintainer: Bjoern Bornkamp
Description: This package implements a novel method for transferring expert statements about an uncertain bounded quantity into a probability distribution (see Bornkamp and Ickstadt (2009) for a detailed description). For this purpose B-splines are used, and the density is obtained by penalized least squares, where the penalty encourages to distribute probability mass as uniformly as possible. The package provides methods for fitting the expert's distribution as well as methods for evaluating the underlying density and cdf. In addition methods for plotting the expert's distribution, drawing random numbers and calculating quantiles of the expert's distribution are provided.
License: GPL
Packaged: 2009-07-19 11:50:26 UTC; bjoern
Repository: CRAN
Date/Publication: 2009-07-19 20:10:03

More information about SEL at CRAN
Permanent link

Package ascii updated to version 0.2 with previous version 0.1.3 dated 2009-05-11

Author: David Hajage
Title: Export R objects to asciidoc or txt2tags
Description: Coerce R object to asciidoc or txt2tags syntax. Package comes with two drivers for Sweave.

Diff between ascii versions 0.1.3 dated 2009-05-11 and 0.2 dated 2009-07-19

 ascii-0.1.3/ascii/R/SweaveSyntaxAscii.r |only
 ascii-0.1.3/ascii/Rplots.pdf            |only
 ascii-0.1.3/ascii/index-ggplot2.pdf     |only
 ascii-0.2/ascii/DESCRIPTION             |   10 ++--
 ascii-0.2/ascii/NAMESPACE               |    3 -
 ascii-0.2/ascii/NEWS                    |   30 ++++++++++--
 ascii-0.2/ascii/R/RweaveAsciidoc.r      |    5 --
 ascii-0.2/ascii/R/RweaveT2t.r           |    4 -
 ascii-0.2/ascii/R/SweaveAscii.r         |    2 
 ascii-0.2/ascii/R/asciiAnova.r          |   38 ++++++++++-----
 ascii-0.2/ascii/R/asciiDataFrame.r      |    8 +--
 ascii-0.2/ascii/R/asciiDefault.r        |    6 +-
 ascii-0.2/ascii/R/asciiDensity.r        |    6 +-
 ascii-0.2/ascii/R/asciiGlm.r            |   12 +++-
 ascii-0.2/ascii/R/asciiHmisc.r          |   78 ++++++++++++++++++--------------
 ascii-0.2/ascii/R/asciiHtest.r          |    6 +-
 ascii-0.2/ascii/R/asciiLm.r             |   12 +++-
 ascii-0.2/ascii/R/asciiMatrix.r         |    6 +-
 ascii-0.2/ascii/R/asciiPrcomp.r         |   12 +++-
 ascii-0.2/ascii/R/asciiSurvival.r       |   12 +++-
 ascii-0.2/ascii/R/asciiTable.r          |    6 +-
 ascii-0.2/ascii/R/asciiTs.r             |    6 +-
 ascii-0.2/ascii/R/asciiVector.r         |   24 ++++++---
 ascii-0.2/ascii/R/generic.r             |    8 +--
 ascii-0.2/ascii/R/misc.r                |   22 +++++++--
 ascii-0.2/ascii/R/print.r               |   17 +++++-
 ascii-0.2/ascii/R/show.r                |   76 ++++++++++++++++++++++++++-----
 ascii-0.2/ascii/man/RweaveAsciidoc.Rd   |    3 -
 ascii-0.2/ascii/man/RweaveT2t.Rd        |    3 -
 ascii-0.2/ascii/man/SweaveAscii.Rd      |    3 -
 ascii-0.2/ascii/man/ascii.Rd            |   25 +++++++++-
 ascii-0.2/ascii/man/print.ascii.Rd      |    4 +
 ascii-0.2/ascii/testsyntax.Rnw          |only
 ascii-0.2/ascii/testsyntax.html         |only
 ascii-0.2/ascii/testsyntax.txt          |only
 35 files changed, 311 insertions(+), 136 deletions(-)

More information about ascii at CRAN
Permanent link

New package anchors with initial version 3.0-4
Package: anchors
Version: 3.0-4
Date: 2009-07-01
Title: Statistical analysis of surveys with anchoring vignettes
Author: Wand, Jonathan and Gary King, and Olivia Lau
Maintainer: Jonathan Wand
Description: Tools for analyzing survey responses with anchors.
Depends: R (>= 2.4.0), rgenoud, MASS
License: GPL (>= 2)
URL: http://wand.stanford.edu/anchors
Packaged: Sat Jul 18 11:37:49 2009; wand
Repository: CRAN
Date/Publication: 2009-07-19 17:05:06

More information about anchors at CRAN
Permanent link


Built and running on Debian GNU/Linux using R, littler and blosxom. Styled with Bootstrap.