Fri, 31 Jul 2015

Package ROracle updated to version 1.2-1 with previous version 1.1-12 dated 2014-11-20

Title: OCI Based Oracle Database Interface for R
Description: Oracle database interface (DBI) driver for R. This is a DBI-compliant Oracle driver based on the OCI.
Author: Denis Mukhin, David A. James and Jake Luciani
Maintainer: Rajendra S. Pingte <rajendra.pingte@oracle.com>

Diff between ROracle versions 1.1-12 dated 2014-11-20 and 1.2-1 dated 2015-07-31

 DESCRIPTION                                     |   12 
 INSTALL                                         |  156 +++++----
 MD5                                             |  176 +++++------
 NAMESPACE                                       |    2 
 NEWS                                            |   26 +
 R/dbi.R                                         |   16 -
 R/oci.R                                         |  245 +++++++++++++--
 configure                                       |   18 -
 configure.ac                                    |    2 
 inst/Copyrights                                 |    2 
 inst/doc/man/de/OraConnection-class.Rd          |    4 
 inst/doc/man/de/Oracle.Rd                       |   50 ++-
 inst/doc/man/de/dbConnect-methods.Rd            |  102 +++---
 inst/doc/man/de/dbDriver-methods.Rd             |   50 +--
 inst/doc/man/de/dbGetInfo-methods.Rd            |  237 ++++++++++++++
 inst/doc/man/de/dbReadTable-methods.Rd          |  374 +++++++++++++++++++----
 inst/doc/man/de/dbSendQuery-methods.Rd          |   65 ++--
 inst/doc/man/en/Oracle.Rd                       |   47 ++
 inst/doc/man/en/dbDriver-methods.Rd             |   46 +-
 inst/doc/man/en/dbGetInfo-methods.Rd            |   26 +
 inst/doc/man/en/dbReadTable-methods.Rd          |  166 +++++++++-
 inst/doc/man/en/dbSendQuery-methods.Rd          |   64 ++--
 inst/doc/man/es/OraConnection-class.Rd          |    4 
 inst/doc/man/es/Oracle.Rd                       |   53 ++-
 inst/doc/man/es/dbConnect-methods.Rd            |   93 +++--
 inst/doc/man/es/dbDriver-methods.Rd             |   44 +-
 inst/doc/man/es/dbGetInfo-methods.Rd            |  237 ++++++++++++++
 inst/doc/man/es/dbReadTable-methods.Rd          |  342 ++++++++++++++++++---
 inst/doc/man/es/dbSendQuery-methods.Rd          |   68 ++--
 inst/doc/man/fr/OraConnection-class.Rd          |    4 
 inst/doc/man/fr/Oracle.Rd                       |   45 ++
 inst/doc/man/fr/dbConnect-methods.Rd            |  100 +++---
 inst/doc/man/fr/dbDriver-methods.Rd             |   46 +-
 inst/doc/man/fr/dbGetInfo-methods.Rd            |  239 ++++++++++++++-
 inst/doc/man/fr/dbReadTable-methods.Rd          |  344 ++++++++++++++++++---
 inst/doc/man/fr/dbSendQuery-methods.Rd          |   75 ++--
 inst/doc/man/it/OraConnection-class.Rd          |    4 
 inst/doc/man/it/Oracle.Rd                       |   43 ++
 inst/doc/man/it/dbConnect-methods.Rd            |   94 +++--
 inst/doc/man/it/dbDriver-methods.Rd             |   30 +
 inst/doc/man/it/dbGetInfo-methods.Rd            |  237 ++++++++++++++
 inst/doc/man/it/dbReadTable-methods.Rd          |  358 +++++++++++++++++++---
 inst/doc/man/it/dbSendQuery-methods.Rd          |   65 ++--
 inst/doc/man/ja/OraConnection-class.Rd          |    4 
 inst/doc/man/ja/Oracle.Rd                       |   61 ++-
 inst/doc/man/ja/dbConnect-methods.Rd            |  131 ++++----
 inst/doc/man/ja/dbDriver-methods.Rd             |   47 +-
 inst/doc/man/ja/dbGetInfo-methods.Rd            |  231 ++++++++++++++
 inst/doc/man/ja/dbReadTable-methods.Rd          |  359 +++++++++++++++++++---
 inst/doc/man/ja/dbSendQuery-methods.Rd          |   61 ++-
 inst/doc/man/ko/OraConnection-class.Rd          |    4 
 inst/doc/man/ko/Oracle.Rd                       |   52 ++-
 inst/doc/man/ko/dbConnect-methods.Rd            |  114 ++++---
 inst/doc/man/ko/dbDriver-methods.Rd             |   38 +-
 inst/doc/man/ko/dbGetInfo-methods.Rd            |  235 ++++++++++++++
 inst/doc/man/ko/dbReadTable-methods.Rd          |  380 +++++++++++++++++++-----
 inst/doc/man/ko/dbSendQuery-methods.Rd          |   55 ++-
 inst/doc/man/pt_BR/OraConnection-class.Rd       |    4 
 inst/doc/man/pt_BR/Oracle.Rd                    |   60 ++-
 inst/doc/man/pt_BR/dbConnect-methods.Rd         |  128 ++++----
 inst/doc/man/pt_BR/dbDriver-methods.Rd          |   50 +--
 inst/doc/man/pt_BR/dbGetInfo-methods.Rd         |  241 ++++++++++++++-
 inst/doc/man/pt_BR/dbReadTable-methods.Rd       |  376 +++++++++++++++++++----
 inst/doc/man/pt_BR/dbSendQuery-methods.Rd       |   85 +++--
 inst/doc/man/zh_CN/OraConnection-class.Rd       |    4 
 inst/doc/man/zh_CN/Oracle.Rd                    |   51 ++-
 inst/doc/man/zh_CN/dbConnect-methods.Rd         |  104 +++---
 inst/doc/man/zh_CN/dbDriver-methods.Rd          |   44 +-
 inst/doc/man/zh_CN/dbGetInfo-methods.Rd         |  231 ++++++++++++++
 inst/doc/man/zh_CN/dbReadTable-methods.Rd       |  340 ++++++++++++++++++---
 inst/doc/man/zh_CN/dbSendQuery-methods.Rd       |   57 ++-
 inst/doc/man/zh_TW/OraConnection-class.Rd       |    4 
 inst/doc/man/zh_TW/Oracle.Rd                    |   59 ++-
 inst/doc/man/zh_TW/dbConnect-methods.Rd         |  140 ++++----
 inst/doc/man/zh_TW/dbDriver-methods.Rd          |   46 +-
 inst/doc/man/zh_TW/dbGetInfo-methods.Rd         |  239 ++++++++++++++-
 inst/doc/man/zh_TW/dbListConnections-methods.Rd |    2 
 inst/doc/man/zh_TW/dbReadTable-methods.Rd       |  380 +++++++++++++++++++-----
 inst/doc/man/zh_TW/dbSendQuery-methods.Rd       |   87 +++--
 inst/doc/man/zh_TW/summary-methods.Rd           |    2 
 man/Oracle.Rd                                   |   47 ++
 man/dbDriver-methods.Rd                         |   46 +-
 man/dbGetInfo-methods.Rd                        |   26 +
 man/dbReadTable-methods.Rd                      |  166 +++++++++-
 man/dbSendQuery-methods.Rd                      |   64 ++--
 src/rodbi.c                                     |  285 +++++++++++++++---
 src/rodbi.h                                     |    7 
 src/rooci.c                                     |  159 ++++++----
 src/rooci.h                                     |    6 
 89 files changed, 7679 insertions(+), 2044 deletions(-)

