Sun, 23 Oct 2016

Package PracTools updated to version 0.4 with previous version 0.3 dated 2015-11-16

Title: Tools for Designing and Weighting Survey Samples
Description: Contains functions for sample size calculation for survey samples using stratified or clustered one-, two-, and three-stage sample designs. Other functions compute variance components for multistage designs and sample sizes in two-phase designs. A number of example datasets are included.
Author: Richard Valliant, Jill A. Dever, Frauke Kreuter
Maintainer: Richard Valliant <rvallian@umd.edu>

Diff between PracTools versions 0.3 dated 2015-11-16 and 0.4 dated 2016-10-23

 DESCRIPTION           |    8 ++++----
 MD5                   |   40 ++++++++++++++++++++--------------------
 R/clusOpt2.R          |    2 +-
 R/clusOpt3.R          |    4 ++--
 data/Domainy1y2.RData |binary
 data/MDarea.pop.RData |binary
 data/hospital.RData   |binary
 data/labor.RData      |binary
 data/nhis.RData       |binary
 data/nhis.large.RData |binary
 data/nhispart.RData   |binary
 data/smho.N874.RData  |binary
 data/smho98.RData     |binary
 man/BW2stagePPS.Rd    |    2 +-
 man/BW3stagePPS.Rd    |    2 +-
 man/CVcalc2.Rd        |    2 +-
 man/CVcalc3.Rd        |    6 +++---
 man/NRFUopt.Rd        |    2 +-
 man/nhis.Rd           |   14 +++++++-------
 man/nhis.large.Rd     |    2 +-
 man/nhispart.Rd       |    2 +-
 21 files changed, 43 insertions(+), 43 deletions(-)

More information about PracTools at CRAN
Permanent link

Package stsm updated to version 1.9 with previous version 1.7 dated 2015-01-26

Title: Structural Time Series Models
Description: Fit the basic structural time series model by maximum likelihood.
Author: Javier López-de-Lacalle <javlacalle@yahoo.es>
Maintainer: Javier López-de-Lacalle <javlacalle@yahoo.es>

Diff between stsm versions 1.7 dated 2015-01-26 and 1.9 dated 2016-10-23

 DESCRIPTION                   |   12 +-
 MD5                           |   44 ++++----
 NAMESPACE                     |    9 +
 NEWS                          |   19 +++
 R/mloglik-td.R                |   74 ++++++++++---
 R/stsm-class.R                |   73 ++++++++++++-
 R/stsm-methods.R              |  117 ++++++++++++++++++++-
 R/transPars.R                 |  230 +++++++++++++++++++++++++++++++++++-------
 build/vignette.rds            |binary
 inst/doc/index.html           |    6 -
 inst/doc/stsm-intro.Rnw       |    6 -
 inst/doc/stsm-intro.pdf       |binary
 man/maxlik-fd.Rd              |    6 -
 man/mloglik-fd.Rd             |    4 
 man/mloglik-td.Rd             |    4 
 man/stsm-class.Rd             |    2 
 man/stsm-methods-get.Rd       |   12 +-
 man/stsm-methods-set.Rd       |    4 
 man/stsm-methods-transPars.Rd |    8 -
 man/stsm-model.Rd             |    2 
 src/KFKSDS-steady-v2.h        |    8 -
 src/KFKSDS-steady.h           |    2 
 vignettes/stsm-intro.Rnw      |    6 -
 23 files changed, 519 insertions(+), 129 deletions(-)

More information about stsm at CRAN
Permanent link

Package rchallenge updated to version 1.3.0 with previous version 1.2.0 dated 2016-10-05

Title: A Simple Data Science Challenge System
Description: A simple data science challenge system using R Markdown and Dropbox <https://www.dropbox.com/>. It requires no network configuration, does not depend on external platforms like e.g. Kaggle <https://www.kaggle.com/> and can be easily installed on a personal computer.
Author: Adrien Todeschini [aut, cre], Robin Genuer [ctb]
Maintainer: Adrien Todeschini <adrien.todeschini@gmail.com>

