Tue, 02 Sep 2014

New package rsdmx with initial version 0.4-1
Package: rsdmx
Version: 0.4-1
Date: 2014-09-01
Title: Tools for reading SDMX data and metadata
Authors@R: c( person("Emmanuel", "Blondel", role = c("aut", "cre"), email = "emmanuel.blondel1@gmail.com"), person("Matthieu", "Stigler", role = c("ctb")))
Maintainer: Emmanuel Blondel
Depends: R (>= 2.15)
Imports: methods, XML (>= 3.96-1.1), RCurl, plyr
Suggests: testthat
Description: rsdmx provides a set of classes and methods to read data and metadata documents exchanged through the Statistical Data and Metadata Exchange (SDMX) framework. The package currently focuses on the SDMX XML standard format (SDMX-ML).
License: GPL (>= 2)
URL: https://github.com/opensdmx/rsdmx, http://www.sdmx.org
BugReports: https://github.com/opensdmx/rsdmx/issues
LazyLoad: yes
Collate: Class-SDMXSchema.R Class-SDMXType.R Class-SDMXStructureType.R Class-SDMXHeader.R Class-SDMX.R Class-SDMXGenericData.R Class-SDMXCompactData.R Class-SDMXMessageGroup.R Class-SDMXConcept.R Class-SDMXConceptScheme.R Class-SDMXConcepts.R Class-SDMXCode.R Class-SDMXCodelist.R Class-SDMXCodelists.R Class-SDMXDimension.R Class-SDMXTimeDimension.R Class-SDMXPrimaryMeasure.R Class-SDMXAttribute.R Class-SDMXComponents.R Class-SDMXDataStructure.R Class-SDMXDataStructures.R Class-SDMXDataStructureDefinition.R SDMXSchema-methods.R SDMXType-methods.R SDMXStructureType-methods.R SDMXHeader-methods.R SDMX-methods.R SDMXGenericData-methods.R SDMXCompactData-methods.R SDMXMessageGroup-methods.R SDMXConcept-methods.R SDMXConceptScheme-methods.R SDMXConcepts-methods.R SDMXCode-methods.R SDMXCodelist-methods.R SDMXCodelists-methods.R SDMXDimension-methods.R SDMXTimeDimension-methods.R SDMXPrimaryMeasure-methods.R SDMXAttribute-methods.R SDMXComponents-methods.R SDMXDataStructure-methods.R SDMXDataStructures-methods.R SDMXDataStructureDefinition-methods.R readSDMX.R
Packaged: 2014-09-01 21:45:12 UTC; Utilisateur
Author: Emmanuel Blondel [aut, cre], Matthieu Stigler [ctb]
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-09-01 23:45:16

More information about rsdmx at CRAN
Permanent link

New package nabor with initial version 0.4.2
Package: nabor
Type: Package
Title: Wraps libnabo, a fast K Nearest Neighbour library for low dimensions
Version: 0.4.2
Date: 2014-09-02
Author: Stephane Mangenat (for libnabo), Gregory Jefferis
Maintainer: Gregory Jefferis
Description: An R wrapper for libnabo, an exact or approximate k nearest neighbour library which is optimised for low dimensional spaces (e.g. 3D). libnabo has speed and space advantages over the ANN library wrapped by package RANN. nabor includes a knn function that is designed as a drop-in replacement for RANN::nn2. In addition, objects which include the k-d tree search structure can be returned to speed up repeated queries of the same set of target points.
License: BSD_3_clause + file LICENSE
Copyright: libnabo is copyright 2010--2011, Stephane Magnenat, ASL, ETHZ, Switzerland
URL: https://github.com/jefferis/nabor https://github.com/ethz-asl/libnabo
Depends: R (>= 3.0.2)
Imports: Rcpp (>= 0.11.2), methods
LinkingTo: Rcpp, RcppEigen (>= 0.3.2.2.0), BH (>= 1.54.0-4)
Suggests: testthat, RANN
Packaged: 2014-09-02 21:23:15 UTC; jefferis
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-09-03 01:30:42

More information about nabor at CRAN
Permanent link

New package iBATCGH with initial version 1.0
Package: iBATCGH
Type: Package
Title: Integrative Bayesian Analysis of Transcriptomic and CGH data
Version: 1.0
Date: 2014-09-02
Author: Alberto Cassese
Maintainer: Alberto Cassese
Description: Bayesian integrative models of gene expression and comparative genomic hybridization data. The package provides inference on copy number variations and their association with gene expression
License: GPL-2
Imports: Rcpp (>= 0.11.2), msm
LinkingTo: Rcpp, RcppArmadillo
Packaged: 2014-09-02 21:48:30 UTC; ac43
Depends: R (>= 2.10)
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-09-03 01:16:38

More information about iBATCGH at CRAN
Permanent link

Package UsingR updated to version 2.0-2 with previous version 2.0-1 dated 2014-07-02

Title: Data sets, etc. for the text "Using R for Introductory Statistics", second edition
Description: A collection of data sets to accompany the textbook "Using R for Introductory Statistics," second edition.
Author: John Verzani
Maintainer: John Verzani

Diff between UsingR versions 2.0-1 dated 2014-07-02 and 2.0-2 dated 2014-09-02

 DESCRIPTION   |   10 +++++-----
 MD5           |    8 ++++----
 NAMESPACE     |    1 -
 NEWS          |    4 ++++
 R/Split.zoo.R |    7 +++----
 5 files changed, 16 insertions(+), 14 deletions(-)

More information about UsingR at CRAN
Permanent link

New package packrat with initial version 0.4.1
Package: packrat
Type: Package
Title: A dependency management system for projects and their R package dependencies
Version: 0.4.1
Date: 2014-09-02
Author: Kevin Ushey, Jonathan McPherson, Joe Cheng, JJ Allaire
Maintainer: Kevin Ushey
Description: Packrat is a tool for managing the R packages your project depends on in an isolated, portable, and reproducible way.
License: GPL-2
Depends: R (>= 3.0)
Imports: tools, utils
Suggests: testthat (>= 0.7), devtools
Enhances: knitr, BiocInstaller
URL: https://github.com/rstudio/packrat/
BugReports: https://github.com/rstudio/packrat/issues
Packaged: 2014-09-02 20:44:27 UTC; kevin
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-09-03 01:01:17