More information about ROracle at CRAN
Permanent link

Package oglmx updated to version 1.0.3 with previous version 1.0.2 dated 2015-06-01

Title: Estimation of Ordered Generalized Linear Models
Description: Ordered models such as ordered probit and ordered logit presume that the error variance is constant across observations. In the case that this assumption does not hold estimates of marginal effects are typically biased. This package allows for generalization of ordered probit and ordered logit models by allowing the user to specify a model for the variance. Furthermore, the package includes functions to calculate the marginal effects.
Author: Nathan Carroll
Maintainer: Nathan Carroll <nathan.carroll@ur.de>

Diff between oglmx versions 1.0.2 dated 2015-06-01 and 1.0.3 dated 2015-07-31

 DESCRIPTION                 |   10 +-
 MD5                         |   20 ++--
 R/oglmx-functions.R         |  182 +++++++++++++++++++++++++++++++++-----------
 R/oglmx.margins-functions.R |    2 
 build/partial.rdb           |binary
 man/logit.reg.Rd            |   10 +-
 man/oglmx.Rd                |   19 +++-
 man/ologit.reg.Rd           |   10 +-
 man/oprobit.reg.Rd          |   11 ++
 man/probit.reg.Rd           |   10 +-
 man/summary.oglmx.Rd        |    2 
 11 files changed, 202 insertions(+), 74 deletions(-)

More information about oglmx at CRAN
Permanent link

Package multcompView updated to version 0.1-7 with previous version 0.1-5 dated 2012-05-26

Title: Visualizations of Paired Comparisons
Description: Convert a logical vector or a vector of p-values or a correlation, difference, or distance matrix into a display identifying the pairs for which the differences were not significantly different. Designed for use in conjunction with the output of functions like TukeyHSD, dist{stats}, simint, simtest, csimint, csimtest{multcomp}, friedmanmc, kruskalmc{pgirmess}.
Author: Spencer Graves, Hans-Peter Piepho and Luciano Selzer with help from Sundar Dorai-Raj
Maintainer: Luciano Selzer <luciano.selzer@gmail.com>

