Mon, 03 Aug 2015

New package xergm.common with initial version 1.5.1
Package: xergm.common
Version: 1.5.1
Date: 2015-08-03
Title: Common Infrastructure for Extensions of Exponential Random Graph Models
Authors@R: person(given = "Philip", family = "Leifeld", email = "philip.leifeld@eawag.ch", role = c("aut", "cre"))
Description: Datasets and definitions of generic functions used in dependencies of the xergm package.
Depends: R (>= 2.14.0), ergm (>= 3.2.4)
Imports: methods, utils
Suggests: xergm
License: GPL (>= 2)
NeedsCompilation: no
Packaged: 2015-08-03 21:47:55 UTC; philip
Author: Philip Leifeld [aut, cre]
Maintainer: Philip Leifeld <philip.leifeld@eawag.ch>
Repository: CRAN
Date/Publication: 2015-08-04 00:34:31

More information about xergm.common at CRAN
Permanent link

Package RObsDat updated to version 15.08 with previous version 15.02 dated 2015-02-27

Title: Data Management for Hydrology and Beyond Using the Observations Data Model
Description: Data management in hydrology and other fields is facilitated with functions to enter and modify data in a database according to the Observations Data Model (ODM) standard by CUASHI (Consortium of Universities for the Advancement of Hydrologic Science). While this data model has been developed in hydrology, it is also useful for other fields. RObsDat helps in the setup of the database within one of the free database systems MariaDB, PostgreSQL or SQLite. It imports the controlled water vocabulary from the CUASHI web service and provides a smart interface between the analyst and the database: Already existing data entries are detected and duplicates avoided. The data import function converts different data table designs to make import simple. Cleaning and modifications of data are handled with a simple version control system. Variable and location names are treated in a user friendly way, accepting and processing multiple versions. When querying data from the database, it is stored in a spacetime objects within R for subsequent processing.
Author: Dominik Reusser
Maintainer: Dominik Reusser <reusser@pik-potsdam.de>

Diff between RObsDat versions 15.02 dated 2015-02-27 and 15.08 dated 2015-08-03

 RObsDat-15.02/RObsDat/man/restructureDataResult.Rd           |only
 RObsDat-15.08/RObsDat/DESCRIPTION                            |   10 +++++-----
 RObsDat-15.08/RObsDat/MD5                                    |   11 +++++------
 RObsDat-15.08/RObsDat/NAMESPACE                              |    4 ++++
 RObsDat-15.08/RObsDat/build/vignette.rds                     |binary
 RObsDat-15.08/RObsDat/inst/doc/RObsDat_Einstiegstutorial.pdf |binary
 RObsDat-15.08/RObsDat/vignettes/RObsDat.bib                  |    2 +-
 7 files changed, 15 insertions(+), 12 deletions(-)

More information about RObsDat at CRAN
Permanent link

Package randNames updated to version 0.2.1 with previous version 0.2 dated 2015-04-28

Title: Package Provides Access to Fake User Data
Description: Generates random names with additional information including fake SSNs, gender, location, zip, age, address, and nationality.
Author: Karthik Ram [aut, cre]
Maintainer: Karthik Ram <karthik.ram@gmail.com>

Diff between randNames versions 0.2 dated 2015-04-28 and 0.2.1 dated 2015-08-03

 DESCRIPTION       |    6 +++---
 MD5               |    8 ++++----
 R/rand_names.R    |    6 +++---
 README.md         |    6 ++++++
 man/rand_names.Rd |    4 ++--
 5 files changed, 18 insertions(+), 12 deletions(-)

More information about randNames at CRAN
Permanent link

Package markovchain updated to version 0.4 with previous version 0.3.1 dated 2015-07-07

Title: Easy Handling Discrete Time Markov Chains
Description: Functions and S4 methods to create and manage discrete time Markov chains (DTMC) more easily. In addition functions to perform statistical (fitting and drawing random variates) and probabilistic (analysis of DTMC proprieties) analysis are provided.
Author: Giorgio Alfredo Spedicato [aut,cre], Tae Seung Kang [aut], Sai Bhargav Yalamanchi [aut], Mildenberger Thoralf [ctb]
Maintainer: Giorgio Alfredo Spedicato <spedicato_giorgio@yahoo.it>

Diff between markovchain versions 0.3.1 dated 2015-07-07 and 0.4 dated 2015-08-03

 ChangeLog                                            |   12 -
 DESCRIPTION                                          |   12 -
 MD5                                                  |   75 ++++---
 NAMESPACE                                            |   10 -
 NEWS                                                 |   11 -
 R/0_classesAndMethods.R                              |  127 ++++++++----
 R/1_functions4Fitting.R                              |  187 ++++++++++---------
 R/1_supplementaryPlot.R                              |only
 R/2_probabilistic.R                                  |    1 
 R/5_statisticalTests.R                               |only
 R/RcppExports.R                                      |    8 
 README.md                                            |    3 
 inst/doc/BayesianInference.pdf                       |binary
 inst/doc/CTMC.R                                      |    4 
 inst/doc/CTMC.Rmd                                    |    6 
 inst/doc/CTMC.pdf                                    |binary
 inst/doc/an_introduction_to_markovchain_package.R    |  169 ++++++++++-------
 inst/doc/an_introduction_to_markovchain_package.Rnw  |   89 ++++++++-
 inst/doc/an_introduction_to_markovchain_package.pdf  |binary
 inst/doc/markovchainCrashIntro.Rmd                   |    6 
 inst/doc/markovchainCrashIntro.pdf                   |binary
 man/ctmcFit.Rd                                       |only
 man/markovchain-class.Rd                             |    4 
 man/markovchain-package.Rd                           |    4 
 man/markovchainListFit.Rd                            |    2 
 man/multinomialConfidenceIntervals.Rd                |only
 man/verifyMarkovProperty.Rd                          |only
 src/1_ctmcFunctions4Fitting.cpp                      |only
 src/1_functions4Fitting.cpp                          |   25 +-
 src/2_probabilistic.cpp                              |    4 
 src/3_multinomCI.cpp                                 |  134 ++++++++++++-
 src/RcppExports.cpp                                  |   26 ++
 tests/testthat/testBasic1.R                          |    5 
 tests/testthat/testInference.R                       |only
 tests/testthat/testMultinomCI.R                      |    5 
 tests/testthat/testPlot.R                            |   66 ++++--
 tests/testthat/testRecurrentClasses.R                |    1 
 tests/testthat/testetm.R                             |only
 tests/testthat/testmsm.R                             |only
 vignettes/CTMC.Rmd                                   |    6 
 vignettes/an_introduction_to_markovchain_package.Rnw |   89 ++++++++-
 vignettes/markovchainBiblio.bib                      |   27 ++
 vignettes/markovchainCrashIntro.Rmd                  |    6 
 43 files changed, 799 insertions(+), 325 deletions(-)

More information about markovchain at CRAN
Permanent link

Package httpuv updated to version 1.3.3 with previous version 1.3.2 dated 2014-10-23

Title: HTTP and WebSocket Server Library
Description: Provides low-level socket and protocol support for handling HTTP and WebSocket requests directly from within R. It is primarily intended as a building block for other packages, rather than making it particularly easy to create complete web applications using httpuv alone. httpuv is built on top of the libuv and http-parser C libraries, both of which were developed by Joyent, Inc. (See LICENSE file for libuv and http-parser license information.)
Author: RStudio, Inc.
Maintainer: Joe Cheng <joe@rstudio.com>

Diff between httpuv versions 1.3.2 dated 2014-10-23 and 1.3.3 dated 2015-08-03

 DESCRIPTION                  |   14 +--
 MD5                          |   36 +++----
 NAMESPACE                    |    3 
 NEWS                         |    8 +
 R/httpuv.R                   |    8 +
 man/WebSocket-class.Rd       |    3 
 man/encodeURI.Rd             |    3 
 man/httpuv-package.Rd        |    3 
 man/interrupt.Rd             |    3 
 man/rawToBase64.Rd           |    3 
 man/runServer.Rd             |    3 
 man/service.Rd               |    3 
 man/startDaemonizedServer.Rd |    3 
 man/startServer.Rd           |    3 
 man/stopDaemonizedServer.Rd  |    3 
 man/stopServer.Rd            |    3 
 src/Makevars                 |    3 
 src/RcppExports.cpp          |  196 ++++++++++++++++---------------------------
 src/http.cpp                 |   10 +-
 19 files changed, 149 insertions(+), 162 deletions(-)

More information about httpuv at CRAN
Permanent link

Package evolqg updated to version 0.1-6 with previous version 0.1-5 dated 2015-05-22

Title: Tools for Evolutionary Quantitative Genetics
Description: Provides functions for covariance matrix comparisons, estimation of repeatabilities in measurements and matrices, and general evolutionary quantitative genetics tools.
Author: Ana Paula Assis, Diogo Melo, Edgar Zanella, Fabio Machado, Guilherme Garcia
Maintainer: Diogo Melo <diogro@usp.br>