More information about packrat at CRAN
Permanent link

New package rcbalance with initial version 1.0
Package: rcbalance
Type: Package
Title: Large, sparse optimal matching with refined covariate balance
Version: 1.0
Date: 2014-08-08
Author: Samuel D. Pimentel
Maintainer: Samuel D. Pimentel
Description: Tools for large, sparse optimal matching of treated units and control units in observational studies. Provisions are made for refined covariate balance constraints, which include fine and near-fine balance as special cases. Matches are optimal in the sense that they are computed as solutions to network optimization problems rather than greedy algorithms.
Depends: R (>= 3.0.0), MASS, plyr
License: MIT + file LICENSE
Packaged: 2014-08-28 17:53:05 UTC; sdbpimentel
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-09-02 22:18:56

More information about rcbalance at CRAN
Permanent link

Package easingr updated to version 1.0.1 with previous version 1.0.0 dated 2014-06-28

Title: Fetch and plot credit easing policy tool data.
Description: Forms queries to submit to the Cleveland Federal Reserve Bank web site's credit easing policy tools data site. Provides various query functions according to the easing data desired. By default the download includes easing tool weekly time series data starting January 2007. The functions return a class of type easing which contains a list of items related to the query and its graphical presentation. The list includes the time series data as an xts object. The package provides two lattice time series plots to render the data in a manner similar to the bank's own presentation.
Author: Matt Barry
Maintainer: Matt Barry

Diff between easingr versions 1.0.0 dated 2014-06-28 and 1.0.1 dated 2014-09-02

 DESCRIPTION         |   13 ++++++-------
 MD5                 |    6 +++---
 README.md           |    2 ++
 inst/doc/index.html |   21 ++++++++++++++++++---
 4 files changed, 29 insertions(+), 13 deletions(-)

More information about easingr at CRAN
Permanent link

Package DBI updated to version 0.3.0 with previous version 0.2-7 dated 2013-05-09

Title: R Database Interface
Description: A database interface (DBI) definition for communication between R and relational database management systems. All classes in this package are virtual and need to be extended by the various R/DBMS implementations.
Author: R Special Interest Group on Databases (R-SIG-DB)
Maintainer: ORPHANED

Diff between DBI versions 0.2-7 dated 2013-05-09 and 0.3.0 dated 2014-09-02

 DBI-0.2-7/DBI/R/DBI.R                    |only
 DBI-0.2-7/DBI/R/Util.R                   |only
 DBI-0.2-7/DBI/R/zzz.R                    |only
 DBI-0.2-7/DBI/inst                       |only
 DBI-0.2-7/DBI/man/DBI-internal.Rd        |only
 DBI-0.2-7/DBI/man/dbCommit.Rd            |only
 DBI-0.2-7/DBI/man/fetch.Rd               |only
 DBI-0.3.0/DBI/DESCRIPTION                |   25 ++--
 DBI-0.3.0/DBI/MD5                        |   80 ++++++++------
 DBI-0.3.0/DBI/NAMESPACE                  |  103 ++++++++----------
 DBI-0.3.0/DBI/NEWS                       |only
 DBI-0.3.0/DBI/R/DBConnection.R           |only
 DBI-0.3.0/DBI/R/DBDriver.R               |only
 DBI-0.3.0/DBI/R/DBObject.R               |only
 DBI-0.3.0/DBI/R/DBResult.R               |only
 DBI-0.3.0/DBI/R/compliance.R             |only
 DBI-0.3.0/DBI/R/keywords.R               |only
 DBI-0.3.0/DBI/R/quote.R                  |only
 DBI-0.3.0/DBI/R/util.R                   |only
 DBI-0.3.0/DBI/README.md                  |only
 DBI-0.3.0/DBI/man/DBIConnection-class.Rd |  103 +++---------------
 DBI-0.3.0/DBI/man/DBIDriver-class.Rd     |   69 ++----------
 DBI-0.3.0/DBI/man/DBIObject-class.Rd     |   74 ++++++------
 DBI-0.3.0/DBI/man/DBIResult-class.Rd     |   82 ++------------
 DBI-0.3.0/DBI/man/SQL.Rd                 |only
 DBI-0.3.0/DBI/man/dbCallProc.Rd          |   35 +-----
 DBI-0.3.0/DBI/man/dbClearResult.Rd       |only
 DBI-0.3.0/DBI/man/dbColumnInfo.Rd        |only
 DBI-0.3.0/DBI/man/dbConnect.Rd           |  118 ++++++--------------
 DBI-0.3.0/DBI/man/dbDataType.Rd          |   78 ++++++-------
 DBI-0.3.0/DBI/man/dbDisconnect.Rd        |only
 DBI-0.3.0/DBI/man/dbDriver.Rd            |  128 +++++++---------------
 DBI-0.3.0/DBI/man/dbExistsTable.Rd       |only
 DBI-0.3.0/DBI/man/dbFetch.Rd             |only
 DBI-0.3.0/DBI/man/dbGetDBIVersion.Rd     |only
 DBI-0.3.0/DBI/man/dbGetException.Rd      |only
 DBI-0.3.0/DBI/man/dbGetInfo.Rd           |  140 +++++-------------------
 DBI-0.3.0/DBI/man/dbGetQuery.Rd          |only
 DBI-0.3.0/DBI/man/dbGetRowCount.Rd       |only
 DBI-0.3.0/DBI/man/dbGetRowsAffected.Rd   |only
 DBI-0.3.0/DBI/man/dbGetStatement.Rd      |only
 DBI-0.3.0/DBI/man/dbHasCompleted.Rd      |only
 DBI-0.3.0/DBI/man/dbIsValid.Rd           |only
 DBI-0.3.0/DBI/man/dbListConnections.Rd   |only
 DBI-0.3.0/DBI/man/dbListFields.Rd        |only
 DBI-0.3.0/DBI/man/dbListResults.Rd       |only
 DBI-0.3.0/DBI/man/dbListTables.Rd        |   72 ++----------
 DBI-0.3.0/DBI/man/dbReadTable.Rd         |  149 +++++++-------------------
 DBI-0.3.0/DBI/man/dbRemoveTable.Rd       |only
 DBI-0.3.0/DBI/man/dbSendQuery.Rd         |  134 ++++++++---------------
 DBI-0.3.0/DBI/man/dbSetDataMappings.Rd   |   76 ++-----------
 DBI-0.3.0/DBI/man/dbiCheckCompliance.Rd  |only
 DBI-0.3.0/DBI/man/make.db.names.Rd       |  177 ++++++++++++-------------------
 DBI-0.3.0/DBI/man/print.list.pairs.Rd    |   37 +-----
 DBI-0.3.0/DBI/man/transactions.Rd        |only
 DBI-0.3.0/DBI/tests                      |only
 56 files changed, 566 insertions(+), 1114 deletions(-)

