Tue, 09 Jun 2015

New package switchrGist with initial version 0.2.1
Package: switchrGist
Type: Package
Title: Publish Package Manifests to GitHub Gists
Version: 0.2.1
Date: 2015-6-9
Author: Gabriel Becker [aut, cre]
Copyright: Genentech Inc.
Maintainer: Gabriel Becker <becker.gabriel@gene.com>
Description: Provides a simple plugin to the switchr framework which allows users to publish manifests of packages - or of specific versions thereof - as single-file GitHub repositories (Gists). These manifest files can then be used as remote seeds (see switchr documentation) when creating new package libraries.
Depends: switchr (>= 0.9.4), methods
Imports: gistr, httpuv, RJSONIO
License: Artistic-2.0
URL: https://github.com/gmbecker/switchrGist
BugReports: https://github.com/gmbecker/switchrGist/issues
NeedsCompilation: no
Packaged: 2015-06-09 20:39:58 UTC; beckerg4
Repository: CRAN
Date/Publication: 2015-06-10 02:09:53

More information about switchrGist at CRAN
Permanent link

Package RcmdrPlugin.UCA updated to version 2.0-3 with previous version 1.0-2 dated 2013-10-18

Title: UCA Rcmdr Plug-in
Description: Some extension to Rcmdr (R Commander) made by R-UCA project and used in teaching statistics at University of Cadiz (UCA).
Author: Manuel Munoz-Marquez <manuel.munoz@uca.es>
Maintainer: Manuel Munoz-Marquez <manuel.munoz@uca.es>

Diff between RcmdrPlugin.UCA versions 1.0-2 dated 2013-10-18 and 2.0-3 dated 2015-06-09

 RcmdrPlugin.UCA-1.0-2/RcmdrPlugin.UCA/po/R-RcmdrPlugin.UCA-es.mo                  |only
 RcmdrPlugin.UCA-2.0-3/RcmdrPlugin.UCA/ChangeLog                                   |    6 
 RcmdrPlugin.UCA-2.0-3/RcmdrPlugin.UCA/DESCRIPTION                                 |   12 -
 RcmdrPlugin.UCA-2.0-3/RcmdrPlugin.UCA/MD5                                         |   24 +-
 RcmdrPlugin.UCA-2.0-3/RcmdrPlugin.UCA/NAMESPACE                                   |   11 
 RcmdrPlugin.UCA-2.0-3/RcmdrPlugin.UCA/R/RcmdrPlugin.UCA.R                         |  118 ++++------
 RcmdrPlugin.UCA-2.0-3/RcmdrPlugin.UCA/R/globals.R                                 |only
 RcmdrPlugin.UCA-2.0-3/RcmdrPlugin.UCA/inst/etc/menus.txt                          |    9 
 RcmdrPlugin.UCA-2.0-3/RcmdrPlugin.UCA/inst/po/es/LC_MESSAGES/R-RcmdrPlugin.UCA.mo |binary
 RcmdrPlugin.UCA-2.0-3/RcmdrPlugin.UCA/man/RcmdrPlugin.UCA-internal.Rd             |    5 
 RcmdrPlugin.UCA-2.0-3/RcmdrPlugin.UCA/man/RcmdrPlugin.UCA-package.Rd              |   31 ++
 RcmdrPlugin.UCA-2.0-3/RcmdrPlugin.UCA/man/RcmdrPlugin.UCA.es-package.Rd           |   30 ++
 RcmdrPlugin.UCA-2.0-3/RcmdrPlugin.UCA/po/R-RcmdrPlugin.UCA-es.po                  |   28 +-
 RcmdrPlugin.UCA-2.0-3/RcmdrPlugin.UCA/po/R-RcmdrPlugin.UCA.pot                    |   19 +
 14 files changed, 185 insertions(+), 108 deletions(-)

More information about RcmdrPlugin.UCA at CRAN
Permanent link

Package nodeHarvest updated to version 0.7-2 with previous version 0.7-1 dated 2015-05-15

Title: Node Harvest for Regression and Classification
Description: Node harvest is a simple interpretable tree-like estimator for high-dimensional regression and classification. A few nodes are selected from an initially large ensemble of nodes, each associated with a positive weight. New observations can fall into one or several nodes and predictions are the weighted average response across all these groups. The package offers visualization of the estimator. Predictions can return the nodes a new observation fell into, along with the mean response of training observations in each node, offering a simple explanation of the prediction.
Author: Nicolai Meinshausen
Maintainer: Nicolai Meinshausen <meinshausen@stat.math.ethz.ch>

Diff between nodeHarvest versions 0.7-1 dated 2015-05-15 and 0.7-2 dated 2015-06-09

 DESCRIPTION     |    8 ++++----
 MD5             |    8 ++++----
 R/getI.R        |    2 +-
 R/getw.R        |   27 +++++++++++++++++++++++++++
 R/nodeHarvest.R |    8 +++++++-
 5 files changed, 43 insertions(+), 10 deletions(-)

More information about nodeHarvest at CRAN
Permanent link

New package Pade with initial version 0.1-1
Package: Pade
Type: Package
Title: Padè Approximant Coefficients
Version: 0.1-1
Date: 2015-06-09
Authors@R: c(person(given="Avraham", family="Adler", role=c("aut", "cph", "cre"), email="Avraham.Adler@gmail.com"))
Description: Given a vector of Taylor series coefficients of sufficient length as input, the function returns the numerator and denominator coefficients for the Padè approximant of appropriate order.
License: GPL (>= 2) | BSD_2_clause + file LICENSE
Suggests: testthat
URL: https://bitbucket.org/aadler/pade
BugReports: https://bitbucket.org/aadler/pade/issues
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2015-06-09 19:51:41 UTC; aadler00
Author: Avraham Adler [aut, cph, cre]
Maintainer: Avraham Adler <Avraham.Adler@gmail.com>
Repository: CRAN
Date/Publication: 2015-06-10 02:07:13

More information about Pade at CRAN
Permanent link

Package meboot updated to version 1.4-6 with previous version 1.4-5 dated 2014-09-28

Title: Maximum Entropy Bootstrap for Time Series
Description: This package performs maximum entropy density based dependent data bootstrap. An algorithm is provided to create a population of time series (ensemble) without assuming stationarity. The reference paper (Vinod, H.D., 2004) explains how the algorithm satisfies the ergodic theorem and the central limit theorem.
Author: Hrishikesh D. Vinod <Vinod@fordham.edu> and Javier López-de-Lacalle
Maintainer: Javier López-de-Lacalle <javlacalle@yahoo.es>

Diff between meboot versions 1.4-5 dated 2014-09-28 and 1.4-6 dated 2015-06-09

 DESCRIPTION         |    8 ++++----
 MD5                 |    5 +++--
 inst/doc/index.html |only
 inst/doc/meboot.pdf |binary
 4 files changed, 7 insertions(+), 6 deletions(-)

More information about meboot at CRAN
Permanent link

Package ssfa updated to version 1.1 with previous version 1.0 dated 2015-05-17

Title: Spatial Stochastic Frontier Analysis
Description: Spatial Stochastic Frontier Analysis (SSFA) is an original method for controlling the spatial heterogeneity in Stochastic Frontier Analysis (SFA) models, for cross-sectional data, by splitting the inefficiency term into three terms: the first one related to spatial peculiarities of the territory in which each single unit operates, the second one related to the specific production features and the third one representing the error term.
Author: Elisa Fusco, Francesco Vidoli
Maintainer: Elisa Fusco <fusco_elisa@libero.it>

Diff between ssfa versions 1.0 dated 2015-05-17 and 1.1 dated 2015-06-09

 DESCRIPTION         |   12 +++++++-----
 MD5                 |   13 +++++++++++--
 NEWS                |only
 build               |only
 inst                |only
 man/ssfa-package.Rd |    6 +++---
 vignettes           |only
 7 files changed, 21 insertions(+), 10 deletions(-)

More information about ssfa at CRAN
Permanent link

Package seriation updated to version 1.1-0 with previous version 1.0-14 dated 2014-12-03

Title: Infrastructure for Seriation
Description: Infrastructure for seriation with an implementation of several seriation/sequencing techniques to reorder matrices, dissimilarity matrices, and dendrograms. Also provides (optimally) reordered heatmaps, color images and clustering visualizations like dissimilarity plots, and visual assessment of cluster tendency plots (VAT and iVAT).
Author: Michael Hahsler [aut, cre, cph], Christian Buchta [aut, cph], Kurt Hornik [aut, cph], Fionn Murtagh [ctb, cph], Michael Brusco [ctb, cph], Stephanie Stahl [ctb, cph], Hans-Friedrich Koehn [ctb, cph]
Maintainer: Michael Hahsler <mhahsler@lyle.smu.edu>

Diff between seriation versions 1.0-14 dated 2014-12-03 and 1.1-0 dated 2015-06-09

 seriation-1.0-14/seriation/R/AAAdefs.R                        |only
 seriation-1.0-14/seriation/R/grid.R                           |only
 seriation-1.0-14/seriation/R/map.R                            |only
 seriation-1.0-14/seriation/R/seriate.hclust.R                 |only
 seriation-1.0-14/seriation/inst/tests/criterion.R             |only
 seriation-1.0-14/seriation/inst/tests/permuation_vector.R     |only
 seriation-1.1-0/seriation/DESCRIPTION                         |   22 
 seriation-1.1-0/seriation/MD5                                 |  131 -
 seriation-1.1-0/seriation/NAMESPACE                           |   30 
 seriation-1.1-0/seriation/R/AAAcolors.R                       |only
 seriation-1.1-0/seriation/R/AAAgrid.R                         |only
 seriation-1.1-0/seriation/R/AAAmap.R                          |only
 seriation-1.1-0/seriation/R/AAAparameter.R                    |only
 seriation-1.1-0/seriation/R/AAAregistry.R                     |only
 seriation-1.1-0/seriation/R/VAT.R                             |only
 seriation-1.1-0/seriation/R/bertinplot.R                      |  293 +-
 seriation-1.1-0/seriation/R/criterion.R                       |   91 
 seriation-1.1-0/seriation/R/criterion.array.R                 |    4 
 seriation-1.1-0/seriation/R/criterion.dist.R                  |  144 -
 seriation-1.1-0/seriation/R/criterion.matrix.R                |    2 
 seriation-1.1-0/seriation/R/data.R                            |only
 seriation-1.1-0/seriation/R/dissimilartiy.R                   |only
 seriation-1.1-0/seriation/R/dissplot.R                        | 1070 ++++------
 seriation-1.1-0/seriation/R/hmap.R                            |  349 +--
 seriation-1.1-0/seriation/R/permutation.R                     |   64 
 seriation-1.1-0/seriation/R/permutation_vector.R              |  133 -
 seriation-1.1-0/seriation/R/permute.R                         |  129 -
 seriation-1.1-0/seriation/R/pimage.R                          |  165 -
 seriation-1.1-0/seriation/R/reorder.hclust.R                  |only
 seriation-1.1-0/seriation/R/seriate.R                         |   64 
 seriation-1.1-0/seriation/R/seriate.array.R                   |   38 
 seriation-1.1-0/seriation/R/seriate.dist.R                    |  686 ++++--
 seriation-1.1-0/seriation/R/seriate.matrix.R                  |  210 +
 seriation-1.1-0/seriation/build/vignette.rds                  |binary
 seriation-1.1-0/seriation/data/Chameleon.rda                  |only
 seriation-1.1-0/seriation/data/Irish.rda                      |binary
 seriation-1.1-0/seriation/data/Munsingen.rda                  |binary
 seriation-1.1-0/seriation/data/Psych24.rda                    |binary
 seriation-1.1-0/seriation/data/Townships.rda                  |binary
 seriation-1.1-0/seriation/data/Wood.rda                       |only
 seriation-1.1-0/seriation/data/Zoo.rda                        |binary
 seriation-1.1-0/seriation/inst/NEWS                           |   48 
 seriation-1.1-0/seriation/inst/doc/seriation.R                |  120 -
 seriation-1.1-0/seriation/inst/doc/seriation.Rnw              |  129 -
 seriation-1.1-0/seriation/inst/doc/seriation.pdf              |binary
 seriation-1.1-0/seriation/inst/tests/test-criterion.R         |only
 seriation-1.1-0/seriation/inst/tests/test-permuation_vector.R |only
 seriation-1.1-0/seriation/inst/tests/test-seriate.R           |only
 seriation-1.1-0/seriation/man/Chameleon.Rd                    |only
 seriation-1.1-0/seriation/man/Irish.Rd                        |    6 
 seriation-1.1-0/seriation/man/Psych24.Rd                      |    2 
 seriation-1.1-0/seriation/man/Townships.Rd                    |    9 
 seriation-1.1-0/seriation/man/VAT.Rd                          |only
 seriation-1.1-0/seriation/man/Wood.Rd                         |only
 seriation-1.1-0/seriation/man/Zoo.Rd                          |    8 
 seriation-1.1-0/seriation/man/bertinplot.Rd                   |    4 
 seriation-1.1-0/seriation/man/col.Rd                          |only
 seriation-1.1-0/seriation/man/criterion.Rd                    |   93 
 seriation-1.1-0/seriation/man/criterion_methods.Rd            |   17 
 seriation-1.1-0/seriation/man/data.Rd                         |only
 seriation-1.1-0/seriation/man/dissimilarity.Rd                |only
 seriation-1.1-0/seriation/man/dissplot.Rd                     |   91 
 seriation-1.1-0/seriation/man/get_order.Rd                    |   25 
 seriation-1.1-0/seriation/man/hmap.Rd                         |  107 -
 seriation-1.1-0/seriation/man/permutation.Rd                  |   22 
 seriation-1.1-0/seriation/man/permutation_matrix.Rd           |only
 seriation-1.1-0/seriation/man/permutation_vector.Rd           |   27 
 seriation-1.1-0/seriation/man/permute.Rd                      |   24 
 seriation-1.1-0/seriation/man/pimage.Rd                       |  117 -
 seriation-1.1-0/seriation/man/reorder_hclust.Rd               |only
 seriation-1.1-0/seriation/man/seriate.Rd                      |  204 +
 seriation-1.1-0/seriation/man/seriation_methods.Rd            |   11 
 seriation-1.1-0/seriation/src/RNG_wrapper.c                   |    8 
 seriation-1.1-0/seriation/src/bburcg.f                        |    9 
 seriation-1.1-0/seriation/src/bbwrcg.f                        |   13 
 seriation-1.1-0/seriation/src/criterion.c                     |   89 
 seriation-1.1-0/seriation/src/dist.c                          |    9 
 seriation-1.1-0/seriation/src/lt.h                            |   16 
 seriation-1.1-0/seriation/src/pathdist.c                      |only
 seriation-1.1-0/seriation/vignettes/seriation.Rnw             |  129 -
 seriation-1.1-0/seriation/vignettes/seriation.bib             |    8 
 81 files changed, 2889 insertions(+), 2081 deletions(-)