Diff between multcompView versions 0.1-5 dated 2012-05-26 and 0.1-7 dated 2015-07-31

 multcompView-0.1-5/multcompView/NEWS                         |only
 multcompView-0.1-5/multcompView/man/multcompView.package.Rd  |only
 multcompView-0.1-5/multcompView/man/plot.multcomp.Rd         |only
 multcompView-0.1-5/multcompView/man/plotDisplay.Rd           |only
 multcompView-0.1-7/multcompView/DESCRIPTION                  |   30 
 multcompView-0.1-7/multcompView/MD5                          |   53 -
 multcompView-0.1-7/multcompView/NAMESPACE                    |   53 +
 multcompView-0.1-7/multcompView/R/extract_p.R                |   83 +-
 multcompView-0.1-7/multcompView/R/multcompBoxplot.R          |  378 +++++++----
 multcompView-0.1-7/multcompView/R/multcompLetters.R          |  243 +++++++
 multcompView-0.1-7/multcompView/R/multcompTs.R               |  117 +++
 multcompView-0.1-7/multcompView/R/multcompView-package.R     |only
 multcompView-0.1-7/multcompView/R/plot.multcompLetters.R     |  125 +++
 multcompView-0.1-7/multcompView/R/plot.multcompTs.R          |  133 +++
 multcompView-0.1-7/multcompView/R/plotBoxes.R                |   90 ++
 multcompView-0.1-7/multcompView/R/plotLetters.R              |  131 +++
 multcompView-0.1-7/multcompView/R/plotTs.R                   |   91 ++
 multcompView-0.1-7/multcompView/R/print.multcompLetters.R    |   28 
 multcompView-0.1-7/multcompView/R/vec2mat.R                  |   64 +
 multcompView-0.1-7/multcompView/R/vec2mat2.R                 |   36 +
 multcompView-0.1-7/multcompView/man/extract_p.Rd             |   54 -
 multcompView-0.1-7/multcompView/man/multcompBoxplot.Rd       |  196 ++---
 multcompView-0.1-7/multcompView/man/multcompLetters.Rd       |  231 ++----
 multcompView-0.1-7/multcompView/man/multcompTs.Rd            |  164 +---
 multcompView-0.1-7/multcompView/man/multcompView-package.Rd  |only
 multcompView-0.1-7/multcompView/man/plot.multcompLetters.Rd  |only
 multcompView-0.1-7/multcompView/man/plot.multcompTs.Rd       |only
 multcompView-0.1-7/multcompView/man/plotBoxes.Rd             |only
 multcompView-0.1-7/multcompView/man/plotLetters.Rd           |only
 multcompView-0.1-7/multcompView/man/plotTs.Rd                |only
 multcompView-0.1-7/multcompView/man/print.multcompLetters.Rd |   59 -
 multcompView-0.1-7/multcompView/man/vec2mat.Rd               |   75 --
 multcompView-0.1-7/multcompView/man/vec2mat2.Rd              |   60 -
 33 files changed, 1805 insertions(+), 689 deletions(-)

More information about multcompView at CRAN
Permanent link

Package mcmcse updated to version 1.1-1 with previous version 1.0-1 dated 2012-08-06

Title: Monte Carlo Standard Errors for MCMC
Description: Provides tools for computing Monte Carlo standard errors (MCSE) in Markov chain Monte Carlo (MCMC) settings. MCSE computation for expectation and quantile estimators is supported as well as multivariate estimations. The package also provides functions for computing effective sample size and for plotting Monte Carlo estimates versus sample size.
Author: James M. Flegal <jflegal@ucr.edu>, John Hughes <hughesj@umn.edu> and Dootika Vats <vatsx007@umn.edu>
Maintainer: James M. Flegal <jflegal@ucr.edu>

Diff between mcmcse versions 1.0-1 dated 2012-08-06 and 1.1-1 dated 2015-07-31

 DESCRIPTION           |   30 +++++++++++---------
 MD5                   |   36 +++++++++++++++++++-----
 NAMESPACE             |   16 ++++++++++
 R/RcppExports.R       |only
 R/confRegion.R        |only
 R/mcmcse.R            |   74 ++++++++++++++++++++++++++++++--------------------
 R/mcse_multi.R        |only
 R/multiESS.R          |only
 R/qq_test.R           |only
 R/zzz.R               |    7 ++--
 build                 |only
 inst/CITATION         |   11 ++++---
 inst/doc              |only
 man/confRegion.Rd     |only
 man/ess.Rd            |   48 ++++++++++++++++----------------
 man/mcmcse-package.Rd |only
 man/mcse.Rd           |    2 +
 man/mcse.multi.Rd     |only
 man/multiESS.Rd       |only
 man/qqTest.Rd         |only
 src                   |only
 tests                 |only
 vignettes             |only
 23 files changed, 143 insertions(+), 81 deletions(-)

More information about mcmcse at CRAN
Permanent link

Package liftr updated to version 0.2 with previous version 0.1 dated 2015-07-15

Title: Dockerize R Markdown Documents
Description: Dockerize R Markdown documents with support for Rabix.
Author: Miaozhu Li [ctb], Tengfei Yin [ctb], Nan Xiao [aut, cre]
Maintainer: Nan Xiao <nanx@uchicago.edu>

Diff between liftr versions 0.1 dated 2015-07-15 and 0.2 dated 2015-07-31

 liftr-0.1/liftr/NEWS                      |only
 liftr-0.2/liftr/DESCRIPTION               |   20 +
 liftr-0.2/liftr/MD5                       |   25 -
 liftr-0.2/liftr/NAMESPACE                 |    1 
 liftr-0.2/liftr/NEWS.md                   |only
 liftr-0.2/liftr/R/lift.R                  |   26 +
 liftr-0.2/liftr/R/liftr-package.R         |    1 
 liftr-0.2/liftr/R/utils.R                 |   10 
 liftr-0.2/liftr/README.md                 |   21 -
 liftr-0.2/liftr/inst/Dockerfile.Rmd       |   11 
 liftr-0.2/liftr/inst/doc/liftr-intro.Rmd  |    2 
 liftr-0.2/liftr/inst/doc/liftr-intro.html |  405 ++++++++++--------------------
 liftr-0.2/liftr/inst/pandoc.Rmd           |only
 liftr-0.2/liftr/man/liftr-package.Rd      |    1 
 liftr-0.2/liftr/vignettes/liftr-intro.Rmd |    2 
 15 files changed, 218 insertions(+), 307 deletions(-)

More information about liftr at CRAN
Permanent link