More information about DBI at CRAN
Permanent link

Package roxygen2 updated to version 4.0.2 with previous version 4.0.1 dated 2014-05-17

Title: In-source documentation for R
Description: A Doxygen-like in-source documentation system for Rd, collation, and NAMESPACE.
Author: Hadley Wickham [aut, cre, cph], Peter Danenberg [aut, cph], Manuel Eugster [aut, cph], RStudio [cph]
Maintainer: Hadley Wickham

Diff between roxygen2 versions 4.0.1 dated 2014-05-17 and 4.0.2 dated 2014-09-02

 DESCRIPTION                 |   35 +++++-----
 MD5                         |   81 +++++++++++------------
 NAMESPACE                   |    3 
 R/inherit-params.R          |   18 ++++-
 R/object-defaults.R         |    3 
 R/object-from-call.R        |    8 ++
 R/order-params.R            |only
 R/rd-escape.R               |   15 ++--
 R/rd-file-api.R             |    6 -
 R/roclet-namespace.R        |    2 
 R/roclet-rd.R               |    2 
 R/s3.R                      |    2 
 R/usage.R                   |   10 +-
 inst/doc/collate.R          |    7 --
 inst/doc/collate.html       |   19 ++++-
 inst/doc/formatting.R       |    5 -
 inst/doc/formatting.html    |   19 ++++-
 inst/doc/namespace.R        |    2 
 inst/doc/namespace.html     |   16 ++++
 inst/doc/rd.R               |   15 ----
 inst/doc/rd.Rmd             |    2 
 inst/doc/rd.html            |   21 ++++--
 inst/doc/rdkeywords.R       |    2 
 inst/doc/rdkeywords.html    |   19 ++++-
 inst/doc/roxygen2.R         |    2 
 inst/doc/roxygen2.html      |   16 ++++
 man/is_s3_generic.Rd        |    5 +
 man/namespace_roclet.Rd     |    2 
 man/new_roclet.Rd           |    2 
 man/object.Rd               |    2 
 man/rd_roclet.Rd            |    2 
 man/register-parser.Rd      |    2 
 man/roc_proc_text.Rd        |    2 
 man/roxygen.Rd              |    2 
 man/roxygenize.Rd           |    2 
 man/source_package.Rd       |    2 
 man/update_collate.Rd       |    2 
 tests/testthat/test-param.R |  151 +++++++++++++++++++++++++++++++++++++++-----
 tests/testthat/test-s4.R    |   14 ++++
 tests/testthat/test-usage.R |   12 +++
 vignettes/rd.Rmd            |    2 
 vignettes/rd.md             |    2 
 42 files changed, 379 insertions(+), 157 deletions(-)

More information about roxygen2 at CRAN
Permanent link

Package rNOMADS updated to version 2.0.2 with previous version 2.0.1 dated 2014-07-05

Title: An interface to the NOAA Operational Model Archive and Distribution System
Description: An interface to the National Oceanic and Atmospheric Administration's Operational Model Archive and Distribution System (NOMADS) that allows R users to quickly and efficiently download global and regional weather model data for processing. rNOMADS currently supports a variety of models ranging from global weather data to an altitude of 40 km, to high resolution regional weather models, to wave and sea ice models. It can also retrieve archived NOMADS models. rNOMADS can retrieve binary data in grib format as well as import ascii data directly into R by interfacing with the GrADS-DODS system.
Author: Daniel C. Bowman [aut, cre]
Maintainer: Daniel C. Bowman

Diff between rNOMADS versions 2.0.1 dated 2014-07-05 and 2.0.2 dated 2014-09-02

 DESCRIPTION                   |   18 +
 MD5                           |   32 +--
 NEWS                          |    8 
 R/GetDODS.R                   |    7 
 R/Models.R                    |    6 
 R/RNomadsTools.R              |  384 +++++++++++++++++++++++++++++++++++-------
 R/ReadGrib.R                  |   55 +++++-
 man/ArchiveGribGrab.Rd        |   17 -
 man/DODSGrab.Rd               |    6 
 man/GetClosestGFSForecasts.Rd |    2 
 man/GetDODSDates.Rd           |   14 -
 man/GribGrab.Rd               |   20 +-
 man/GribInfo.Rd               |only
 man/ModelGrid.Rd              |   21 ++
 man/PlotWindProfile.Rd        |only
 man/RTModelProfile.Rd         |    8 
 man/ReadGrib.Rd               |   30 +--
 man/rNOMADS-package.Rd        |   29 +--
 18 files changed, 509 insertions(+), 148 deletions(-)

More information about rNOMADS at CRAN
Permanent link

New package rappdirs with initial version 0.3
Package: rappdirs
Type: Package
Title: Application directories: determine where to save data, caches and logs.
Version: 0.3
Authors@R: c( person("Hadley", "Wickham", email = "h.wickham@gmail.com", role = c("trl", "cre", "cph")), person("RStudio", role = "cph"), person("Sridhar", "Ratnakumar", role = "aut"), person("Trent", "Mick", role = "aut"), person("ActiveState", role = "cph", comment = "R/appdir.r, R/cache.r, R/data.r, R/log.r translated from appdirs"), person("Eddy", "Petrisor", role = "ctb"), person("Trevor", "Davis", role = c("trl", "aut")), person("Gabor", "Csardi", role = "ctb"), person("Gregory", "Jefferis", role = "ctb") )
Depends: R (>= 2.14), methods
Suggests: testthat, roxygen2
Description: An easy way to determine which directories on the users computer you should use to save data, caches and logs. A port of Python's Appdirs (\url{https://github.com/ActiveState/appdirs}) to R.
BugReports: https://github.com/hadley/rappdirs/issues
URL: https://github.com/hadley/rappdirs https://github.com/ActiveState/appdirs
License: MIT + file LICENSE
Copyright: Original python appdirs module copyright (c) 2010 ActiveState Software Inc. R port copyright Hadley Wickham, RStudio. See file LICENSE for details.
Packaged: 2014-09-02 15:34:08 UTC; hadley
Author: Hadley Wickham [trl, cre, cph], RStudio [cph], Sridhar Ratnakumar [aut], Trent Mick [aut], ActiveState [cph] (R/appdir.r, R/cache.r, R/data.r, R/log.r translated from appdirs), Eddy Petrisor [ctb], Trevor Davis [trl, aut], Gabor Csardi [ctb], Gregory Jefferis [ctb]
Maintainer: Hadley Wickham
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-09-02 19:44:02

