Tue, 28 Jul 2009

Package tis updated to version 1.7 with previous version 1.6 dated 2009-06-24

Author: Jeff Hallman
Title: Time Indexes and Time Indexed Series
Description: Functions and S3 classes for time indexes and time indexed series, which are compatible with FAME frequencies.

Diff between tis versions 1.6 dated 2009-06-24 and 1.7 dated 2009-07-28

 DESCRIPTION             |    6 +++---
 NEWS                    |    8 +++++++-
 R/nberShade.ggplot.R    |    2 +-
 man/fortify.tis.Rd      |    3 +--
 man/nberShade.Rd        |   10 ++++------
 man/nberShade.ggplot.Rd |    2 +-
 6 files changed, 17 insertions(+), 14 deletions(-)

More information about tis at CRAN
Permanent link

Package rainbow updated to version 1.2 with previous version 1.1 dated 2009-06-04

Author: Han Lin Shang and Rob J Hyndman
Title: Rainbow plots, functional bagplot, functional HDR boxplot
Description: Functions and datasets for functional data display and outlier detection.

Diff between rainbow versions 1.1 dated 2009-06-04 and 1.2 dated 2009-07-28

 DESCRIPTION                       |   11 ++---
 R/bhdr.R                          |   13 ++----
 R/fbag.R                          |    4 +-
 R/fboxplot.R                      |    7 +--
 R/fhdr.R                          |   73 +++++++++++++++++++-------------------
 data/Australiafertility.rda       |binary
 data/Australiasmoothfertility.rda |binary
 data/Francemortality.rda          |binary
 data/Francesmoothmortality.rda    |binary
 data/Simulationdata.rda           |binary
 man/Simulationdata.Rd             |    3 +
 man/fboxplot.Rd                   |    3 -
 12 files changed, 54 insertions(+), 60 deletions(-)

More information about rainbow at CRAN
Permanent link

Package cat updated to version 0.0-6.2 with previous version 0.0-6 dated 2004-10-13

Author: Ported to R by Ted Harding and Fernando Tusell Original by Joseph L. Schafer .
Title: Analysis of categorical-variable datasets with missing values
Description: Analysis of categorical-variable with missing values

Diff between cat versions 0.0-6 dated 2004-10-13 and 0.0-6.2 dated 2009-07-28

 DESCRIPTION        |   17 ++++++++---------
 LICENSE            |only
 man/belt.Rd        |    1 -
 man/crime.Rd       |    1 -
 man/dabipf.Rd      |    2 --
 man/older.Rd       |    1 -
 man/prelim.cat.Rd  |    1 -
 man/slice.index.Rd |    3 ---
 8 files changed, 8 insertions(+), 18 deletions(-)

More information about cat at CRAN
Permanent link

Package RODBC updated to version 1.3-0 with previous version 1.2-6 dated 2009-06-24

Author: Brian Ripley, and from 1999 to Oct 2002 Michael Lapsley
Title: ODBC Database Access
Description: An ODBC database interface

