Tue, 27 Dec 2016

Package simmer updated to version 3.6.0 with previous version 3.5.1 dated 2016-11-26

Title: Discrete-Event Simulation for R
Description: A process-oriented and trajectory-based Discrete-Event Simulation (DES) package for R. Designed to be a generic framework, it leverages the power of 'Rcpp' to boost the performance, turning DES in R feasible. As a noteworthy characteristic, 'simmer' exploits the concept of trajectory: a common path in the simulation model for entities of the same type.
Author: Iñaki Ucar [aut, cph, cre], Bart Smeets [aut, cph]
Maintainer: Iñaki Ucar <i.ucar86@gmail.com>

Diff between simmer versions 3.5.1 dated 2016-11-26 and 3.6.0 dated 2016-12-27

 simmer-3.5.1/simmer/R/activity.R                                                 |only
 simmer-3.5.1/simmer/R/convenience_funcs.R                                        |only
 simmer-3.5.1/simmer/man/create_trajectory.Rd                                     |only
 simmer-3.5.1/simmer/man/get_head.Rd                                              |only
 simmer-3.5.1/simmer/man/get_n_activities.Rd                                      |only
 simmer-3.5.1/simmer/man/get_next_activity.Rd                                     |only
 simmer-3.5.1/simmer/man/print_activity.Rd                                        |only
 simmer-3.6.0/simmer/DESCRIPTION                                                  |   16 
 simmer-3.6.0/simmer/MD5                                                          |  225 +--
 simmer-3.6.0/simmer/NAMESPACE                                                    |   72 
 simmer-3.6.0/simmer/NEWS.md                                                      |   17 
 simmer-3.6.0/simmer/R/RcppExports.R                                              |  240 +--
 simmer-3.6.0/simmer/R/generators.R                                               |only
 simmer-3.6.0/simmer/R/plot.R                                                     |    6 
 simmer-3.6.0/simmer/R/schedule.R                                                 |only
 simmer-3.6.0/simmer/R/simulator-methods.R                                        |only
 simmer-3.6.0/simmer/R/simulator.R                                                |  229 ---
 simmer-3.6.0/simmer/R/trajectory-activities.R                                    |only
 simmer-3.6.0/simmer/R/trajectory-methods.R                                       |only
 simmer-3.6.0/simmer/R/trajectory.R                                               |  736 ++--------
 simmer-3.6.0/simmer/R/utils.R                                                    |   10 
 simmer-3.6.0/simmer/R/wrap-methods.R                                             |only
 simmer-3.6.0/simmer/R/wrap.R                                                     |   41 
 simmer-3.6.0/simmer/TODO                                                         |    1 
 simmer-3.6.0/simmer/build/vignette.rds                                           |binary
 simmer-3.6.0/simmer/inst/doc/A-introduction.R                                    |   14 
 simmer-3.6.0/simmer/inst/doc/A-introduction.Rmd                                  |   38 
 simmer-3.6.0/simmer/inst/doc/A-introduction.html                                 |   89 -
 simmer-3.6.0/simmer/inst/doc/B-terminology.R                                     |    2 
 simmer-3.6.0/simmer/inst/doc/B-terminology.Rmd                                   |    2 
 simmer-3.6.0/simmer/inst/doc/B-terminology.html                                  |    6 
 simmer-3.6.0/simmer/inst/doc/C-trajectories.R                                    |  217 +-
 simmer-3.6.0/simmer/inst/doc/C-trajectories.Rmd                                  |  254 ++-
 simmer-3.6.0/simmer/inst/doc/C-trajectories.html                                 |  280 ++-
 simmer-3.6.0/simmer/inst/doc/D-bank-1.R                                          |   22 
 simmer-3.6.0/simmer/inst/doc/D-bank-1.Rmd                                        |   22 
 simmer-3.6.0/simmer/inst/doc/D-bank-1.html                                       |   26 
 simmer-3.6.0/simmer/inst/doc/E-simpy.R                                           |   26 
 simmer-3.6.0/simmer/inst/doc/E-simpy.Rmd                                         |   26 
 simmer-3.6.0/simmer/inst/doc/E-simpy.html                                        |   30 
 simmer-3.6.0/simmer/inst/doc/F-queueing-systems.R                                |   64 
 simmer-3.6.0/simmer/inst/doc/F-queueing-systems.Rmd                              |   84 +
 simmer-3.6.0/simmer/inst/doc/F-queueing-systems.html                             |  110 +
 simmer-3.6.0/simmer/inst/doc/G-ctmc.R                                            |   34 
 simmer-3.6.0/simmer/inst/doc/G-ctmc.Rmd                                          |   34 
 simmer-3.6.0/simmer/inst/doc/G-ctmc.html                                         |   44 
 simmer-3.6.0/simmer/man/Extract.Rd                                               |only
 simmer-3.6.0/simmer/man/activate.Rd                                              |    2 
 simmer-3.6.0/simmer/man/add_generator.Rd                                         |    4 
 simmer-3.6.0/simmer/man/add_resource.Rd                                          |    2 
 simmer-3.6.0/simmer/man/at.Rd                                                    |    4 
 simmer-3.6.0/simmer/man/batch.Rd                                                 |    2 
 simmer-3.6.0/simmer/man/branch.Rd                                                |    2 
 simmer-3.6.0/simmer/man/clone.Rd                                                 |    2 
 simmer-3.6.0/simmer/man/from.Rd                                                  |    4 
 simmer-3.6.0/simmer/man/from_to.Rd                                               |    4 
 simmer-3.6.0/simmer/man/get_capacity.Rd                                          |    2 
 simmer-3.6.0/simmer/man/get_mon.Rd                                               |    2 
 simmer-3.6.0/simmer/man/get_n_generated.Rd                                       |    2 
 simmer-3.6.0/simmer/man/join.Rd                                                  |   13 
 simmer-3.6.0/simmer/man/leave.Rd                                                 |    2 
 simmer-3.6.0/simmer/man/length.Rd                                                |only
 simmer-3.6.0/simmer/man/log_.Rd                                                  |    2 
 simmer-3.6.0/simmer/man/now.Rd                                                   |    2 
 simmer-3.6.0/simmer/man/peek.Rd                                                  |    2 
 simmer-3.6.0/simmer/man/renege_in.Rd                                             |    2 
 simmer-3.6.0/simmer/man/reset.Rd                                                 |    2 
 simmer-3.6.0/simmer/man/rollback.Rd                                              |    2 
 simmer-3.6.0/simmer/man/run.Rd                                                   |    2 
 simmer-3.6.0/simmer/man/schedule.Rd                                              |    2 
 simmer-3.6.0/simmer/man/seize.Rd                                                 |    2 
 simmer-3.6.0/simmer/man/select.Rd                                                |    2 
 simmer-3.6.0/simmer/man/send.Rd                                                  |    2 
 simmer-3.6.0/simmer/man/set_attribute.Rd                                         |    2 
 simmer-3.6.0/simmer/man/set_capacity.Rd                                          |    2 
 simmer-3.6.0/simmer/man/set_prioritization.Rd                                    |    2 
 simmer-3.6.0/simmer/man/set_trajectory.Rd                                        |    2 
 simmer-3.6.0/simmer/man/simmer.Rd                                                |   10 
 simmer-3.6.0/simmer/man/timeout.Rd                                               |    2 
 simmer-3.6.0/simmer/man/to.Rd                                                    |    4 
 simmer-3.6.0/simmer/man/trajectory.Rd                                            |only
 simmer-3.6.0/simmer/man/wrap.Rd                                                  |    5 
 simmer-3.6.0/simmer/src/RcppExports.cpp                                          |  420 ++---
 simmer-3.6.0/simmer/src/activity.h                                               |  290 +--
 simmer-3.6.0/simmer/src/process.cpp                                              |    6 
 simmer-3.6.0/simmer/src/simmer_rcpp.cpp                                          |  240 +--
 simmer-3.6.0/simmer/tests/testthat/test-chaining.R                               |    8 
 simmer-3.6.0/simmer/tests/testthat/test-plot.R                                   |    4 
 simmer-3.6.0/simmer/tests/testthat/test-simmer-generator.R                       |   18 
 simmer-3.6.0/simmer/tests/testthat/test-simmer-resource-preemption.R             |   20 
 simmer-3.6.0/simmer/tests/testthat/test-simmer-resource-priorities.R             |    6 
 simmer-3.6.0/simmer/tests/testthat/test-simmer-resource-schedule.R               |   12 
 simmer-3.6.0/simmer/tests/testthat/test-simmer-resource.R                        |   12 
 simmer-3.6.0/simmer/tests/testthat/test-simmer.R                                 |    6 
 simmer-3.6.0/simmer/tests/testthat/test-simulation-1.R                           |    2 
 simmer-3.6.0/simmer/tests/testthat/test-simulation-2.R                           |    2 
 simmer-3.6.0/simmer/tests/testthat/test-trajectory-activate-deactivate.R         |    4 
 simmer-3.6.0/simmer/tests/testthat/test-trajectory-batch-separate.R              |   34 
 simmer-3.6.0/simmer/tests/testthat/test-trajectory-branch.R                      |   20 
 simmer-3.6.0/simmer/tests/testthat/test-trajectory-clone-synchronize.R           |   54 
 simmer-3.6.0/simmer/tests/testthat/test-trajectory-leave.R                       |    8 
 simmer-3.6.0/simmer/tests/testthat/test-trajectory-log.R                         |    4 
 simmer-3.6.0/simmer/tests/testthat/test-trajectory-renege.R                      |   60 
 simmer-3.6.0/simmer/tests/testthat/test-trajectory-rollback.R                    |   36 
 simmer-3.6.0/simmer/tests/testthat/test-trajectory-seize-release.R               |   34 
 simmer-3.6.0/simmer/tests/testthat/test-trajectory-select.R                      |   30 
 simmer-3.6.0/simmer/tests/testthat/test-trajectory-send-trap.R                   |   44 
 simmer-3.6.0/simmer/tests/testthat/test-trajectory-set-capacity-queue.R          |   10 
 simmer-3.6.0/simmer/tests/testthat/test-trajectory-set-trajectory-distribution.R |    6 
 simmer-3.6.0/simmer/tests/testthat/test-trajectory-setattribute.R                |   14 
 simmer-3.6.0/simmer/tests/testthat/test-trajectory-setprioritization.R           |   12 
 simmer-3.6.0/simmer/tests/testthat/test-trajectory-timeout.R                     |    6 
 simmer-3.6.0/simmer/tests/testthat/test-trajectory.R                             |  240 ++-
 simmer-3.6.0/simmer/tests/testthat/test-wrap.R                                   |    4 
 simmer-3.6.0/simmer/vignettes/A-introduction.Rmd                                 |   38 
 simmer-3.6.0/simmer/vignettes/B-terminology.Rmd                                  |    2 
 simmer-3.6.0/simmer/vignettes/C-trajectories.Rmd                                 |  254 ++-
 simmer-3.6.0/simmer/vignettes/D-bank-1.Rmd                                       |   22 
 simmer-3.6.0/simmer/vignettes/E-simpy.Rmd                                        |   26 
 simmer-3.6.0/simmer/vignettes/F-queueing-systems.Rmd                             |   84 +
 simmer-3.6.0/simmer/vignettes/G-ctmc.Rmd                                         |   34 
 simmer-3.6.0/simmer/vignettes/includes/queue-network.svg                         |only
 122 files changed, 2565 insertions(+), 2676 deletions(-)