More information about rappdirs at CRAN
Permanent link

New package ica with initial version 1.0-0
Package: ica
Type: Package
Title: Independent Component Analysis
Version: 1.0-0
Date: 2014-09-02
Author: Nathaniel E. Helwig
Maintainer: Nathaniel E. Helwig
Description: Independent Component Analysis (ICA) using various algorithms: FastICA, Information-Maximization (Infomax), and Joint Approximate Diagonalization of Eigenmatrices (JADE).
License: GPL (>= 2)
Packaged: 2014-09-02 16:26:17 UTC; Nate
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-09-02 19:41:15

More information about ica at CRAN
Permanent link

Package nor1mix updated to version 1.2-0 with previous version 1.1-4 dated 2013-04-19

Title: Normal (1-d) Mixture Models (S3 Classes and Methods)
Description: Onedimensional Normal Mixture Models Classes, for, e.g., density estimation or clustering algorithms research and teaching; providing the widely used Marron-Wand densities. Now fitting to data by ML (Maximum Likelihood) or EM estimation.
Author: Martin Mächler
Maintainer: Martin Maechler

Diff between nor1mix versions 1.1-4 dated 2013-04-19 and 1.2-0 dated 2014-09-02

 nor1mix-1.1-4/nor1mix/tests/MW.Rout.save |only
 nor1mix-1.2-0/nor1mix/ChangeLog          |   23 ++++++-
 nor1mix-1.2-0/nor1mix/DESCRIPTION        |   14 ++--
 nor1mix-1.2-0/nor1mix/MD5                |   27 ++++----
 nor1mix-1.2-0/nor1mix/NAMESPACE          |    8 +-
 nor1mix-1.2-0/nor1mix/R/norMix.R         |   97 +++++++++++++++++++++----------
 nor1mix-1.2-0/nor1mix/R/norMixEM.R       |   16 ++---
 nor1mix-1.2-0/nor1mix/R/zMarrWand-dens.R |   51 +++++++---------
 nor1mix-1.2-0/nor1mix/man/dnorMix.Rd     |    4 -
 nor1mix-1.2-0/nor1mix/man/llnorMix.Rd    |    8 +-
 nor1mix-1.2-0/nor1mix/man/norMix.Rd      |   67 ++++++++++++++++-----
 nor1mix-1.2-0/nor1mix/man/plot.norMix.Rd |    2 
 nor1mix-1.2-0/nor1mix/tests/MW.R         |   18 ++---
 nor1mix-1.2-0/nor1mix/tests/ex.R         |    2 
 nor1mix-1.2-0/nor1mix/tests/randNM.R     |    2 
 15 files changed, 216 insertions(+), 123 deletions(-)

More information about nor1mix at CRAN
Permanent link

Package httr updated to version 0.5 with previous version 0.4 dated 2014-07-28

Title: Tools for working with URLs and HTTP
Description: Provides useful tools for working with HTTP. The API is based around http verbs (GET(), POST(), etc) with pluggable components to control the request (authenticate(), add_headers() and so on).
Author: Hadley Wickham [cre, aut, cph], RStudio [cph]
Maintainer: Hadley Wickham

Diff between httr versions 0.4 dated 2014-07-28 and 0.5 dated 2014-09-02

 DESCRIPTION                    |   17 ++--
 LICENSE                        |    2 
 MD5                            |  174 +++++++++++++++++++++--------------------
 NAMESPACE                      |   25 +++++
 R/body.R                       |   18 +---
 R/cache.R                      |only
 R/config.r                     |   45 +++++++++-
 R/content-parse.r              |    6 +
 R/content.r                    |   12 ++
 R/cookies.r                    |    2 
 R/date.R                       |only
 R/handle-url.r                 |    4 
 R/headers.r                    |    6 -
 R/http--request.r              |   11 ++
 R/http-delete.r                |    2 
 R/http-head.r                  |    2 
 R/http-post.r                  |    1 
 R/media-parse.r                |    2 
 R/perform.R                    |   32 +++++--
 R/response-status.r            |    2 
 R/response.r                   |    7 +
 R/utils.r                      |    7 +
 R/write-function.R             |only
 README.md                      |    2 
 demo/oauth2-github.r           |    9 +-
 inst/doc/api-packages.html     |   25 ++++-
 inst/doc/quickstart.R          |    2 
 inst/doc/quickstart.Rmd        |    2 
 inst/doc/quickstart.html       |   99 +++++++++++++----------
 man/BROWSE.Rd                  |    6 -
 man/DELETE.Rd                  |    2 
 man/GET.Rd                     |   10 +-
 man/HEAD.Rd                    |    2 
 man/PATCH.Rd                   |   18 ++--
 man/POST.Rd                    |   24 ++---
 man/PUT.Rd                     |    2 
 man/Token-class.Rd             |    2 
 man/add_headers.Rd             |    2 
 man/authenticate.Rd            |    2 
 man/cache_info.Rd              |only
 man/config.Rd                  |   27 ++++++
 man/content.Rd                 |    2 
 man/content_type.Rd            |    2 
 man/cookies.Rd                 |    2 
 man/guess_media.Rd             |    2 
 man/handle.Rd                  |    2 
 man/handle_pool.Rd             |    2 
 man/has_content.Rd             |    2 
 man/headers.Rd                 |    2 
 man/hmac_sha1.Rd               |    2 
 man/http_condition.Rd          |    2 
 man/http_error.Rd              |    2 
 man/http_status.Rd             |    2 
 man/httr.Rd                    |    2 
 man/httr_options.Rd            |    8 +
 man/init_oauth1.0.Rd           |    2 
 man/init_oauth2.0.Rd           |   14 +--
 man/insensitive.Rd             |    2 
 man/modify_url.Rd              |    2 
 man/new_token.Rd               |    6 -
 man/oauth1.0_token.Rd          |   12 +-
 man/oauth2.0_token.Rd          |    8 -
 man/oauth_app.Rd               |    2 
 man/oauth_callback.Rd          |    2 
 man/oauth_endpoint.Rd          |    2 
 man/oauth_endpoints.Rd         |    2 
 man/oauth_exchanger.Rd         |    2 
 man/oauth_listener.Rd          |    2 
 man/oauth_signature.Rd         |    2 
 man/parse_http_date.Rd         |only
 man/parse_media.Rd             |    2 
 man/parse_url.Rd               |    2 
 man/progress.Rd                |    2 
 man/response.Rd                |    2 
 man/set_config.Rd              |    2 
 man/set_cookies.Rd             |    2 
 man/sign_oauth.Rd              |    2 
 man/status_code.Rd             |    2 
 man/timeout.Rd                 |    2 
 man/upload_file.Rd             |    2 
 man/url_ok.Rd                  |    2 
 man/url_success.Rd             |    2 
 man/use_proxy.Rd               |    2 
 man/user_agent.Rd              |    2 
 man/verbose.Rd                 |    6 -
 man/with_config.Rd             |   10 +-
 man/write_disk.Rd              |only
 man/write_function.Rd          |only
 src                            |only
 tests/testthat/test-body.r     |   16 ++-
 tests/testthat/test-response.r |    9 ++
 vignettes/quickstart.Rmd       |    2 
 92 files changed, 480 insertions(+), 298 deletions(-)