More information about seriation at CRAN
Permanent link

Package parallelMap updated to version 1.3 with previous version 1.2 dated 2015-02-03

Title: Unified Interface to Parallelization Back-Ends
Description: Unified parallelization framework for multiple back-end, designed for internal package and interactive usage. The main operation is a parallel "map" over lists. Supports local, multicore, mpi and BatchJobs mode. Allows "tagging" of the parallel operation with a level name that can be later selected by the user to switch on parallel execution for exactly this operation.
Author: Bernd Bischl <bernd_bischl@gmx.net>, Michel Lang <michellang@gmail.com>
Maintainer: Bernd Bischl <bernd_bischl@gmx.net>

Diff between parallelMap versions 1.2 dated 2015-02-03 and 1.3 dated 2015-06-09

 parallelMap-1.2/parallelMap/man/parallelShowOptions.Rd                |only
 parallelMap-1.2/parallelMap/tests/testthat/test_parallelShowOptions.R |only
 parallelMap-1.3/parallelMap/DESCRIPTION                               |   18 ++--
 parallelMap-1.3/parallelMap/LICENSE                                   |    3 
 parallelMap-1.3/parallelMap/MD5                                       |   43 +++++-----
 parallelMap-1.3/parallelMap/NAMESPACE                                 |    5 -
 parallelMap-1.3/parallelMap/NEWS                                      |    4 
 parallelMap-1.3/parallelMap/R/parallelRegisterLevels.R                |   25 ++++-
 parallelMap-1.3/parallelMap/R/parallelShowOptions.R                   |   26 ++++--
 parallelMap-1.3/parallelMap/R/parallelStart.R                         |   16 ++-
 parallelMap-1.3/parallelMap/man/parallelExport.Rd                     |    2 
 parallelMap-1.3/parallelMap/man/parallelGetOptions.Rd                 |only
 parallelMap-1.3/parallelMap/man/parallelGetRegisteredLevels.Rd        |   14 ++-
 parallelMap-1.3/parallelMap/man/parallelLapply.Rd                     |    2 
 parallelMap-1.3/parallelMap/man/parallelLibrary.Rd                    |    2 
 parallelMap-1.3/parallelMap/man/parallelMap.Rd                        |    2 
 parallelMap-1.3/parallelMap/man/parallelRegisterLevels.Rd             |   10 +-
 parallelMap-1.3/parallelMap/man/parallelSource.Rd                     |    2 
 parallelMap-1.3/parallelMap/man/parallelStart.Rd                      |    7 -
 parallelMap-1.3/parallelMap/man/parallelStop.Rd                       |    2 
 parallelMap-1.3/parallelMap/tests/testthat/helpers.R                  |   10 +-
 parallelMap-1.3/parallelMap/tests/testthat/test_multicore.R           |    5 -
 parallelMap-1.3/parallelMap/tests/testthat/test_parallelGetOptions.R  |only
 parallelMap-1.3/parallelMap/tests/testthat/test_parallelStart.R       |only
 parallelMap-1.3/parallelMap/tests/testthat/test_registerLevels.R      |    3 
 25 files changed, 126 insertions(+), 75 deletions(-)

More information about parallelMap at CRAN
Permanent link

Package tis updated to version 1.30 with previous version 1.27 dated 2014-10-18

Title: Time Indexes and Time Indexed Series
Description: Functions and S3 classes for time indexes and time indexed series, which are compatible with FAME frequencies.
Author: Jeff Hallman <jeffrey.j.hallman@frb.gov>
Maintainer: Jeff Hallman <jeffrey.j.hallman@frb.gov>

Diff between tis versions 1.27 dated 2014-10-18 and 1.30 dated 2015-06-09

 DESCRIPTION              |    7 +-
 MD5                      |   28 +++++------
 NAMESPACE                |    4 +
 NEWS                     |   20 ++++++++
 R/barplot.tis.R          |    2 
 R/constantGrowthSeries.R |    2 
 R/screenPage.R           |    2 
 R/ti.R                   |   12 ++---
 R/tier.R                 |    2 
 R/tis.R                  |  110 ++++++++++++++++++++++-------------------------
 R/tisFromCsv.R           |   12 ++++-
 R/tisPlot.R              |   34 +++++++-------
 man/aggregate.tis.Rd     |   57 +++++++-----------------
 man/mergeSeries.Rd       |   13 +++--
 man/tisFromCsv.Rd        |   11 ++++
 15 files changed, 167 insertions(+), 149 deletions(-)

More information about tis at CRAN
Permanent link

New package optCluster with initial version 1.0.0
Package: optCluster
Title: Determine Optimal Clustering Algorithm and Number of Clusters
Version: 1.0.0
Date: 2015-05-20
Author: Michael Sekula <michael.sekula@louisville.edu>, Somnath Datta <somnath.datta@louisville.edu>, and Susmita Datta <susmita.datta@louisville.edu>
Maintainer: Michael Sekula <michael.sekula@louisville.edu>
Description: Cluster analysis using statistical and biological validation measures for both transformed and count data.
Depends: R (>= 3.0)
Imports: clValid, RankAggreg, mclust, methods, cluster, gplots, kohonen, MBCluster.Seq
Suggests: Biobase, annotate, GO.db, org.At.tair.db
LazyLoad: true
Collate: optCluster-Classes.R optCluster-Methods.R optCluster-Internal.R optCluster-Functions.R
License: GPL (>= 2)
NeedsCompilation: no
Packaged: 2015-06-09 16:20:08 UTC; michaelsekula
Repository: CRAN
Date/Publication: 2015-06-09 21:27:30

More information about optCluster at CRAN
Permanent link

Package lambda.tools updated to version 1.0.7 with previous version 1.0.6 dated 2015-03-21

Title: Tools for Modeling Data with Functional Programming
Description: Provides tools that manipulate and transform data using methods and techniques consistent with functional programming. The idea is that through the use of these tools, a program can be reasoned about insomuch that the implementation can be proven to be equivalent to the mathematical model.
Author: Brian Lee Yung Rowe
Maintainer: Brian Lee Yung Rowe <r@zatonovo.com>

Diff between lambda.tools versions 1.0.6 dated 2015-03-21 and 1.0.7 dated 2015-06-09

 DESCRIPTION                 |    8 ++++----
 MD5                         |   10 +++++-----
 R/fold.R                    |   10 ++++++++--
 R/lambda.tools-package.R    |    4 ++--
 man/lambda.tools-package.Rd |    4 ++--
 tests/run_tests.R           |    2 +-
 6 files changed, 22 insertions(+), 16 deletions(-)

More information about lambda.tools at CRAN
Permanent link

Package DNMF updated to version 1.3 with previous version 1.0 dated 2015-02-16

Title: Discriminant Non-Negative Matrix Factorization
Description: Discriminant Non-Negative Matrix Factorization aims to extend the Non-negative Matrix Factorization algorithm in order to extract features that enforce not only the spatial locality, but also the separability between classes in a discriminant manner. It refers to three article, Zafeiriou, Stefanos, et al. "Exploiting discriminant information in nonnegative matrix factorization with application to frontal face verification." Neural Networks, IEEE Transactions on 17.3 (2006): 683-695. Kim, Bo-Kyeong, and Soo-Young Lee. "Spectral Feature Extraction Using dNMF for Emotion Recognition in Vowel Sounds." Neural Information Processing. Springer Berlin Heidelberg, 2013. and Lee, Soo-Young, Hyun-Ah Song, and Shun-ichi Amari. "A new discriminant NMF algorithm and its application to the extraction of subtle emotional differences in speech." Cognitive neurodynamics 6.6 (2012): 525-535.
Author: Zhilong Jia [aut, cre], Xiang Zhang [aut]
Maintainer: Zhilong Jia <zhilongjia@gmail.com>

Diff between DNMF versions 1.0 dated 2015-02-16 and 1.3 dated 2015-06-09

 DESCRIPTION    |   20 +++++++++++++-------
 MD5            |   17 +++++++++++------
 NAMESPACE      |    9 ++++++++-
 NEWS.md        |only
 R/DNMF.R       |   53 +++++++++++++++++++++++++++++++++++++++++------------
 R/NMFpval.R    |only
 R/ndNMF.R      |only
 R/rnk.R        |   34 ++++++++++++++++++++++++++--------
 man/DNMF.Rd    |   43 +++++++++++++++++++++++++++++++++----------
 man/NMFpval.Rd |only
 man/ndNMF.Rd   |only
 man/rnk.Rd     |   15 +++++++++------
 12 files changed, 141 insertions(+), 50 deletions(-)

More information about DNMF at CRAN
Permanent link

Package Deriv updated to version 3.5.4 with previous version 3.4 dated 2015-05-05

Title: Symbolic Differentiation
Description: R-based solution for symbolic differentiation. It admits user-defined function as well as function substitution in arguments of functions to be differentiated. Some symbolic simplification is part of the work.
Author: Andrew Clausen [aut], Serguei Sokol [aut, cre]
Maintainer: Serguei Sokol <sokol@insa-toulouse.fr>

Diff between Deriv versions 3.4 dated 2015-05-05 and 3.5.4 dated 2015-06-09

 Deriv-3.4/Deriv/tests/testthat/test_Deriv.R.bck    |only
 Deriv-3.4/Deriv/tests/testthat/test_Simplify.R.bck |only
 Deriv-3.5.4/Deriv/DESCRIPTION                      |   10 
 Deriv-3.5.4/Deriv/MD5                              |   28 -
 Deriv-3.5.4/Deriv/NAMESPACE                        |    2 
 Deriv-3.5.4/Deriv/NEWS                             |   43 ++
 Deriv-3.5.4/Deriv/R/Deriv.R                        |  237 ++++++++-----
 Deriv-3.5.4/Deriv/R/Simplify.R                     |  356 ++++++++++++++-------
 Deriv-3.5.4/Deriv/README.md                        |    2 
 Deriv-3.5.4/Deriv/inst/CITATION                    |    4 
 Deriv-3.5.4/Deriv/man/Deriv-package.Rd             |   23 -
 Deriv-3.5.4/Deriv/man/Deriv.Rd                     |   15 
 Deriv-3.5.4/Deriv/man/Simplify.Rd                  |   11 
 Deriv-3.5.4/Deriv/man/format1.Rd                   |    3 
 Deriv-3.5.4/Deriv/tests/testthat/test_Deriv.R      |   87 ++++-
 Deriv-3.5.4/Deriv/tests/testthat/test_Simplify.R   |   26 +
 16 files changed, 588 insertions(+), 259 deletions(-)

More information about Deriv at CRAN
Permanent link

New package CircOutlier with initial version 3.1.3
Package: CircOutlier
Type: Package
Title: Detecting of Outliers in Circular Regression
Version: 3.1.3
Date: 2015-05-16
Author: Azade Ghazanfarihesari, Majid Sarmad- Ferdowsi University Of Mashhad
Maintainer: Azade Ghazanfarihesari <azade_ghazanfari@yahoo.com>
Depends: CircStats, circular
Description: Detecting of outliers in circular-circular regression models, modifying its and estimating of models parameters.
LazyLoad: yes
LazyData: yes
License: GPL (>= 2)
Packaged: 2015-06-09 14:36:33 UTC; Novin Pendar
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-06-09 21:27:18