New package iotools with initial version 0.1-12
Package: iotools
Version: 0.1-12
Title: I/O Tools for Streaming
Author: Simon Urbanek <Simon.Urbanek@r-project.org>, Taylor Arnold <taylor.arnold@acm.org>
Maintainer: Simon Urbanek <Simon.Urbanek@r-project.org>
Depends: R (>= 2.9.0)
Imports: methods, parallel, utils
Suggests: testthat
Description: Basic I/O tools for streaming.
License: GPL-2 | GPL-3
URL: http://www.rforge.net/iotools
NeedsCompilation: yes
Packaged: 2015-07-28 21:46:56 UTC; svnuser
Repository: CRAN
Date/Publication: 2015-07-31 18:02:58

More information about iotools at CRAN
Permanent link

New package Tmisc with initial version 0.1.1
Package: Tmisc
Title: Turner Miscellaneous
Version: 0.1.1
Author: Stephen Turner <vustephen@gmail.com>
Maintainer: Stephen Turner <vustephen@gmail.com>
Description: Miscellaneous data and utility functions for manipulating data and your R environment.
Depends: R (>= 3.0.0)
Imports: dplyr, utils
License: GPL-3
LazyData: true
NeedsCompilation: no
Packaged: 2015-07-31 13:11:57 UTC; sdt5z
Repository: CRAN
Date/Publication: 2015-07-31 15:32:46

More information about Tmisc at CRAN
Permanent link

Package ORCME updated to version 2.0.2 with previous version 2.0.1 dated 2014-07-16

Title: Order Restricted Clustering for Microarray Experiments
Description: Provides clustering of genes with similar dose response (or time course) profiles. It implements the method described by Lin et al. (2012).
Author: Adetayo Kasim, Martin Otava, Tobias Verbeke
Maintainer: Rudradev Sengupta <rudradev.sengupta@uhasselt.be>

Diff between ORCME versions 2.0.1 dated 2014-07-16 and 2.0.2 dated 2015-07-31

 DESCRIPTION       |   18 +++++++++---------
 MD5               |    8 ++++----
 NAMESPACE         |    4 +++-
 data/doseData.rda |binary
 data/geneData.rda |binary
 5 files changed, 16 insertions(+), 14 deletions(-)

More information about ORCME at CRAN
Permanent link

Package Kernelheaping updated to version 1.0 with previous version 0.9 dated 2015-06-13

Title: Kernel Density Estimation for Heaped and Rounded Data
Description: In self-reported or anonymized data the user often encounters heaped data, i.e. data which are rounded (to a possibly different degree of coarseness). While this is mostly a minor problem in parametric density estimation the bias can be very large for non-parametric methods such as kernel density estimation. This package implements a partly Bayesian algorithm treating the true unknown values as additional parameters and estimates the rounding parameters to give a corrected kernel density estimate. It supports various standard bandwidth selection methods. Varying rounding probabilities (depending on the true value) and asymmetric rounding is estimable as well. Additionally, bivariate non-parametric density estimation for rounded data is supported.
Author: Marcus Gross
Maintainer: Marcus Gross <marcus.gross@fu-berlin.de>

Diff between Kernelheaping versions 0.9 dated 2015-06-13 and 1.0 dated 2015-07-31

 DESCRIPTION              |    8 +-
 MD5                      |   14 ++--
 NAMESPACE                |   19 +++++
 R/functions.R            |  154 ++++++++++++++++++++++++-----------------------
 data/students.rda        |binary
 man/dbivr.Rd             |    9 +-
 man/dheaping.Rd          |   17 +++--
 man/sim.Kernelheaping.Rd |    2 
 8 files changed, 126 insertions(+), 97 deletions(-)

More information about Kernelheaping at CRAN
Permanent link

Package IsoGene updated to version 1.0-24 with previous version 1.0-23 dated 2014-12-18

Title: Order-Restricted Inference for Microarray Experiments
Description: Offers framework for testing for monotonic relationship between gene expression and doses in a microarray experiment. Several testing procedures including the global likelihood-ratio test (Bartholomew, 1961), Williams (1971, 1972), Marcus (1976), M (Hu et al. 2005) and the modified M (Lin et al. 2007) are used to test for the monotonic trend in gene expression with respect to doses. BH (Benjamini and Hochberg 1995) and BY (Benjamini and Yekutieli 2004) FDR controlling procedures are applied to adjust the raw p-values obtained from the permutations.
Author: Dan Lin, Setia Pramana, Tobias Verbeke and Ziv Shkedy
Maintainer: Rudradev Sengupta <rudradev.sengupta@uhasselt.be>

Diff between IsoGene versions 1.0-23 dated 2014-12-18 and 1.0-24 dated 2015-07-31

 DESCRIPTION          |   16 ++++++++--------
 MD5                  |   10 +++++-----
 NAMESPACE            |    2 ++
 data/dopamine.rda    |binary
 data/exampleData.rda |binary
 inst/doc/IsoGene.pdf |binary
 6 files changed, 15 insertions(+), 13 deletions(-)

More information about IsoGene at CRAN
Permanent link

Package FHtest updated to version 1.3 with previous version 1.2 dated 2015-05-27

Title: Tests for Right and Interval-Censored Survival Data Based on the Fleming-Harrington Class
Description: Functions to compare two or more survival curves with: a) The Fleming-Harrington test for right-censored data based on permutations and on counting processes. b) An extension of the Fleming-Harrington test for interval-censored data based on a permutation distribution and on a score vector distribution.
Author: Ramon Oller, Klaus Langohr
Maintainer: Ramon Oller <ramon.oller@uvic.cat>