Diff between rchallenge versions 1.2.0 dated 2016-10-05 and 1.3.0 dated 2016-10-23

 rchallenge-1.2.0/rchallenge/inst/glyphicons                |only
 rchallenge-1.2.0/rchallenge/man/glyphicon.Rd               |only
 rchallenge-1.3.0/rchallenge/DESCRIPTION                    |    6 
 rchallenge-1.3.0/rchallenge/MD5                            |   59 ++-----
 rchallenge-1.3.0/rchallenge/NAMESPACE                      |    1 
 rchallenge-1.3.0/rchallenge/NEWS.md                        |    7 
 rchallenge-1.3.0/rchallenge/R/display.r                    |   95 ++++++-----
 rchallenge-1.3.0/rchallenge/R/new.r                        |    4 
 rchallenge-1.3.0/rchallenge/R/plots.r                      |    2 
 rchallenge-1.3.0/rchallenge/R/rchallenge.r                 |   31 +++
 rchallenge-1.3.0/rchallenge/R/update.r                     |  108 ++++++-------
 rchallenge-1.3.0/rchallenge/README.md                      |   39 ++--
 rchallenge-1.3.0/rchallenge/inst/template/challenge_en.rmd |   94 +++++------
 rchallenge-1.3.0/rchallenge/inst/template/challenge_fr.rmd |  100 ++++++------
 rchallenge-1.3.0/rchallenge/man/get_best.Rd                |   18 +-
 rchallenge-1.3.0/rchallenge/man/html_img.Rd                |    4 
 rchallenge-1.3.0/rchallenge/man/icon.Rd                    |only
 rchallenge-1.3.0/rchallenge/man/plot_activity.Rd           |    2 
 rchallenge-1.3.0/rchallenge/man/print_leaderboard.Rd       |    9 -
 rchallenge-1.3.0/rchallenge/man/print_readerr.Rd           |   11 -
 rchallenge-1.3.0/rchallenge/man/publish.Rd                 |    4 
 rchallenge-1.3.0/rchallenge/man/rchallenge-defunct.Rd      |only
 rchallenge-1.3.0/rchallenge/man/rchallenge-package.Rd      |   10 -
 rchallenge-1.3.0/rchallenge/man/str_rank.Rd                |    5 
 rchallenge-1.3.0/rchallenge/man/update_rank_diff.Rd        |    8 
 25 files changed, 334 insertions(+), 283 deletions(-)

More information about rchallenge at CRAN
Permanent link

Package MultivariateRandomForest updated to version 1.1.1 with previous version 1.1 dated 2016-03-24

Title: Models Multivariate Cases Using Random Forests
Description: Models and predicts Multiple Features in single random forest considering the linear relation among the features.
Author: Raziur Rahman
Maintainer: Raziur Rahman <razeeebuet@gmail.com>

Diff between MultivariateRandomForest versions 1.1 dated 2016-03-24 and 1.1.1 dated 2016-10-23

 MultivariateRandomForest-1.1.1/MultivariateRandomForest/DESCRIPTION                        |   31 +---
 MultivariateRandomForest-1.1.1/MultivariateRandomForest/MD5                                |   41 ++---
 MultivariateRandomForest-1.1.1/MultivariateRandomForest/NAMESPACE                          |   12 +
 MultivariateRandomForest-1.1.1/MultivariateRandomForest/R/CrossValidation.R                |   26 +--
 MultivariateRandomForest-1.1.1/MultivariateRandomForest/R/Imputation.R                     |   71 +++++-----
 MultivariateRandomForest-1.1.1/MultivariateRandomForest/R/RcppExports.R                    |only
 MultivariateRandomForest-1.1.1/MultivariateRandomForest/R/build_forest_predict.R           |only
 MultivariateRandomForest-1.1.1/MultivariateRandomForest/R/build_single_tree.R              |   48 ++++--
 MultivariateRandomForest-1.1.1/MultivariateRandomForest/R/single_tree_prediction.R         |   15 +-
 MultivariateRandomForest-1.1.1/MultivariateRandomForest/R/variable_importance_measure.R    |only
 MultivariateRandomForest-1.1.1/MultivariateRandomForest/man/CrossValidation.Rd             |   26 +--
 MultivariateRandomForest-1.1.1/MultivariateRandomForest/man/Imputation.Rd                  |   12 -
 MultivariateRandomForest-1.1.1/MultivariateRandomForest/man/Node_cost.Rd                   |only
 MultivariateRandomForest-1.1.1/MultivariateRandomForest/man/build_forest_predict.Rd        |only
 MultivariateRandomForest-1.1.1/MultivariateRandomForest/man/build_single_tree.Rd           |   33 ++--
 MultivariateRandomForest-1.1.1/MultivariateRandomForest/man/predicting.Rd                  |   18 +-
 MultivariateRandomForest-1.1.1/MultivariateRandomForest/man/single_tree_prediction.Rd      |   10 -
 MultivariateRandomForest-1.1.1/MultivariateRandomForest/man/split_node.Rd                  |   30 ++--
 MultivariateRandomForest-1.1.1/MultivariateRandomForest/man/splitt.Rd                      |only
 MultivariateRandomForest-1.1.1/MultivariateRandomForest/man/variable_importance_measure.Rd |only
 MultivariateRandomForest-1.1.1/MultivariateRandomForest/src                                |only
 MultivariateRandomForest-1.1/MultivariateRandomForest/R/Multi_D_mod.R                      |only
 MultivariateRandomForest-1.1/MultivariateRandomForest/R/MultivariateRandomForest.R         |only
 MultivariateRandomForest-1.1/MultivariateRandomForest/R/predicting.R                       |only
 MultivariateRandomForest-1.1/MultivariateRandomForest/R/split_node.R                       |only
 MultivariateRandomForest-1.1/MultivariateRandomForest/R/spliting.R                         |only
 MultivariateRandomForest-1.1/MultivariateRandomForest/man/Multi_D_mod.Rd                   |only
 MultivariateRandomForest-1.1/MultivariateRandomForest/man/MultivariateRandomForest.Rd      |only
 MultivariateRandomForest-1.1/MultivariateRandomForest/man/spliting.Rd                      |only
 29 files changed, 199 insertions(+), 174 deletions(-)