More information about CircOutlier at CRAN
Permanent link

New package backShift with initial version 0.1.1
Package: backShift
Type: Package
Title: Learning Causal Cyclic Graphs from Unknown Shift Interventions
Version: 0.1.1
Date: 2015-06-09
Author: Christina Heinze <heinze@stat.math.ethz.ch>
Depends: R (>= 3.1.0)
Imports: jointDiag, clue, pcalg, igraph, matrixcalc, reshape2
Maintainer: Christina Heinze <heinze@stat.math.ethz.ch>
Description: Code for 'backShift', an algorithm to estimate the connectivity matrix of a directed (possibly cyclic) graph with hidden variables. The underlying system is required to be linear and we assume that observations under different shift interventions are available. For more details, see <http://arxiv.org/abs/1506.02494>.
License: GPL
LazyData: true
NeedsCompilation: no
Packaged: 2015-06-09 15:30:04 UTC; heinzec
Repository: CRAN
Date/Publication: 2015-06-09 21:27:21

More information about backShift at CRAN
Permanent link

New package NHMSAR with initial version 1.1
Package: NHMSAR
Type: Package
Title: Non-Homogeneous Markov Switching Autoregressive Models
Version: 1.1
Date: 2015-05-14
Author: Valerie Monbet
Maintainer: Valerie Monbet <valerie.monbet@gmail.com>
Description: Calibration, simulation, validation of (non-)homogeneous Markov switching autoregressive models with Gaussian or von Mises innovations. Penalization methods are implemented for Markov Switching Vector Autoregressive Models of order 1 only.
License: GPL
Imports: ucminf, lars, SIS, caTools, glasso
Packaged: 2015-06-09 14:39:23 UTC; monbet
Depends: R (>= 2.10)
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-06-09 17:12:10

More information about NHMSAR at CRAN
Permanent link

Package strvalidator updated to version 1.5.0 with previous version 1.4.0 dated 2015-01-06

Title: Process Control and Internal Validation of Forensic STR Kits
Description: An open source platform for validation and process control. Tools to analyse data from internal validation of forensic short tandem repeat (STR) kits are provided. The tools are developed to provide the necessary data to conform with guidelines for internal validation issued by the European Network of Forensic Science Institutes (ENFSI) DNA Working Group, and the Scientific Working Group on DNA Analysis Methods (SWGDAM). A front-end graphical user interface is provided. More information about each function can be found in the respective help documentation.
Author: Oskar Hansson
Maintainer: Oskar Hansson <oskar.hansson@fhi.no>

Diff between strvalidator versions 1.4.0 dated 2015-01-06 and 1.5.0 dated 2015-06-09

 strvalidator-1.4.0/strvalidator/R/loadPackage.r                     |only
 strvalidator-1.4.0/strvalidator/man/loadPackage.Rd                  |only
 strvalidator-1.5.0/strvalidator/DESCRIPTION                         |   26 
 strvalidator-1.5.0/strvalidator/MD5                                 |  410 +++++-----
 strvalidator-1.5.0/strvalidator/NAMESPACE                           |    9 
 strvalidator-1.5.0/strvalidator/NEWS                                |   48 +
 strvalidator-1.5.0/strvalidator/R/addColor.r                        |    6 
 strvalidator-1.5.0/strvalidator/R/addData.r                         |   13 
 strvalidator-1.5.0/strvalidator/R/addData_gui.r                     |    9 
 strvalidator-1.5.0/strvalidator/R/addDye_gui.r                      |    4 
 strvalidator-1.5.0/strvalidator/R/addMarker.r                       |    4 
 strvalidator-1.5.0/strvalidator/R/addMarker_gui.r                   |    4 
 strvalidator-1.5.0/strvalidator/R/addSize.r                         |    4 
 strvalidator-1.5.0/strvalidator/R/addSize_gui.r                     |    4 
 strvalidator-1.5.0/strvalidator/R/blockAT.r                         |only
 strvalidator-1.5.0/strvalidator/R/calculateAT.r                     |only
 strvalidator-1.5.0/strvalidator/R/calculateAT6.r                    |only
 strvalidator-1.5.0/strvalidator/R/calculateAT6_gui.r                |only
 strvalidator-1.5.0/strvalidator/R/calculateAT_gui.r                 |only
 strvalidator-1.5.0/strvalidator/R/calculateBalance.r                |    9 
 strvalidator-1.5.0/strvalidator/R/calculateBalance_gui.r            |   42 -
 strvalidator-1.5.0/strvalidator/R/calculateCapillary.r              |    4 
 strvalidator-1.5.0/strvalidator/R/calculateCapillary_gui.r          |    5 
 strvalidator-1.5.0/strvalidator/R/calculateConcordance.r            |    4 
 strvalidator-1.5.0/strvalidator/R/calculateConcordance_gui.r        |    3 
 strvalidator-1.5.0/strvalidator/R/calculateDropout.r                |    5 
 strvalidator-1.5.0/strvalidator/R/calculateDropout_gui.r            |    8 
 strvalidator-1.5.0/strvalidator/R/calculateHeight.r                 |    4 
 strvalidator-1.5.0/strvalidator/R/calculateHeight_gui.r             |    5 
 strvalidator-1.5.0/strvalidator/R/calculateHeterozygous.r           |    4 
 strvalidator-1.5.0/strvalidator/R/calculateHeterozygous_gui.r       |    6 
 strvalidator-1.5.0/strvalidator/R/calculateMixture.r                |    4 
 strvalidator-1.5.0/strvalidator/R/calculateMixture_gui.r            |    8 
 strvalidator-1.5.0/strvalidator/R/calculateOL.r                     |    4 
 strvalidator-1.5.0/strvalidator/R/calculateOL_gui.r                 |    5 
 strvalidator-1.5.0/strvalidator/R/calculateOverlap.r                |    4 
 strvalidator-1.5.0/strvalidator/R/calculateOverlap_gui.r            |    5 
 strvalidator-1.5.0/strvalidator/R/calculatePeaks.r                  |    7 
 strvalidator-1.5.0/strvalidator/R/calculatePeaks_gui.r              |    5 
 strvalidator-1.5.0/strvalidator/R/calculatePullup.r                 |   15 
 strvalidator-1.5.0/strvalidator/R/calculatePullup_gui.r             |   11 
 strvalidator-1.5.0/strvalidator/R/calculateResultType.r             |    4 
 strvalidator-1.5.0/strvalidator/R/calculateResultType_gui.r         |    6 
 strvalidator-1.5.0/strvalidator/R/calculateStutter.r                |    4 
 strvalidator-1.5.0/strvalidator/R/calculateStutter_gui.r            |    8 
 strvalidator-1.5.0/strvalidator/R/checkDataset.r                    |   59 -
 strvalidator-1.5.0/strvalidator/R/checkSubset.r                     |   51 -
 strvalidator-1.5.0/strvalidator/R/checkSubset_gui.r                 |    8 
 strvalidator-1.5.0/strvalidator/R/colNames.r                        |   80 +
 strvalidator-1.5.0/strvalidator/R/columns.r                         |only
 strvalidator-1.5.0/strvalidator/R/columns_gui.r                     |only
 strvalidator-1.5.0/strvalidator/R/combineBinsAndPanels.r            |    9 
 strvalidator-1.5.0/strvalidator/R/combine_gui.r                     |    4 
 strvalidator-1.5.0/strvalidator/R/compact.r                         |    4 
 strvalidator-1.5.0/strvalidator/R/cropData_gui.r                    |    5 
 strvalidator-1.5.0/strvalidator/R/detectKit.r                       |    4 
 strvalidator-1.5.0/strvalidator/R/editData_gui.r                    |   40 
 strvalidator-1.5.0/strvalidator/R/export.r                          |    2 
 strvalidator-1.5.0/strvalidator/R/export_gui.r                      |    4 
 strvalidator-1.5.0/strvalidator/R/filterProfile.r                   |   35 
 strvalidator-1.5.0/strvalidator/R/filterProfile_gui.r               |   28 
 strvalidator-1.5.0/strvalidator/R/generateEPG.r                     |   12 
 strvalidator-1.5.0/strvalidator/R/generateEPG_gui.r                 |    8 
 strvalidator-1.5.0/strvalidator/R/getDb.r                           |    4 
 strvalidator-1.5.0/strvalidator/R/getKit.r                          |    4 
 strvalidator-1.5.0/strvalidator/R/ggsave_gui.r                      |    4 
 strvalidator-1.5.0/strvalidator/R/globals.R                         |    6 
 strvalidator-1.5.0/strvalidator/R/guessProfile.r                    |    2 
 strvalidator-1.5.0/strvalidator/R/guessProfile_gui.r                |    4 
 strvalidator-1.5.0/strvalidator/R/heightToPeak.r                    |    6 
 strvalidator-1.5.0/strvalidator/R/import.r                          |  195 +++-
 strvalidator-1.5.0/strvalidator/R/import_gui.r                      |  330 ++++++--
 strvalidator-1.5.0/strvalidator/R/listObjects.r                     |    4 
 strvalidator-1.5.0/strvalidator/R/makeKit_gui.r                     |    4 
 strvalidator-1.5.0/strvalidator/R/modelDropout_gui.r                |    9 
 strvalidator-1.5.0/strvalidator/R/plotAT_gui.r                      |only
 strvalidator-1.5.0/strvalidator/R/plotBalance_gui.r                 |   74 +
 strvalidator-1.5.0/strvalidator/R/plotCapillary_gui.r               |    3 
 strvalidator-1.5.0/strvalidator/R/plotDistribution_gui.r            |  130 ++-
 strvalidator-1.5.0/strvalidator/R/plotDropout_gui.r                 |   13 
 strvalidator-1.5.0/strvalidator/R/plotKit_gui.r                     |    4 
 strvalidator-1.5.0/strvalidator/R/plotPeaks_gui.r                   |    3 
 strvalidator-1.5.0/strvalidator/R/plotPrecision_gui.r               |    2 
 strvalidator-1.5.0/strvalidator/R/plotPullup_gui.r                  |    8 
 strvalidator-1.5.0/strvalidator/R/plotResultType_gui.r              |    3 
 strvalidator-1.5.0/strvalidator/R/plotStutter_gui.r                 |    2 
 strvalidator-1.5.0/strvalidator/R/readBinsFile.r                    |    2 
 strvalidator-1.5.0/strvalidator/R/readPanelsFile.r                  |    4 
 strvalidator-1.5.0/strvalidator/R/saveObject.r                      |    6 
 strvalidator-1.5.0/strvalidator/R/slim.r                            |   36 
 strvalidator-1.5.0/strvalidator/R/slim_gui.r                        |   34 
 strvalidator-1.5.0/strvalidator/R/sortMarker.r                      |    4 
 strvalidator-1.5.0/strvalidator/R/strvalidator-package.r            |    4 
 strvalidator-1.5.0/strvalidator/R/strvalidator.r                    |  134 ++-
 strvalidator-1.5.0/strvalidator/R/tableBalance.r                    |    4 
 strvalidator-1.5.0/strvalidator/R/tableBalance_gui.r                |    4 
 strvalidator-1.5.0/strvalidator/R/tableCapillary.r                  |    4 
 strvalidator-1.5.0/strvalidator/R/tableCapillary_gui.r              |    2 
 strvalidator-1.5.0/strvalidator/R/tablePrecision.r                  |    4 
 strvalidator-1.5.0/strvalidator/R/tablePrecision_gui.r              |    8 
 strvalidator-1.5.0/strvalidator/R/tableStutter.r                    |    4 
 strvalidator-1.5.0/strvalidator/R/tableStutter_gui.r                |    2 
 strvalidator-1.5.0/strvalidator/R/trim.r                            |   95 ++
 strvalidator-1.5.0/strvalidator/R/trim_gui.r                        |  122 +-
 strvalidator-1.5.0/strvalidator/man/addColor.Rd                     |    9 
 strvalidator-1.5.0/strvalidator/man/addData.Rd                      |   16 
 strvalidator-1.5.0/strvalidator/man/addData_gui.Rd                  |   11 
 strvalidator-1.5.0/strvalidator/man/addDye_gui.Rd                   |    7 
 strvalidator-1.5.0/strvalidator/man/addMarker.Rd                    |    7 
 strvalidator-1.5.0/strvalidator/man/addMarker_gui.Rd                |    7 
 strvalidator-1.5.0/strvalidator/man/addSize.Rd                      |    7 
 strvalidator-1.5.0/strvalidator/man/addSize_gui.Rd                  |    7 
 strvalidator-1.5.0/strvalidator/man/blockAT.Rd                      |only
 strvalidator-1.5.0/strvalidator/man/calculateAT.Rd                  |only
 strvalidator-1.5.0/strvalidator/man/calculateAT6.Rd                 |only
 strvalidator-1.5.0/strvalidator/man/calculateAT6_gui.Rd             |only
 strvalidator-1.5.0/strvalidator/man/calculateAT_gui.Rd              |only
 strvalidator-1.5.0/strvalidator/man/calculateBalance.Rd             |    7 
 strvalidator-1.5.0/strvalidator/man/calculateBalance_gui.Rd         |    6 
 strvalidator-1.5.0/strvalidator/man/calculateCapillary.Rd           |    7 
 strvalidator-1.5.0/strvalidator/man/calculateCapillary_gui.Rd       |    8 
 strvalidator-1.5.0/strvalidator/man/calculateConcordance.Rd         |    7 
 strvalidator-1.5.0/strvalidator/man/calculateConcordance_gui.Rd     |    6 
 strvalidator-1.5.0/strvalidator/man/calculateDropout.Rd             |    8 
 strvalidator-1.5.0/strvalidator/man/calculateDropout_gui.Rd         |    8 
 strvalidator-1.5.0/strvalidator/man/calculateHeight.Rd              |    7 
 strvalidator-1.5.0/strvalidator/man/calculateHeight_gui.Rd          |    8 
 strvalidator-1.5.0/strvalidator/man/calculateHeterozygous.Rd        |    7 
 strvalidator-1.5.0/strvalidator/man/calculateHeterozygous_gui.Rd    |    8 
 strvalidator-1.5.0/strvalidator/man/calculateMixture.Rd             |    7 
 strvalidator-1.5.0/strvalidator/man/calculateMixture_gui.Rd         |    8 
 strvalidator-1.5.0/strvalidator/man/calculateOL.Rd                  |    7 
 strvalidator-1.5.0/strvalidator/man/calculateOL_gui.Rd              |    8 
 strvalidator-1.5.0/strvalidator/man/calculateOverlap.Rd             |    7 
 strvalidator-1.5.0/strvalidator/man/calculateOverlap_gui.Rd         |    8 
 strvalidator-1.5.0/strvalidator/man/calculatePeaks.Rd               |    7 
 strvalidator-1.5.0/strvalidator/man/calculatePeaks_gui.Rd           |    8 
 strvalidator-1.5.0/strvalidator/man/calculatePullup.Rd              |    7 
 strvalidator-1.5.0/strvalidator/man/calculatePullup_gui.Rd          |   10 
 strvalidator-1.5.0/strvalidator/man/calculateResultType.Rd          |    7 
 strvalidator-1.5.0/strvalidator/man/calculateResultType_gui.Rd      |    6 
 strvalidator-1.5.0/strvalidator/man/calculateStutter.Rd             |    7 
 strvalidator-1.5.0/strvalidator/man/calculateStutter_gui.Rd         |    8 
 strvalidator-1.5.0/strvalidator/man/checkDataset.Rd                 |   11 
 strvalidator-1.5.0/strvalidator/man/checkSubset.Rd                  |   11 
 strvalidator-1.5.0/strvalidator/man/checkSubset_gui.Rd              |    8 
 strvalidator-1.5.0/strvalidator/man/colNames.Rd                     |   17 
 strvalidator-1.5.0/strvalidator/man/columns.Rd                      |only
 strvalidator-1.5.0/strvalidator/man/columns_gui.Rd                  |only
 strvalidator-1.5.0/strvalidator/man/combineBinsAndPanels.Rd         |    7 
 strvalidator-1.5.0/strvalidator/man/combine_gui.Rd                  |    7 
 strvalidator-1.5.0/strvalidator/man/compact.Rd                      |    7 
 strvalidator-1.5.0/strvalidator/man/cropData_gui.Rd                 |    8 
 strvalidator-1.5.0/strvalidator/man/detectKit.Rd                    |    7 
 strvalidator-1.5.0/strvalidator/man/editData_gui.Rd                 |    7 
 strvalidator-1.5.0/strvalidator/man/export.Rd                       |    5 
 strvalidator-1.5.0/strvalidator/man/export_gui.Rd                   |    7 
 strvalidator-1.5.0/strvalidator/man/filterProfile.Rd                |   23 
 strvalidator-1.5.0/strvalidator/man/filterProfile_gui.Rd            |   11 
 strvalidator-1.5.0/strvalidator/man/generateEPG.Rd                  |    5 
 strvalidator-1.5.0/strvalidator/man/generateEPG_gui.Rd              |    6 
 strvalidator-1.5.0/strvalidator/man/getDb.Rd                        |    7 
 strvalidator-1.5.0/strvalidator/man/getKit.Rd                       |    7 
 strvalidator-1.5.0/strvalidator/man/ggsave_gui.Rd                   |    7 
 strvalidator-1.5.0/strvalidator/man/guessProfile.Rd                 |    5 
 strvalidator-1.5.0/strvalidator/man/guessProfile_gui.Rd             |    7 
 strvalidator-1.5.0/strvalidator/man/heightToPeak.Rd                 |    9 
 strvalidator-1.5.0/strvalidator/man/import.Rd                       |   48 +
 strvalidator-1.5.0/strvalidator/man/import_gui.Rd                   |    7 
 strvalidator-1.5.0/strvalidator/man/listObjects.Rd                  |    7 
 strvalidator-1.5.0/strvalidator/man/makeKit_gui.Rd                  |    7 
 strvalidator-1.5.0/strvalidator/man/modelDropout_gui.Rd             |    7 
 strvalidator-1.5.0/strvalidator/man/plotAT_gui.Rd                   |only
 strvalidator-1.5.0/strvalidator/man/plotBalance_gui.Rd              |    5 
 strvalidator-1.5.0/strvalidator/man/plotCapillary_gui.Rd            |    6 
 strvalidator-1.5.0/strvalidator/man/plotDistribution_gui.Rd         |   11 
 strvalidator-1.5.0/strvalidator/man/plotDropout_gui.Rd              |    7 
 strvalidator-1.5.0/strvalidator/man/plotKit_gui.Rd                  |    7 
 strvalidator-1.5.0/strvalidator/man/plotPeaks_gui.Rd                |    6 
 strvalidator-1.5.0/strvalidator/man/plotPrecision_gui.Rd            |    5 
 strvalidator-1.5.0/strvalidator/man/plotPullup_gui.Rd               |    5 
 strvalidator-1.5.0/strvalidator/man/plotResultType_gui.Rd           |    6 
 strvalidator-1.5.0/strvalidator/man/plotStutter_gui.Rd              |    5 
 strvalidator-1.5.0/strvalidator/man/readBinsFile.Rd                 |    5 
 strvalidator-1.5.0/strvalidator/man/readPanelsFile.Rd               |    7 
 strvalidator-1.5.0/strvalidator/man/ref1.Rd                         |    3 
 strvalidator-1.5.0/strvalidator/man/ref11.Rd                        |    3 
 strvalidator-1.5.0/strvalidator/man/ref2.Rd                         |    3 
 strvalidator-1.5.0/strvalidator/man/ref3.Rd                         |    3 
 strvalidator-1.5.0/strvalidator/man/ref4.Rd                         |    3 
 strvalidator-1.5.0/strvalidator/man/ref51.Rd                        |    3 
 strvalidator-1.5.0/strvalidator/man/ref52.Rd                        |    3 
 strvalidator-1.5.0/strvalidator/man/saveObject.Rd                   |    7 
 strvalidator-1.5.0/strvalidator/man/set1.Rd                         |    3 
 strvalidator-1.5.0/strvalidator/man/set2.Rd                         |    3 
 strvalidator-1.5.0/strvalidator/man/set3.Rd                         |    3 
 strvalidator-1.5.0/strvalidator/man/set4.Rd                         |    3 
 strvalidator-1.5.0/strvalidator/man/set5.Rd                         |    3 
 strvalidator-1.5.0/strvalidator/man/slim.Rd                         |   19 
 strvalidator-1.5.0/strvalidator/man/slim_gui.Rd                     |    7 
 strvalidator-1.5.0/strvalidator/man/sortMarker.Rd                   |    7 
 strvalidator-1.5.0/strvalidator/man/strValidator-package.Rd         |    3 
 strvalidator-1.5.0/strvalidator/man/strvalidator.Rd                 |   12 
 strvalidator-1.5.0/strvalidator/man/tableBalance.Rd                 |    7 
 strvalidator-1.5.0/strvalidator/man/tableBalance_gui.Rd             |    7 
 strvalidator-1.5.0/strvalidator/man/tableCapillary.Rd               |    7 
 strvalidator-1.5.0/strvalidator/man/tableCapillary_gui.Rd           |    5 
 strvalidator-1.5.0/strvalidator/man/tablePrecision.Rd               |    7 
 strvalidator-1.5.0/strvalidator/man/tablePrecision_gui.Rd           |    8 
 strvalidator-1.5.0/strvalidator/man/tableStutter.Rd                 |    7 
 strvalidator-1.5.0/strvalidator/man/tableStutter_gui.Rd             |    5 
 strvalidator-1.5.0/strvalidator/man/trim.Rd                         |   23 
 strvalidator-1.5.0/strvalidator/man/trim_gui.Rd                     |    7 
 strvalidator-1.5.0/strvalidator/tests/testthat.R                    |    1 
 strvalidator-1.5.0/strvalidator/tests/testthat/test-filterProfile.r |  117 ++
 215 files changed, 2124 insertions(+), 1141 deletions(-)