Diff between FHtest versions 1.2 dated 2015-05-27 and 1.3 dated 2015-07-31

 FHtest-1.2/FHtest/R/FHtest-internal.R   |only
 FHtest-1.3/FHtest/DESCRIPTION           |    8 ++---
 FHtest-1.3/FHtest/MD5                   |   43 +++++++++++++++-----------------
 FHtest-1.3/FHtest/NAMESPACE             |    4 +-
 FHtest-1.3/FHtest/R/FHtesticp.R         |    2 -
 FHtest-1.3/FHtest/R/FHtesticp.formula.R |   22 ++++++++--------
 FHtest-1.3/FHtest/R/FHtestics.R         |    2 -
 FHtest-1.3/FHtest/R/FHtestics.formula.R |   30 +++++++++++-----------
 FHtest-1.3/FHtest/R/FHtestrcc.R         |    5 +--
 FHtest-1.3/FHtest/R/FHtestrcc.formula.R |   30 +++++++++++-----------
 FHtest-1.3/FHtest/R/FHtestrcp.R         |    5 +--
 FHtest-1.3/FHtest/R/FHtestrcp.formula.R |   30 +++++++++++-----------
 FHtest-1.3/FHtest/R/rcc.R               |   37 ++++++++++++++-------------
 FHtest-1.3/FHtest/R/rcp.R               |   26 ++++++++-----------
 FHtest-1.3/FHtest/man/FHtest-package.Rd |    6 ++--
 FHtest-1.3/FHtest/man/FHtesticp.Rd      |    8 ++---
 FHtest-1.3/FHtest/man/FHtestics.Rd      |    9 ++----
 FHtest-1.3/FHtest/man/FHtestrcc.Rd      |    7 ++---
 FHtest-1.3/FHtest/man/FHtestrcp.Rd      |    9 ++----
 FHtest-1.3/FHtest/man/ics.Rd            |    2 -
 FHtest-1.3/FHtest/man/illust3.Rd        |   37 +++++++++++----------------
 FHtest-1.3/FHtest/man/rcc.Rd            |    2 -
 FHtest-1.3/FHtest/man/rcp.Rd            |    2 -
 23 files changed, 155 insertions(+), 171 deletions(-)

More information about FHtest at CRAN
Permanent link

New package EPGLM with initial version 1.0
Package: EPGLM
Type: Package
Title: Gaussian Approximation of Bayesian Binary Regression Models
Version: 1.0
Date: 2015-07-29
Author: James Ridgway
Maintainer: James Ridgway <james.ridgway@ensae.fr>
Description: The main functions compute the expectation propagation approximation of a Bayesian probit/logit models with Gaussian prior. More information can be found in Chopin and Ridgway (2015). More models and priors should follow.
License: GPL (>= 2)
Depends: Rcpp, MASS
LinkingTo: Rcpp, RcppArmadillo, BH
RcppModules: EPprobitCxx, EPlogitCxx
Packaged: 2015-07-31 07:27:52 UTC; james
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2015-07-31 13:07:23

More information about EPGLM at CRAN
Permanent link

New package ctmm with initial version 0.2.7
Package: ctmm
Version: 0.2.7
Date: 2015-07-27
Title: Continuous-Time Movement Modeling
Author: Chris H. Fleming and J. M. Calabrese
Maintainer: C. H. Fleming <flemingc@si.edu>
Depends: R (>= 2.10)
Imports: expm, graphics, grDevices, manipulate, MASS, Matrix, methods, numDeriv, raster, rgdal, sp, stats, utils
Description: Functions for identifying, fitting, and applying continuous-space, continuous-time stochastic movement models to animal tracking data.
License: GPL-3
Suggests: knitr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2015-07-28 22:41:12 UTC; Chr
Repository: CRAN
Date/Publication: 2015-07-31 13:08:31

More information about ctmm at CRAN
Permanent link

Package sudokuAlt updated to version 0.1-6 with previous version 0.1-5 dated 2015-07-24

Title: Tools for Making and Spoiling Sudoku Games
Description: Tools for making, retrieving, displaying and solving sudoku games. This package is an alternative to the earlier sudoku-solver package, 'sudoku'. The present package uses a slightly different algorithm, has a simpler coding and presents a few more sugar tools, such as plot and print methods. Solved sudoku games are of some interest in Experimental Design as examples of Latin Square designs with additional balance constraints.
Author: Bill Venables <Bill.Venables@gmail.com>
Maintainer: Bill Venables <Bill.Venables@gmail.com>

Diff between sudokuAlt versions 0.1-5 dated 2015-07-24 and 0.1-6 dated 2015-07-31

 DESCRIPTION        |   10 +++++-----
 MD5                |    8 ++++----
 R/sudokuAlt.R      |   21 +++++++++++++--------
 man/fetchAUGame.Rd |   13 ++++++-------
 man/fetchUKGame.Rd |    5 +++++
 5 files changed, 33 insertions(+), 24 deletions(-)

More information about sudokuAlt at CRAN
Permanent link

Package shinyjs updated to version 0.0.8.3 with previous version 0.0.7.0 dated 2015-06-24