Diff between evolqg versions 0.1-5 dated 2015-05-22 and 0.1-6 dated 2015-08-03

 DESCRIPTION                        |   11 +++--
 MD5                                |   14 +++----
 NAMESPACE                          |   33 ++++++++++++++++
 R/EvolQG.R                         |    5 ++
 R/ExtendMatrix.R                   |    2 -
 R/MatrixStatistics.R               |   74 +++++++++++++++++++++++++++++++++----
 R/PCAsimilarity.R                  |    2 -
 inst/tests/test.MatrixStatistics.r |   28 ++++++++++----
 8 files changed, 139 insertions(+), 30 deletions(-)

More information about evolqg at CRAN
Permanent link

Package dr updated to version 3.0.10 with previous version 3.0.9 dated 2014-11-30

Title: Methods for Dimension Reduction for Regression
Description: Functions, methods, and datasets for fitting dimension reduction regression, using slicing (methods SAVE and SIR), Principal Hessian Directions (phd, using residuals and the response), and an iterative IRE. Partial methods, that condition on categorical predictors are also available. A variety of tests, and stepwise deletion of predictors, is also included. Also included is code for computing permutation tests of dimension. Adding additional methods of estimating dimension is straightforward. For documentation, see the vignette in the package. With version 3.0.4, the arguments for dr.step have been modified.
Author: Sanford Weisberg <sandy@umn.edu>,
Maintainer: Sanford Weisberg <sandy@umn.edu>

Diff between dr versions 3.0.9 dated 2014-11-30 and 3.0.10 dated 2015-08-03

 DESCRIPTION           |   13 +-
 MD5                   |   12 +-
 NAMESPACE             |    9 +
 NEWS                  |    4 
 build/vignette.rds    |binary
 inst/doc/overview.R   |  294 +++++++++++++++++++++++++-------------------------
 inst/doc/overview.pdf |binary
 7 files changed, 173 insertions(+), 159 deletions(-)

More information about dr at CRAN
Permanent link

Package taber updated to version 0.1.0 with previous version 0.0.1 dated 2015-07-04

Title: Split and Recombine Your Data
Description: Sometimes you need to split your data and work on the two chunks independently before bringing them back together. 'Taber' allows you to do that with its two functions.
Author: Seth Wenchel [aut, cre, cph]
Maintainer: Seth Wenchel <seth@wenchel.com>

Diff between taber versions 0.0.1 dated 2015-07-04 and 0.1.0 dated 2015-08-03

 DESCRIPTION        |   10 +++++-----
 MD5                |   17 +++++++++++------
 NAMESPACE          |    2 ++
 NEWS               |only
 R/tabe.R           |   50 ++++++++++++++++++++++++++++----------------------
 R/zzz.R            |   14 +++++++++++++-
 README.md          |only
 data               |only
 man/clear_stack.Rd |only
 man/graft.Rd       |   20 +++++++++++---------
 man/scion.Rd       |   13 +++++++------
 man/stack_view.Rd  |only
 12 files changed, 77 insertions(+), 49 deletions(-)

More information about taber at CRAN
Permanent link

Package ReporteRs updated to version 0.8.2 with previous version 0.7.8 dated 2015-03-06

Title: Microsoft Word, Microsoft Powerpoint and HTML Documents Generation
Description: Create Microsoft Word document (>=2007), Microsoft Powerpoint document (>=2007) and HTML documents from R. There are several features to let you format and present R outputs ; e.g. Editable Vector Graphics, functions for complex tables reporting, reuse of corporate template document (*.docx and *.pptx). You can use the package as a tool for fast reporting and as a tool for reporting automation. The package does not require any installation of Microsoft product to be able to write Microsoft files (docx and pptx).
Author: David Gohel [aut, cre], Bootstrap [ctb, cph] (Bootstrap development team), jQuery [ctb, cph] (The jQuery Foundation), Dmitry Baranovskiy [ctb, cph] (raphael javascript libraries)
Maintainer: David Gohel <david.gohel@lysis-consultants.fr>