More information about MultivariateRandomForest at CRAN
Permanent link

Package Grace updated to version 0.5.1 with previous version 0.5 dated 2016-10-22

Title: Graph-Constrained Estimation and Hypothesis Tests
Description: Use the graph-constrained estimation (Grace) procedure to estimate graph-guided linear regression coefficients and use the Grace/GraceI/GraceR tests to perform graph-guided hypothesis tests on the association between the response and the predictors.
Author: Sen Zhao
Maintainer: Sen Zhao <sen-zhao@sen-zhao.com>

Diff between Grace versions 0.5 dated 2016-10-22 and 0.5.1 dated 2016-10-23

 DESCRIPTION       |    8 +--
 MD5               |   14 ++---
 NAMESPACE         |    2 
 R/cvGrace.R       |   30 +++++-------
 R/grace.R         |   41 ++++++++++-------
 R/grace.test.R    |  129 ++++++++++++++++++++++++++++++++++++------------------
 man/grace.Rd      |    8 +--
 man/grace.test.Rd |   24 ++++++----
 8 files changed, 156 insertions(+), 100 deletions(-)

More information about Grace at CRAN
Permanent link

Package bacr updated to version 1.0.1 with previous version 1.0 dated 2015-08-07

Title: Bayesian Adjustment for Confounding
Description: Estimating the average causal effect based on the Bayesian Adjustment for Confounding (BAC) algorithm.
Author: Chi Wang <chi.wang@uky.edu>
Maintainer: Chi Wang <chi.wang@uky.edu>

Diff between bacr versions 1.0 dated 2015-08-07 and 1.0.1 dated 2016-10-23

 DESCRIPTION         |    8 ++++----
 MD5                 |   10 ++++++----
 R/bac.R             |   51 ++++++++++++++++++++++++++-------------------------
 inst                |only
 man/bac.Rd          |    6 +++---
 man/bacr-package.Rd |   10 +++++-----
 6 files changed, 44 insertions(+), 41 deletions(-)

More information about bacr at CRAN
Permanent link

New package photobiologyLEDs with initial version 0.4.2
Package: photobiologyLEDs
Type: Package
Title: Spectral Data for Light-Emitting-Diodes
Version: 0.4.2
Date: 2016-10-22
Authors@R: c( person("Pedro J.", "Aphalo", email = "pedro.aphalo@helsinki.fi", role = c("aut", "cre")), person("Shafiuddin", "Ahmed", role = "ctb") )
Maintainer: Pedro J. Aphalo <pedro.aphalo@helsinki.fi>
Description: Spectral emission data for some frequently used light emitting diodes.
License: GPL (>= 3)
VignetteBuilder: knitr
Depends: R (>= 3.2.0), photobiology (>= 0.9.11)
Suggests: knitr (>= 1.14), photobiologyWavebands (>= 0.4.1), ggspectra (>= 0.1.10), ggplot2 (>= 2.1.0)
LazyLoad: yes
LazyData: yes
ByteCompile: true
Encoding: UTF-8
URL: http://www.r4photobiology.info, https://bitbucket.org/aphalo/photobiologyleds
BugReports: https://bitbucket.org/aphalo/photobiologyleds/issues
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-10-23 15:31:26 UTC; aphalo
Author: Pedro J. Aphalo [aut, cre], Shafiuddin Ahmed [ctb]
Repository: CRAN
Date/Publication: 2016-10-23 18:51:49

