Previous versions (as known to CRANberries) which should be available via the Archive link are:
2007-01-01 0.1-2
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2007-10-16 0.1-17
2007-07-24 0.1-15
2007-07-16 0.1-14
2007-05-29 0.1-13
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2009-12-07 0.9.4
2009-10-11 0.9.3
2009-02-19 0.9.2
2009-01-30 0.9.1
2008-01-17 0.9
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2006-08-04 0.2-2
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2010-10-18 1.2
2010-08-29 1.1
2010-02-21 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2006-01-31 0.3.2
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2007-09-11 1.5-2.2
2007-09-10 1.5-2.1
2007-04-11 1.5-2
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2006-11-19 1.0.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2011-11-05 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2009-07-18 1.0-1
More information about RcmdrPlugin.pointG at CRAN
Permanent link
Title: Categorical Regression Splines
Diff between crs versions 0.15-9 dated 2011-11-26 and 0.15-11 dated 2011-12-03
Description: This package provides for estimating regression splines that handle a mix of continuous and categorical (discrete) data often encountered in applied settings. I would like to gratefully acknowledge support from the Natural Sciences and Engineering Research Council of Canada (NSERC:www.nserc.ca), the Social Sciences and Humanities Research Council of Canada (SSHRC:www.sshrc.ca), and the Shared Hierarchical Academic Research Computing Network (SHARCNET:www.sharcnet.ca).
Author: Jeffrey S. Racine
Maintainer: Jeffrey S. Racine
CHANGELOG | 11 +++
DESCRIPTION | 8 +-
MD5 | 26 ++++-----
R/frscvNOMAD.R | 2
R/np.regression.glp.R | 124 +++++++++++++++++++++++++++++++++++++--------
R/spline.R | 20 ++++---
R/util.R | 12 ++--
R/zzz.R | 2
crsver | 2
demo/spline.R | 20 ++++---
inst/doc/crs.pdf |binary
inst/doc/crs_faq.pdf |binary
inst/doc/spline_primer.pdf |binary
man/npglpreg.Rd | 14 ++---
14 files changed, 171 insertions(+), 70 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2009-04-14 1.1-0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2007-01-25 0.03-02
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2008-04-23 0.1-1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2007-05-29 1.0.2
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2006-02-08 2.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2008-07-05 1.0.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2011-04-26 1.26.0
2010-10-26 1.24.0
2010-05-01 1.22.0
2009-11-13 1.20.0
2009-05-10 1.18.0
2009-02-24 1.1.1
2004-10-27 1.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2004-10-11 1.01
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2010-09-11 1.3
2006-02-08 1.2
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2007-11-21 0.8.78
2007-10-19 0.8.72
2007-08-25 0.8.64
2007-08-14 0.8.60
2007-08-13 0.8.56
2007-08-09 0.8.55
2007-08-04 0.8.51
2007-08-01 0.8.46
2007-07-31 0.8.42
2007-07-23 0.8.33
2007-07-10 0.8.24
2007-07-07 0.8.22
2007-06-27 0.7.19
Title: Methods to convert R data to YAML and back
Diff between yaml versions 2.0.0 dated 2011-11-12 and 2.1.0 dated 2011-12-03
Description: This package implements the libyaml YAML parser and emitter (http://pyyaml.org/wiki/LibYAML) for R.
Author: Jeremy Stephens
Maintainer: Jeremy Stephens
DESCRIPTION | 12
MD5 | 23 -
NAMESPACE | 2
R/as.yaml.R | 170 ------------
inst/CHANGELOG | 6
man/as.yaml.Rd | 25 -
man/yaml-package.Rd | 12
man/yaml.load.Rd | 5
src/implicit.c | 80 +++---
src/r-ext.c | 650 +++++++++++++++++++++++++++++++++++++++++++------
src/r-ext.h |only
tests/as_yaml_test.R | 75 +++--
tests/yaml_load_test.R | 15 +
13 files changed, 735 insertions(+), 340 deletions(-)
Title: Set the value of options("width") on terminal emulators
Diff between setwidth versions 0.9-3 dated 2011-12-02 and 0.9-4 dated 2011-12-03
Description: Automatically sets the value of options("width") when the
terminal emulator is resized. The functions of this package only work if R
is compiled for Linux systems and it is running interactively in a terminal
emulator.
Author: Jakson Aquino
Maintainer: Jakson Alves de Aquino
DESCRIPTION | 10 +++++-----
MD5 | 8 ++++----
NEWS | 5 +++++
man/setwidth-package.Rd | 7 ++++---
src/setwidth.c | 34 ++++++++++++++++++++++++----------
5 files changed, 42 insertions(+), 22 deletions(-)
Title: Geographic analysis and modeling with raster data
Diff between raster versions 1.9-46 dated 2011-11-26 and 1.9-52 dated 2011-12-03
Description: Reading, writing, manipulating, analyzing and modeling of gridded spatial data. The package implements basic and high-level functions, as well as map algebra. Processing of very large files is supported.
Author: Robert J. Hijmans & Jacob van Etten
Maintainer: Robert J. Hijmans
raster-1.9-46/raster/src/solar.c |only
raster-1.9-52/raster/ChangeLog | 12 +++-
raster-1.9-52/raster/DESCRIPTION | 8 +-
raster-1.9-52/raster/MD5 | 74 +++++++++++++--------------
raster-1.9-52/raster/NAMESPACE | 1
raster-1.9-52/raster/R/alignExtent.R | 28 ++++++++--
raster-1.9-52/raster/R/approxNA.R | 35 +++++++++---
raster-1.9-52/raster/R/crop.R | 4 -
raster-1.9-52/raster/R/distance.R | 9 ++-
raster-1.9-52/raster/R/edge.R | 8 +-
raster-1.9-52/raster/R/expand.R | 2
raster-1.9-52/raster/R/indexReplace.R | 2
raster-1.9-52/raster/R/indexReplaceBrick.R | 38 +++++++++++++
raster-1.9-52/raster/R/interpolate.R | 6 +-
raster-1.9-52/raster/R/isLonLat.R | 9 +++
raster-1.9-52/raster/R/math.R | 32 ++++++++++-
raster-1.9-52/raster/R/mosaic.R | 2
raster-1.9-52/raster/R/multiCore.R | 17 +++---
raster-1.9-52/raster/R/resample.R | 14 ++++-
raster-1.9-52/raster/R/sampleRandom.R | 54 ++++++++++++++-----
raster-1.9-52/raster/R/stackSelect.R | 2
raster-1.9-52/raster/R/writeValues.R | 4 -
raster-1.9-52/raster/R/zonal.R | 26 ++++-----
raster-1.9-52/raster/R/zzz.R | 2
raster-1.9-52/raster/inst/doc/functions.pdf |binary
raster-1.9-52/raster/inst/doc/rasterfile.pdf |binary
raster-1.9-52/raster/man/alignExtent.Rd | 13 ++--
raster-1.9-52/raster/man/approxNA.Rd | 9 ++-
raster-1.9-52/raster/man/crop.Rd | 3 -
raster-1.9-52/raster/man/distance.Rd | 22 ++------
raster-1.9-52/raster/man/extract.Rd | 4 -
raster-1.9-52/raster/man/isLonLat.Rd | 3 -
raster-1.9-52/raster/man/replacement.Rd | 3 +
raster-1.9-52/raster/man/sampleRandom.Rd | 5 +
raster-1.9-52/raster/man/stackSelect.Rd | 36 ++++---------
raster-1.9-52/raster/man/writeRaster.Rd | 2
raster-1.9-52/raster/man/writeValues.Rd | 4 -
raster-1.9-52/raster/man/zonal.Rd | 2
raster-1.9-52/raster/src/mode.c |only
39 files changed, 317 insertions(+), 178 deletions(-)
Title: Neuwirth miscellaenous
Diff between ENmisc versions 1.2-2 dated 2011-11-29 and 1.2-3 dated 2011-12-03
Description: The ENmisc library contains utility function for different purposes:
mtapply and mlapply (multivariate version of tapply and lapply),
wtd.boxplot (a boxplot with weights), and a visual interface
to restructuring mosaic plots.
Author: Erich Neuwirth
Maintainer: Erich Neuwirth
CHANGES.txt | 7 +++++--
DESCRIPTION | 8 ++++----
MD5 | 8 ++++----
R/mosaicupanddown.R | 9 ++++++---
R/zzz.R | 4 ++--
5 files changed, 21 insertions(+), 15 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2010-12-22 1.02
2010-09-23 1.01
2010-08-25 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2010-02-13 0.3.3
2010-02-06 0.3.2
2010-01-29 0.3.1
2009-11-23 0.2.3
2009-11-22 0.2.2
2009-08-20 0.1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2006-10-16 0.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2007-10-23 0.1-1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2008-02-07 0.0-3
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2005-09-22 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2010-12-09 3.0
2010-10-23 2.4
2010-10-19 2.3
2010-06-22 2.2
2010-02-02 2.1
2010-01-27 2.0
2009-09-04 1.2
2009-02-16 1.1
2008-03-05 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2008-10-02 0.1-1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2008-11-16 1.0-0
2008-08-20 0.1-3
2008-02-13 0.1-2
2008-01-28 0.1-1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2010-02-05 0.2-2
2009-11-26 0.2-1
2008-10-15 0.1-1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2009-12-28 0.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2007-01-30 1.4.2
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2011-04-26 2.8.0
2011-02-03 2.7.1
2010-10-26 2.6.0
2010-07-30 2.5.14
2010-05-01 2.4.0
2010-03-13 2.3.2
2009-11-13 2.2.0
2009-10-22 2.1.3
2009-06-14 2.1.1
2009-05-10 2.0.0
2009-02-15 1.23.3
2008-08-18 1.21.1
2007-07-16 1.16.1
2007-07-07 1.16.0
2007-01-07 1.8.3
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2007-10-21 1.0-4
2004-10-08 1.0-3
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2008-02-21 1.0-7
2007-11-20 1.0-6
2007-09-28 1.0-4
2006-09-05 1.0-3
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2008-11-08 0.2
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2008-07-05 0.2
2008-03-30 0.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2010-09-23 1.6.0
2008-02-11 1.5.0
2007-11-30 1.3.1
2007-11-29 1.3
2007-02-11 1.2
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2008-09-01 1.2
2008-08-25 1.1
2008-02-21 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2010-09-23 1.6.0
2008-02-08 1.5.0
2007-11-30 1.3.1
2007-11-29 1.3
2007-02-11 1.2