More information about httr at CRAN
Permanent link

Package enviPick updated to version 1.2 with previous version 1.0 dated 2014-07-14

Title: Peak picking for high resolution mass spectrometry data
Description: Sequential partitioning, clustering and peak detection of centroided LC-MS mass spectrometry data (.mzXML). Interactive result and raw data plot.
Author: Martin Loos
Maintainer: Martin Loos

Diff between enviPick versions 1.0 dated 2014-07-14 and 1.2 dated 2014-09-02

 DESCRIPTION             |    8 ++++----
 MD5                     |   20 +++++++++++---------
 NAMESPACE               |    4 ++--
 NEWS                    |only
 R/enviPick.R            |    4 ++--
 R/readMSdata.R          |   48 ++++++++++++++++++++++--------------------------
 inst/doc                |only
 man/enviPick-package.Rd |    6 +++---
 man/plotMSlist.Rd       |    3 +--
 man/readMSdata.Rd       |    4 ++--
 man/writePeaklist.Rd    |    4 ++--
 src/kernel.cpp          |    2 +-
 12 files changed, 50 insertions(+), 53 deletions(-)

More information about enviPick at CRAN
Permanent link

Package MIfuns (with last version 5.1) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2011-09-07 5.1
2011-09-06 5.0
2011-07-02 4.3.7
2011-06-05 4.3.2
2011-04-14 4.2.5
2011-02-08 4.2.2
2011-01-03 4.1.12
2010-08-31 4.0.17
2010-08-31 4.0.18
2010-08-28 4.0.16
2008-11-04 3.2.9
2008-10-20 3.2.7
2008-09-11 3.2.5

Permanent link
Package synbreed updated to version 0.10-1 with previous version 0.9-7 dated 2013-08-27

Title: Framework for the analysis of genomic prediction data using R
Description: The package was developed within the Synbreed project for synergistic plant and animal breeding (www.synbreed.tum.de). It contains a collection of functions required for genomic prediction in both plant and animal breeding. This covers data processing, data visualization and analysis. All functions are embedded within the framework of a single, unified data object. The implementation is flexible with respect to a wide range of data formats. This research was funded by the German Federal Ministry of Education and Research (BMBF) within the AgroClustEr Synbreed - Synergistic plant and animal breeding (FKZ 0315528A).
Author: Valentin Wimmer, Hans-Juergen Auinger, Theresa Albrecht, Chris-Carolin Schoen with contributions by Larry Schaeffer, Malena Erbe, Ulrike Ober, Christian Reimer, Yvonne Badke and Peter VandeHaar
Maintainer: Valentin Wimmer

Diff between synbreed versions 0.9-7 dated 2013-08-27 and 0.10-1 dated 2014-09-02

 synbreed-0.10-1/synbreed/DESCRIPTION                       |   16 
 synbreed-0.10-1/synbreed/MD5                               |   76 -
 synbreed-0.10-1/synbreed/R/codeGeno.r                      |  607 ++++++-------
 synbreed-0.10-1/synbreed/R/crossVal.r                      |   54 -
 synbreed-0.10-1/synbreed/R/gpMod.r                         |    2 
 synbreed-0.10-1/synbreed/R/kinship.r                       |    4 
 synbreed-0.10-1/synbreed/R/plot.genMap.r                   |   17 
 synbreed-0.10-1/synbreed/R/plot.relationshipMatrix.r       |   18 
 synbreed-0.10-1/synbreed/R/write.beagle.r                  |    4 
 synbreed-0.10-1/synbreed/man/LD.Rd                         |    9 
 synbreed-0.10-1/synbreed/man/LDDist.Rd                     |    9 
 synbreed-0.10-1/synbreed/man/LDMap.Rd                      |   15 
 synbreed-0.10-1/synbreed/man/MME.Rd                        |    9 
 synbreed-0.10-1/synbreed/man/codeGeno.Rd                   |   19 
 synbreed-0.10-1/synbreed/man/crossVal.Rd                   |   23 
 synbreed-0.10-1/synbreed/man/gpData2cross.Rd               |    7 
 synbreed-0.10-1/synbreed/man/gpMod.Rd                      |    3 
 synbreed-0.10-1/synbreed/man/kinship.Rd                    |   11 
 synbreed-0.10-1/synbreed/man/manhattanPlot.Rd              |    1 
 synbreed-0.10-1/synbreed/man/plot.genMap.Rd                |    9 
 synbreed-0.10-1/synbreed/man/plot.relationshipMatrix.Rd    |    7 
 synbreed-0.10-1/synbreed/man/plotNeighbourLD.Rd            |    7 
 synbreed-0.10-1/synbreed/man/summary.LDdf.Rd               |    1 
 synbreed-0.10-1/synbreed/man/summary.gpData.Rd             |    3 
 synbreed-0.10-1/synbreed/man/summary.gpMod.Rd              |    3 
 synbreed-0.10-1/synbreed/man/summary.map.Rd                |    1 
 synbreed-0.10-1/synbreed/man/summary.relationshipMatrix.Rd |    3 
 synbreed-0.10-1/synbreed/man/write.beagle.Rd               |    2 
 synbreed-0.10-1/synbreed/man/write.plink.Rd                |    4 
 synbreed-0.10-1/synbreed/vignettes/IntroSyn.pdf            |only
 synbreed-0.10-1/synbreed/vignettes/IntroSyn.tex            |only
 synbreed-0.10-1/synbreed/vignettes/figs/cattleHist.pdf     |binary
 synbreed-0.10-1/synbreed/vignettes/figs/genMapCattle.pdf   |binary
 synbreed-0.10-1/synbreed/vignettes/figs/genMapMaize.pdf    |binary
 synbreed-0.10-1/synbreed/vignettes/figs/genMapMice.pdf     |binary
 synbreed-0.10-1/synbreed/vignettes/figs/maizeHist.pdf      |binary
 synbreed-0.10-1/synbreed/vignettes/figs/miceHist.pdf       |binary
 synbreed-0.9-7/synbreed/exec                               |only
 synbreed-0.9-7/synbreed/inst/doc                           |only
 synbreed-0.9-7/synbreed/vignettes/IntroSyn.Rnw             |only
 40 files changed, 486 insertions(+), 458 deletions(-)