More information about simmer at CRAN
Permanent link

Package RWildbook updated to version 0.9.1 with previous version 0.9 dated 2016-12-01

Title: Interface for the 'Wildbook' Wildlife Data Management Framework
Description: Provides an interface with the 'Wildbook' mark-recapture ecological database framework. It helps users to pull data from the 'Wildbook' framework and format data for further analysis with mark-recapture applications like 'Program MARK' (which can be accessed via the 'RMark' package in 'R'). Further information on the 'Wildbook' framework is available at: <http://www.wildbook.org/doku.php>.
Author: Simon Bonner [aut, cre], Xinxin Huang [aut]
Maintainer: Simon Bonner <sbonner6@uwo.ca>

Diff between RWildbook versions 0.9 dated 2016-12-01 and 0.9.1 dated 2016-12-27

 DESCRIPTION                            |   14 
 MD5                                    |   12 
 build/vignette.rds                     |binary
 inst/doc/RWildbook_demo1_vignette.R    |   52 +--
 inst/doc/RWildbook_demo1_vignette.html |  262 ++++++++--------
 inst/doc/RWildbook_demo2_vignette.R    |   92 ++---
 inst/doc/RWildbook_demo2_vignette.html |  520 ++++++++++++++++-----------------
 7 files changed, 477 insertions(+), 475 deletions(-)