More information about photobiologyLEDs at CRAN
Permanent link

New package photobiologyLamps with initial version 0.4.1
Package: photobiologyLamps
Type: Package
Title: Spectral Data of Light Emission by Lamps
Version: 0.4.1
Date: 2016-10-22
Authors@R: c( person("Pedro J.", "Aphalo", email = "pedro.aphalo@helsinki.fi", role = c("aut", "cre")), person("Lasse", "Ylianttila", role = "ctb") )
Maintainer: Pedro J. Aphalo <pedro.aphalo@helsinki.fi>
Description: Spectral emission data for some frequently used lamps excluding LEDs. Original data for incandescent and different types of discharge lamps are included.
License: GPL (>= 3)
VignetteBuilder: knitr
Depends: R (>= 3.2.0), photobiology (>= 0.9.12)
Suggests: knitr (>= 1.14), ggspectra (>= 0.1.10), photobiologyWavebands (>= 0.4.1), ggplot2 (>= 2.1.0)
LazyLoad: yes
LazyData: yes
ByteCompile: true
Encoding: UTF-8
URL: http://www.r4photobiology.info, https://bitbucket.org/aphalo/photobiologylamps
BugReports: https://bitbucket.org/aphalo/photobiologylamps/issues
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-10-23 07:52:39 UTC; aphalo
Author: Pedro J. Aphalo [aut, cre], Lasse Ylianttila [ctb]
Repository: CRAN
Date/Publication: 2016-10-23 18:51:48

More information about photobiologyLamps at CRAN
Permanent link

Package cobalt updated to version 1.3.0 with previous version 1.2.0 dated 2016-09-01

Title: Covariate Balance Tables and Plots
Description: Generate balance tables and plots for covariates of groups preprocessed through matching, weighting or subclassification, for example, using propensity scores. Includes integration with 'MatchIt', 'twang', 'Matching', and 'CBPS' for assessing balance on the output of their preprocessing functions. Users can also specify data for balance assessment not generated through the above packages.
Author: Noah Greifer [aut, cre]
Maintainer: Noah Greifer <noah@unc.edu>

Diff between cobalt versions 1.2.0 dated 2016-09-01 and 1.3.0 dated 2016-10-23

 DESCRIPTION                               |   10 
 MD5                                       |   43 -
 NAMESPACE                                 |    8 
 R/Under_construction/int.poly.R           |only
 R/Under_construction/under_construction.R |   33 +
 R/bal.tab.R                               |  735 ++++++++++--------------------
 R/f.build.R                               |    4 
 R/get.C.R                                 |only
 R/love.plot.R                             |  465 ++++++++++--------
 R/print.bal.tab.R                         |  229 ++++++++-
 R/x2base.R                                |   15 
 inst/doc/cobalt.R                         |   22 
 inst/doc/cobalt.Rmd                       |   70 +-
 inst/doc/cobalt.html                      |  138 ++---
 man/bal.tab.CBPS.Rd                       |  265 +++++-----
 man/bal.tab.Match.Rd                      |  281 +++++------
 man/bal.tab.Rd                            |  152 +++---
 man/bal.tab.df.formula.Rd                 |  397 ++++++++--------
 man/bal.tab.matchit.Rd                    |    9 
 man/bal.tab.ps.Rd                         |  251 +++++-----
 man/f.build.Rd                            |    7 
 man/love.plot.Rd                          |   27 -
 man/print.bal.tab.Rd                      |only
 vignettes/cobalt.Rmd                      |   70 +-
 24 files changed, 1684 insertions(+), 1547 deletions(-)

More information about cobalt at CRAN
Permanent link

Package stylo updated to version 0.6.4 with previous version 0.6.3 dated 2015-12-20

Title: Functions for a Variety of Stylometric Analyses
Description: A number of functions, supplemented by GUI, to perform various analyses in the field of computational stylistics, authorship attribution, etc.
Author: Maciej Eder, Jan Rybicki, Mike Kestemont
Maintainer: Maciej Eder <maciejeder@gmail.com>