Diff between ReporteRs versions 0.7.8 dated 2015-03-06 and 0.8.2 dated 2015-08-03

 ReporteRs-0.7.8/ReporteRs/inst/java/ReporteRs-0.7.jar         |only
 ReporteRs-0.7.8/ReporteRs/java/ReporteRs-0.7-src.jar          |only
 ReporteRs-0.8.2/ReporteRs/DESCRIPTION                         |   10 
 ReporteRs-0.8.2/ReporteRs/MD5                                 |  401 +++++-----
 ReporteRs-0.8.2/ReporteRs/NAMESPACE                           |   26 
 ReporteRs-0.8.2/ReporteRs/NEWS                                |   97 ++
 ReporteRs-0.8.2/ReporteRs/R/00_AllGeneric.R                   |   21 
 ReporteRs-0.8.2/ReporteRs/R/01_tools.R                        |   79 +
 ReporteRs-0.8.2/ReporteRs/R/CodeBlock.R                       |only
 ReporteRs-0.8.2/ReporteRs/R/FlexCell.R                        |    2 
 ReporteRs-0.8.2/ReporteRs/R/FlexRow.R                         |   23 
 ReporteRs-0.8.2/ReporteRs/R/FlexTable.R                       |   10 
 ReporteRs-0.8.2/ReporteRs/R/FlexTablePublicAPI.R              |   23 
 ReporteRs-0.8.2/ReporteRs/R/FlexTable_theme.R                 |   14 
 ReporteRs-0.8.2/ReporteRs/R/FontMetric.R                      |   14 
 ReporteRs-0.8.2/ReporteRs/R/ReporteRs.R                       |    4 
 ReporteRs-0.8.2/ReporteRs/R/add.plot.interactivity.R          |  153 ++-
 ReporteRs-0.8.2/ReporteRs/R/addCodeBlock.bsdoc.R              |only
 ReporteRs-0.8.2/ReporteRs/R/addCodeBlock.docx.R               |only
 ReporteRs-0.8.2/ReporteRs/R/addCodeBlock.pptx.R               |only
 ReporteRs-0.8.2/ReporteRs/R/addDocument.docx.R                |    1 
 ReporteRs-0.8.2/ReporteRs/R/addParagraph.docx.R               |    2 
 ReporteRs-0.8.2/ReporteRs/R/addParagraph.pptx.R               |    2 
 ReporteRs-0.8.2/ReporteRs/R/addPlot.bsdoc.R                   |   16 
 ReporteRs-0.8.2/ReporteRs/R/addPlot.docx.R                    |   11 
 ReporteRs-0.8.2/ReporteRs/R/addPlot.pptx.R                    |   74 +
 ReporteRs-0.8.2/ReporteRs/R/bootstrap.copy.R                  |   37 
 ReporteRs-0.8.2/ReporteRs/R/bsdoc.R                           |   36 
 ReporteRs-0.8.2/ReporteRs/R/cellProperties.R                  |   32 
 ReporteRs-0.8.2/ReporteRs/R/java_description.R                |    1 
 ReporteRs-0.8.2/ReporteRs/R/markdown.api.R                    |    2 
 ReporteRs-0.8.2/ReporteRs/R/pot.R                             |   69 +
 ReporteRs-0.8.2/ReporteRs/R/pptx.R                            |    7 
 ReporteRs-0.8.2/ReporteRs/R/raphael.html.R                    |   18 
 ReporteRs-0.8.2/ReporteRs/R/set_of_pot.R                      |    2 
 ReporteRs-0.8.2/ReporteRs/R/toc.options.R                     |    3 
 ReporteRs-0.8.2/ReporteRs/R/writeDoc.bsdoc.R                  |   30 
 ReporteRs-0.8.2/ReporteRs/inst/bootstrap/css/tooltip.css      |only
 ReporteRs-0.8.2/ReporteRs/inst/bootstrap/js/tooltip.js        |only
 ReporteRs-0.8.2/ReporteRs/inst/java/ReporteRs-0.8.jar         |only
 ReporteRs-0.8.2/ReporteRs/java/ReporteRs-0.8-src.jar          |only
 ReporteRs-0.8.2/ReporteRs/man/BootstrapMenu.Rd                |    2 
 ReporteRs-0.8.2/ReporteRs/man/CodeBlock.Rd                    |only
 ReporteRs-0.8.2/ReporteRs/man/DropDownMenu.Rd                 |    2 
 ReporteRs-0.8.2/ReporteRs/man/FlexCell.Rd                     |    2 
 ReporteRs-0.8.2/ReporteRs/man/FlexRow-alter.Rd                |    2 
 ReporteRs-0.8.2/ReporteRs/man/FlexRow.Rd                      |    2 
 ReporteRs-0.8.2/ReporteRs/man/FlexTable-alter.Rd              |    4 
 ReporteRs-0.8.2/ReporteRs/man/FlexTable.Rd                    |    4 
 ReporteRs-0.8.2/ReporteRs/man/FontMetric.Rd                   |    2 
 ReporteRs-0.8.2/ReporteRs/man/Footnote.Rd                     |    2 
 ReporteRs-0.8.2/ReporteRs/man/RScript.Rd                      |    2 
 ReporteRs-0.8.2/ReporteRs/man/ReporteRs-package.Rd            |    6 
 ReporteRs-0.8.2/ReporteRs/man/add.plot.interactivity.Rd       |    9 
 ReporteRs-0.8.2/ReporteRs/man/add.pot.Rd                      |    2 
 ReporteRs-0.8.2/ReporteRs/man/addBootstrapMenu.Rd             |    2 
 ReporteRs-0.8.2/ReporteRs/man/addCodeBlock.Rd                 |only
 ReporteRs-0.8.2/ReporteRs/man/addCodeBlock.bsdoc.Rd           |only
 ReporteRs-0.8.2/ReporteRs/man/addCodeBlock.docx.Rd            |only
 ReporteRs-0.8.2/ReporteRs/man/addCodeBlock.pptx.Rd            |only
 ReporteRs-0.8.2/ReporteRs/man/addColumnBreak.Rd               |    2 
 ReporteRs-0.8.2/ReporteRs/man/addColumnBreak.docx.Rd          |    2 
 ReporteRs-0.8.2/ReporteRs/man/addDate.Rd                      |    2 
 ReporteRs-0.8.2/ReporteRs/man/addDate.pptx.Rd                 |    2 
 ReporteRs-0.8.2/ReporteRs/man/addDocument.Rd                  |    2 
 ReporteRs-0.8.2/ReporteRs/man/addDocument.docx.Rd             |   28 
 ReporteRs-0.8.2/ReporteRs/man/addFlexTable.Rd                 |    2 
 ReporteRs-0.8.2/ReporteRs/man/addFlexTable.bsdoc.Rd           |    2 
 ReporteRs-0.8.2/ReporteRs/man/addFlexTable.docx.Rd            |    2 
 ReporteRs-0.8.2/ReporteRs/man/addFlexTable.pptx.Rd            |    2 
 ReporteRs-0.8.2/ReporteRs/man/addFooter.Rd                    |    2 
 ReporteRs-0.8.2/ReporteRs/man/addFooter.bsdoc.Rd              |    2 
 ReporteRs-0.8.2/ReporteRs/man/addFooter.pptx.Rd               |    2 
 ReporteRs-0.8.2/ReporteRs/man/addFooterRow.Rd                 |    2 
 ReporteRs-0.8.2/ReporteRs/man/addHeaderRow.Rd                 |    2 
 ReporteRs-0.8.2/ReporteRs/man/addIframe.Rd                    |    2 
 ReporteRs-0.8.2/ReporteRs/man/addIframe.bsdoc.Rd              |    2 
 ReporteRs-0.8.2/ReporteRs/man/addImage.Rd                     |    2 
 ReporteRs-0.8.2/ReporteRs/man/addImage.bsdoc.Rd               |    2 
 ReporteRs-0.8.2/ReporteRs/man/addImage.docx.Rd                |    2 
 ReporteRs-0.8.2/ReporteRs/man/addImage.pptx.Rd                |    2 
 ReporteRs-0.8.2/ReporteRs/man/addJavascript.Rd                |    2 
 ReporteRs-0.8.2/ReporteRs/man/addLinkItem.Rd                  |    2 
 ReporteRs-0.8.2/ReporteRs/man/addMarkdown.Rd                  |    2 
 ReporteRs-0.8.2/ReporteRs/man/addMarkdown.bsdoc.Rd            |    2 
 ReporteRs-0.8.2/ReporteRs/man/addMarkdown.docx.Rd             |    2 
 ReporteRs-0.8.2/ReporteRs/man/addMarkdown.pptx.Rd             |    2 
 ReporteRs-0.8.2/ReporteRs/man/addPageBreak.Rd                 |    2 
 ReporteRs-0.8.2/ReporteRs/man/addPageBreak.docx.Rd            |    2 
 ReporteRs-0.8.2/ReporteRs/man/addPageNumber.Rd                |    2 
 ReporteRs-0.8.2/ReporteRs/man/addPageNumber.pptx.Rd           |    2 
 ReporteRs-0.8.2/ReporteRs/man/addParagraph.Footnote.Rd        |    2 
 ReporteRs-0.8.2/ReporteRs/man/addParagraph.Rd                 |    2 
 ReporteRs-0.8.2/ReporteRs/man/addParagraph.bsdoc.Rd           |    2 
 ReporteRs-0.8.2/ReporteRs/man/addParagraph.docx.Rd            |    2 
 ReporteRs-0.8.2/ReporteRs/man/addParagraph.pptx.Rd            |    2 
 ReporteRs-0.8.2/ReporteRs/man/addPlot.Rd                      |    2 
 ReporteRs-0.8.2/ReporteRs/man/addPlot.bsdoc.Rd                |    2 
 ReporteRs-0.8.2/ReporteRs/man/addPlot.docx.Rd                 |    2 
 ReporteRs-0.8.2/ReporteRs/man/addPlot.pptx.Rd                 |    2 
 ReporteRs-0.8.2/ReporteRs/man/addPostCommand.Rd               |    2 
 ReporteRs-0.8.2/ReporteRs/man/addRScript.Rd                   |    2 
 ReporteRs-0.8.2/ReporteRs/man/addRScript.bsdoc.Rd             |    2 
 ReporteRs-0.8.2/ReporteRs/man/addRScript.docx.Rd              |    2 
 ReporteRs-0.8.2/ReporteRs/man/addRScript.pptx.Rd              |    2 
 ReporteRs-0.8.2/ReporteRs/man/addSection.Rd                   |    2 
 ReporteRs-0.8.2/ReporteRs/man/addSection.docx.Rd              |    6 
 ReporteRs-0.8.2/ReporteRs/man/addSlide.Rd                     |    2 
 ReporteRs-0.8.2/ReporteRs/man/addSlide.pptx.Rd                |    6 
 ReporteRs-0.8.2/ReporteRs/man/addSubtitle.Rd                  |    2 
 ReporteRs-0.8.2/ReporteRs/man/addSubtitle.pptx.Rd             |    2 
 ReporteRs-0.8.2/ReporteRs/man/addTOC.Rd                       |    2 
 ReporteRs-0.8.2/ReporteRs/man/addTOC.bsdoc.Rd                 |    2 
 ReporteRs-0.8.2/ReporteRs/man/addTOC.docx.Rd                  |    2 
 ReporteRs-0.8.2/ReporteRs/man/addTitle.Rd                     |    2 
 ReporteRs-0.8.2/ReporteRs/man/addTitle.bsdoc.Rd               |    2 
 ReporteRs-0.8.2/ReporteRs/man/addTitle.docx.Rd                |    2 
 ReporteRs-0.8.2/ReporteRs/man/addTitle.pptx.Rd                |    2 
 ReporteRs-0.8.2/ReporteRs/man/as.FlexTable.Rd                 |    2 
 ReporteRs-0.8.2/ReporteRs/man/as.FlexTable.sessionInfo.Rd     |    2 
 ReporteRs-0.8.2/ReporteRs/man/as.html.FlexTable.Rd            |    2 
 ReporteRs-0.8.2/ReporteRs/man/as.html.RScript.Rd              |    2 
 ReporteRs-0.8.2/ReporteRs/man/as.html.Rd                      |    2 
 ReporteRs-0.8.2/ReporteRs/man/as.html.bsdoc.Rd                |only
 ReporteRs-0.8.2/ReporteRs/man/as.html.pot.Rd                  |    2 
 ReporteRs-0.8.2/ReporteRs/man/borderDashed.Rd                 |    2 
 ReporteRs-0.8.2/ReporteRs/man/borderDotted.Rd                 |    2 
 ReporteRs-0.8.2/ReporteRs/man/borderNone.Rd                   |    2 
 ReporteRs-0.8.2/ReporteRs/man/borderProperties.Rd             |    2 
 ReporteRs-0.8.2/ReporteRs/man/borderSolid.Rd                  |    2 
 ReporteRs-0.8.2/ReporteRs/man/bsdoc.Rd                        |    2 
 ReporteRs-0.8.2/ReporteRs/man/cellProperties.Rd               |    8 
 ReporteRs-0.8.2/ReporteRs/man/chprop.Rd                       |    2 
 ReporteRs-0.8.2/ReporteRs/man/chprop.borderProperties.Rd      |    2 
 ReporteRs-0.8.2/ReporteRs/man/chprop.cellProperties.Rd        |    8 
 ReporteRs-0.8.2/ReporteRs/man/chprop.parProperties.Rd         |    2 
 ReporteRs-0.8.2/ReporteRs/man/chprop.textProperties.Rd        |    2 
 ReporteRs-0.8.2/ReporteRs/man/declareTitlesStyles.Rd          |    2 
 ReporteRs-0.8.2/ReporteRs/man/declareTitlesStyles.docx.Rd     |    2 
 ReporteRs-0.8.2/ReporteRs/man/deleteBookmark.Rd               |    2 
 ReporteRs-0.8.2/ReporteRs/man/deleteBookmarkNextContent.Rd    |    2 
 ReporteRs-0.8.2/ReporteRs/man/dim.docx.Rd                     |    2 
 ReporteRs-0.8.2/ReporteRs/man/dim.pptx.Rd                     |    2 
 ReporteRs-0.8.2/ReporteRs/man/doc-list-settings.Rd            |    2 
 ReporteRs-0.8.2/ReporteRs/man/docx-bookmark.Rd                |    4 
 ReporteRs-0.8.2/ReporteRs/man/docx.Rd                         |    2 
 ReporteRs-0.8.2/ReporteRs/man/is.color.Rd                     |    2 
 ReporteRs-0.8.2/ReporteRs/man/light.table.Rd                  |    7 
 ReporteRs-0.8.2/ReporteRs/man/list_bookmarks.Rd               |    2 
 ReporteRs-0.8.2/ReporteRs/man/parCenter.Rd                    |    2 
 ReporteRs-0.8.2/ReporteRs/man/parJustify.Rd                   |    2 
 ReporteRs-0.8.2/ReporteRs/man/parLeft.Rd                      |    2 
 ReporteRs-0.8.2/ReporteRs/man/parProperties.Rd                |    2 
 ReporteRs-0.8.2/ReporteRs/man/parRight.Rd                     |    2 
 ReporteRs-0.8.2/ReporteRs/man/plus-.pot.Rd                    |    2 
 ReporteRs-0.8.2/ReporteRs/man/pot.Rd                          |    2 
 ReporteRs-0.8.2/ReporteRs/man/pot_img.Rd                      |only
 ReporteRs-0.8.2/ReporteRs/man/pptx.Rd                         |    2 
 ReporteRs-0.8.2/ReporteRs/man/print.FlexTable.Rd              |    2 
 ReporteRs-0.8.2/ReporteRs/man/print.Footnote.Rd               |    2 
 ReporteRs-0.8.2/ReporteRs/man/print.bsdoc.Rd                  |   13 
 ReporteRs-0.8.2/ReporteRs/man/print.docx.Rd                   |    2 
 ReporteRs-0.8.2/ReporteRs/man/print.pot.Rd                    |    2 
 ReporteRs-0.8.2/ReporteRs/man/print.pptx.Rd                   |    2 
 ReporteRs-0.8.2/ReporteRs/man/print.textProperties.Rd         |    2 
 ReporteRs-0.8.2/ReporteRs/man/raphael.html.Rd                 |    2 
 ReporteRs-0.8.2/ReporteRs/man/raphael_clicks.Rd               |only
 ReporteRs-0.8.2/ReporteRs/man/raphael_dbclicks.Rd             |only
 ReporteRs-0.8.2/ReporteRs/man/raphael_tooltips.Rd             |only
 ReporteRs-0.8.2/ReporteRs/man/raphael_tracer_off.Rd           |only
 ReporteRs-0.8.2/ReporteRs/man/raphael_tracer_on.Rd            |only
 ReporteRs-0.8.2/ReporteRs/man/registerRaphaelGraph.Rd         |    2 
 ReporteRs-0.8.2/ReporteRs/man/reporters_str_width.Rd          |only
 ReporteRs-0.8.2/ReporteRs/man/setColumnsColors.Rd             |    2 
 ReporteRs-0.8.2/ReporteRs/man/setFlexTableBackgroundColors.Rd |    2 
 ReporteRs-0.8.2/ReporteRs/man/setFlexTableBorders.Rd          |    2 
 ReporteRs-0.8.2/ReporteRs/man/setFlexTableWidths.Rd           |    2 
 ReporteRs-0.8.2/ReporteRs/man/setRowsColors.Rd                |    2 
 ReporteRs-0.8.2/ReporteRs/man/setZebraStyle.Rd                |    2 
 ReporteRs-0.8.2/ReporteRs/man/set_of_paragraphs.Rd            |    2 
 ReporteRs-0.8.2/ReporteRs/man/slide.layouts.Rd                |    2 
 ReporteRs-0.8.2/ReporteRs/man/slide.layouts.pptx.Rd           |    2 
 ReporteRs-0.8.2/ReporteRs/man/spanFlexTableColumns.Rd         |    2 
 ReporteRs-0.8.2/ReporteRs/man/spanFlexTableRows.Rd            |    2 
 ReporteRs-0.8.2/ReporteRs/man/styles.Rd                       |    2 
 ReporteRs-0.8.2/ReporteRs/man/styles.docx.Rd                  |    2 
 ReporteRs-0.8.2/ReporteRs/man/textBold.Rd                     |    2 
 ReporteRs-0.8.2/ReporteRs/man/textBoldItalic.Rd               |    2 
 ReporteRs-0.8.2/ReporteRs/man/textItalic.Rd                   |    2 
 ReporteRs-0.8.2/ReporteRs/man/textNormal.Rd                   |    2 
 ReporteRs-0.8.2/ReporteRs/man/textProperties.Rd               |    2 
 ReporteRs-0.8.2/ReporteRs/man/text_extract.Rd                 |    2 
 ReporteRs-0.8.2/ReporteRs/man/toc.options.Rd                  |    2 
 ReporteRs-0.8.2/ReporteRs/man/toc.options.docx.Rd             |    4 
 ReporteRs-0.8.2/ReporteRs/man/triggerPostCommand.Rd           |    2 
 ReporteRs-0.8.2/ReporteRs/man/vanilla.table.Rd                |    7 
 ReporteRs-0.8.2/ReporteRs/man/writeDoc.Rd                     |    2 
 ReporteRs-0.8.2/ReporteRs/man/writeDoc.bsdoc.Rd               |    8 
 ReporteRs-0.8.2/ReporteRs/man/writeDoc.docx.Rd                |    2 
 ReporteRs-0.8.2/ReporteRs/man/writeDoc.pptx.Rd                |    2 
 ReporteRs-0.8.2/ReporteRs/src/DOCX.cpp                        |  222 +++--
 ReporteRs-0.8.2/ReporteRs/src/DOCX.h                          |    3 
 ReporteRs-0.8.2/ReporteRs/src/PPTX.cpp                        |  195 +++-
 ReporteRs-0.8.2/ReporteRs/src/PPTX.h                          |    3 
 ReporteRs-0.8.2/ReporteRs/src/RAPHAEL.cpp                     |  221 ++++-
 ReporteRs-0.8.2/ReporteRs/src/RAPHAEL.h                       |    3 
 ReporteRs-0.8.2/ReporteRs/src/common.cpp                      |  148 +++
 ReporteRs-0.8.2/ReporteRs/src/common.h                        |    9 
 ReporteRs-0.8.2/ReporteRs/src/dml_utils.cpp                   |   37 
 ReporteRs-0.8.2/ReporteRs/src/dml_utils.h                     |    4 
 ReporteRs-0.8.2/ReporteRs/src/raphael_utils.cpp               |   17 
 ReporteRs-0.8.2/ReporteRs/src/raphael_utils.h                 |    1 
 ReporteRs-0.8.2/ReporteRs/src/utils.cpp                       |   59 +
 213 files changed, 1722 insertions(+), 804 deletions(-)