More information about strvalidator at CRAN
Permanent link

Package RefManageR updated to version 0.8.63 with previous version 0.8.45 dated 2015-01-09

Title: Straightforward 'BibTeX' and 'BibLaTeX' Bibliography Management
Description: Provides tools for importing and working with bibliographic references. It greatly enhances the 'bibentry' class by providing a class 'BibEntry' which stores 'BibTeX' and 'BibLaTeX' references, supports 'UTF-8' encoding, and can be easily searched by any field, by date ranges, and by various formats for name lists (author by last names, translator by full names, etc.). Entries can be updated, combined, sorted, printed in a number of styles, and exported. 'BibTeX' and 'BibLaTeX' '.bib' files can be read into 'R' and converted to 'BibEntry' objects. Interfaces to 'NCBI Entrez', 'CrossRef', and 'Zotero' are provided for importing references and references can be created from locally stored 'PDF' files using 'Poppler'. Includes functions for citing and generating a bibliography with hyperlinks for documents prepared with 'RMarkdown' or 'RHTML'.
Author: Mathew W. McLean [aut, cre]
Maintainer: Mathew W. McLean <mathew.w.mclean@gmail.com>

Diff between RefManageR versions 0.8.45 dated 2015-01-09 and 0.8.63 dated 2015-06-09

 RefManageR-0.8.45/RefManageR/inst/doc/TestAuthorYear.html    |only
 RefManageR-0.8.45/RefManageR/inst/doc/TestNumeric.html       |only
 RefManageR-0.8.45/RefManageR/inst/doc/figure                 |only
 RefManageR-0.8.45/RefManageR/man/format.Bibentry.Rd          |only
 RefManageR-0.8.63/RefManageR/DESCRIPTION                     |   31 
 RefManageR-0.8.63/RefManageR/LICENSE                         |    4 
 RefManageR-0.8.63/RefManageR/MD5                             |  178 
 RefManageR-0.8.63/RefManageR/R/02BibOptions.R                |  314 
 RefManageR-0.8.63/RefManageR/R/03BibLaTeX_entry_field_db.R   |  276 
 RefManageR-0.8.63/RefManageR/R/04InternalFunctions.R         | 1769 +-
 RefManageR-0.8.63/RefManageR/R/05makeBibLatex.R              | 2613 +--
 RefManageR-0.8.63/RefManageR/R/06BibEntry.R                  |  358 
 RefManageR-0.8.63/RefManageR/R/07makeBibLatexAuthoryear.R    | 2290 +-
 RefManageR-0.8.63/RefManageR/R/08asBibEntry.R                |  224 
 RefManageR-0.8.63/RefManageR/R/09sort.R                      |  260 
 RefManageR-0.8.63/RefManageR/R/BibEntryAddOp.R               |  256 
 RefManageR-0.8.63/RefManageR/R/BibEntryAssignOp.R            |  142 
 RefManageR-0.8.63/RefManageR/R/BibEntryCombineOp.R           |   58 
 RefManageR-0.8.63/RefManageR/R/BibEntryDollarExtract.R       |   60 
 RefManageR-0.8.63/RefManageR/R/BibEntryExtractOp.R           |  615 
 RefManageR-0.8.63/RefManageR/R/BibEntryListExtract.R         |   88 
 RefManageR-0.8.63/RefManageR/R/BibEntryReplaceBibEntry.R     |   66 
 RefManageR-0.8.63/RefManageR/R/BibEntryReplaceOp.R           |  258 
 RefManageR-0.8.63/RefManageR/R/GetBibEntryWithDOI.R          |   85 
 RefManageR-0.8.63/RefManageR/R/GetDOIs.R                     |  204 
 RefManageR-0.8.63/RefManageR/R/NamesAssign.R                 |   20 
 RefManageR-0.8.63/RefManageR/R/ReadBib.R                     |   90 
 RefManageR-0.8.63/RefManageR/R/ReadCrossRef.R                |  209 
 RefManageR-0.8.63/RefManageR/R/ReadGS.R                      |  190 
 RefManageR-0.8.63/RefManageR/R/ReadPDFs.R                    |  350 
 RefManageR-0.8.63/RefManageR/R/ReadPDFsSupport.R             | 1048 -
 RefManageR-0.8.63/RefManageR/R/ReadPubMed.R                  |  866 -
 RefManageR-0.8.63/RefManageR/R/ReadZotero.R                  |  226 
 RefManageR-0.8.63/RefManageR/R/RefManageR-package.R          |  130 
 RefManageR-0.8.63/RefManageR/R/SearchBib.R                   |   48 
 RefManageR-0.8.63/RefManageR/R/UpdateFieldName.R             |   48 
 RefManageR-0.8.63/RefManageR/R/WriteBib.R                    |  118 
 RefManageR-0.8.63/RefManageR/R/asdataframe.R                 |   86 
 RefManageR-0.8.63/RefManageR/R/format.R                      |  188 
 RefManageR-0.8.63/RefManageR/R/head.BibEntry.R               |  122 
 RefManageR-0.8.63/RefManageR/R/levels.R                      |   58 
 RefManageR-0.8.63/RefManageR/R/names.R                       |   38 
 RefManageR-0.8.63/RefManageR/R/open.BibEntry.R               |  155 
 RefManageR-0.8.63/RefManageR/R/print.R                       |  171 
 RefManageR-0.8.63/RefManageR/R/relist.R                      |   72 
 RefManageR-0.8.63/RefManageR/R/rmdCite.R                     |  785 
 RefManageR-0.8.63/RefManageR/R/toBiblatex.R                  |  162 
 RefManageR-0.8.63/RefManageR/R/toBibtex.R                    |  226 
 RefManageR-0.8.63/RefManageR/R/unlist.R                      |   62 
 RefManageR-0.8.63/RefManageR/README.md                       |only
 RefManageR-0.8.63/RefManageR/build/vignette.rds              |binary
 RefManageR-0.8.63/RefManageR/inst/Bib/RJC.bib                | 9500 +++++------
 RefManageR-0.8.63/RefManageR/inst/Bib/badFormat.bib          |only
 RefManageR-0.8.63/RefManageR/inst/Bib/biblatexExamples.bib   | 3346 +--
 RefManageR-0.8.63/RefManageR/inst/Bib/test.bib               | 2104 +-
 RefManageR-0.8.63/RefManageR/inst/CITATION                   |    2 
 RefManageR-0.8.63/RefManageR/inst/NEWS                       |  277 
 RefManageR-0.8.63/RefManageR/inst/Rhtml/TestAuthorYear.Rhtml |   96 
 RefManageR-0.8.63/RefManageR/inst/Rhtml/TestHtml.Rhtml       |   96 
 RefManageR-0.8.63/RefManageR/inst/Rmd/TestAlphabetic.Rmd     |   62 
 RefManageR-0.8.63/RefManageR/inst/Rmd/TestNumeric.Rmd        |   64 
 RefManageR-0.8.63/RefManageR/inst/Rmd/TestPandoc.Rmd         |only
 RefManageR-0.8.63/RefManageR/inst/Rmd/TestRmd.Rmd            |   72 
 RefManageR-0.8.63/RefManageR/inst/doc/TestAlphabetic.R       |   30 
 RefManageR-0.8.63/RefManageR/inst/doc/TestAlphabetic.Rmd     |   68 
 RefManageR-0.8.63/RefManageR/inst/doc/TestAlphabetic.html    |  173 
 RefManageR-0.8.63/RefManageR/inst/doc/TestHtml.R             |   38 
 RefManageR-0.8.63/RefManageR/inst/doc/TestHtml.Rhtml         |  106 
 RefManageR-0.8.63/RefManageR/inst/doc/TestHtml.html          |  422 
 RefManageR-0.8.63/RefManageR/inst/doc/TestRmd.R              |   40 
 RefManageR-0.8.63/RefManageR/inst/doc/TestRmd.Rmd            |   80 
 RefManageR-0.8.63/RefManageR/inst/doc/TestRmd.html           |  177 
 RefManageR-0.8.63/RefManageR/inst/doc/manual.Rnw             |   32 
 RefManageR-0.8.63/RefManageR/inst/doc/manual.pdf             |binary
 RefManageR-0.8.63/RefManageR/inst/pdf                        |only
 RefManageR-0.8.63/RefManageR/man/BibEntry.Rd                 |    4 
 RefManageR-0.8.63/RefManageR/man/Cite.Rd                     |    3 
 RefManageR-0.8.63/RefManageR/man/GetPubMedByID.Rd            |    6 
 RefManageR-0.8.63/RefManageR/man/ReadBib.Rd                  |    8 
 RefManageR-0.8.63/RefManageR/man/ReadZotero.Rd               |    4 
 RefManageR-0.8.63/RefManageR/man/print.BibEntry.Rd           |   40 
 RefManageR-0.8.63/RefManageR/man/toBiblatex.Rd               |    2 
 RefManageR-0.8.63/RefManageR/tests                           |only
 RefManageR-0.8.63/RefManageR/vignettes/TestAlphabetic.Rmd    |   68 
 RefManageR-0.8.63/RefManageR/vignettes/TestHtml.Rhtml        |  106 
 RefManageR-0.8.63/RefManageR/vignettes/TestRmd.Rmd           |   80 
 RefManageR-0.8.63/RefManageR/vignettes/manual.Rnw            |   32 
 87 files changed, 16598 insertions(+), 16157 deletions(-)