Diff between RODBC versions 1.2-6 dated 2009-06-24 and 1.3-0 dated 2009-07-28

 RODBC-1.2-6/RODBC/INSTALL                                |only
 RODBC-1.2-6/RODBC/README                                 |only
 RODBC-1.2-6/RODBC/inst/README                            |only
 RODBC-1.2-6/RODBC/man/odbcErrors.Rd                      |only
 RODBC-1.2-6/RODBC/tests/sqlite3.Rout                     |only
 RODBC-1.3-0/RODBC/ChangeLog                              |   81 
 RODBC-1.3-0/RODBC/DESCRIPTION                            |   14 
 RODBC-1.3-0/RODBC/NAMESPACE                              |   22 
 RODBC-1.3-0/RODBC/R/RODBC.R                              |  136 -
 RODBC-1.3-0/RODBC/R/TypeInfo.R                           |   39 
 RODBC-1.3-0/RODBC/R/sql.R                                |  242 +-
 RODBC-1.3-0/RODBC/inst/doc                               |only
 RODBC-1.3-0/RODBC/inst/po/en@quot/LC_MESSAGES/R-RODBC.mo |binary
 RODBC-1.3-0/RODBC/inst/po/en@quot/LC_MESSAGES/RODBC.mo   |binary
 RODBC-1.3-0/RODBC/man/RODBC-internal.Rd                  |   13 
 RODBC-1.3-0/RODBC/man/RODBC-package.Rd                   |  111 -
 RODBC-1.3-0/RODBC/man/odbc.Rd                            |   57 
 RODBC-1.3-0/RODBC/man/odbcClose.Rd                       |    6 
 RODBC-1.3-0/RODBC/man/odbcConnect.Rd                     |  141 -
 RODBC-1.3-0/RODBC/man/odbcDataSources.Rd                 |   29 
 RODBC-1.3-0/RODBC/man/odbcGetInfo.Rd                     |    2 
 RODBC-1.3-0/RODBC/man/setSqlTypeInfo.Rd                  |   12 
 RODBC-1.3-0/RODBC/man/sqlColumns.Rd                      |  133 +
 RODBC-1.3-0/RODBC/man/sqlCopy.Rd                         |    9 
 RODBC-1.3-0/RODBC/man/sqlDrop.Rd                         |   60 
 RODBC-1.3-0/RODBC/man/sqlFetch.Rd                        |   26 
 RODBC-1.3-0/RODBC/man/sqlQuery.Rd                        |  106 -
 RODBC-1.3-0/RODBC/man/sqlSave.Rd                         |   55 
 RODBC-1.3-0/RODBC/man/sqlTables.Rd                       |  145 +
 RODBC-1.3-0/RODBC/man/sqlTypeInfo.Rd                     |   48 
 RODBC-1.3-0/RODBC/manual                                 |only
 RODBC-1.3-0/RODBC/po/R-RODBC.pot                         |   17 
 RODBC-1.3-0/RODBC/po/R-en@quot.po                        |   19 
 RODBC-1.3-0/RODBC/po/RODBC.pot                           |   99 -
 RODBC-1.3-0/RODBC/po/en@quot.po                          |  131 -
 RODBC-1.3-0/RODBC/src/RODBC.c                            | 1283 +++++----------
 RODBC-1.3-0/RODBC/tests/DB2.RR                           |only
 RODBC-1.3-0/RODBC/tests/DB2.Rout.save                    |only
 RODBC-1.3-0/RODBC/tests/Master.R                         |    7 
 RODBC-1.3-0/RODBC/tests/Notes                            |only
 RODBC-1.3-0/RODBC/tests/Oracle.RR                        |only
 RODBC-1.3-0/RODBC/tests/Oracle.Rout.save                 |only
 RODBC-1.3-0/RODBC/tests/SQLServer.RR                     |   31 
 RODBC-1.3-0/RODBC/tests/SQLServer.Rout.save              |  171 +
 RODBC-1.3-0/RODBC/tests/access.RR                        |    1 
 RODBC-1.3-0/RODBC/tests/access.Rout.save                 |   27 
 RODBC-1.3-0/RODBC/tests/excel.Rout.save                  |   52 
 RODBC-1.3-0/RODBC/tests/mimer.RR                         |only
 RODBC-1.3-0/RODBC/tests/mimer.Rout.save                  |only
 RODBC-1.3-0/RODBC/tests/mysql-win.RR                     |    7 
 RODBC-1.3-0/RODBC/tests/mysql-win.Rout.save              |   53 
 RODBC-1.3-0/RODBC/tests/mysql.RR                         |    8 
 RODBC-1.3-0/RODBC/tests/mysql.Rout.save                  |   68 
 RODBC-1.3-0/RODBC/tests/postgresql.RR                    |   21 
 RODBC-1.3-0/RODBC/tests/postgresql.Rout.save             |  164 -
 RODBC-1.3-0/RODBC/tests/sqlite3.RR                       |   24 
 RODBC-1.3-0/RODBC/tests/sqlite3.Rout.save                |  103 -
 57 files changed, 1838 insertions(+), 1935 deletions(-)

More information about RODBC at CRAN
Permanent link


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