More information about RWildbook at CRAN
Permanent link

Package geoknife updated to version 1.5.2 with previous version 1.5.1 dated 2016-12-19

Title: Web-Processing of Large Gridded Datasets
Description: Processes gridded datasets found on the U.S. Geological Survey Geo Data Portal web application or elsewhere, using a web-enabled workflow that eliminates the need to download and store large datasets that are reliably hosted on the Internet. The package provides access to several data subset and summarization algorithms that are available on remote web processing servers.
Author: Jordan Read [aut, cre], Jordan Walker [aut], Alison Appling [aut], David Blodgett [aut], Emily Read [aut], Luke Winslow [aut], Lindsay Carr [aut], David Watkins [aut]
Maintainer: Jordan Read <jread@usgs.gov>

Diff between geoknife versions 1.5.1 dated 2016-12-19 and 1.5.2 dated 2016-12-27

 DESCRIPTION                       |    8 ++++----
 MD5                               |   10 +++++-----
 README.md                         |    4 ++--
 inst/doc/geoknife.html            |   11 ++++++++---
 inst/doc/plot_geotiff.html        |    4 ++--
 tests/testthat/test-dodsReplace.R |    5 +----
 6 files changed, 22 insertions(+), 20 deletions(-)

More information about geoknife at CRAN
Permanent link

Package lakemorpho updated to version 1.1.0 with previous version 1.0.3 dated 2016-09-02

Title: Lake Morphometry Metrics in R
Description: Lake morphometry metrics are used by limnologists to understand, among other things, the ecological processes in a lake. Traditionally, these metrics are calculated by hand, with planimeters, and increasingly with commercial GIS products. All of these methods work; however, they are either outdated, difficult to reproduce, or require expensive licenses to use. The lakemorpho package provides the tools to calculate a typical suite of these metrics from an input elevation model and lake polygon. The metrics currently supported are: fetch, major axis, minor axis, maximum length, maximum width, mean width,maximum depth, mean depth, shoreline development, shoreline length, surface area, and volume.
Author: Jeffrey W. Hollister [aut, cre], Joseph Stachelek [ctb]
Maintainer: Jeffrey W. Hollister <hollister.jeff@epa.gov>

Diff between lakemorpho versions 1.0.3 dated 2016-09-02 and 1.1.0 dated 2016-12-27

 DESCRIPTION                 |   32 +++++++++++++++++++-------------
 MD5                         |   22 ++++++++++++++--------
 NAMESPACE                   |    8 ++++++++
 R/lakeMajorAxisLength.R     |only
 R/lakeMeanDepth.R           |   14 +++++++++-----
 R/lakeMinorAxisLength.R     |only
 R/lakeMinorMajorAxisRatio.R |only
 R/lakeVolume.R              |   20 +++++++++++++-------
 R/plot.lakemorpho.R         |    4 +++-
 README.md                   |    7 ++++---
 man/lakeMajorAxisLength.Rd  |only
 man/lakeMeanDepth.Rd        |    6 +++++-
 man/lakeMinorAxisLength.Rd  |only
 man/lakeMinorMajorRatio.Rd  |only
 man/lakeVolume.Rd           |    6 +++++-
 15 files changed, 80 insertions(+), 39 deletions(-)

More information about lakemorpho at CRAN
Permanent link

Package webshot updated to version 0.4.0 with previous version 0.3.2 dated 2016-06-22

Title: Take Screenshots of Web Pages
Description: Takes screenshots of web pages, including Shiny applications.
Author: Winston Chang [aut, cre], Yihui Xie [ctb], Francois Guillem [ctb], Nicolas Perriault [ctb] (The CasperJS library)
Maintainer: Winston Chang <winston@rstudio.com>

Diff between webshot versions 0.3.2 dated 2016-06-22 and 0.4.0 dated 2016-12-27

 webshot-0.3.2/webshot/NEWS                                 |only
 webshot-0.4.0/webshot/DESCRIPTION                          |   10 
 webshot-0.4.0/webshot/MD5                                  |   59 -
 webshot-0.4.0/webshot/NAMESPACE                            |    1 
 webshot-0.4.0/webshot/NEWS.md                              |only
 webshot-0.4.0/webshot/R/image.R                            |   31 
 webshot-0.4.0/webshot/R/utils.R                            |   19 
 webshot-0.4.0/webshot/R/webshot.R                          |  155 +++
 webshot-0.4.0/webshot/R/zzz.R                              |only
 webshot-0.4.0/webshot/README.md                            |   85 +-
 webshot-0.4.0/webshot/build/vignette.rds                   |binary
 webshot-0.4.0/webshot/inst/casperjs/modules/casper.js      |  231 ++++-
 webshot-0.4.0/webshot/inst/casperjs/modules/cli.js         |    2 
 webshot-0.4.0/webshot/inst/casperjs/modules/clientutils.js |  521 +++++++------
 webshot-0.4.0/webshot/inst/casperjs/modules/colorizer.js   |    2 
 webshot-0.4.0/webshot/inst/casperjs/modules/events.js      |    2 
 webshot-0.4.0/webshot/inst/casperjs/modules/http.js        |    2 
 webshot-0.4.0/webshot/inst/casperjs/modules/mouse.js       |  192 +++-
 webshot-0.4.0/webshot/inst/casperjs/modules/pagestack.js   |   18 
 webshot-0.4.0/webshot/inst/casperjs/modules/tester.js      |   41 -
 webshot-0.4.0/webshot/inst/casperjs/modules/utils.js       |    6 
 webshot-0.4.0/webshot/inst/casperjs/modules/xunit.js       |   55 +
 webshot-0.4.0/webshot/inst/doc/intro.R                     |    2 
 webshot-0.4.0/webshot/inst/doc/intro.Rmd                   |    2 
 webshot-0.4.0/webshot/inst/doc/intro.html                  |   24 
 webshot-0.4.0/webshot/inst/utils.js                        |    6 
 webshot-0.4.0/webshot/inst/webshot.js                      |  119 +-
 webshot-0.4.0/webshot/man/appshot.Rd                       |    6 
 webshot-0.4.0/webshot/man/resize.Rd                        |   10 
 webshot-0.4.0/webshot/man/shrink.Rd                        |    5 
 webshot-0.4.0/webshot/man/webshot.Rd                       |   44 -
 webshot-0.4.0/webshot/vignettes/intro.Rmd                  |    2 
 32 files changed, 1109 insertions(+), 543 deletions(-)