More information about RefManageR at CRAN
Permanent link

Package PrevMap updated to version 1.1.5 with previous version 1.1.4 dated 2015-01-14

Title: Geostatistical Modelling of Spatially Referenced Prevalence Data
Description: It provides functions for both likelihood-based and Bayesian analysis of spatially referenced prevalence data, and is also an extension of the 'geoR' package.
Author: Emanuele Giorgi, Peter J. Diggle
Maintainer: Emanuele Giorgi <e.giorgi@lancaster.ac.uk>

Diff between PrevMap versions 1.1.4 dated 2015-01-14 and 1.1.5 dated 2015-06-09

 DESCRIPTION                    |   13 ++++++-------
 MD5                            |   16 ++++++++--------
 R/foo.R                        |   15 +++++++++------
 man/Laplace.sampling.Rd        |    4 ++--
 man/Laplace.sampling.lr.Rd     |    4 ++--
 man/adjust.sigma2.Rd           |    2 +-
 man/binomial.logistic.Bayes.Rd |    2 +-
 man/binomial.logistic.MCML.Rd  |    2 +-
 man/linear.model.Bayes.Rd      |    2 +-
 9 files changed, 31 insertions(+), 29 deletions(-)

More information about PrevMap at CRAN
Permanent link

Package PEIP updated to version 2.0 with previous version 1.7 dated 2014-01-07

Title: Geophysical Inverse Theory and Optimization
Description: Several functions introduced in Aster et al.'s book on inverse theory. The functions are often translations of MATLAB code developed by the authors to illustrate concepts of inverse theory as applied to geophysics. Generalized inversion, tomographic inversion algorithms (conjugate gradients, 'ART' and 'SIRT'), non-linear least squares, first and second order Tikhonov regularization, roughness constraints, and procedures for estimating smoothing parameters are included. Includes a wrapper for the FORTRAN based 'LSQR' (Paige and Saunders) routine.
Author: Jonathan M. Lees
Maintainer: Jonathan M. Lees <jonathan.lees@unc.edu>

Diff between PEIP versions 1.7 dated 2014-01-07 and 2.0 dated 2015-06-09

 PEIP-1.7/PEIP/R/astercode.R            |only
 PEIP-1.7/PEIP/R/wGSVD.R                |only
 PEIP-1.7/PEIP/man/astercode.Rd         |only
 PEIP-1.7/PEIP/man/wGSVD.Rd             |only
 PEIP-2.0/PEIP/DESCRIPTION              |   12 +--
 PEIP-2.0/PEIP/MD5                      |  100 ++++++++++++++++---------------
 PEIP-2.0/PEIP/R/GSVD.R                 |  105 ++++++++++++++++-----------------
 PEIP-2.0/PEIP/R/blf2.R                 |    8 +-
 PEIP-2.0/PEIP/R/ginv.R                 |    5 +
 PEIP-2.0/PEIP/R/imagesc.R              |   13 ++++
 PEIP-2.0/PEIP/R/occam.R                |    4 -
 PEIP-2.0/PEIP/R/rlsqr.R                |    4 -
 PEIP-2.0/PEIP/R/setDesignG.R           |only
 PEIP-2.0/PEIP/R/shawG.R                |only
 PEIP-2.0/PEIP/R/vspprofile.R           |only
 PEIP-2.0/PEIP/man/Ainv.Rd              |   14 ++++
 PEIP-2.0/PEIP/man/GSVD.Rd              |   51 ++++++++++++----
 PEIP-2.0/PEIP/man/Mnorm.Rd             |    7 ++
 PEIP-2.0/PEIP/man/art.Rd               |   34 ++++++++++
 PEIP-2.0/PEIP/man/bayes.Rd             |   33 ++++++++++
 PEIP-2.0/PEIP/man/blf2.Rd              |   30 ++++++++-
 PEIP-2.0/PEIP/man/cgls.Rd              |   19 +++++
 PEIP-2.0/PEIP/man/chi.Rd               |   10 +++
 PEIP-2.0/PEIP/man/chi2cdf.Rd           |    6 +
 PEIP-2.0/PEIP/man/chi2inv.Rd           |    8 ++
 PEIP-2.0/PEIP/man/dcost.Rd             |   14 ++++
 PEIP-2.0/PEIP/man/flipGSVD.Rd          |   32 ++++++----
 PEIP-2.0/PEIP/man/gcval.Rd             |   39 ++++++++++++
 PEIP-2.0/PEIP/man/get_l_rough.Rd       |   20 +++++-
 PEIP-2.0/PEIP/man/ginv.Rd              |   15 ++++
 PEIP-2.0/PEIP/man/idcost.Rd            |   15 ++++
 PEIP-2.0/PEIP/man/imagesc.Rd           |   19 +++++
 PEIP-2.0/PEIP/man/interp2grid.Rd       |    6 -
 PEIP-2.0/PEIP/man/irls.Rd              |   30 +++++++++
 PEIP-2.0/PEIP/man/irlsl1reg.Rd         |   29 +++++++++
 PEIP-2.0/PEIP/man/kac.Rd               |   30 +++++++++
 PEIP-2.0/PEIP/man/l_curve_corner.Rd    |   43 +++++++++++++
 PEIP-2.0/PEIP/man/l_curve_tgsvd.Rd     |   50 +++++++++++++++
 PEIP-2.0/PEIP/man/l_curve_tikh_gsvd.Rd |   48 +++++++++++++++
 PEIP-2.0/PEIP/man/l_curve_tikh_svd.Rd  |   38 +++++++++++
 PEIP-2.0/PEIP/man/linesconst.Rd        |    8 ++
 PEIP-2.0/PEIP/man/lmarq.Rd             |   35 +++++++++++
 PEIP-2.0/PEIP/man/mcmc.Rd              |   89 +++++++++++++++++++++++++++
 PEIP-2.0/PEIP/man/nnz.Rd               |    8 ++
 PEIP-2.0/PEIP/man/phi.Rd               |   10 +++
 PEIP-2.0/PEIP/man/phiinv.Rd            |   10 +++
 PEIP-2.0/PEIP/man/picard_vals.Rd       |   44 ++++++++++++-
 PEIP-2.0/PEIP/man/plotconst.Rd         |   10 +++
 PEIP-2.0/PEIP/man/quadlin.Rd           |   18 +++++
 PEIP-2.0/PEIP/man/rlsqr.Rd             |   19 ++++-
 PEIP-2.0/PEIP/man/setDesignG.Rd        |only
 PEIP-2.0/PEIP/man/shawG.Rd             |only
 PEIP-2.0/PEIP/man/sirt.Rd              |   36 ++++++++++-
 PEIP-2.0/PEIP/man/vspprofile.Rd        |only
 PEIP-2.0/PEIP/src/Makevars             |only
 PEIP-2.0/PEIP/src/zdggsvd.f            |only
 PEIP-2.0/PEIP/tests                    |only
 57 files changed, 1022 insertions(+), 156 deletions(-)

More information about PEIP at CRAN
Permanent link