Title: Perform Common JavaScript Operations in Shiny Apps using Plain R Code
Description: Perform common JavaScript operations in Shiny applications without having to know any JavaScript. Examples include hiding an element, disabling an input, resetting an input back to its original value, and many more useful functions. Even if you do know JavaScript, 'shinyjs' can be used as convenience functions to avoid dealing with message passing and writing JavaScript code. 'shinyjs' can also be used to easily run your own custom JavaScript functions from R.
Author: Dean Attali [aut, cre]
Maintainer: Dean Attali <daattali@gmail.com>

Diff between shinyjs versions 0.0.7.0 dated 2015-06-24 and 0.0.8.3 dated 2015-07-31

 DESCRIPTION                                           |    6 
 MD5                                                   |   90 ++++-----
 NEWS.md                                               |   24 ++
 R/colourInput.R                                       |   47 +++-
 R/extendShinyjs.R                                     |   20 +-
 R/hidden.R                                            |    2 
 R/inlineCSS.R                                         |    6 
 R/jsFunc-aaa.R                                        |    7 
 R/jsFunc-classFuncs.R                                 |    4 
 R/jsFunc-messageFuncs.R                               |    2 
 R/jsFunc-runjs.R                                      |    2 
 R/jsFunc-stateFuncs.R                                 |    4 
 R/jsFunc-text.R                                       |    2 
 R/jsFunc-visibilityFuncs.R                            |    4 
 R/onclick.R                                           |    6 
 R/reset.R                                             |    6 
 R/useShinyjs.R                                        |    9 
 R/utils.R                                             |   25 --
 README.md                                             |   23 +-
 inst/doc/overview.Rmd                                 |   21 --
 inst/doc/overview.html                                |   38 +--
 inst/examples/basic/app.R                             |    2 
 inst/examples/colourInput/app.R                       |   41 +++-
 inst/examples/demo/server.R                           |    2 
 inst/srcjs/input_binding_colour.js                    |   21 +-
 inst/srcjs/shinyjs-default-funcs.js                   |   16 +
 inst/www/shared/colourpicker/css/colourpicker.css     |   49 +++-
 inst/www/shared/colourpicker/css/colourpicker.min.css |    2 
 inst/www/shared/colourpicker/js/colourpicker.js       |  179 ++++++++++++------
 inst/www/shared/colourpicker/js/colourpicker.min.js   |    2 
 man/classFuncs.Rd                                     |    4 
 man/colourInput.Rd                                    |   19 +
 man/extendShinyjs.Rd                                  |   18 +
 man/hidden.Rd                                         |    2 
 man/inlineCSS.Rd                                      |    6 
 man/js.Rd                                             |    2 
 man/messageFuncs.Rd                                   |    2 
 man/onclick.Rd                                        |    2 
 man/reset.Rd                                          |    2 
 man/runjs.Rd                                          |    2 
 man/stateFuncs.Rd                                     |    4 
 man/text.Rd                                           |    2 
 man/updateColourInput.Rd                              |    8 
 man/useShinyjs.Rd                                     |   11 -
 man/visibilityFuncs.Rd                                |    4 
 vignettes/overview.Rmd                                |   21 --
 46 files changed, 489 insertions(+), 282 deletions(-)

More information about shinyjs at CRAN
Permanent link

Package nlstools updated to version 1.0-2 with previous version 1.0-1 dated 2015-02-26

Title: Tools for Nonlinear Regression Analysis
Description: Several tools for assessing the quality of fit of a gaussian nonlinear model are provided.
Author: Florent Baty <florent.baty@gmail.com> and Marie-Laure Delignette-Muller <marielaure.delignettemuller@vetagro-sup.fr>, with contributions from Sandrine Charles, Jean-Pierre Flandrois, and Christian Ritz
Maintainer: Florent Baty <florent.baty@gmail.com>

Diff between nlstools versions 1.0-1 dated 2015-02-26 and 1.0-2 dated 2015-07-31

 ChangeLog       |    3 +++
 DESCRIPTION     |    8 ++++----
 MD5             |   12 ++++++------
 NAMESPACE       |    4 +++-
 inst/CITATION   |   40 ++++++++++++++++++++++++----------------
 inst/NEWS       |    8 ++++++++
 man/nlstools.Rd |    3 ++-
 7 files changed, 50 insertions(+), 28 deletions(-)

More information about nlstools at CRAN
Permanent link

Package mipfp updated to version 2.2 with previous version 2.0 dated 2015-03-30

Title: Multidimensional Iterative Proportional Fitting and Alternative Models
Description: An implementation of the iterative proportional fitting (IPFP), maximum likelihood, minimum chi-square and weighted least squares procedures for updating a N-dimensional array with respect to given target marginal distributions (which, in turn can be multi-dimensional). The package also provides an application of the IPFP to simulate multivariate Bernoulli distributions.
Author: Johan Barthelemy [aut, cre], Thomas Suesse [aut], Mohammad Namazi-Rad [ctb]
Maintainer: Johan Barthelemy <johan@uow.edu.au>