More information about webshot at CRAN
Permanent link

New package UStatBookABSC with initial version 1.0.0
Package: UStatBookABSC
Title: A Companion Package to the Book "U-Statistics, M-Estimation and Resampling"
Version: 1.0.0
Author: Snigdhansu Chatterjee <chatt019@umn.edu>
Maintainer: Snigdhansu Chatterjee <chatt019@umn.edu>
Description: A set of functions leading to multivariate response L1 regression. This includes functions on computing Euclidean inner products and norms, weighted least squares estimates on multivariate responses, function to compute fitted values and residuals. This package is a companion to the book "U-Statistics, M-estimation and Resampling", by Arup Bose and Snigdhansu Chatterjee, to appear in 2017 as part of the "Texts and Readings in Mathematics" (TRIM) series of Hindustan Book Agency and Springer-Verlag.
Depends: R (>= 3.2.3)
Suggests: MASS
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 5.0.1.9000
NeedsCompilation: no
Packaged: 2016-12-27 15:53:42 UTC; Anshu_Regular
Repository: CRAN
Date/Publication: 2016-12-27 17:50:42

More information about UStatBookABSC at CRAN
Permanent link

Package RDS updated to version 0.7-8 with previous version 0.7-7 dated 2016-07-21

Title: Respondent-Driven Sampling
Description: Provides functionality for carrying out estimation with data collected using Respondent-Driven Sampling. This includes Heckathorn's RDS-I and RDS-II estimators as well as Gile's Sequential Sampling estimator. The package is part of the "RDS Analyst" suite of packages for the analysis of respondent-driven sampling data.
Author: Mark S. Handcock [aut, cre], Krista J. Gile [aut], Ian E. Fellows [aut], W. Whipple Neely [aut]
Maintainer: Mark S. Handcock <handcock@stat.ucla.edu>

Diff between RDS versions 0.7-7 dated 2016-07-21 and 0.7-8 dated 2016-12-27

 DESCRIPTION                         |    8 +++----
 MD5                                 |    9 ++++----
 NAMESPACE                           |    1 
 R/rds.interval.estimate.R           |   38 ++++++++++++++++++++++--------------
 inst/CITATION                       |    4 +--
 man/export.rds.interval.estimate.Rd |only
 6 files changed, 36 insertions(+), 24 deletions(-)

More information about RDS at CRAN
Permanent link

Package spark.sas7bdat updated to version 1.2 with previous version 1.0 dated 2016-11-18

Title: Read in 'SAS' Data ('.sas7bdat' Files) into 'Apache Spark'
Description: Read in 'SAS' Data ('.sas7bdat' Files) into 'Apache Spark' from R. 'Apache Spark' is an open source cluster computing framework available at <http://spark.apache.org>. This R package uses the 'spark-sas7bdat' 'Spark' package (<https://spark-packages.org/package/saurfang/spark-sas7bdat>) to import and process 'SAS' data in parallel using 'Spark'. Hereby allowing to execute 'dplyr' statements in parallel on top of 'SAS' data.
Author: Jan Wijffels [aut, cre, cph], BNOSAC [cph]
Maintainer: Jan Wijffels <jwijffels@bnosac.be>

Diff between spark.sas7bdat versions 1.0 dated 2016-11-18 and 1.2 dated 2016-12-27

 DESCRIPTION                           |   12 +++++++-----
 MD5                                   |    8 ++++----
 R/read_sas.R                          |   16 ++++++++++++----
 inst/NEWS                             |    8 ++++++++
 inst/doc/spark_sas7bdat_examples.html |    4 ++--
 5 files changed, 33 insertions(+), 15 deletions(-)

More information about spark.sas7bdat at CRAN
Permanent link

New package restrictedMVN with initial version 1.0
Package: restrictedMVN
Type: Package
Title: Multivariate Normal Restricted by Affine Constraints
Version: 1.0
Date: 2016-12-14
Author: Jonathan Taylor and Yuval Benjamini
Maintainer: Yuval Benjamini <yuval.benjamini@mail.huji.ac.il>
Description: A fast Gibbs sampler for multivariate normal with affine constraints.
License: GPL (>= 2)
Imports: MASS
Suggests: testthat
LinkingTo:
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-12-27 13:28:50 UTC; yuvalb
Repository: CRAN
Date/Publication: 2016-12-27 16:24:04

More information about restrictedMVN at CRAN
Permanent link

Package SCBmeanfd updated to version 1.2.2 with previous version 1.2.1 dated 2016-10-01

Title: Simultaneous Confidence Bands for the Mean of Functional Data
Description: Statistical methods for estimating and inferring the mean of functional data. The methods include simultaneous confidence bands, local polynomial fitting, bandwidth selection by plug-in and cross-validation, goodness-of-fit tests for parametric models, equality tests for two-sample problems, and plotting functions.
Author: David Degras
Maintainer: David Degras <ddegrasv@gmail.com>