New package papeR with initial version 0.6-1
Package: papeR
Title: A Toolbox for Writing 'knitr', 'Sweave' or Other 'LaTeX'-Based Papers and Reports
Version: 0.6-1
Date: 2015-06-09
Author: Benjamin Hofner, with contributions by many others (see inst/CONTRIBUTIONS)
Maintainer: Benjamin Hofner <benjamin.hofner@fau.de>
Description: A toolbox for writing 'knitr', 'Sweave' or other 'LaTeX'-based reports and to prettify the output of various estimated models.
Depends: utils, car
Enhances: nlme, lme4, survival
Imports: gmodels
License: GPL-2
URL: http://github.com/hofnerb/papeR
Copyright: See inst/COPYRIGHTS.
Collate: 'helpers.R' 'labels.R' 'latex_table.R' 'plot.R' 'prettify.R' 'toLatex.R'
NeedsCompilation: no
Packaged: 2015-06-09 08:52:01 UTC; bhofner
Repository: CRAN
Date/Publication: 2015-06-09 16:44:04

More information about papeR at CRAN
Permanent link

Package vcd updated to version 1.4-0 with previous version 1.3-2 dated 2014-08-03

Title: Visualizing Categorical Data
Description: Visualization techniques, data sets, summary and inference procedures aimed particularly at categorical data. Special emphasis is given to highly extensible grid graphics. The package was package was originally inspired by the book "Visualizing Categorical Data" by Michael Friendly and is now the main support package for a new book, "Discrete Data Analysis with R" by Michael Friendly and David Meyer (2015).
Author: David Meyer [aut, cre], Achim Zeileis [aut], Kurt Hornik [aut], Florian Gerber [ctb], Michael Friendly [ctb]
Maintainer: David Meyer <David.Meyer@R-project.org>

Diff between vcd versions 1.3-2 dated 2014-08-03 and 1.4-0 dated 2015-06-09

 vcd-1.3-2/vcd/man/oddsratio.Rd                |only
 vcd-1.4-0/vcd/DESCRIPTION                     |   20 -
 vcd-1.4-0/vcd/MD5                             |  154 ++++-----
 vcd-1.4-0/vcd/NAMESPACE                       |   44 ++
 vcd-1.4-0/vcd/R/Kappa.R                       |   21 -
 vcd-1.4-0/vcd/R/Ord_plot.R                    |   12 
 vcd-1.4-0/vcd/R/agreementplot.R               |   28 +
 vcd-1.4-0/vcd/R/assocstats.R                  |   20 -
 vcd-1.4-0/vcd/R/binregplot.R                  |only
 vcd-1.4-0/vcd/R/cd_plot.R                     |   22 -
 vcd-1.4-0/vcd/R/cotabplot.R                   |   52 ++-
 vcd-1.4-0/vcd/R/distplot.R                    |  262 ++++++++-------
 vcd-1.4-0/vcd/R/fourfold.R                    |   18 -
 vcd-1.4-0/vcd/R/goodfit.R                     |  387 ++++++++++++----------
 vcd-1.4-0/vcd/R/grid_legend.R                 |  169 +++++----
 vcd-1.4-0/vcd/R/loddsratio.R                  |only
 vcd-1.4-0/vcd/R/mosaic.R                      |  441 +++++++++++++-------------
 vcd-1.4-0/vcd/R/mplot.R                       |only
 vcd-1.4-0/vcd/R/oddsratioplot.R               |  333 +++++++++----------
 vcd-1.4-0/vcd/R/pairsplot.R                   |   59 ++-
 vcd-1.4-0/vcd/R/rootogram.R                   |  246 +++++++++-----
 vcd-1.4-0/vcd/R/shadings.R                    |   37 ++
 vcd-1.4-0/vcd/R/sieve.R                       |    8 
 vcd-1.4-0/vcd/R/strucplot.R                   |   21 -
 vcd-1.4-0/vcd/R/tabletools.R                  |    4 
 vcd-1.4-0/vcd/R/ternaryplot.R                 |    8 
 vcd-1.4-0/vcd/R/tile.R                        |    2 
 vcd-1.4-0/vcd/build/vignette.rds              |binary
 vcd-1.4-0/vcd/data/Butterfly.rda              |binary
 vcd-1.4-0/vcd/data/Employment.rda             |binary
 vcd-1.4-0/vcd/data/Federalist.rda             |binary
 vcd-1.4-0/vcd/data/HorseKicks.rda             |binary
 vcd-1.4-0/vcd/data/Hospital.rda               |binary
 vcd-1.4-0/vcd/data/Lifeboats.rda              |binary
 vcd-1.4-0/vcd/data/MSPatients.rda             |binary
 vcd-1.4-0/vcd/data/PreSex.rda                 |binary
 vcd-1.4-0/vcd/data/RepVict.rda                |binary
 vcd-1.4-0/vcd/data/Rochdale.rda               |binary
 vcd-1.4-0/vcd/data/Saxony.rda                 |binary
 vcd-1.4-0/vcd/data/Suicide.rda                |binary
 vcd-1.4-0/vcd/data/UKSoccer.rda               |binary
 vcd-1.4-0/vcd/data/WeldonDice.rda             |binary
 vcd-1.4-0/vcd/data/WomenQueue.rda             |binary
 vcd-1.4-0/vcd/demo/twoway.R                   |   46 +-
 vcd-1.4-0/vcd/inst/NEWS.Rd                    |   37 ++
 vcd-1.4-0/vcd/inst/doc/residual-shadings.R    |    1 
 vcd-1.4-0/vcd/inst/doc/residual-shadings.pdf  |binary
 vcd-1.4-0/vcd/inst/doc/strucplot.R            |    9 
 vcd-1.4-0/vcd/man/Bundestag2005.Rd            |    2 
 vcd-1.4-0/vcd/man/CoalMiners.Rd               |   18 -
 vcd-1.4-0/vcd/man/Kappa.Rd                    |   22 +
 vcd-1.4-0/vcd/man/MSPatients.Rd               |   17 -
 vcd-1.4-0/vcd/man/Ord_plot.Rd                 |   15 
 vcd-1.4-0/vcd/man/VisualAcuity.Rd             |    3 
 vcd-1.4-0/vcd/man/agreementplot.Rd            |   16 
 vcd-1.4-0/vcd/man/assocstats.Rd               |   16 
 vcd-1.4-0/vcd/man/binregplot.Rd               |only
 vcd-1.4-0/vcd/man/cd_plot.Rd                  |    8 
 vcd-1.4-0/vcd/man/cotab_panel.Rd              |    4 
 vcd-1.4-0/vcd/man/cotabplot.Rd                |    4 
 vcd-1.4-0/vcd/man/distplot.Rd                 |    7 
 vcd-1.4-0/vcd/man/fourfold.Rd                 |   10 
 vcd-1.4-0/vcd/man/goodfit.Rd                  |   17 -
 vcd-1.4-0/vcd/man/grid_barplot.Rd             |    3 
 vcd-1.4-0/vcd/man/grid_legend.Rd              |   43 +-
 vcd-1.4-0/vcd/man/loddsratio.Rd               |only
 vcd-1.4-0/vcd/man/mplot.Rd                    |only
 vcd-1.4-0/vcd/man/pairs.table.Rd              |    7 
 vcd-1.4-0/vcd/man/panel_pairs_off-diagonal.Rd |    2 
 vcd-1.4-0/vcd/man/plot.loddsratio.Rd          |only
 vcd-1.4-0/vcd/man/rootogram.Rd                |   81 ++++
 vcd-1.4-0/vcd/man/shadings.Rd                 |   48 ++
 vcd-1.4-0/vcd/man/sieve.Rd                    |    3 
 vcd-1.4-0/vcd/man/struc_assoc.Rd              |    2 
 vcd-1.4-0/vcd/man/struc_mosaic.Rd             |    2 
 vcd-1.4-0/vcd/man/struc_sieve.Rd              |    4 
 vcd-1.4-0/vcd/man/strucplot.Rd                |    8 
 vcd-1.4-0/vcd/man/table2d_summary.Rd          |    4 
 vcd-1.4-0/vcd/man/ternaryplot.Rd              |    5 
 vcd-1.4-0/vcd/man/tile.Rd                     |    6 
 vcd-1.4-0/vcd/vignettes/residual-shadings.Rnw |    3 
 vcd-1.4-0/vcd/vignettes/strucplot.Rnw         |    3 
 82 files changed, 1722 insertions(+), 1122 deletions(-)

More information about vcd at CRAN
Permanent link

New package whoami with initial version 1.0.0
Package: whoami
Title: Username, Full Name, Email Address, 'GitHub' Username of the Current User
Version: 1.0.0
Author: Gabor Csardi
Maintainer: Gabor Csardi <csardi.gabor@gmail.com>
Description: Look up the username and full name of the current user, the current user's email address and 'GitHub' username, using various sources of system and configuration information.
License: MIT + file LICENSE
URL: https://github.com/gaborcsardi/whoami
BugReports: https://github.com/gaborcsardi/whoami/issues
Imports: httr, jsonlite
Suggests: testthat
NeedsCompilation: no
Packaged: 2015-06-08 13:19:52 UTC; gaborcsardi
Repository: CRAN
Date/Publication: 2015-06-09 12:23:02

More information about whoami at CRAN
Permanent link

Package SASxport (with last version 1.5.0) was removed from CRAN

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

2014-07-21 1.5.0
2013-10-09 1.3.6
2013-06-15 1.3.5
2013-06-01 1.3.4
2013-05-12 1.3.2
2013-04-15 1.2.4.1
2010-11-12 1.2.4
2008-02-29 1.2.3
2007-11-11 1.2.2
2007-11-05 1.2.1
2007-11-03 1.2.0
2007-10-03 1.1.1

Permanent link
Package VIFCP (with last version 1.0) was removed from CRAN

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

2015-04-10 1.0

Permanent link
Package gstudio (with last version 1.3) was removed from CRAN

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

2014-06-02 1.3
2014-04-29 1.2
2014-01-04 1.1
2013-06-07 1.0
2012-01-31 0.8
2012-01-12 0.6
2011-12-31 0.5
2011-11-25 0.3
2011-08-24 0.2
2011-08-12 0.1

Permanent link
Package CSS (with last version 1.0.2) was removed from CRAN

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

2013-11-08 1.0.2
2013-06-10 1.0.1
2013-05-28 1.0

Permanent link
Package CorReg updated to version 1.0.5 with previous version 1.0 dated 2015-01-13

Title: Linear Regression Based on Linear Structure Between Covariates
Description: Linear regression based on a recursive structural equation model (explicit correlations) found by a MCMC algorithm. It permits to face highly correlated covariates. Variable selection is included (by lasso, elastic net, etc.). It also provides some graphical tools for basic statistics and regression trees.
Author: Clement THERY [aut, cre], Christophe BIERNACKI [ctb], Gaetan LORIDANT [ctb], Florian WATRIN [ctb], Quentin GRIMONPREZ [ctb], Vincent KUBICKI [ctb], Samuel BLANCK [ctb], Jeremie KELLNER [ctb]
Maintainer: Clement THERY <monsieur.thery@therysolutions.com>