Diff between mipfp versions 2.0 dated 2015-03-30 and 2.2 dated 2015-07-31

 DESCRIPTION                 |   13 +
 MD5                         |   40 +++---
 NAMESPACE                   |    2 
 R/binary.R                  |   97 ++++++++++----
 R/ipfp_multi_dim.R          |   24 ++-
 R/models.R                  |  173 ++++++++++++++++----------
 R/utils.R                   |  125 ++++++++++++++++++
 data                        |only
 man/Array2Vector.Rd         |    1 
 man/Corr2Odds.Rd            |    4 
 man/Corr2PairProbs.Rd       |    2 
 man/GetConfInt.Rd           |only
 man/GetLinInd.Rd            |only
 man/Ipfp.Rd                 |   37 ++++-
 man/IpfpCov.Rd              |   12 -
 man/ObtainModelEstimates.Rd |   76 +++++++----
 man/ObtainMultBinaryDist.Rd |   15 +-
 man/Odds2Corr.Rd            |    4 
 man/Odds2PairProbs.Rd       |    2 
 man/Qaqish.Rd               |only
 man/RMultBinary.Rd          |   40 +++---
 man/mipfp-package.Rd        |  292 ++++++++++++++++++++++----------------------
 man/spnamur.Rd              |only
 23 files changed, 623 insertions(+), 336 deletions(-)

More information about mipfp at CRAN
Permanent link

New package InformationValue with initial version 1.0.1
Package: InformationValue
Type: Package
Title: Performance Analysis and Companion Functions for Binary Classification Problems
Version: 1.0.1
Date: 2015-07-15
Author: Selva Prabhakaran
Maintainer: Selva Prabhakaran <selva86@gmail.com>
Description: Provides companion function for analysing the performance of classification models. Plot 'ROC' Curve in 'ggplot2', 'AUROC', 'IV', 'WOE' Calculation for Binary Classification.
License: GPL (>= 2)
LazyData: TRUE
LazyLoad: yes
Depends:
Imports: ggplot2
Packaged: 2015-07-31 04:02:16 UTC; XUZ48472
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-07-31 09:30:11

More information about InformationValue at CRAN
Permanent link

Package spsann updated to version 1.0.1 with previous version 1.0.0 dated 2015-07-15

Title: Optimization of Sample Configurations using Spatial Simulated Annealing
Description: Methods to optimize sample configurations using spatial simulated annealing. Multiple objective functions are implemented for various purposes, such as variogram estimation, trend estimation, and spatial interpolation. A general purpose spatial simulated annealing function enables the user to define his/her own objective function.
Author: Alessandro Samuel-Rosa [aut, cre], Lucia Helena Cunha dos Anjos [ths], Gustavo de Mattos Vasques [ths], Gerard B M Heuvelink [ths], Edzer Pebesma [ctb], Jon Skoien [ctb], Joshua French [ctb], Pierre Roudier [ctb], Dick Brus [ctb], Murray Lark [ctb]
Maintainer: Alessandro Samuel-Rosa <alessandrosamuelrosa@gmail.com>

Diff between spsann versions 1.0.0 dated 2015-07-15 and 1.0.1 dated 2015-07-31

 DESCRIPTION                |   50 ++++++++++++++++++++++++---------------------
 MD5                        |   45 ++++++++++++++++++++--------------------
 R/AAA.R                    |    5 ----
 R/SPSANNtools.R            |    2 -
 R/check-spsann-arguments.R |    2 -
 R/check-suggests.R         |only
 R/optimACDC.R              |    4 +--
 R/optimMKV.R               |   12 +++++++++-
 R/optimMSSD.R              |   28 ++++++++++++++++++-------
 R/plot-and-jitter.R        |    2 -
 R/plotting-options.R       |    2 -
 R/prepare-acdc-covars.R    |    4 +--
 R/prepare-points.R         |    2 -
 R/spsann.R                 |    2 -
 README.md                  |   17 ++++++++++++++-
 man/optimACDC.Rd           |   16 +++++++-------
 man/optimCORR.Rd           |   10 ++++-----
 man/optimDIST.Rd           |   10 ++++-----
 man/optimMKV.Rd            |    4 +--
 man/optimMSSD.Rd           |    4 +--
 man/optimPPL.Rd            |    4 +--
 man/optimSPAN.Rd           |   16 +++++++-------
 man/optimUSER.Rd           |    4 +--
 man/spsann-package.Rd      |    2 -
 24 files changed, 141 insertions(+), 106 deletions(-)

More information about spsann at CRAN
Permanent link

Package quanteda updated to version 0.8.2-0 with previous version 0.8.0-4 dated 2015-07-13

Title: Quantitative Analysis of Textual Data
Description: A fast, flexible toolset for for the management, processing, and quantitative analysis of textual data in R.
Author: Kenneth Benoit [aut, cre], Paul Nulty [aut], Pablo Barberá [ctb], Kohei Watanabe [ctb], Benjamin Lauderdale [ctb]
Maintainer: Kenneth Benoit <kbenoit@lse.ac.uk>