More information about synbreed at CRAN
Permanent link

Package prodlim updated to version 1.4.5 with previous version 1.4.3 dated 2014-05-01

Title: Product-limit estimation. Kaplan-Meier and Aalen-Johansson method for censored event history (survival) analysis
Description: Fast and user friendly implementation of nonparametric estimators for censored event history (survival) analysis.
Author: Thomas A. Gerds
Maintainer: Thomas A. Gerds

Diff between prodlim versions 1.4.3 dated 2014-05-01 and 1.4.5 dated 2014-09-02

 DESCRIPTION                   |   24 -
 MD5                           |  102 ++---
 NAMESPACE                     |    5 
 R/EventHistory.frame.R        |only
 R/Hist.R                      |   68 +--
 R/SpecialFrame.R              |only
 R/dimColor.R                  |   24 -
 R/getEvent.R                  |   30 -
 R/lifeTab.competing.risks.R   |   90 ++--
 R/model.design.R              |only
 R/neighborhood.R              |    2 
 R/parseSpecialNames.R         |only
 R/plot.prodlim.R              |    2 
 R/predictSurvIndividual.R     |   23 -
 R/print.neighborhood.R        |   24 -
 R/print.prodlim.R             |   92 ++--
 R/print.quantile.prodlim.R    |   78 ++--
 R/prodlim.R                   |  813 ++++++++++++++++++++----------------------
 R/quantile.prodlim.R          |    6 
 R/readFormula.R               |  270 +++++++------
 R/summary.prodlim.R           |   10 
 man/EventHistory.frame.Rd     |only
 man/Hist.Rd                   |  157 +++-----
 man/NN.Rd                     |   18 
 man/PercentAxis.Rd            |   10 
 man/SimCompRisk.Rd            |   18 
 man/SimSurv.Rd                |   21 -
 man/SmartControl.Rd           |   19 
 man/atRisk.Rd                 |   23 -
 man/backGround.Rd             |   16 
 man/confInt.Rd                |   22 -
 man/crModel.Rd                |   20 -
 man/dimColor.Rd               |only
 man/getEvent.Rd               |   18 
 man/getStates.Rd              |   12 
 man/jackknife.Rd              |   27 -
 man/leaveOneOut.Rd            |   10 
 man/markTime.Rd               |   20 -
 man/meanNeighbors.Rd          |   10 
 man/model.design.Rd           |only
 man/neighborhood.Rd           |   41 +-
 man/parseSpecialNames.Rd      |only
 man/plot.Hist.Rd              |   23 -
 man/plot.prodlim.Rd           |   71 +--
 man/plotCompetingRiskModel.Rd |   11 
 man/plotIllnessDeathModel.Rd  |   11 
 man/predict.prodlim.Rd        |   60 +--
 man/predictSurvIndividual.Rd  |   14 
 man/print.prodlim.Rd          |   12 
 man/prodlim.Rd                |  185 ++++-----
 man/quantile.prodlim.Rd       |    9 
 man/row.match.Rd              |   20 -
 man/sindex.Rd                 |   31 -
 man/summary.Hist.Rd           |   21 -
 man/summary.prodlim.Rd        |   29 -
 man/survModel.Rd              |   17 
 56 files changed, 1332 insertions(+), 1307 deletions(-)

More information about prodlim at CRAN
Permanent link

Package ds updated to version 3.0 with previous version 2.0 dated 2013-07-01

Title: Descriptive Statistics
Description: The package performs various analyzes of descriptive statistics, including correlations
Author: Emmanuel Arnhold
Maintainer: Emmanuel Arnhold

Diff between ds versions 2.0 dated 2013-07-01 and 3.0 dated 2014-09-02

 DESCRIPTION       |   11 +++++------
 MD5               |    7 ++++---
 R/dplot.R         |    5 +++--
 inst              |only
 man/ds-package.Rd |    4 ++--
 5 files changed, 14 insertions(+), 13 deletions(-)

More information about ds at CRAN
Permanent link

Package HiClimR updated to version 1.1.4 with previous version 1.1.3 dated 2014-08-28

Title: Hierarchical Climate Regionalization: An Improved Hierarchical Clustering in R for Climate Regionalization
Description: HiClimR package modifies and improves hierarchical clustering in R ('hclust' function in 'stats' library), for climate regionalization. It adds a new clustering method (called, regional linkage) to the set of available methods together with several features including regridding, coarsening spatial resolution, geographic masking, data thresholds, detrending and standardization preprocessing, faster correlation function, hybrid hierarchical clustering, and cluster validation. Badr et. al (2014) describes the regionalization algorithms and data processing tools included in the package and presents a demonstration application in which the package is used to regionalize Africa on the basis of interannual precipitation variability. It is applicable to any correlation-based clustering.
Author: Hamada S. Badr [aut, cre], Benjamin F. Zaitchik [aut], Amin K. Dezfuli [aut]
Maintainer: Hamada S. Badr