Diff between CorReg versions 1.0 dated 2015-01-13 and 1.0.5 dated 2015-06-09

 CorReg-1.0.5/CorReg/DESCRIPTION               |   27 +--
 CorReg-1.0.5/CorReg/MD5                       |  182 +++++++++++---------------
 CorReg-1.0.5/CorReg/NAMESPACE                 |   23 ---
 CorReg-1.0.5/CorReg/R/BICZmiss.R              |   14 +-
 CorReg-1.0.5/CorReg/R/BicZ.R                  |   35 +++--
 CorReg-1.0.5/CorReg/R/BicZcurve.R             |   16 +-
 CorReg-1.0.5/CorReg/R/CVMSE.R                 |   16 +-
 CorReg-1.0.5/CorReg/R/Conan.R                 |only
 CorReg-1.0.5/CorReg/R/CorReg-package.R        |   45 +++---
 CorReg-1.0.5/CorReg/R/Estep.R                 |   34 ++--
 CorReg-1.0.5/CorReg/R/GM_Loglikelihood.R      |   23 ---
 CorReg-1.0.5/CorReg/R/Gibbs.R                 |   10 -
 CorReg-1.0.5/CorReg/R/Gibbs_X_ij_IF.R         |    2 
 CorReg-1.0.5/CorReg/R/Gibbs_miss.R            |    4 
 CorReg-1.0.5/CorReg/R/MSEZ.R                  |   14 +-
 CorReg-1.0.5/CorReg/R/MSE_loc.R               |   18 ++
 CorReg-1.0.5/CorReg/R/MakeF.R                 |    2 
 CorReg-1.0.5/CorReg/R/MakeH.R                 |    2 
 CorReg-1.0.5/CorReg/R/MakeJ.R                 |    2 
 CorReg-1.0.5/CorReg/R/OLS.R                   |   30 ++--
 CorReg-1.0.5/CorReg/R/ProbaZ.R                |   18 +-
 CorReg-1.0.5/CorReg/R/R2Z.R                   |   14 +-
 CorReg-1.0.5/CorReg/R/SEM.R                   |   10 -
 CorReg-1.0.5/CorReg/R/Terminator.R            |   42 ++++--
 CorReg-1.0.5/CorReg/R/WhoIs.R                 |    8 -
 CorReg-1.0.5/CorReg/R/Winitial.R              |   28 ++--
 CorReg-1.0.5/CorReg/R/Y_generator.R           |   22 +--
 CorReg-1.0.5/CorReg/R/cleanYtest.R            |   36 +++--
 CorReg-1.0.5/CorReg/R/cleanZ.R                |   20 +-
 CorReg-1.0.5/CorReg/R/cleanZR2.R              |   14 +-
 CorReg-1.0.5/CorReg/R/cleanZlars.R            |    2 
 CorReg-1.0.5/CorReg/R/cleanZtest.R            |   14 +-
 CorReg-1.0.5/CorReg/R/cleancolZ.R             |   18 +-
 CorReg-1.0.5/CorReg/R/compare_beta.R          |   13 -
 CorReg-1.0.5/CorReg/R/compare_sign.R          |    6 
 CorReg-1.0.5/CorReg/R/compare_struct.R        |   24 ++-
 CorReg-1.0.5/CorReg/R/compare_zero.R          |    8 -
 CorReg-1.0.5/CorReg/R/confint_coef.R          |   37 +++--
 CorReg-1.0.5/CorReg/R/correg.R                |  101 +++++++++++---
 CorReg-1.0.5/CorReg/R/density_estimation.R    |   81 +++++++----
 CorReg-1.0.5/CorReg/R/fillmiss.R              |   28 ++--
 CorReg-1.0.5/CorReg/R/generateurA_ou.R        |   16 +-
 CorReg-1.0.5/CorReg/R/hatB.R                  |   12 -
 CorReg-1.0.5/CorReg/R/inkei.R                 |    5 
 CorReg-1.0.5/CorReg/R/loglikcond.R            |    2 
 CorReg-1.0.5/CorReg/R/matplot_zone.R          |   40 ++++-
 CorReg-1.0.5/CorReg/R/missing_penalty.R       |   14 +-
 CorReg-1.0.5/CorReg/R/mixture_generator.R     |   90 +++++++-----
 CorReg-1.0.5/CorReg/R/mon_AIC.R               |    2 
 CorReg-1.0.5/CorReg/R/muiZ.R                  |   18 +-
 CorReg-1.0.5/CorReg/R/newhatB.R               |    2 
 CorReg-1.0.5/CorReg/R/newtheta.R              |    2 
 CorReg-1.0.5/CorReg/R/readY.R                 |   18 +-
 CorReg-1.0.5/CorReg/R/readZ.R                 |   28 +++-
 CorReg-1.0.5/CorReg/R/recursive_tree.R        |   21 ++-
 CorReg-1.0.5/CorReg/R/rforge.R                |    8 -
 CorReg-1.0.5/CorReg/R/searchZ_sparse.R        |   38 ++---
 CorReg-1.0.5/CorReg/R/searchZmiss.R           |    4 
 CorReg-1.0.5/CorReg/R/showdata.R              |   32 +++-
 CorReg-1.0.5/CorReg/R/structureFinder.R       |  108 ++++++++++++---
 CorReg-1.0.5/CorReg/R/tik.R                   |    2 
 CorReg-1.0.5/CorReg/R/victory_int.R           |    2 
 CorReg-1.0.5/CorReg/man/BicZ.Rd               |   21 ++-
 CorReg-1.0.5/CorReg/man/Conan.Rd              |only
 CorReg-1.0.5/CorReg/man/CorReg-package.Rd     |   49 ++++---
 CorReg-1.0.5/CorReg/man/MSE_loc.Rd            |   23 ++-
 CorReg-1.0.5/CorReg/man/Terminator.Rd         |   17 ++
 CorReg-1.0.5/CorReg/man/compare_struct.Rd     |   25 ++-
 CorReg-1.0.5/CorReg/man/correg.Rd             |   77 ++++++++---
 CorReg-1.0.5/CorReg/man/density_estimation.Rd |   28 +++-
 CorReg-1.0.5/CorReg/man/matplot_zone.Rd       |   40 +++--
 CorReg-1.0.5/CorReg/man/mixture_generator.Rd  |   67 ++++++---
 CorReg-1.0.5/CorReg/man/readZ.Rd              |   33 +++-
 CorReg-1.0.5/CorReg/man/recursive_tree.Rd     |   22 ++-
 CorReg-1.0.5/CorReg/man/showdata.Rd           |   31 +++-
 CorReg-1.0.5/CorReg/man/structureFinder.Rd    |  106 +++++++++++----
 CorReg-1.0.5/CorReg/src/CVMSE.cpp             |    2 
 CorReg-1.0.5/CorReg/src/GM_likelihood.cpp     |   12 -
 CorReg-1.0.5/CorReg/src/ProbaZ_cpp.cpp        |    6 
 CorReg-1.0.5/CorReg/src/rechercheZ_rejet.cpp  |    6 
 CorReg-1.0.5/CorReg/src/rechercheZ_relax.cpp  |    6 
 CorReg-1.0/CorReg/R/compass.R                 |only
 CorReg-1.0/CorReg/man/BicZcurve.Rd            |only
 CorReg-1.0/CorReg/man/CVMSE.Rd                |only
 CorReg-1.0/CorReg/man/Estep.Rd                |only
 CorReg-1.0/CorReg/man/MSEZ.Rd                 |only
 CorReg-1.0/CorReg/man/OLS.Rd                  |only
 CorReg-1.0/CorReg/man/ProbaZ.Rd               |only
 CorReg-1.0/CorReg/man/R2Z.Rd                  |only
 CorReg-1.0/CorReg/man/WhoIs.Rd                |only
 CorReg-1.0/CorReg/man/Winitial.Rd             |only
 CorReg-1.0/CorReg/man/Y_generator.Rd          |only
 CorReg-1.0/CorReg/man/cleanYtest.Rd           |only
 CorReg-1.0/CorReg/man/cleanZ.Rd               |only
 CorReg-1.0/CorReg/man/cleanZR2.Rd             |only
 CorReg-1.0/CorReg/man/cleancolZ.Rd            |only
 CorReg-1.0/CorReg/man/compare_beta.Rd         |only
 CorReg-1.0/CorReg/man/compare_sign.Rd         |only
 CorReg-1.0/CorReg/man/compare_zero.Rd         |only
 CorReg-1.0/CorReg/man/confint_coef.Rd         |only
 CorReg-1.0/CorReg/man/fillmiss.Rd             |only
 CorReg-1.0/CorReg/man/hatB.Rd                 |only
 CorReg-1.0/CorReg/man/readY.Rd                |only
 CorReg-1.0/CorReg/man/rforge.Rd               |only
 CorReg-1.0/CorReg/man/searchZ_sparse.Rd       |only
 105 files changed, 1302 insertions(+), 776 deletions(-)

More information about CorReg at CRAN
Permanent link

Package wsrf updated to version 1.5.14 with previous version 1.5.0 dated 2015-05-24

Title: Weighted Subspace Random Forest for Classification
Description: A parallel implementation of Weighted Subspace Random Forest. The Weighted Subspace Random Forest algorithm was proposed in the International Journal of Data Warehousing and Mining, 8(2):44-63, 2012, proposed by Baoxun Xu, Joshua Zhexue Huang, Graham Williams, Qiang Wang, and Yunming Ye. The algorithm can classify very high-dimensional data with random forests built using small subspaces. A novel variable weighting method is used for variable subspace selection in place of the traditional random variable sampling.This new approach is particularly useful in building models from high-dimensional data.
Author: Qinghan Meng [aut], He Zhao [aut, cre], Graham Williams [aut], Junchao Lv [ctb], Baoxun Xu [aut]
Maintainer: He Zhao <Simon.Yansen.Zhao@gmail.com>

Diff between wsrf versions 1.5.0 dated 2015-05-24 and 1.5.14 dated 2015-06-09

 DESCRIPTION               |    8 ++--
 MD5                       |   56 ++++++++++++++---------------
 R/predict.wsrf.R          |   55 ++++++++++++++++-------------
 README.md                 |    7 ---
 build/vignette.rds        |binary
 inst/NEWS.Rd              |   41 ++++++++++++++++++++-
 inst/doc/wsrfGuide.Rnw    |    2 -
 inst/doc/wsrfGuide.pdf    |binary
 man/wsrf.Rd               |   25 ++++++++++---
 src/IGR.cpp               |   17 +++++++--
 src/IGR.h                 |   13 +++---
 src/c4_5_var_selector.cpp |   41 +++++++++++++--------
 src/c4_5_var_selector.h   |   14 -------
 src/dataset.cpp           |   12 +++---
 src/dataset.h             |   18 ++-------
 src/meta_data.cpp         |   16 ++++----
 src/meta_data.h           |    2 -
 src/node.h                |   19 +++++-----
 src/rforest.cpp           |   86 ++++++++++++++++++++++++++++------------------
 src/rforest.h             |   26 ++++++-------
 src/tree.cpp              |   51 ++++++++++++++-------------
 src/tree.h                |    6 ---
 src/utility.h             |    2 -
 src/var_selector.h        |   16 +++-----
 src/wsrf.cpp              |    9 +++-
 src/wsrf.h                |   11 -----
 tests/wsrftest.R          |   10 +----
 tests/wsrftest.Rout.save  |   12 +-----
 vignettes/wsrfGuide.Rnw   |    2 -
 29 files changed, 311 insertions(+), 266 deletions(-)

More information about wsrf at CRAN
Permanent link

Package systemfit updated to version 1.1-16 with previous version 1.1-14 dated 2012-11-18

Title: Estimating Systems of Simultaneous Equations
Description: Fitting simultaneous systems of linear and nonlinear equations using Ordinary Least Squares (OLS), Weighted Least Squares (WLS), Seemingly Unrelated Regressions (SUR), Two-Stage Least Squares (2SLS), Weighted Two-Stage Least Squares (W2SLS), and Three-Stage Least Squares (3SLS).
Author: Arne Henningsen and Jeff D. Hamann
Maintainer: Arne Henningsen <arne.henningsen@gmail.com>

Diff between systemfit versions 1.1-14 dated 2012-11-18 and 1.1-16 dated 2015-06-09

 DESCRIPTION                  |   24 
 MD5                          |   56 
 NAMESPACE                    |    2 
 NEWS                         |   10 
 R/createSystemfitModel.R     |    2 
 R/linear.hypothesis.R        |    8 
 R/nlsystemfit.r              |   53 
 R/systemfit.R                |    8 
 build                        |only
 inst/doc/systemfit.R         |only
 tests/KleinI.R               |    8 
 tests/KleinI.Rout.save       |36419 +++++++++++++++++++++----------------------
 tests/KleinI_noMat.R         |    1 
 tests/KleinI_noMat.Rout.save | 9293 +++++-----
 tests/test_2sls.R            |    9 
 tests/test_2sls.Rout.save    | 6357 +++----
 tests/test_3sls.R            |  139 
 tests/test_3sls.Rout.save    |23267 +++++++++++++--------------
 tests/test_hausman.R         |    3 
 tests/test_hausman.Rout.save |   35 
 tests/test_ols.R             |    9 
 tests/test_ols.Rout.save     | 4855 ++---
 tests/test_panel.R           |    9 
 tests/test_panel.Rout.save   |12599 +++++++-------
 tests/test_sur.R             |   41 
 tests/test_sur.Rout.save     |11205 ++++++-------
 tests/test_w2sls.R           |    9 
 tests/test_w2sls.Rout.save   | 5693 +++---
 tests/test_wls.R             |    7 
 tests/test_wls.Rout.save     | 6081 +++----
 30 files changed, 57805 insertions(+), 58397 deletions(-)

More information about systemfit at CRAN
Permanent link

Package sweidnumbr updated to version 0.6.0 with previous version 0.2 dated 2014-09-28

Title: Handling of Swedish Identity Numbers
Description: Structural handling of identity numbers used in the Swedish administration such as personal identity numbers ('personnummer') and organizational identity numbers ('organisationsnummer').
Author: Mans Magnusson and Erik Bulow
Maintainer: Mans Magnusson <mons.magnusson@gmail.com>