Diff between SCBmeanfd versions 1.2.1 dated 2016-10-01 and 1.2.2 dated 2016-12-27

 DESCRIPTION   |    8 ++++----
 MD5           |    6 +++---
 NEWS          |    3 +++
 R/scb.equal.R |    1 -
 4 files changed, 10 insertions(+), 8 deletions(-)

More information about SCBmeanfd at CRAN
Permanent link

Package Rsymphony updated to version 0.1-25 with previous version 0.1-24 dated 2016-12-12

Title: SYMPHONY in R
Description: An R interface to the SYMPHONY solver for mixed-integer linear programs.
Author: Reinhard Harter [aut], Kurt Hornik [aut, cre], Stefan Theussl [aut], Cyrille Szymanski [ctb]
Maintainer: Kurt Hornik <Kurt.Hornik@R-project.org>

Diff between Rsymphony versions 0.1-24 dated 2016-12-12 and 0.1-25 dated 2016-12-27

 DESCRIPTION       |    6 +++---
 MD5               |    4 ++--
 src/R_symphony.cc |   11 +++++++++++
 3 files changed, 16 insertions(+), 5 deletions(-)

More information about Rsymphony at CRAN
Permanent link

Package rel updated to version 1.2.0 with previous version 1.1.0 dated 2016-08-23

Title: Reliability Coefficients
Description: Derives point estimates with confidence intervals for Bennett et als S, Cohen's kappa, Conger's kappa, Fleiss' kappa, Gwet's AC, Krippendorff's alpha, Scott's pi, and weighted kappa.
Author: Riccardo Lo Martire
Maintainer: Riccardo Lo Martire <lomartire@kth.se>

Diff between rel versions 1.1.0 dated 2016-08-23 and 1.2.0 dated 2016-12-27

 DESCRIPTION        |    8 +-
 MD5                |   32 +++++------
 NAMESPACE          |    2 
 NEWS               |   15 ++++-
 R/bS.R             |    7 --
 R/cKap.R           |  145 ++++++++++++++++++++++++++++++++---------------------
 R/gAC.R            |    7 --
 R/krA.R            |   13 +---
 R/print.rel.R      |   20 ++++++-
 R/sPi.R            |   77 +++++++++++++++-------------
 R/summary.rel.R    |   14 ++++-
 man/bS.Rd          |    6 +-
 man/cKap.Rd        |   17 ++++--
 man/gAC.Rd         |    8 +-
 man/krA.Rd         |    6 +-
 man/rel-package.Rd |    4 -
 man/sPi.Rd         |   15 +++--
 17 files changed, 236 insertions(+), 160 deletions(-)

More information about rel at CRAN
Permanent link

Package mRm updated to version 1.1.6 with previous version 1.1.5 dated 2013-12-02

Title: An R Package for Conditional Maximum Likelihood Estimation in Mixed Rasch Models
Description: Conditional maximum likelihood estimation via the EM algorithm and information-criterion-based model selection in binary mixed Rasch models.
Author: David Preinerstorfer
Maintainer: David Preinerstorfer <david.preinerstorfer@univie.ac.at>

Diff between mRm versions 1.1.5 dated 2013-12-02 and 1.1.6 dated 2016-12-27

 DESCRIPTION        |   18 ++++++++----------
 MD5                |   11 ++++++-----
 NAMESPACE          |    3 +--
 NEWS               |only
 R/zzz.R            |    2 +-
 man/mRm-package.Rd |    2 +-
 man/mrm.Rd         |    2 +-
 7 files changed, 18 insertions(+), 20 deletions(-)

More information about mRm at CRAN
Permanent link

New package joineRML with initial version 0.1.0
Package: joineRML
Type: Package
Title: Joint Modelling of Multivariate Longitudinal Data and Time-to-Event Outcomes
Version: 0.1.0
Authors@R: c( person("Graeme L.", "Hickey", email = "graeme.hickey@liverpool.ac.uk", role = c("cre", "aut")), person("Pete", "Philipson", email = "pete.philipson@northumbria.ac.uk", role = "aut"), person("Andrea", "Jorgensen", email = "aljorgen@liverpool.ac.uk", role = "aut"), person("Ruwanthi", "Kolamunnage-Dona", email = "kdrr@liverpool.ac.uk", role = "aut"), person("Paula", "Williamson", email = "p.r.williamson@liverpool.ac.uk", role = "ctb") )
Maintainer: Graeme L. Hickey <graeme.hickey@liverpool.ac.uk>
Date: 2016-12-23
Description: Fits the joint model proposed by Henderson and colleagues (2000) <doi:10.1093/biostatistics/1.4.465>, but extended to the case of multiple continuous longitudinal measures. The time-to-event data is modelled using a Cox proportional hazards regression model with time-varying covariates. The multiple longitudinal outcomes are modelled using a multivariate version of the Laird and Ware linear mixed model. The association is captured by a multivariate latent Gaussian process. The model is estimated using a Monte Carlo Expectation Maximization algorithm. This project is funded by the Medical Research Council (Grant number MR/M013227/1).
License: GPL-2 | file LICENSE
URL: https://github.com/graemeleehickey/joineRML/
BugReports: https://github.com/graemeleehickey/joineRML/issues
LazyData: true
Depends: R (>= 3.1)
Imports: graphics, MASS, Matrix, nlme, Rcpp (>= 0.12.7), stats, survival, utils
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 5.0.1
Suggests: joineR, knitr, rmarkdown, R.rsp
VignetteBuilder: knitr, R.rsp
NeedsCompilation: yes
Packaged: 2016-12-27 00:07:22 UTC; graemeleehickey
Author: Graeme L. Hickey [cre, aut], Pete Philipson [aut], Andrea Jorgensen [aut], Ruwanthi Kolamunnage-Dona [aut], Paula Williamson [ctb]
Repository: CRAN
Date/Publication: 2016-12-27 13:36:19

More information about joineRML at CRAN
Permanent link