More information about ReporteRs at CRAN
Permanent link

Package pedgene updated to version 2.7 with previous version 2.1 dated 2014-06-24

Title: Gene-Level Statistics for Pedigree Data
Description: Gene-level association tests with disease status for pedigree data: kernel and burden association statistics.
Author: Schaid Daniel [aut], Jason Sinnwell [aut, cre]
Maintainer: Jason Sinnwell <sinnwell.jason@mayo.edu>

Diff between pedgene versions 2.1 dated 2014-06-24 and 2.7 dated 2015-08-03

 DESCRIPTION                           |   21 ++++++++++++---------
 MD5                                   |   18 +++++++++---------
 NAMESPACE                             |    2 ++
 R/pedgene.R                           |   32 +++++++++++++++++++++++++++-----
 R/pedgene.stats.R                     |   13 ++++++++++---
 build/vignette.rds                    |binary
 inst/NEWS.Rd                          |    8 ++++++++
 man/pedgene.Rd                        |   14 +++++++++++---
 tests/test.pedgene.expanded.R         |   10 ++++++++++
 tests/test.pedgene.expanded.Rout.save |   26 ++++++++++++++++++++++----
 10 files changed, 111 insertions(+), 33 deletions(-)

More information about pedgene at CRAN
Permanent link

Package kinship2 updated to version 1.6.4 with previous version 1.6.0 dated 2014-07-22