Diff between HiClimR versions 1.1.3 dated 2014-08-28 and 1.1.4 dated 2014-09-02

 Changelog       |   13 ++++++++++---
 DESCRIPTION     |    8 ++++----
 MD5             |   22 +++++++++++-----------
 R/HiClimR.R     |   14 ++++++++++----
 R/coarseR.R     |    3 ++-
 R/fastCor.R     |    3 ++-
 R/geogMask.R    |    3 ++-
 R/grid2D.R      |    3 ++-
 R/minSigCor.R   |    3 ++-
 R/validClimR.R  |    3 ++-
 inst/CITATION   |    4 ++--
 src/HiClimR.f90 |    9 ++++-----
 12 files changed, 53 insertions(+), 35 deletions(-)

More information about HiClimR at CRAN
Permanent link

Package StereoMorph updated to version 1.2.1 with previous version 1.2 dated 2014-08-24

Title: Stereo Camera Calibration and Reconstruction
Description: StereoMorph provides functions for the collection of 3D points and curves using a stereo camera setup.
Author: Aaron Olsen, Annat Haber
Maintainer: Aaron Olsen

Diff between StereoMorph versions 1.2 dated 2014-08-24 and 1.2.1 dated 2014-09-02

 DESCRIPTION                |   11 ++++++-----
 MD5                        |   14 +++++++-------
 man/StereoMorph-package.Rd |    6 +++---
 src/dilateImage.cpp        |    6 +++---
 src/erodeImage.cpp         |    6 +++---
 src/findCornerSubPix.cpp   |    4 ++--
 src/generateQuads.cpp      |   38 +++++++++++++++++++-------------------
 src/meanBlurImage.cpp      |    2 +-
 8 files changed, 44 insertions(+), 43 deletions(-)

More information about StereoMorph at CRAN
Permanent link

Package sgr updated to version 1.2 with previous version 1.1 dated 2014-06-03

Title: Sample Generation by Replacement
Description: The package for Sample Generation by Replacement simulations. The package can be used to perform fake data analysis according to the sample generation by replacement approach. It includes functions for making simple inferences about discrete/ordinal fake data. The package allows to study the implications of fake data for empirical results.
Author: Massimiliano Pastore & Luigi Lombardi
Maintainer: Massimiliano Pastore

Diff between sgr versions 1.1 dated 2014-06-03 and 1.2 dated 2014-09-02

 DESCRIPTION           |   13 +++++++------
 MD5                   |   24 +++++++++++++-----------
 NAMESPACE             |    1 +
 NEWS                  |only
 R/formule.bias.R      |   11 ++++++++---
 inst                  |only
 man/amse.Rd           |    9 ++++-----
 man/arb.Rd            |    7 ++++---
 man/dgBetaD.Rd        |    4 ++--
 man/model.fake.par.Rd |    4 ++--
 man/pfake.Rd          |    4 ++--
 man/pfakebad.Rd       |    4 ++--
 man/pfakegood.Rd      |    4 ++--
 man/rdatagen.Rd       |    6 ++----
 14 files changed, 49 insertions(+), 42 deletions(-)

More information about sgr at CRAN
Permanent link

Package SCVA updated to version 1.1 with previous version 1.0 dated 2014-01-13

Title: Single-Case Visual Analysis
Description: A package to make graphical representations of single case data and to transform graphical displays back to raw data. The package also includes tools for visually analyzing single-case data, by displaying central location, variability and trend.
Author: Isis Bulte and Patrick Onghena
Maintainer: Marlies Vervloet

Diff between SCVA versions 1.0 dated 2014-01-13 and 1.1 dated 2014-09-02

 DESCRIPTION        |    8 ++--
 MD5                |   18 +++++-----
 R/graph.CL.R       |   12 +++----
 R/graph.R          |   14 ++++----
 R/graph.TREND.R    |   57 ++++++++++++++++++++++++++++-----
 R/graph.VAR.R      |   89 ++++++++++++++++++++++++++++++++++++++++++++---------
 man/graph.CL.Rd    |    7 +++-
 man/graph.Rd       |    7 +++-
 man/graph.TREND.Rd |    7 +++-
 man/graph.VAR.Rd   |    6 ++-
 10 files changed, 172 insertions(+), 53 deletions(-)

More information about SCVA at CRAN
Permanent link

Package SCRT updated to version 1.1 with previous version 1.0 dated 2014-01-13

Title: Single-Case Randomization Tests
Description: A package for designing single-case phase, alternation and multiple-baseline experiments, as well as for conducting randomization tests on data gathered by means of such designs.
Author: Isis Bulte and Patrick Onghena
Maintainer: Marlies Vervloet

Diff between SCRT versions 1.0 dated 2014-01-13 and 1.1 dated 2014-09-02

 DESCRIPTION         |    8 -
 MD5                 |   12 +-
 NAMESPACE           |    2 
 R/graph1.R          |   14 +--
 R/selectdesign.R    |  219 +++++++++++++++++++++++++---------------------------
 man/graph.Rd        |    7 +
 man/selectdesign.Rd |    2 
 7 files changed, 131 insertions(+), 133 deletions(-)

More information about SCRT at CRAN
Permanent link

Package mht updated to version 3.0.11 with previous version 3.00 dated 2014-04-07

Title: Multiple Hypotheses Testing For Variable Selection
Description: Multiple Hypotheses Testing For Variable Selection
Author: F.Rohart
Maintainer: F.Rohart