New package cvequality with initial version 0.1.1
Package: cvequality
Type: Package
Title: Tests for the Equality of Coefficients of Variation from Multiple Groups
Version: 0.1.1
Authors@R: c(person("Ben", "Marwick", email = "benmarwick@gmail.com", role = c("aut", "cre")), person("Kalimuthu", "Krishnamoorthy", email = "krishna@louisiana.edu", role = c("aut")))
Maintainer: Ben Marwick <benmarwick@gmail.com>
Description: Contains functions for testing for significant differences between multiple coefficients of variation. Includes Feltz and Miller's (1996) <DOI:10.1002/(SICI)1097-0258(19960330)15:6%3C647::AID-SIM184%3E3.0.CO;2-P> asymptotic test and Krishnamoorthy and Lee's (2014) <DOI:10.1007/s00180-013-0445-2> modified signed-likelihood ratio test. See the vignette for more, including full details of citations.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 5.0.1
Suggests: knitr, ggplot2, rmarkdown, testthat, tidyverse, ggbeeswarm, covr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2016-12-27 13:15:12 UTC; bmarwick
Author: Ben Marwick [aut, cre], Kalimuthu Krishnamoorthy [aut]
Repository: CRAN
Date/Publication: 2016-12-27 14:23:05

More information about cvequality at CRAN
Permanent link

Package acrt updated to version 1.0.1 with previous version 1.0 dated 2016-12-18

Title: Autocorrelation Robust Testing
Description: Functions for testing affine hypotheses on the regression coefficient vector in regression models with autocorrelated errors.
Author: David Preinerstorfer
Maintainer: David Preinerstorfer <david.preinerstorfer@econ.au.dk>

Diff between acrt versions 1.0 dated 2016-12-18 and 1.0.1 dated 2016-12-27

 DESCRIPTION                   |    8 ++++----
 MD5                           |   25 +++++++++++++------------
 NEWS                          |only
 R/zzz.R                       |    2 +-
 build/partial.rdb             |binary
 inst/CITATION                 |    2 +-
 man/F.type.test.Rd            |    6 ++++--
 man/acrt-package.Rd           |    2 +-
 man/critical.value.Rd         |    6 ++++--
 man/size.Rd                   |    4 +++-
 src/Makevars                  |    2 +-
 src/Makevars.win.txt          |    2 +-
 src/test.statistic.Eicker.cpp |    8 ++++++--
 src/test.statistic.cpp        |    8 ++++++--
 14 files changed, 45 insertions(+), 30 deletions(-)

More information about acrt at CRAN
Permanent link

Package sNPLS updated to version 0.1.4 with previous version 0.1.3 dated 2016-11-07

Title: NPLS Regression with L1 Penalization
Description: Tools for performing variable selection in three-way data using N-PLS in combination with L1 penalization.
Author: David Hervas
Maintainer: David Hervas <ddhervas@yahoo.es>

Diff between sNPLS versions 0.1.3 dated 2016-11-07 and 0.1.4 dated 2016-12-27

 DESCRIPTION   |    6 +++---
 MD5           |    4 ++--
 R/sNPLS_fit.R |   16 +++++++++-------
 3 files changed, 14 insertions(+), 12 deletions(-)

More information about sNPLS at CRAN
Permanent link

Package sjPlot updated to version 2.2.0 with previous version 2.1.2 dated 2016-11-12

Title: Data Visualization for Statistics in Social Science
Description: Collection of plotting and table output functions for data visualization. Results of various statistical analyses (that are commonly used in social sciences) can be visualized using this package, including simple and cross tabulated frequencies, histograms, box plots, (generalized) linear models, mixed effects models, PCA and correlation matrices, cluster analyses, scatter plots, Likert scales, effects plots of regression models (including interaction terms) and much more. This package supports labelled data.
Author: Daniel Lüdecke <d.luedecke@uke.de>
Maintainer: Daniel Lüdecke <d.luedecke@uke.de>

Diff between sjPlot versions 2.1.2 dated 2016-11-12 and 2.2.0 dated 2016-12-27

 DESCRIPTION                |   15 
 MD5                        |  138 -
 NAMESPACE                  |   18 
 NEWS                       |   31 
 NEWS.md                    |   33 
 R/helpfunctions.R          |   84 
 R/plot_grid.R              |  109 
 R/sjPlotAncovaLSMeans.R    |   36 
 R/sjPlotClusterAnalysis.R  |   41 
 R/sjPlotFrequencies.R      | 1134 +++++-----
 R/sjPlotGLME.R             | 4959 ++++++++++++++++++++++-----------------------
 R/sjPlotGroupFrequencies.R | 1588 +++++++-------
 R/sjPlotGroupPropTable.R   |    2 
 R/sjPlotInteractions.R     | 3129 ++++++++++++++--------------
 R/sjPlotKfoldCV.R          |only
 R/sjPlotLikert.R           | 1206 +++++-----
 R/sjPlotLinreg.R           | 2514 +++++++++++-----------
 R/sjPlotLinregMultiple.R   |   21 
 R/sjPlotOdds.R             |  396 ++-
 R/sjPlotOddsMultiple.R     |   55 
 R/sjPlotPCA.R              |  776 +++----
 R/sjPlotPearsonsChi2Test.R |  260 +-
 R/sjPlotPolynomials.R      |   28 
 R/sjPlotPropTable.R        |  950 ++++----
 R/sjPlotResiduals.R        |   16 
 R/sjTabCorr.R              |  957 ++++----
 R/sjTabDataFrame.R         |    1 
 R/sjTabFrequencies.R       | 1372 ++++++------
 R/sjTabGrpmean.R           |  412 +--
 R/sjTabItemAnalysis.R      |   12 
 R/sjTabLinReg.R            | 2906 +++++++++++++-------------
 R/sjTabMannWhitney.R       |   28 
 R/sjTabOdds.R              |  145 -
 R/sjTabPCA.R               | 1073 ++++-----
 R/sjTabPropTable.R         | 1121 +++++-----
 R/sjTabStackFrq.R          |    1 
 R/sjplot.R                 |  517 ++--
 build/partial.rdb          |binary
 man/sjPlot-package.Rd      |  106 
 man/sjc.qclus.Rd           |    4 
 man/sjp.aov1.Rd            |    4 
 man/sjp.chi2.Rd            |    4 
 man/sjp.corr.Rd            |    4 
 man/sjp.frq.Rd             |    4 
 man/sjp.glm.Rd             |   44 
 man/sjp.glmer.Rd           |   41 
 man/sjp.glmm.Rd            |    4 
 man/sjp.gpt.Rd             |    4 
 man/sjp.grpfrq.Rd          |    4 
 man/sjp.int.Rd             |  720 +++---
 man/sjp.kfold_cv.Rd        |only
 man/sjp.likert.Rd          |   58 
 man/sjp.lm.Rd              |  720 +++---
 man/sjp.lmer.Rd            |   48 
 man/sjp.lmm.Rd             |    4 
 man/sjp.pca.Rd             |    4 
 man/sjp.poly.Rd            |   45 
 man/sjp.resid.Rd           |    7 
 man/sjp.scatter.Rd         |    4 
 man/sjp.stackfrq.Rd        |    4 
 man/sjp.xtab.Rd            |    4 
 man/sjplot.Rd              |   72 
 man/sjt.corr.Rd            |    2 
 man/sjt.df.Rd              |    2 
 man/sjt.frq.Rd             |   11 
 man/sjt.glm.Rd             |    7 
 man/sjt.lm.Rd              |   17 
 man/sjt.lmer.Rd            |    6 
 man/sjt.mwu.Rd             |    2 
 man/sjt.pca.Rd             |    2 
 man/sjt.xtab.Rd            |    7 
 71 files changed, 14333 insertions(+), 13720 deletions(-)