Diff between sweidnumbr versions 0.2 dated 2014-09-28 and 0.6.0 dated 2015-06-09

 sweidnumbr-0.2/sweidnumbr/inst/tests                       |only
 sweidnumbr-0.2/sweidnumbr/man/pin_add_zero.Rd              |only
 sweidnumbr-0.6.0/sweidnumbr/DESCRIPTION                    |   18 -
 sweidnumbr-0.6.0/sweidnumbr/LICENSE                        |    2 
 sweidnumbr-0.6.0/sweidnumbr/MD5                            |  114 ++++----
 sweidnumbr-0.6.0/sweidnumbr/NAMESPACE                      |   18 +
 sweidnumbr-0.6.0/sweidnumbr/R/create_s3_methods.R          |only
 sweidnumbr-0.6.0/sweidnumbr/R/data_documentation.R         |only
 sweidnumbr-0.6.0/sweidnumbr/R/firstlib.R                   |    2 
 sweidnumbr-0.6.0/sweidnumbr/R/oin.R                        |   67 ++++-
 sweidnumbr-0.6.0/sweidnumbr/R/oin_methods.R                |only
 sweidnumbr-0.6.0/sweidnumbr/R/pin.R                        |  108 ++++++--
 sweidnumbr-0.6.0/sweidnumbr/R/pin_internal.R               |  114 ++++++--
 sweidnumbr-0.6.0/sweidnumbr/R/pin_methods.R                |   14 +
 sweidnumbr-0.6.0/sweidnumbr/R/sweidnumbr.R                 |    2 
 sweidnumbr-0.6.0/sweidnumbr/README.md                      |   18 +
 sweidnumbr-0.6.0/sweidnumbr/build/vignette.rds             |binary
 sweidnumbr-0.6.0/sweidnumbr/data                           |only
 sweidnumbr-0.6.0/sweidnumbr/inst/CITATION                  |    2 
 sweidnumbr-0.6.0/sweidnumbr/inst/doc/sweidnumbr.R          |   17 -
 sweidnumbr-0.6.0/sweidnumbr/inst/doc/sweidnumbr.Rmd        |   78 +++++-
 sweidnumbr-0.6.0/sweidnumbr/inst/doc/sweidnumbr.html       |   97 +++++--
 sweidnumbr-0.6.0/sweidnumbr/inst/doc/sweidnumbr.md         |  165 +++++++++++--
 sweidnumbr-0.6.0/sweidnumbr/man/as.oin.Rd                  |only
 sweidnumbr-0.6.0/sweidnumbr/man/as.pin.Rd                  |    3 
 sweidnumbr-0.6.0/sweidnumbr/man/fake_pins.Rd               |only
 sweidnumbr-0.6.0/sweidnumbr/man/is.oin.Rd                  |    3 
 sweidnumbr-0.6.0/sweidnumbr/man/is.pin.Rd                  |    3 
 sweidnumbr-0.6.0/sweidnumbr/man/luhn_algo.Rd               |   27 +-
 sweidnumbr-0.6.0/sweidnumbr/man/oin_ctrl.Rd                |    3 
 sweidnumbr-0.6.0/sweidnumbr/man/oin_group.Rd               |    3 
 sweidnumbr-0.6.0/sweidnumbr/man/oin_group_element.Rd       |    3 
 sweidnumbr-0.6.0/sweidnumbr/man/pin_age.Rd                 |    7 
 sweidnumbr-0.6.0/sweidnumbr/man/pin_birthplace.Rd          |    7 
 sweidnumbr-0.6.0/sweidnumbr/man/pin_birthplace_internal.Rd |    7 
 sweidnumbr-0.6.0/sweidnumbr/man/pin_century.Rd             |    3 
 sweidnumbr-0.6.0/sweidnumbr/man/pin_convert.Rd             |    3 
 sweidnumbr-0.6.0/sweidnumbr/man/pin_coordn.Rd              |    3 
 sweidnumbr-0.6.0/sweidnumbr/man/pin_coordn_correct.Rd      |    3 
 sweidnumbr-0.6.0/sweidnumbr/man/pin_ctrl.Rd                |    3 
 sweidnumbr-0.6.0/sweidnumbr/man/pin_sex.Rd                 |    3 
 sweidnumbr-0.6.0/sweidnumbr/man/pin_to_date.Rd             |    3 
 sweidnumbr-0.6.0/sweidnumbr/man/sweidnumbr.Rd              |    5 
 sweidnumbr-0.6.0/sweidnumbr/tests                          |only
 sweidnumbr-0.6.0/sweidnumbr/vignettes/sweidnumbr.Rmd       |   46 ++-
 45 files changed, 719 insertions(+), 255 deletions(-)

More information about sweidnumbr at CRAN
Permanent link

Package RESS updated to version 1.1 with previous version 1.0 dated 2015-03-06

Title: Integrates R and Essentia
Description: Contains two functions that query AuriQ Systems' Essentia Database and return the results in R. 'essQuery' takes a single Essentia command and captures the output in R, where you can save the output to a dataframe or stream it directly into additional analysis. 'read.udb' takes a file containing any number of Essentia commands and captures the output of the specified statements into R dataframes. Essentia can be downloaded for free at http://www.auriq.com/documentation/source/install/index.html.
Author: Ben Waxer
Maintainer: Ben Waxer <bwaxer@auriq.com>

Diff between RESS versions 1.0 dated 2015-03-06 and 1.1 dated 2015-06-09

 DESCRIPTION         |   10 +++++-----
 MD5                 |    8 ++++----
 man/RESS-package.Rd |    6 +++---
 man/essQuery.Rd     |   15 ++++++++-------
 man/read.udb.Rd     |   14 +++++++-------
 5 files changed, 27 insertions(+), 26 deletions(-)

More information about RESS at CRAN
Permanent link

Package patchDVI updated to version 1.9.1616 with previous version 1.9.1601 dated 2013-12-15

Title: Package to Patch .dvi or .synctex Files
Description: Functions to patch specials in .dvi files, or entries in .synctex files. Works with "concordance=TRUE" in Sweave or knitr to link sources to previews.
Author: Duncan Murdoch
Maintainer: Duncan Murdoch <murdoch@stats.uwo.ca>

Diff between patchDVI versions 1.9.1601 dated 2013-12-15 and 1.9.1616 dated 2015-06-09

 patchDVI-1.9.1601/patchDVI/vignettes/Japanese-concordance.tex |only
 patchDVI-1.9.1601/patchDVI/vignettes/Japanese.synctex.gz      |only
 patchDVI-1.9.1601/patchDVI/vignettes/Japanese.tex             |only
 patchDVI-1.9.1601/patchDVI/vignettes/patchDVI-concordance.tex |only
 patchDVI-1.9.1601/patchDVI/vignettes/patchDVI.log.new         |only
 patchDVI-1.9.1601/patchDVI/vignettes/patchDVI.tex             |only
 patchDVI-1.9.1616/patchDVI/DESCRIPTION                        |   19 
 patchDVI-1.9.1616/patchDVI/MD5                                |   45 
 patchDVI-1.9.1616/patchDVI/NAMESPACE                          |    7 
 patchDVI-1.9.1616/patchDVI/R/SweaveAll.R                      |    4 
 patchDVI-1.9.1616/patchDVI/R/knitr.R                          |only
 patchDVI-1.9.1616/patchDVI/R/patchLog.R                       |    1 
 patchDVI-1.9.1616/patchDVI/R/patchPDF.R                       |  850 +++++-----
 patchDVI-1.9.1616/patchDVI/R/zzz.R                            |only
 patchDVI-1.9.1616/patchDVI/build/vignette.rds                 |binary
 patchDVI-1.9.1616/patchDVI/inst/NEWS                          |    7 
 patchDVI-1.9.1616/patchDVI/inst/doc/Japanese.Rnw              |   61 
 patchDVI-1.9.1616/patchDVI/inst/doc/Japanese.pdf              |binary
 patchDVI-1.9.1616/patchDVI/inst/doc/patchDVI.R                |    7 
 patchDVI-1.9.1616/patchDVI/inst/doc/patchDVI.Rnw              |  121 -
 patchDVI-1.9.1616/patchDVI/inst/doc/patchDVI.pdf              |binary
 patchDVI-1.9.1616/patchDVI/man/SweaveAll.Rd                   |  176 +-
 patchDVI-1.9.1616/patchDVI/man/SweaveMiktex.Rd                |  229 +-
 patchDVI-1.9.1616/patchDVI/man/defSconcordance.Rd             |only
 patchDVI-1.9.1616/patchDVI/po                                 |only
 patchDVI-1.9.1616/patchDVI/vignettes/Japanese.Rnw             |   61 
 patchDVI-1.9.1616/patchDVI/vignettes/patchDVI.Rnw             |  121 -
 patchDVI-1.9.1616/patchDVI/vignettes/patchDVI.bib             |   10 
 28 files changed, 930 insertions(+), 789 deletions(-)

More information about patchDVI at CRAN
Permanent link

New package RcppFaddeeva with initial version 0.1.0
Package: RcppFaddeeva
Type: Package
Title: 'Rcpp' Bindings for the 'Faddeeva' Package
Version: 0.1.0
Date: 2015-06-07
Authors@R: c(person("Baptiste", "Auguie", email = "baptiste.auguie@gmail.com",role = c("aut", "cre")), person("Dirk", "Eddelbuettel", email = "edd@debian.org", role = "aut"), person(c("Steven", "G."), "Johnson", role = "aut", comment="Author of Faddeeva"))
Description: Access to a family of Gauss error functions for arbitrary complex arguments is provided via the 'Faddeeva' package by Steven G. Johnson (see <http://ab-initio.mit.edu/wiki/index.php/Faddeeva_Package> for more information).
License: GPL (>= 2)
Imports: Rcpp (>= 0.11.0), knitr
Suggests: testthat
VignetteBuilder: knitr
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2015-06-08 20:01:12 UTC; baptiste
Author: Baptiste Auguie [aut, cre], Dirk Eddelbuettel [aut], Steven G. Johnson [aut] (Author of Faddeeva)
Maintainer: Baptiste Auguie <baptiste.auguie@gmail.com>
Repository: CRAN
Date/Publication: 2015-06-09 07:48:31

More information about RcppFaddeeva at CRAN
Permanent link

New package DT with initial version 0.1
Package: DT
Type: Package
Title: A Wrapper of the JavaScript Library 'DataTables'
Version: 0.1
Date: 2015-06-08
Authors@R: c( person("Yihui", "Xie", email = "xie@yihui.name", role = c("aut", "cre")), person("Joe", "Cheng", email = "joe@rstudio.com", role = c("ctb")), person("jQuery contributors", role = c("ctb", "cph"), comment = "jQuery in htmlwidgets/lib"), person("SpryMedia Limited", role = c("ctb", "cph"), comment = "DataTables in htmlwidgets/lib"), person("Brian", "Reavis", role = c("ctb", "cph"), comment = "selectize.js in htmlwidgets/lib"), person("Leon", "Gersen", role = c("ctb", "cph"), comment = "noUiSlider in htmlwidgets/lib"), person("Bartek", "Szopka", role = c("ctb", "cph"), comment = "jquery.highlight.js in htmlwidgets/lib"), person("RStudio Inc", role = "cph") )
Maintainer: Yihui Xie <xie@yihui.name>
Description: Data objects in R can be rendered as HTML tables using the JavaScript library 'DataTables' (typically via R Markdown or Shiny). The 'DataTables' library has been included in this R package. The package name 'DT' is an abbreviation of 'DataTables'.
URL: http://rstudio.github.io/DT
BugReports: https://github.com/rstudio/DT/issues
License: GPL-3 | file LICENSE
Imports: htmltools, htmlwidgets (>= 0.4), magrittr
Suggests: jsonlite (>= 0.9.16), knitr (>= 1.8), shiny (>= 0.12.0)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2015-06-08 22:37:56 UTC; yihui
Author: Yihui Xie [aut, cre], Joe Cheng [ctb], jQuery contributors [ctb, cph] (jQuery in htmlwidgets/lib), SpryMedia Limited [ctb, cph] (DataTables in htmlwidgets/lib), Brian Reavis [ctb, cph] (selectize.js in htmlwidgets/lib), Leon Gersen [ctb, cph] (noUiSlider in htmlwidgets/lib), Bartek Szopka [ctb, cph] (jquery.highlight.js in htmlwidgets/lib), RStudio Inc [cph]
Repository: CRAN
Date/Publication: 2015-06-09 07:47:04

More information about DT at CRAN
Permanent link

New package ArgumentCheck with initial version 0.9.0
Package: ArgumentCheck
Date: 2015-06-04
Title: Improved Communication to Users with Respect to Problems in Function Arguments
Version: 0.9.0
Author: Benjamin Nutter
Maintainer: Benjamin Nutter <benjamin.nutter@gmail.com>
Description: The typical process of checking arguments in functions is iterative. In this process, an error may be returned and the user may fix it only to receive another error on a different argument. 'ArgumentCheck' facilitates a more helpful way to perform argument checks allowing the programmer to run all of the checks and then return all of the errors and warnings in a single message.
Depends: R (>= 3.0.0)
Suggests: knitr, testthat
VignetteBuilder: knitr
License: GPL-3
LazyData: true
URL: https://github.com/nutterb/ArgumentCheck
BugReports: https://github.com/nutterb/ArgumentCheck/issues
NeedsCompilation: no
Packaged: 2015-06-09 01:44:35 UTC; Nutter
Repository: CRAN
Date/Publication: 2015-06-09 07:47:02

More information about ArgumentCheck at CRAN
Permanent link


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