Title: Pedigree Functions
Description: Routines to handle family data with a pedigree object. The initial purpose was to create correlation structures that describe family relationships such as kinship and identity-by-descent, which can be used to model family data in mixed effects models, such as in the coxme function. Also includes a tool for pedigree drawing which is focused on producing compact layouts without intervention. Recent additions include utilities to trim the pedigree object with various criteria, and kinship for the X chromosome.
Author: Terry M Therneau [aut], Schaid Daniel [ctb], Jason Sinnwell [aut, cre], Elizabeth Atkinson [ctb]
Maintainer: Jason Sinnwell <sinnwell.jason@mayo.edu>

Diff between kinship2 versions 1.6.0 dated 2014-07-22 and 1.6.4 dated 2015-08-03

 kinship2-1.6.0/kinship2/noweb/all.pdf        |only
 kinship2-1.6.4/kinship2/DESCRIPTION          |   29 
 kinship2-1.6.4/kinship2/MD5                  |   33 
 kinship2-1.6.4/kinship2/NAMESPACE            |    9 
 kinship2-1.6.4/kinship2/R/kinship.R          |    7 
 kinship2-1.6.4/kinship2/R/pedigree.R         |   63 +
 kinship2-1.6.4/kinship2/build/vignette.rds   |binary
 kinship2-1.6.4/kinship2/inst/NEWS.Rd         |    8 
 kinship2-1.6.4/kinship2/man/pedigree.Rd      |   15 
 kinship2-1.6.4/kinship2/noweb/all.aux        |   19 
 kinship2-1.6.4/kinship2/noweb/all.log        |  586 +++++++++++++--
 kinship2-1.6.4/kinship2/noweb/all.nw         |   86 +-
 kinship2-1.6.4/kinship2/noweb/all.tex        | 1036 +++++++++++++++++----------
 kinship2-1.6.4/kinship2/noweb/kinship.R      |only
 kinship2-1.6.4/kinship2/noweb/kinship.Rnw    |    7 
 kinship2-1.6.4/kinship2/noweb/pedigree.R     |only
 kinship2-1.6.4/kinship2/noweb/pedigree.Rnw   |   79 +-
 kinship2-1.6.4/kinship2/tests/kin1.Rout.save |   20 
 kinship2-1.6.4/kinship2/tests/twin.Rout.save |    8 
 19 files changed, 1447 insertions(+), 558 deletions(-)

More information about kinship2 at CRAN
Permanent link

Package D3M updated to version 0.41 with previous version 0.40 dated 2015-08-02

Title: Two Sample Test with Wasserstein Metric
Description: Two sample test based on Wasserstein metric. This is motivated from detection of differential DNA-methylation sites based on underlying distributions.
Author: Yusuke Matsui & Teppei Shimamura
Maintainer: Yusuke Matsui <ymatsui@med.nagoya-u.ac.jp>

Diff between D3M versions 0.40 dated 2015-08-02 and 0.41 dated 2015-08-03

 DESCRIPTION         |    8 +-
 MD5                 |   20 ++---
 R/RcppExports.R     |    4 -
 R/d3m_main.R        |   12 +--
 R/d3m_parallel.R    |    5 -
 R/wasser_test.R     |   15 +++-
 man/D3M.Rd          |    5 +
 man/d3m.parallel.Rd |    5 +
 man/wasser.test.Rd  |   10 ++
 src/RcppExports.cpp |    7 +
 src/funcs.cpp       |  184 ++++++++++------------------------------------------
 11 files changed, 96 insertions(+), 179 deletions(-)

More information about D3M at CRAN
Permanent link

Package aSPU updated to version 1.37 with previous version 1.36 dated 2015-07-28

Title: Adaptive Sum of Powered Score Test
Description: R codes for the (adaptive) Sum of Powered Score ('SPU' and 'aSPU') tests, inverse variance weighted Sum of Powered score ('SPUw' and 'aSPUw') tests and gene-based and some pathway based association tests (Pathway based Sum of Powered Score tests ('SPUpath') and adaptive 'SPUpath' ('aSPUpath') test, Gene-based Association Test that uses an extended Simes procedure ('GATES'), Hybrid Set-based Test ('HYST'), extended version of 'GATES' test for pathway-based association testing ('Gates-Simes'). ). The tests can be used with genetic and other data sets with covariates. The response variable is binary or quantitative.
Author: Il-Youp Kwak and others (See Author(s) in each function manual)
Maintainer: Il-Youp Kwak <ikwak@umn.edu>

Diff between aSPU versions 1.36 dated 2015-07-28 and 1.37 dated 2015-08-03

 aSPU-1.36/aSPU/R/aSPUM.R              |only
 aSPU-1.36/aSPU/R/aSPUMpath.r          |only
 aSPU-1.36/aSPU/man/aSPUM.Rd           |only
 aSPU-1.36/aSPU/man/aSPUMpath.Rd       |only
 aSPU-1.37/aSPU/DESCRIPTION            |    8 +-
 aSPU-1.37/aSPU/MD5                    |   24 ++++----
 aSPU-1.37/aSPU/NAMESPACE              |    4 -
 aSPU-1.37/aSPU/R/aSPUs.R              |only
 aSPU-1.37/aSPU/R/aSPUsPath.r          |only
 aSPU-1.37/aSPU/R/aSPUwpermC.R         |    1 
 aSPU-1.37/aSPU/build/vignette.rds     |binary
 aSPU-1.37/aSPU/inst/doc/aSPUstat.R    |    6 +-
 aSPU-1.37/aSPU/inst/doc/aSPUstat.Rmd  |   33 +++++-------
 aSPU-1.37/aSPU/inst/doc/aSPUstat.html |   93 ++++++++++++++--------------------
 aSPU-1.37/aSPU/man/aSPUs.Rd           |only
 aSPU-1.37/aSPU/man/aSPUsPath.Rd       |only
 aSPU-1.37/aSPU/vignettes/aSPUstat.Rmd |   33 +++++-------
 17 files changed, 94 insertions(+), 108 deletions(-)

More information about aSPU at CRAN
Permanent link

New package transcribeR with initial version 0.0.0
Package: transcribeR
Version: 0.0.0
Date: 2015-08-02
Type: Package
Title: Automated Transcription of Audio Files Through the HP IDOL API
Author: Christopher Lucas, Dean Knox, Dustin Tingley, Thomas Scanlan, Shiv Sunil, Michael May, Angela Su
Maintainer: Christopher Lucas <clucas@fas.harvard.edu>
Description: Transcribes audio to text with the HP IDOL API. Includes functions to upload files, retrieve transcriptions, and monitor jobs.
VignetteBuilder: knitr
Imports: httr
Suggests: knitr
License: GPL-3
NeedsCompilation: no
Packaged: 2015-08-03 14:34:21 UTC; christopher
Repository: CRAN
Date/Publication: 2015-08-03 18:53:03

More information about transcribeR at CRAN
Permanent link

Package rts updated to version 1.0-10 with previous version 1.0-9 dated 2015-08-02

Title: Raster Time Series Analysis
Description: This framework aims to provide classes and methods for manipulating and processing of raster time series data (e.g. a time series of satellite images).
Author: Babak Naimi
Maintainer: Babak Naimi <naimi.b@gmail.com>

Diff between rts versions 1.0-9 dated 2015-08-02 and 1.0-10 dated 2015-08-03

 DESCRIPTION       |   12 ++++++------
 MD5               |    4 ++--
 R/ModisDownload.R |    4 ++--
 3 files changed, 10 insertions(+), 10 deletions(-)

More information about rts at CRAN
Permanent link

New package pixiedust with initial version 0.1.1
Package: pixiedust
Date: 2015-08-03
Title: Tables so Beautifully Fine-Tuned You Will Believe It's Magic
Version: 0.1.1
Authors@R: person("Benjamin", "Nutter", email = "nutter@battelle.org", role = c("aut", "cre"))
Description: The introduction of the broom package has made converting model objects into data frames as simple as a single function. While the broom package focuses on providing tidy data frames that can be used in advanced analysis, it deliberately stops short of providing functionality for reporting models in publication-ready tables. pixiedust provides this functionality with a programming interface intended to be similar to ggplot2's system of layers with fine tuned control over each cell of the table. Options for output include printing to the console and to the common markdown formats (markdown, HTML, and LaTeX). With a little pixiedust (and happy thoughts) tables can really fly.
Depends: R (>= 3.2.1)
Imports: ArgumentCheck, broom, dplyr, knitr, lazyWeave, magrittr, tidyr
Suggests: testthat
License: MIT + file LICENSE
LazyData: true
VignetteBuilder: knitr
URL: https://github.com/nutterb/pixiedust
BugReports: https://github.com/nutterb/pixiedust/issues
NeedsCompilation: no
Packaged: 2015-08-03 11:45:55 UTC; bnutter
Author: Benjamin Nutter [aut, cre]
Maintainer: Benjamin Nutter <nutter@battelle.org>
Repository: CRAN
Date/Publication: 2015-08-03 18:52:58