More information about sjPlot at CRAN
Permanent link

Package rpubchem updated to version 1.5.10 with previous version 1.5.0.2 dated 2014-04-24

Title: An Interface to the PubChem Collection
Description: Access PubChem data (compounds, substance, assays) using R. Structural information is provided in the form of SMILES strings. It currently only provides access to a subset of the precalculated data stored by PubChem. Bio-assay data can be accessed to obtain descriptions as well as the actual data. It is also possible to search for assay ID's by keyword.
Author: Rajarshi Guha [aut, cre], John Buonagurio [ctb]
Maintainer: Rajarshi Guha <rajarshi.guha@gmail.com>

Diff between rpubchem versions 1.5.0.2 dated 2014-04-24 and 1.5.10 dated 2016-12-27

 DESCRIPTION            |   35 ++--
 MD5                    |   29 ++-
 NAMESPACE              |   14 +
 R/bioassayQueries.R    |   49 +++---
 R/getassay.R           |  361 +++++++++++++++----------------------------------
 R/getsynonyms.R        |only
 R/pug.R                |only
 R/pugrest.R            |only
 R/sidcid.R             |only
 inst                   |only
 man/decodeCACTVS.Rd    |only
 man/get.cids.by.aid.Rd |only
 man/get.sids.by.aid.Rd |only
 man/getaidcid.Rd       |   25 ---
 man/getassay.Rd        |    8 -
 man/getcid.Rd          |   46 ++----
 man/getcsid.Rd         |   34 ++--
 man/getsynonyms.Rd     |only
 tests                  |only
 19 files changed, 239 insertions(+), 362 deletions(-)

More information about rpubchem at CRAN
Permanent link

Package ReIns updated to version 1.0.1 with previous version 1.0.0 dated 2016-12-23

Title: Functions from "Reinsurance: Actuarial and Statistical Aspects"
Description: Functions from the book "Reinsurance: Actuarial and Statistical Aspects" (Wiley, 2017) by Hansjoerg Albrecher, Jan Beirlant and Jef Teugels.
Author: Tom Reynkens [aut, cre], Roel Verbelen [aut] (R code for Mixed Erlang distribution), Anastasios Bardoutsos [ctb] (Original R code for cEPD estimator), Dries Cornilly [ctb] (Original R code for EVT estimators for truncated data), Yuri Goegebeur [ctb] (Original S-Plus code for basic EVT estimators), Klaus Herrmann [ctb] (Original R code for GPD estimator)
Maintainer: Tom Reynkens <tomreynkens@hotmail.com>

Diff between ReIns versions 1.0.0 dated 2016-12-23 and 1.0.1 dated 2016-12-27

 DESCRIPTION            |   12 ++++++------
 MD5                    |   16 ++++++++--------
 build/vignette.rds     |binary
 inst/NEWS.Rd           |   10 ++++++++++
 inst/doc/ReIns.Rmd     |    4 ++--
 inst/doc/ReIns.html    |    6 +++---
 src/SpliceEM.cpp       |    6 +++---
 src/SpliceEM_Mstep.cpp |    4 ++--
 vignettes/ReIns.Rmd    |    4 ++--
 9 files changed, 36 insertions(+), 26 deletions(-)

More information about ReIns at CRAN
Permanent link

New package KTensorGraphs with initial version 0.1
Package: KTensorGraphs
Type: Package
Title: Co-Tucker3 Analysis of Two Sequences of Matrices
Version: 0.1
Date: 2016-12-27
Author: Miguel Rodriguez-Rosa <miguel_rosa90@usal.es> [aut, cre]
Maintainer: Miguel Rodriguez-Rosa <miguel_rosa90@usal.es>
Description: Provides a function called COTUCKER3() (Co-Inertia Analysis + Tucker3 method) which performs a Co-Tucker3 analysis of two sequences of matrices, as well as other functions called PCA() (Principal Component Analysis) and BGA() (Between-Groups Analysis), which perform analysis of one matrix, COIA() (Co-Inertia Analysis), which performs analysis of two matrices, PTA() (Partial Triadic Analysis) and TUCKER3(), which perform analysis of a sequence of matrices, and BGCOIA() (Between-Groups Co-Inertia Analysis), STATICO() (STATIS method + Co-Inertia Analysis), COSTATIS() (Co-Inertia Analysis + STATIS method), which also perform analysis of two sequences of matrices.
License: GPL (>= 2)
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-12-27 10:18:09 UTC; Miguel
Repository: CRAN
Date/Publication: 2016-12-27 11:58:37

More information about KTensorGraphs at CRAN
Permanent link

Package ETAS updated to version 0.3 with previous version 0.2 dated 2016-02-07