Diff between quanteda versions 0.8.0-4 dated 2015-07-13 and 0.8.2-0 dated 2015-07-31

 quanteda-0.8.0-4/quanteda/R/clean.R                         |only
 quanteda-0.8.0-4/quanteda/inst/doc/corpus-sources.R         |only
 quanteda-0.8.0-4/quanteda/inst/doc/corpus-sources.Rmd       |only
 quanteda-0.8.0-4/quanteda/inst/doc/corpus-sources.html      |only
 quanteda-0.8.0-4/quanteda/inst/doc/design-and-workflow.R    |only
 quanteda-0.8.0-4/quanteda/inst/doc/design-and-workflow.Rmd  |only
 quanteda-0.8.0-4/quanteda/inst/doc/design-and-workflow.html |only
 quanteda-0.8.0-4/quanteda/man/clean.Rd                      |only
 quanteda-0.8.0-4/quanteda/vignettes/corpus-sources.Rmd      |only
 quanteda-0.8.0-4/quanteda/vignettes/corpus-sources.md       |only
 quanteda-0.8.0-4/quanteda/vignettes/design-and-workflow.Rmd |only
 quanteda-0.8.0-4/quanteda/vignettes/design-and-workflow.md  |only
 quanteda-0.8.0-4/quanteda/vignettes/development-plans.md    |only
 quanteda-0.8.0-4/quanteda/vignettes/quickstart.md           |only
 quanteda-0.8.2-0/quanteda/DESCRIPTION                       |   12 
 quanteda-0.8.2-0/quanteda/MD5                               |   87 
 quanteda-0.8.2-0/quanteda/NAMESPACE                         |   13 
 quanteda-0.8.2-0/quanteda/NEWS                              |   39 
 quanteda-0.8.2-0/quanteda/R/corpus.R                        |   13 
 quanteda-0.8.2-0/quanteda/R/dataDocs.R                      |    4 
 quanteda-0.8.2-0/quanteda/R/dfm-main.R                      |  142 +
 quanteda-0.8.2-0/quanteda/R/dfm-methods.R                   |   18 
 quanteda-0.8.2-0/quanteda/R/dictionaries.R                  |  142 +
 quanteda-0.8.2-0/quanteda/R/readability.R                   |  246 ++
 quanteda-0.8.2-0/quanteda/R/stopwords.R                     |  134 +
 quanteda-0.8.2-0/quanteda/R/textfile.R                      |   85 
 quanteda-0.8.2-0/quanteda/R/tokenize.R                      |  223 +-
 quanteda-0.8.2-0/quanteda/R/wordstem.R                      |   60 
 quanteda-0.8.2-0/quanteda/README.md                         |  108 -
 quanteda-0.8.2-0/quanteda/build/vignette.rds                |binary
 quanteda-0.8.2-0/quanteda/demo/quanteda.R                   |    3 
 quanteda-0.8.2-0/quanteda/inst/doc/development-plans.R      |only
 quanteda-0.8.2-0/quanteda/inst/doc/development-plans.Rmd    |  314 +++
 quanteda-0.8.2-0/quanteda/inst/doc/development-plans.html   |  387 ++++
 quanteda-0.8.2-0/quanteda/inst/doc/quickstart.R             |  274 +-
 quanteda-0.8.2-0/quanteda/inst/doc/quickstart.Rmd           |  580 ++++--
 quanteda-0.8.2-0/quanteda/inst/doc/quickstart.html          | 1119 ++++++++----
 quanteda-0.8.2-0/quanteda/man/applyDictionary.Rd            |only
 quanteda-0.8.2-0/quanteda/man/dfm.Rd                        |   23 
 quanteda-0.8.2-0/quanteda/man/exampleString.Rd              |    2 
 quanteda-0.8.2-0/quanteda/man/readability.Rd                |   25 
 quanteda-0.8.2-0/quanteda/man/removeFeatures.Rd             |   18 
 quanteda-0.8.2-0/quanteda/man/scrabble.Rd                   |only
 quanteda-0.8.2-0/quanteda/man/segment.Rd                    |    4 
 quanteda-0.8.2-0/quanteda/man/selectFeatures.Rd             |only
 quanteda-0.8.2-0/quanteda/man/show-dictionary-method.Rd     |only
 quanteda-0.8.2-0/quanteda/man/syllables.Rd                  |    2 
 quanteda-0.8.2-0/quanteda/man/textfile.Rd                   |   71 
 quanteda-0.8.2-0/quanteda/man/tokenize.Rd                   |   21 
 quanteda-0.8.2-0/quanteda/man/trim.Rd                       |   19 
 quanteda-0.8.2-0/quanteda/man/wordstem.Rd                   |    6 
 quanteda-0.8.2-0/quanteda/tests/testthat/testDfm.R          |only
 quanteda-0.8.2-0/quanteda/tests/testthat/testDictionaries.R |only
 quanteda-0.8.2-0/quanteda/vignettes/development-plans.Rmd   |  314 +++
 quanteda-0.8.2-0/quanteda/vignettes/quickstart.Rmd          |  580 ++++--
 55 files changed, 3865 insertions(+), 1223 deletions(-)

More information about quanteda at CRAN
Permanent link

New package OTE with initial version 1.0
Package: OTE
Type: Package
Version: 1.0
Title: Optimal Trees Ensembles for Regression, Classification and Class Membership Probability Estimation
Date: 2015-07-31
Author: Zardad Khan, Asma Gul, Aris Perperoglou, Osama Mahmoud, Werner Adler, Miftahuddin and Berthold Lausen
Maintainer: Zardad Khan <zkhan@essex.ac.uk>
Imports: randomForest,stats
Description: Functions for creating ensembles of optimal trees for regression, classification and class membership probability estimation are given. A few trees are selected from an initial set of trees grown by random forest for the ensemble on the basis of their individual and collective performance. Trees are assessed on out-of-bag data and on an independent training data set for individual and collective performance respectively. The prediction functions return estimates of the test responses and their class membership probabilities. Unexplained variations, error rates, confusion matrix, Brier scores, etc. are also returned for the test data.
LazyLoad: yes
License: GPL (>= 2)
NeedsCompilation: no
Packaged: 2015-07-31 03:01:16 UTC; Khan
Repository: CRAN
Date/Publication: 2015-07-31 05:26:54

More information about OTE at CRAN
Permanent link


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