Diff between mht versions 3.00 dated 2014-04-07 and 3.0.11 dated 2014-09-02

 mht-3.0.11/mht/DESCRIPTION           |    6 +++---
 mht-3.0.11/mht/MD5                   |   18 +++++++++---------
 mht-3.0.11/mht/NEWS                  |only
 mht-3.0.11/mht/R/gaussrandom.R       |only
 mht-3.0.11/mht/R/predict.mht.R       |    8 +++++---
 mht-3.0.11/mht/R/predict.mht.order.R |    4 +++-
 mht-3.0.11/mht/R/quantilemht.R       |    7 ++++++-
 mht-3.0.11/mht/R/quantiletest.R      |    4 ++--
 mht-3.0.11/mht/src/mhtquant.cpp      |   31 +++++++++++++++++++++++++------
 mht-3.0.11/mht/src/mhtquant.h        |    3 ++-
 mht-3.00/mht/src/gaussrand.cpp       |only
 mht-3.00/mht/src/gaussrand.h         |only
 12 files changed, 55 insertions(+), 26 deletions(-)

More information about mht at CRAN
Permanent link

New package Frames2 with initial version 0.0.3
Package: Frames2
Type: Package
Title: Estimation in dual frame surveys
Version: 0.0.3
Date: 2013-07-17
Author: Antonio Arcos , Maria del Mar Rueda , Maria Giovanna Ranalli and David Molina
Maintainer: David Molina
Description: Point and interval estimation in dual frame surveys. In contrast to classic sampling theory, where only one sampling frame is considered, dual frame methodology assumes that there are two frames available for sampling and that, overall, they cover the entire target population. Then, two probability samples (one from each frame) are drawn and information collected is suitably combined to get estimators of the parameter of interest.
License: GPL (>= 2)
Depends: sampling
Packaged: 2014-09-02 07:51:43 UTC; David
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-09-02 10:52:13

More information about Frames2 at CRAN
Permanent link

Package exactmeta updated to version 1.0-2 with previous version 1.0-1 dated 2013-11-24

Title: Exact fixed effect meta analysis
Description: Perform exact fixed effect meta analysis for rare events data without the need of artificial continuity correction.
Author: Yilei Yu and Lu Tian
Maintainer: Lu Tian

Diff between exactmeta versions 1.0-1 dated 2013-11-24 and 1.0-2 dated 2014-09-02

 DESCRIPTION              |    8 ++++----
 MD5                      |   16 ++++++++--------
 R/meta.RateD.R           |    2 +-
 R/meta.RateR.R           |   16 +++++++++++-----
 R/meta.RiskD.R           |    4 ++--
 R/meta.RiskR.R           |   15 ++++++++++-----
 man/meta.exact.Rd        |   16 ++++++++--------
 man/metaexact-package.Rd |   14 ++++++++------
 man/study.exact.Rd       |    5 +++--
 9 files changed, 55 insertions(+), 41 deletions(-)

More information about exactmeta at CRAN
Permanent link

Package rpg updated to version 1.2 with previous version 1.1 dated 2014-07-29

Title: Easy interface to advanced PostgreSQL features
Description: Allows ad hoc queries and reading and writing data frames to and from a database.
Author: Timothy H. Keitt
Maintainer: Timothy H. Keitt

Diff between rpg versions 1.1 dated 2014-07-29 and 1.2 dated 2014-09-02

 DESCRIPTION             |   20 ++++++-----
 MD5                     |   32 ++++++++---------
 NAMESPACE               |    2 +
 R/RcppExports.R         |    8 ++--
 R/rpg.R                 |   86 +++++++++++++++++++++++++++++++++++++++---------
 R/utils.R               |   22 ++++++++++++
 man/async.Rd            |    4 --
 man/connection-utils.Rd |   11 +++++-
 man/connection.Rd       |    4 ++
 man/copy.Rd             |    3 +
 man/cursor.Rd           |   15 +++++---
 man/misc.Rd             |   11 ++++++
 man/psql.Rd             |    7 ++-
 man/rpg-package.Rd      |    4 +-
 src/RcppExports.cpp     |    7 +--
 src/rpg.cpp             |    8 ++--
 src/rpg.h               |   27 +++------------
 17 files changed, 183 insertions(+), 88 deletions(-)

More information about rpg at CRAN
Permanent link

Package R.devices updated to version 2.11.0 with previous version 2.9.2 dated 2014-05-18

Title: Unified handling of graphics devices
Description: This package provides functions for creating plots and image files in a unified way regardless of output format (EPS, PDF, PNG, SVG, TIFF, WMF, etc.). Default device options as well as scales and aspect ratios are controlled in a uniform way across all device types. Switching output format requires minimal changes in code. This package is ideal for large-scale batch processing, because it will never leave open graphics devices or incomplete image files behind, even on errors or user interrupts.
Author: Henrik Bengtsson [aut, cre, cph]
Maintainer: Henrik Bengtsson

Diff between R.devices versions 2.9.2 dated 2014-05-18 and 2.11.0 dated 2014-09-02

 DESCRIPTION                          |   14 +++---
 MD5                                  |   28 ++++++------
 NEWS                                 |   20 ++++++++
 R/devEval.R                          |   78 ++++++++++++++++++++++++++++++++---
 R/deviceUtils.R                      |    2 
 R/toNNN.R                            |    2 
 build/vignette.rds                   |binary
 inst/doc/R.devices-overview.R        |    1 
 inst/doc/R.devices-overview.pdf      |binary
 inst/doc/R.devices-overview.tex.rsp  |   48 ++++++++++++++++++---
 man/R.devices-package.Rd             |    2 
 man/devEval.Rd                       |    3 -
 man/toNNN.Rd                         |   16 +++----
 tests/devEval.R                      |   27 ++++++++++++
 vignettes/R.devices-overview.tex.rsp |   48 ++++++++++++++++++---
 15 files changed, 239 insertions(+), 50 deletions(-)

More information about R.devices at CRAN
Permanent link

New package optrees with initial version 1.0
Package: optrees
Type: Package
Title: Optimal Trees in Weighted Graphs
Version: 1.0
Date: 2014-09-01
Authors@R: c(person("Manuel", "Fontenla", role = c("aut", "cre"), email = "manu.fontenla@gmail.com"))
Author: Manuel Fontenla [aut, cre]
Maintainer: Manuel Fontenla
Depends: R (>= 2.7.0), igraph (>= 0.7.1)
Description: Finds optimal trees in weighted graphs. In particular, this package provides solving tools for minimum cost spanning tree problems, minimum cost arborescence problems, shortest path tree problems and minimum cut tree problem.
License: GPL-3
Packaged: 2014-09-01 23:16:39 UTC; Manuel
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-09-02 06:14:11

More information about optrees at CRAN
Permanent link


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