Author: Berend Hasselman
Title: Solve systems of non linear equations
Description: Solve a system of non linear equations using a Broyden or
a Newton method with a choice of global strategies such as
linesearch and trust region. There are options for using a
numerical or an analytical jacobian and fixed or automatic
scaling of parameters.
Diff between nleqslv versions 1.4 dated 2009-04-22 and 1.5 dated 2009-09-05
DESCRIPTION | 8 ++++---- NEWS | 4 ++++ man/nleqslv.Rd | 4 ++-- 3 files changed, 10 insertions(+), 6 deletions(-)
Author: Antonio Fabio Di Narzo, Jose Luis Aznarte, Matthieu Stigler
Title: Time series analysis based on dynamical systems theory
Description: Time series analysis based on dynamical systems theory
Diff between tsDyn versions 0.7 dated 2009-07-18 and 0.7-1 dated 2009-09-05
tsDyn-0.7-1/tsDyn/DESCRIPTION | 8 tsDyn-0.7-1/tsDyn/NAMESPACE | 7 tsDyn-0.7-1/tsDyn/R/HanSeo_TVECM.R | 2 tsDyn-0.7-1/tsDyn/R/TVARestim.R | 2 tsDyn-0.7-1/tsDyn/R/TVECM.R | 45 tsDyn-0.7-1/tsDyn/R/TVECM.sim.R | 2 tsDyn-0.7-1/tsDyn/R/miscSETAR.R | 65 - tsDyn-0.7-1/tsDyn/R/nlar-methods.R | 48 tsDyn-0.7-1/tsDyn/R/selectSETAR.R | 15 tsDyn-0.7-1/tsDyn/R/setar.R | 53 tsDyn-0.7-1/tsDyn/R/setar.sim.R | 4 tsDyn-0.7-1/tsDyn/R/setarTest.R | 6 tsDyn-0.7-1/tsDyn/inst/ChangeLog | 7 tsDyn-0.7-1/tsDyn/inst/doc/tsDyn.pdf |binary tsDyn-0.7-1/tsDyn/man/TVECM.Rd | 24 tsDyn-0.7-1/tsDyn/man/TVECM.sim.Rd | 4 tsDyn-0.7-1/tsDyn/man/getTh.Rd |only tsDyn-0.7-1/tsDyn/man/regime.Rd |only tsDyn-0.7-1/tsDyn/man/selectSETAR.Rd | 3 tsDyn-0.7-1/tsDyn/tests/00SetarAndFriends.R | 26 tsDyn-0.7-1/tsDyn/tests/00SetarAndFriends.Rout.save | 1280 +++----------------- tsDyn-0.7/tsDyn/man/.Rd2dvi20266 |only 22 files changed, 427 insertions(+), 1174 deletions(-)
Author: Roger Bivand
Title: Interface between GRASS 6 geographical information system and R
Description: Interpreted interface between GRASS 6 geographical
information system and R, based on starting R from within the
GRASS environment, or running free-standing R in a temporary
GRASS location; the package provides facilities for using all
GRASS commands from the R command line.
Diff between spgrass6 versions 0.6-8 dated 2009-09-03 and 0.6-9 dated 2009-09-05
ChangeLog | 13 ++++++++++++- DESCRIPTION | 8 ++++---- R/xml1.R | 15 +++++++++++++++ R/zzz.R | 1 + inst/ChangeLog | 13 ++++++++++++- man/execGRASS.Rd | 7 +++++++ man/initGRASS.Rd | 1 + 7 files changed, 52 insertions(+), 6 deletions(-)
Author: Christopher Brown
Title: mapReduce - flexible mapReduce algorithm for parallel
computation
Description: mapReduce is an algorithm provides a simple framework for
parallel computations. This implementation provides (a) a pure
R implementation (b) a syntax following the mapReduce paper and
(c) flexible and parallelizable back end.
Diff between mapReduce versions 1.01 dated 2009-04-19 and 1.02 dated 2009-09-05
mapReduce-1.01/mapReduce/Read-and-delete-me |only mapReduce-1.02/mapReduce/ChangeLog | 2 mapReduce-1.02/mapReduce/DESCRIPTION | 10 ++-- mapReduce-1.02/mapReduce/R/mapReduce.r | 45 +++++++++------------- mapReduce-1.02/mapReduce/man/mapReduce-package.Rd | 6 +- 5 files changed, 30 insertions(+), 33 deletions(-)
Author: Christopher Brown
Title: Implements hash/associated arrays/dictionaries
Description: This package implements a data structure similar to hashes
in Perl and dictionaries in Python but with a purposefully R
flavor.
Diff between hash versions 0.30 dated 2009-07-19 and 0.40 dated 2009-09-05
hash-0.30/hash/hash_0.22.tar.gz |only hash-0.30/hash/hash_0.23.tar.gz |only hash-0.30/hash/hash_0.30.tar.gz |only hash-0.40/hash/ChangeLog |only hash-0.40/hash/DESCRIPTION | 16 ++++++++-------- hash-0.40/hash/R/get.R | 6 ++++-- hash-0.40/hash/R/invert.R |only hash-0.40/hash/R/zzz.R |only hash-0.40/hash/TODO | 4 +++- hash-0.40/hash/man/get.Rd | 3 ++- hash-0.40/hash/man/hash-package.Rd | 4 ++-- hash-0.40/hash/man/invert.Rd |only 12 files changed, 19 insertions(+), 14 deletions(-)
Author: Brandon Whitcher and Volker Schmid, with contributions from
Andrew Thornton
Title: A Package for Medical Image Analysis
Description: A collection of routines and documentation that allows one
to perform a quantitative analysis of dynamic contrast-enhanced
or diffusion-weighted MRI data. Medical imaging data should be
organized using either the Analyze or NIfTI data formats.
Diff between dcemri versions 0.1.4 dated 2009-08-27 and 0.10.5 dated 2009-09-05
DESCRIPTION | 13 ++++++------- R/write.R | 9 +++++---- inst/doc/dcemri.pdf |binary man/dce_bayes.Rd | 2 +- man/dce_spline.Rd | 2 +- man/dcemri.Rd | 2 +- man/write.Rd | 11 ++++++++--- tests/Examples/dcemri-Ex.Rout.save | 25 ++++++++++++++++++++++++- 8 files changed, 46 insertions(+), 18 deletions(-)