Diff between stylo versions 0.6.3 dated 2015-12-20 and 0.6.4 dated 2016-10-23

 DESCRIPTION                   |    8 -
 MD5                           |   37 +++----
 NAMESPACE                     |    2 
 NEWS                          |   22 +++-
 R/crossv.R                    |  218 ++++++++++++++++++++++--------------------
 R/gui.stylo.R                 |   36 +++++-
 R/make.table.of.frequencies.R |    6 -
 R/oppose.R                    |   18 ++-
 R/perform.delta.R             |   34 +++++-
 R/perform.impostors.R         |only
 R/perform.knn.R               |   52 +++++++++-
 R/perform.naivebayes.R        |   46 +++++++-
 R/perform.nsc.R               |   33 +++++-
 R/perform.svm.R               |   46 +++++++-
 inst/CITATION                 |   33 +++---
 man/crossv.Rd                 |only
 man/perform.delta.Rd          |   10 +
 man/perform.impostors.Rd      |only
 man/perform.knn.Rd            |   29 +++++
 man/perform.naivebayes.Rd     |   29 +++++
 man/perform.svm.Rd            |   10 +
 21 files changed, 488 insertions(+), 181 deletions(-)

More information about stylo at CRAN
Permanent link

New package keyringr with initial version 0.1.0
Package: keyringr
Type: Package
Title: Decrypt Passwords from Gnome Keyring and Windows Data Protection API
Version: 0.1.0
Author: Josh Gilfillan
Maintainer: Josh Gilfillan <oflig.public+keyringr@gmail.com>
Description: Currently this package decrypts passwords stored in the Gnome Keyring using secret tool, and strings encrypted with the Windows Data Protection API. OSX Keychain coming soon.
License: MIT + file LICENSE
LazyData: TRUE
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-10-23 09:37:36 UTC; josh
Repository: CRAN
Date/Publication: 2016-10-23 13:18:52

More information about keyringr at CRAN
Permanent link

Package texreg updated to version 1.36.18 with previous version 1.36.7 dated 2016-06-21

Title: Conversion of R Regression Output to LaTeX or HTML Tables
Description: Converts coefficients, standard errors, significance stars, and goodness-of-fit statistics of statistical models into LaTeX tables or HTML tables/MS Word documents or to nicely formatted screen output for the R console for easy model comparison. A list of several models can be combined in a single table. The output is highly customizable. New model types can be easily implemented.
Author: Philip Leifeld
Maintainer: Philip Leifeld <philip.leifeld@glasgow.ac.uk>

Diff between texreg versions 1.36.7 dated 2016-06-21 and 1.36.18 dated 2016-10-23

 DESCRIPTION          |   20 +-
 MD5                  |   26 +-
 NAMESPACE            |  184 ++++++++++-----------
 R/classDefinition.R  |   40 ++--
 R/extract.R          |  444 +++++++++++++++++++++++++++++++++++++++++++--------
 R/internal.R         |   47 ++++-
 R/plotreg.R          |    2 
 R/texreg.R           |   26 +-
 build/vignette.rds   |binary
 inst/doc/texreg.R    |   46 ++---
 inst/doc/texreg.Rnw  |  156 +++++++++--------
 inst/doc/texreg.pdf  |binary
 man/extract.Rd       |   59 +++++-
 vignettes/texreg.Rnw |  156 +++++++++--------
 14 files changed, 807 insertions(+), 399 deletions(-)

More information about texreg at CRAN
Permanent link

Package janeaustenr updated to version 0.1.3 with previous version 0.1.2 dated 2016-09-17

Title: Jane Austen's Complete Novels
Description: Full texts for Jane Austen's 6 completed novels, ready for text analysis. These novels are "Sense and Sensibility", "Pride and Prejudice", "Mansfield Park", "Emma", "Northanger Abbey", and "Persuasion".
Author: Julia Silge [aut, cre]
Maintainer: Julia Silge <julia.silge@gmail.com>

Diff between janeaustenr versions 0.1.2 dated 2016-09-17 and 0.1.3 dated 2016-10-23

 DESCRIPTION      |   10 +++++-----
 MD5              |    6 ++++--
 R/austen_books.R |    1 +
 tests            |only
 4 files changed, 10 insertions(+), 7 deletions(-)

More information about janeaustenr at CRAN
Permanent link


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