More information about pixiedust at CRAN
Permanent link

New package yakmoR with initial version 0.1.0
Package: yakmoR
Type: Package
Title: A Simple Wrapper for the k-Means Library Yakmo
Version: 0.1.0
Date: 2015-07-26
Author: Aydin Demircioglu
Maintainer: Aydin Demircioglu <aydin.demircioglu@ini.rub.de>
Description: This is a simple wrapper for the yakmo K-Means library (developed by Naoki Yoshinaga, see http://www.tkl.iis.u-tokyo.ac.jp/~ynaga/yakmo/). It performs fast and robust (orthogonal) K-Means.
Copyright: Original GPL-2 C++ code by Naoki Yoshinaga (see http://www.tkl.iis.u-tokyo.ac.jp/~ynaga/yakmo/)
License: GPL (>= 2)
Imports: Rcpp (>= 0.11.6), checkmate (>= 1.5.1), BBmisc (>= 1.9)
LinkingTo: Rcpp
Suggests: knitr, testthat
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2015-08-03 07:35:36 UTC; drunkeneye
Repository: CRAN
Date/Publication: 2015-08-03 11:44:39

More information about yakmoR at CRAN
Permanent link

New package repo with initial version 1.0
Package: repo
Type: Package
Title: A Resource Manager for R Objects
Version: 1.0
Date: 2015-07-30
Author: Francesco Napolitano <franapoli@gmail.com>
Maintainer: Francesco Napolitano <franapoli@gmail.com>
Description: This is an R data manager meant to avoid manual storage/retrieval of R data to/from the file system. It builds one (or more) centralized repository where R objects are stored with annotations, tags, dependency notes, provenance traces. It also provides navigation tools to easily locate, load and edit previously stored resources.
License: GPL-3
Imports: digest, tools
Suggests: igraph, knitr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2015-08-03 09:51:19 UTC; ciccio
Repository: CRAN
Date/Publication: 2015-08-03 12:09:37

More information about repo at CRAN
Permanent link

Package maps updated to version 2.3-11 with previous version 2.3-10 dated 2015-07-09

Title: Draw Geographical Maps
Description: Display of maps. Projection code and larger maps are in separate packages (mapproj and mapdata).
Author: Original S code by Richard A. Becker and Allan R. Wilks. R version by Ray Brownrigg <Ray.Brownrigg@ecs.vuw.ac.nz>. Enhancements by Thomas P Minka <tpminka@media.mit.edu>
Maintainer: Alex Deckmyn <alex.deckmyn@meteo.be>

Diff between maps versions 2.3-10 dated 2015-07-09 and 2.3-11 dated 2015-08-03

 DESCRIPTION |   10 +++++-----
 MD5         |    2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

More information about maps at CRAN
Permanent link

Package mapproj updated to version 1.2-4 with previous version 1.2-3 dated 2015-07-09

Title: Map Projections
Description: Converts latitude/longitude into projected coordinates.
Author: Doug McIlroy. Packaged for R by Ray Brownrigg and Thomas P Minka, transition to Plan 9 codebase by Roger Bivand.
Maintainer: Alex Deckmyn <alex.deckmyn@meteo.be>

Diff between mapproj versions 1.2-3 dated 2015-07-09 and 1.2-4 dated 2015-08-03

 DESCRIPTION |   10 +++++-----
 MD5         |    2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

More information about mapproj at CRAN
Permanent link

Package mapdata updated to version 2.2-5 with previous version 2.2-4 dated 2015-07-09

Title: Extra Map Databases
Description: Supplement to maps package, providing the larger and/or higher-resolution databases.
Author: Original S code by Richard A. Becker and Allan R. Wilks. R version by Ray Brownrigg <Ray.Brownrigg@ecs.vuw.ac.nz>.
Maintainer: Alex Deckmyn <alex.deckmyn@meteo.be>

Diff between mapdata versions 2.2-4 dated 2015-07-09 and 2.2-5 dated 2015-08-03

 DESCRIPTION |   10 +++++-----
 MD5         |    2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

More information about mapdata at CRAN
Permanent link

Package cwhmisc updated to version 6.0 with previous version 5.0 dated 2014-10-15

Title: Miscellaneous Functions for Math, Plotting, Printing, Statistics, Strings, and Tools
Description: Miscellaneous useful or interesting functions. Some parameters of functions may have changed, so beware!
Author: Christian W. Hoffmann <christian@echoffmann.ch> <http://www.echoffmann.ch>
Maintainer: Christian W. Hoffmann <christian@echoffmann.ch>

Diff between cwhmisc versions 5.0 dated 2014-10-15 and 6.0 dated 2015-08-03

 cwhmisc-5.0/cwhmisc/R/SetPPT.R                |only
 cwhmisc-5.0/cwhmisc/R/dim.R                   |only
 cwhmisc-5.0/cwhmisc/R/heading.R               |only
 cwhmisc-5.0/cwhmisc/R/paste.infix.R           |only
 cwhmisc-5.0/cwhmisc/R/rotL.R                  |only
 cwhmisc-5.0/cwhmisc/R/vector.R                |only
 cwhmisc-5.0/cwhmisc/inst/doc/cwhmisc.R        |only
 cwhmisc-5.0/cwhmisc/man/SetPPT.Rd             |only
 cwhmisc-5.0/cwhmisc/man/dim.Rd                |only
 cwhmisc-5.0/cwhmisc/man/figures               |only
 cwhmisc-5.0/cwhmisc/man/heading.Rd            |only
 cwhmisc-5.0/cwhmisc/man/numeric.Rd            |only
 cwhmisc-5.0/cwhmisc/man/paste.infix.Rd        |only
 cwhmisc-5.0/cwhmisc/man/plotSymbol.Rd         |only
 cwhmisc-5.0/cwhmisc/man/rotL.Rd               |only
 cwhmisc-5.0/cwhmisc/man/vector.Rd             |only
 cwhmisc-6.0/cwhmisc/ChangeLog                 |only
 cwhmisc-6.0/cwhmisc/DESCRIPTION               |   15 -
 cwhmisc-6.0/cwhmisc/MD5                       |  110 ++++++------
 cwhmisc-6.0/cwhmisc/NAMESPACE                 |    4 
 cwhmisc-6.0/cwhmisc/R/Ddim.R                  |only
 cwhmisc-6.0/cwhmisc/R/RCA.R                   |   63 +++----
 cwhmisc-6.0/cwhmisc/R/clocksense.R            |    9 -
 cwhmisc-6.0/cwhmisc/R/const.R                 |    7 
 cwhmisc-6.0/cwhmisc/R/coords.R                |   98 +++++++++--
 cwhmisc-6.0/cwhmisc/R/date.R                  |only
 cwhmisc-6.0/cwhmisc/R/dcmpf.R                 |    2 
 cwhmisc-6.0/cwhmisc/R/ellipse.R               |   15 +
 cwhmisc-6.0/cwhmisc/R/factor.R                |    2 
 cwhmisc-6.0/cwhmisc/R/frac.R                  |    8 
 cwhmisc-6.0/cwhmisc/R/functions.R             |   18 +-
 cwhmisc-6.0/cwhmisc/R/lpr.R                   |    7 
 cwhmisc-6.0/cwhmisc/R/n2c.R                   |    8 
 cwhmisc-6.0/cwhmisc/R/operators.R             |only
 cwhmisc-6.0/cwhmisc/R/plt.R                   |    4 
 cwhmisc-6.0/cwhmisc/README                    |    3 
 cwhmisc-6.0/cwhmisc/build/vignette.rds        |binary
 cwhmisc-6.0/cwhmisc/inst/doc/SplomT.pdf       |only
 cwhmisc-6.0/cwhmisc/inst/doc/cwhmisc-Scw.pdf  |only
 cwhmisc-6.0/cwhmisc/inst/doc/cwhmisc.Rnw      |  228 ++++++++++++--------------
 cwhmisc-6.0/cwhmisc/inst/doc/cwhmisc.pdf      |binary
 cwhmisc-6.0/cwhmisc/man/Ddim.Rd               |only
 cwhmisc-6.0/cwhmisc/man/FinneyCorr.Rd         |    2 
 cwhmisc-6.0/cwhmisc/man/RCA.Rd                |   27 +--
 cwhmisc-6.0/cwhmisc/man/astroC.Rd             |    4 
 cwhmisc-6.0/cwhmisc/man/astroGeo.Rd           |    2 
 cwhmisc-6.0/cwhmisc/man/const.Rd              |   18 +-
 cwhmisc-6.0/cwhmisc/man/coords.Rd             |  102 +++++++++--
 cwhmisc-6.0/cwhmisc/man/cwhmisc-internal.Rd   |only
 cwhmisc-6.0/cwhmisc/man/cwhmisc-package.Rd    |   27 ++-
 cwhmisc-6.0/cwhmisc/man/date.Rd               |only
 cwhmisc-6.0/cwhmisc/man/dcmpf.Rd              |    4 
 cwhmisc-6.0/cwhmisc/man/delayt.Rd             |    2 
 cwhmisc-6.0/cwhmisc/man/digits.Rd             |    5 
 cwhmisc-6.0/cwhmisc/man/ellipse.Rd            |   22 +-
 cwhmisc-6.0/cwhmisc/man/f.log.Rd              |    6 
 cwhmisc-6.0/cwhmisc/man/factor.Rd             |    3 
 cwhmisc-6.0/cwhmisc/man/format.fix.Rd         |    1 
 cwhmisc-6.0/cwhmisc/man/functions.Rd          |   23 ++
 cwhmisc-6.0/cwhmisc/man/grepnot.Rd            |   19 --
 cwhmisc-6.0/cwhmisc/man/int2.Rd               |    5 
 cwhmisc-6.0/cwhmisc/man/lpr.Rd                |   11 -
 cwhmisc-6.0/cwhmisc/man/n2c.Rd                |    3 
 cwhmisc-6.0/cwhmisc/man/numer.Rd              |only
 cwhmisc-6.0/cwhmisc/man/operators.Rd          |only
 cwhmisc-6.0/cwhmisc/man/plotSymbols.Rd        |only
 cwhmisc-6.0/cwhmisc/man/plt.Rd                |    7 
 cwhmisc-6.0/cwhmisc/man/replacechar.Rd        |    3 
 cwhmisc-6.0/cwhmisc/vignettes/SplomT.pdf      |only
 cwhmisc-6.0/cwhmisc/vignettes/cwhmisc-Scw.pdf |only
 cwhmisc-6.0/cwhmisc/vignettes/cwhmisc.Rnw     |  228 ++++++++++++--------------
 71 files changed, 633 insertions(+), 492 deletions(-)

More information about cwhmisc at CRAN
Permanent link

Package ALS updated to version 0.0.6 with previous version 0.0.5 dated 2012-07-02

Title: Multivariate Curve Resolution Alternating Least Squares (MCR-ALS)
Description: Alternating least squares is often used to resolve components contributing to data with a bilinear structure; the basic technique may be extended to alternating constrained least squares. Commonly applied constraints include unimodality, non-negativity, and normalization of components. Several data matrices may be decomposed simultaneously by assuming that one of the two matrices in the bilinear decomposition is shared between datasets.
Author: Katharine M. Mullen
Maintainer: Katharine Mullen <mullenkate@gmail.com>

Diff between ALS versions 0.0.5 dated 2012-07-02 and 0.0.6 dated 2015-08-03

 DESCRIPTION  |    9 +++++----
 MD5          |   15 ++++++++-------
 NAMESPACE    |    8 ++++++++
 NEWS         |    4 ++++
 R/getC.R     |    4 ++--
 R/getCList.R |    4 ++--
 R/getS.R     |    4 ++--
 inst         |only
 man/als.Rd   |    4 ++--
 9 files changed, 33 insertions(+), 19 deletions(-)

More information about ALS at CRAN
Permanent link

Package ggtern updated to version 1.0.6.0 with previous version 1.0.5.0 dated 2015-04-15

Title: An Extension to 'ggplot2', for the Creation of Ternary Diagrams
Description: Extends the functionality of 'ggplot2', providing the capability to plot ternary diagrams for (subset of) the 'ggplot2' geometries. Additionally, 'ggtern' has implemented several NEW geometries which are unavailable to the standard 'ggplot2' release. For further examples and documentation, please proceed to the 'ggtern' website.
Author: Nicholas Hamilton <nick@ggtern.com>
Maintainer: Nicholas Hamilton <nick@ggtern.com>

Diff between ggtern versions 1.0.5.0 dated 2015-04-15 and 1.0.6.0 dated 2015-08-03

 ggtern-1.0.5.0/ggtern/R/geom-density2d.R               |only
 ggtern-1.0.5.0/ggtern/R/stat-density-2d.R              |only
 ggtern-1.0.5.0/ggtern/man/geom_density2d.Rd            |only
 ggtern-1.0.5.0/ggtern/man/geom_smooth.Rd               |only
 ggtern-1.0.5.0/ggtern/man/stat_density2d.Rd            |only
 ggtern-1.0.5.0/ggtern/man/stat_smooth.Rd               |only
 ggtern-1.0.6.0/ggtern/DESCRIPTION                      |   29 +-
 ggtern-1.0.6.0/ggtern/MD5                              |  180 +++++++++--------
 ggtern-1.0.6.0/ggtern/NAMESPACE                        |   18 +
 ggtern-1.0.6.0/ggtern/NEWS                             |   11 +
 ggtern-1.0.6.0/ggtern/R/clip-polygons.R                |only
 ggtern-1.0.6.0/ggtern/R/coord-tern.R                   |  110 +++++-----
 ggtern-1.0.6.0/ggtern/R/geom-confidence.R              |   52 +---
 ggtern-1.0.6.0/ggtern/R/geom-density-tern.R            |only
 ggtern-1.0.6.0/ggtern/R/geom-errorbarT.R               |    6 
 ggtern-1.0.6.0/ggtern/R/geom-interpolate-tern.R        |only
 ggtern-1.0.6.0/ggtern/R/geom-polygon-tern.R            |only
 ggtern-1.0.6.0/ggtern/R/geom-smooth.R                  |   10 
 ggtern-1.0.6.0/ggtern/R/gg-internal.R                  |    4 
 ggtern-1.0.6.0/ggtern/R/ggtern-build.R                 |   26 +-
 ggtern-1.0.6.0/ggtern/R/onLoad.R                       |    6 
 ggtern-1.0.6.0/ggtern/R/panel.R                        |    1 
 ggtern-1.0.6.0/ggtern/R/plot-construction.R            |   36 +--
 ggtern-1.0.6.0/ggtern/R/scales.R                       |   15 +
 ggtern-1.0.6.0/ggtern/R/stat-density-tern.R            |only
 ggtern-1.0.6.0/ggtern/R/stat-interpolate-tern.R        |only
 ggtern-1.0.6.0/ggtern/R/stat-smooth.R                  |   10 
 ggtern-1.0.6.0/ggtern/R/statnew.R                      |   12 -
 ggtern-1.0.6.0/ggtern/R/strip-unapproved.R             |   26 +-
 ggtern-1.0.6.0/ggtern/R/tern-render.R                  |  114 ++++++----
 ggtern-1.0.6.0/ggtern/R/theme-defaults.R               |  117 +++++------
 ggtern-1.0.6.0/ggtern/R/theme-novar-tern.R             |only
 ggtern-1.0.6.0/ggtern/R/theme.R                        |    1 
 ggtern-1.0.6.0/ggtern/R/utilities-help.R               |    8 
 ggtern-1.0.6.0/ggtern/R/utilities.R                    |  123 ++++++++++-
 ggtern-1.0.6.0/ggtern/build/partial.rdb                |binary
 ggtern-1.0.6.0/ggtern/man/aes.Rd                       |   17 -
 ggtern-1.0.6.0/ggtern/man/approved_geometries.Rd       |   10 
 ggtern-1.0.6.0/ggtern/man/clipPolygons.Rd              |only
 ggtern-1.0.6.0/ggtern/man/convenience_functions.Rd     |   52 ++--
 ggtern-1.0.6.0/ggtern/man/coord.Rd                     |   32 +--
 ggtern-1.0.6.0/ggtern/man/coord_tern.Rd                |   74 +++---
 ggtern-1.0.6.0/ggtern/man/data.Rd                      |    9 
 ggtern-1.0.6.0/ggtern/man/data_Feldspar.Rd             |    5 
 ggtern-1.0.6.0/ggtern/man/data_USDA.Rd                 |   12 -
 ggtern-1.0.6.0/ggtern/man/element_ternary.Rd           |   61 ++---
 ggtern-1.0.6.0/ggtern/man/enforceTernaryCoordinates.Rd |only
 ggtern-1.0.6.0/ggtern/man/expandRange.Rd               |only
 ggtern-1.0.6.0/ggtern/man/expandTern.Rd                |only
 ggtern-1.0.6.0/ggtern/man/geom_TLRline.Rd              |   85 +++-----
 ggtern-1.0.6.0/ggtern/man/geom_density_tern.Rd         |only
 ggtern-1.0.6.0/ggtern/man/geom_errorbarTLR.Rd          |   63 ++---
 ggtern-1.0.6.0/ggtern/man/geom_interpolate_tern.Rd     |only
 ggtern-1.0.6.0/ggtern/man/geom_polygon_tern.Rd         |only
 ggtern-1.0.6.0/ggtern/man/geom_segment.Rd              |   48 ++--
 ggtern-1.0.6.0/ggtern/man/geom_smooth_tern.Rd          |only
 ggtern-1.0.6.0/ggtern/man/geomconfidence.Rd            |   57 ++---
 ggtern-1.0.6.0/ggtern/man/ggplot_build.Rd              |   17 -
 ggtern-1.0.6.0/ggtern/man/ggplot_gtable.Rd             |   22 +-
 ggtern-1.0.6.0/ggtern/man/ggsave.Rd                    |   51 ++--
 ggtern-1.0.6.0/ggtern/man/ggtern-labels.Rd             |   65 ++----
 ggtern-1.0.6.0/ggtern/man/ggtern-package.Rd            |  133 +++++-------
 ggtern-1.0.6.0/ggtern/man/ggtern.Rd                    |   21 -
 ggtern-1.0.6.0/ggtern/man/ggtern.multi.Rd              |   39 +--
 ggtern-1.0.6.0/ggtern/man/iflasttern.Rd                |   10 
 ggtern-1.0.6.0/ggtern/man/kde2d.weighted.Rd            |   36 ++-
 ggtern-1.0.6.0/ggtern/man/logratio.Rd                  |   28 +-
 ggtern-1.0.6.0/ggtern/man/mahalanobis.Rd               |   15 -
 ggtern-1.0.6.0/ggtern/man/notransform.Rd               |   11 -
 ggtern-1.0.6.0/ggtern/man/overloaded.Rd                |  157 ++++++--------
 ggtern-1.0.6.0/ggtern/man/point.in.sequence.Rd         |   42 +--
 ggtern-1.0.6.0/ggtern/man/print.Rd                     |   16 -
 ggtern-1.0.6.0/ggtern/man/scale_TLR_continuous.Rd      |   39 +--
 ggtern-1.0.6.0/ggtern/man/showhidegrid.Rd              |   41 +--
 ggtern-1.0.6.0/ggtern/man/stat_density_tern.Rd         |only
 ggtern-1.0.6.0/ggtern/man/stat_interpolate_tern.Rd     |only
 ggtern-1.0.6.0/ggtern/man/stat_smooth_tern.Rd          |only
 ggtern-1.0.6.0/ggtern/man/strip_unapproved.Rd          |   15 -
 ggtern-1.0.6.0/ggtern/man/suffix_arrow.Rd              |   31 +-
 ggtern-1.0.6.0/ggtern/man/suppressColours.Rd           |only
 ggtern-1.0.6.0/ggtern/man/ternLimitsForCoord.Rd        |only
 ggtern-1.0.6.0/ggtern/man/tern_dep.Rd                  |   43 +---
 ggtern-1.0.6.0/ggtern/man/tern_limits.Rd               |   26 --
 ggtern-1.0.6.0/ggtern/man/tern_stop.Rd                 |    9 
 ggtern-1.0.6.0/ggtern/man/ternary_transformations.Rd   |  106 +++-------
 ggtern-1.0.6.0/ggtern/man/theme_arrowbaseline.Rd       |   16 -
 ggtern-1.0.6.0/ggtern/man/theme_bw.Rd                  |    9 
 ggtern-1.0.6.0/ggtern/man/theme_classic.Rd             |    9 
 ggtern-1.0.6.0/ggtern/man/theme_clockwise.Rd           |   10 
 ggtern-1.0.6.0/ggtern/man/theme_complete.Rd            |   22 --
 ggtern-1.0.6.0/ggtern/man/theme_custom.Rd              |   20 -
 ggtern-1.0.6.0/ggtern/man/theme_elements.Rd            |   49 +---
 ggtern-1.0.6.0/ggtern/man/theme_gray.Rd                |    9 
 ggtern-1.0.6.0/ggtern/man/theme_minimal.Rd             |    9 
 ggtern-1.0.6.0/ggtern/man/theme_novar_tern.Rd          |only
 ggtern-1.0.6.0/ggtern/man/theme_rgbg.Rd                |    9 
 ggtern-1.0.6.0/ggtern/man/theme_rgbw.Rd                |    9 
 ggtern-1.0.6.0/ggtern/man/theme_showlabels.Rd          |   12 -
 ggtern-1.0.6.0/ggtern/man/theme_showprimary.Rd         |   56 +----
 ggtern-1.0.6.0/ggtern/man/theme_showtitles.Rd          |   10 
 ggtern-1.0.6.0/ggtern/man/themearrowlength.Rd          |   79 ++-----
 ggtern-1.0.6.0/ggtern/man/themeshowhidearrows.Rd       |   11 -
 ggtern-1.0.6.0/ggtern/man/themeticksoutside.Rd         |    9 
 ggtern-1.0.6.0/ggtern/man/undoCartesian.Rd             |only
 ggtern-1.0.6.0/ggtern/man/undocumented.Rd              |  128 ++++--------
 105 files changed, 1392 insertions(+), 1497 deletions(-)

More information about ggtern at CRAN
Permanent link

Package causaleffect updated to version 1.2.0 with previous version 1.1.3 dated 2015-06-30

Title: Deriving Expressions of Joint Interventional Distributions and Transport Formulas in Causal Models
Description: Functions for identification and transportation of causal effects. Provides a conditional causal effect identification algorithm (IDC) by Ilya Shpitser and Judea Pearl, and algorithms for z-identifiability, transportability, z-transportability and meta-transportability of causal effects by Elias Bareinboim and Judea Pearl. All of the previously mentioned algorithms are based on a causal effect identification algorithm by Jin Tian.
Author: Santtu Tikka
Maintainer: Santtu Tikka <santtuth@gmail.com>

Diff between causaleffect versions 1.1.3 dated 2015-06-30 and 1.2.0 dated 2015-08-03

 causaleffect-1.1.3/causaleffect/R/getNonIgnorableNodes.probability.R |only
 causaleffect-1.1.3/causaleffect/R/organizeTerms.probability.R        |only
 causaleffect-1.2.0/causaleffect/DESCRIPTION                          |   14 +-
 causaleffect-1.2.0/causaleffect/MD5                                  |   48 ++++++---
 causaleffect-1.2.0/causaleffect/NAMESPACE                            |    2 
 causaleffect-1.2.0/causaleffect/NEWS                                 |    5 -
 causaleffect-1.2.0/causaleffect/R/activate.interventions.R           |only
 causaleffect-1.2.0/causaleffect/R/causal.effect.R                    |   17 ++-
 causaleffect-1.2.0/causaleffect/R/get.expression.R                   |   29 +++--
 causaleffect-1.2.0/causaleffect/R/getNonIgnorableNodes.R             |    8 +
 causaleffect-1.2.0/causaleffect/R/id.R                               |    7 -
 causaleffect-1.2.0/causaleffect/R/idc.R                              |    4 
 causaleffect-1.2.0/causaleffect/R/meta.transport.R                   |only
 causaleffect-1.2.0/causaleffect/R/observed.graph.R                   |    2 
 causaleffect-1.2.0/causaleffect/R/organizeTerms.R                    |   17 +++
 causaleffect-1.2.0/causaleffect/R/probability.R                      |    4 
 causaleffect-1.2.0/causaleffect/R/sc.components.R                    |only
 causaleffect-1.2.0/causaleffect/R/sid.R                              |only
 causaleffect-1.2.0/causaleffect/R/simplify.expression.R              |only
 causaleffect-1.2.0/causaleffect/R/simplify.meta.expression.R         |only
 causaleffect-1.2.0/causaleffect/R/transport.R                        |only
 causaleffect-1.2.0/causaleffect/R/trz.R                              |only
 causaleffect-1.2.0/causaleffect/R/unobserved.graph.R                 |    4 
 causaleffect-1.2.0/causaleffect/R/usid.R                             |only
 causaleffect-1.2.0/causaleffect/R/zid.R                              |only
 causaleffect-1.2.0/causaleffect/R/zzaux.effect.R                     |only
 causaleffect-1.2.0/causaleffect/man/causal.effect.Rd                 |    9 +
 causaleffect-1.2.0/causaleffect/man/causaleffect-package.Rd          |   50 +++++++---
 causaleffect-1.2.0/causaleffect/man/get.expression.Rd                |    7 -
 causaleffect-1.2.0/causaleffect/man/meta.transport.Rd                |only
 causaleffect-1.2.0/causaleffect/man/parse.graphml.Rd                 |    8 -
 causaleffect-1.2.0/causaleffect/man/transport.Rd                     |only
 causaleffect-1.2.0/causaleffect/man/zzaux.effect.Rd                  |only
 33 files changed, 151 insertions(+), 84 deletions(-)

More information about causaleffect at CRAN
Permanent link


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