Title: Modeling Earthquake Data Using ETAS Model
Description: Fits the space-time Epidemic Type Aftershock Sequence (ETAS) model to earthquake catalogs using a stochastic declustering approach. The ETAS model is a spatio-temporal marked point process model and a special case of the Hawkes process. The package is based on Fortran code by Jiancang Zhuang (available at <http://bemlar.ism.ac.jp/zhuang/software.html>), which is translated into C++ and C such that it can be called from R.
Author: Abdollah Jalilian [aut, cre], Jiancang Zhuang [ctb]
Maintainer: Abdollah Jalilian <jalilian@razi.ac.ir>

Diff between ETAS versions 0.2 dated 2016-02-07 and 0.3 dated 2016-12-27

 ETAS-0.2/ETAS/data/jap.quakes.rda   |only
 ETAS-0.2/ETAS/man/jap.quakes.Rd     |only
 ETAS-0.3/ETAS/DESCRIPTION           |   27 +-
 ETAS-0.3/ETAS/MD5                   |   55 ++--
 ETAS-0.3/ETAS/NAMESPACE             |    4 
 ETAS-0.3/ETAS/R/RcppExports.R       |only
 ETAS-0.3/ETAS/R/catalog.R           |   56 ++--
 ETAS-0.3/ETAS/R/decluster.R         |   16 -
 ETAS-0.3/ETAS/R/etas.R              |  173 ++++++++++++--
 ETAS-0.3/ETAS/R/etasfit.R           |   32 ++
 ETAS-0.3/ETAS/R/flatmap.R           |only
 ETAS-0.3/ETAS/R/lambda.R            |   25 +-
 ETAS-0.3/ETAS/R/lambdax.R           |    5 
 ETAS-0.3/ETAS/R/rates.R             |  110 ++++-----
 ETAS-0.3/ETAS/data/iran.quakes.rda  |binary
 ETAS-0.3/ETAS/data/italy.quakes.rda |only
 ETAS-0.3/ETAS/data/japan.quakes.rda |only
 ETAS-0.3/ETAS/man/ETAS-internal.Rd  |   33 ++
 ETAS-0.3/ETAS/man/catalog.Rd        |   64 +++--
 ETAS-0.3/ETAS/man/etas.Rd           |  140 ++++++++---
 ETAS-0.3/ETAS/man/etas.object.Rd    |    5 
 ETAS-0.3/ETAS/man/iran.quakes.Rd    |   22 +
 ETAS-0.3/ETAS/man/italy.quakes.Rd   |only
 ETAS-0.3/ETAS/man/japan.quakes.Rd   |only
 ETAS-0.3/ETAS/man/lambda.Rd         |   21 -
 ETAS-0.3/ETAS/man/rates.Rd          |   72 ++++--
 ETAS-0.3/ETAS/src/Makevars          |only
 ETAS-0.3/ETAS/src/RcppExports.cpp   |only
 ETAS-0.3/ETAS/src/declust.c         |    4 
 ETAS-0.3/ETAS/src/dist.h            |    3 
 ETAS-0.3/ETAS/src/fit.c             |  424 +++++++++++++++++++-----------------
 ETAS-0.3/ETAS/src/fitMP.cpp         |only
 ETAS-0.3/ETAS/src/lambda.c          |   10 
 ETAS-0.3/ETAS/src/lambda.h          |   20 -
 34 files changed, 840 insertions(+), 481 deletions(-)

More information about ETAS at CRAN
Permanent link

Package ALSM updated to version 0.1.5 with previous version 0.1.4 dated 2016-12-19

Title: Companion to Applied Linear Statistical Models
Description: Functions and Data set presented in Applied Linear Statistical Models Fifth Edition (Chapters 1-9 and 16-21), Michael H. Kutner; Christopher J. Nachtsheim; John Neter; William Li, 2005. (ISBN-10: 0071122214, ISBN-13: 978-0071122214) that do not exist in R, are gathered in this package. The whole book will be covered in the next versions.
Author: Ali Ghanbari <a.ghanbari541@gmail.com>
Maintainer: Ali Ghanbari <a.ghanbari541@gmail.com>

Diff between ALSM versions 0.1.4 dated 2016-12-19 and 0.1.5 dated 2016-12-27

 DESCRIPTION                 |    8 ++--
 MD5                         |   12 +++++--
 R/19_towway.ci.R            |   74 +++++++++++++++++++++++---------------------
 data/AuditorTraining_10.rda |only
 data/AuditorTraining_5.rda  |only
 data/RiskPremium.rda        |only
 data/TaskCompletion.rda     |only
 man/AuditorTraining_10.Rd   |only
 man/AuditorTraining_5.Rd    |only
 man/RiskPremium.Rd          |only
 man/TaskCompletion.Rd       |only
 11 files changed, 54 insertions(+), 40 deletions(-)

More information about ALSM at CRAN
Permanent link

Package prioritizr (with last version 0.1.2) was removed from CRAN

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

2016-12-01 0.1.2

Permanent link
New package ltxsparklines with initial version 1.0
Package: ltxsparklines
Type: Package
Title: Lightweight Sparklines for a LaTeX Document
Version: 1.0
Authors@R: c(person("Boris", "Veytsman", role = c("aut", "cre"), email = "borisv@lk.net"))
Date: 2016-12-26
Description: Sparklines are small plots (about one line of text high), made popular by Edward Tufte. This package is the interface from R to the LaTeX package sparklines by Andreas Loeffer and Dan Luecking (http://www.ctan.org/pkg/sparklines). It can work with Sweave or knitr or other engines that produce TeX. The package can be used to plot vectors, matrices, data frames, time series (in ts or zoo format).
Suggests: zoo
License: GPL-2 | GPL-3
URL: https://github.com/borisveytsman/ltxsparklines
NeedsCompilation: no
Packaged: 2016-12-27 06:12:56 UTC; boris
Author: Boris Veytsman [aut, cre]
Maintainer: Boris Veytsman <borisv@lk.net>
Repository: CRAN
Date/Publication: 2016-12-27 11:19:34

More information about ltxsparklines at CRAN
Permanent link


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