Sun, 19 Jun 2016

New package ROI.plugin.nloptr with initial version 0.2-3
Package: ROI.plugin.nloptr
Version: 0.2-3
Title: ROI-Plugin NLOPTR
Author: Florian Schwendinger [aut, cre]
Maintainer: Florian Schwendinger <FlorianSchwendinger@gmx.at>
Description: Enhances the R Optimization Infrastructure (ROI) package with the NLopt solver for solving nonlinear optimization problems.
Imports: methods, stats, ROI (>= 0.2-0), nloptr (>= 1.0.1)
License: GPL-3
URL: http://R-Forge.R-project.org/projects/roi
NeedsCompilation: no
Packaged: 2016-06-19 15:39:26 UTC; florian
Repository: CRAN
Date/Publication: 2016-06-19 17:49:57

More information about ROI.plugin.nloptr at CRAN
Permanent link

Package varhandle updated to version 2.0.1 with previous version 2.0.0 dated 2016-06-13

Title: Functions for Robust Variable Handling
Description: Variables are the fundamental parts of each programming language but handling them might be frustrating for programmers from time to time. This package contains some functions to help user (especially data explorers) to make more sense of their variables and take the most out of variables as well as their hardware. These functions are written, collected and crafted over some years of experience in statistical data analysis and for each of them there was a need. Functions in this package are suppose to be efficient and easy to use, hence they will be frequently updated to make them more convenient.
Author: Mehrad Mahmoudian [aut, cre]
Maintainer: Mehrad Mahmoudian <m.mahmoudian@gmail.com>

Diff between varhandle versions 2.0.0 dated 2016-06-13 and 2.0.1 dated 2016-06-19

 DESCRIPTION              |    8 +-
 MD5                      |   11 +-
 NEWS                     |only
 R/inspect.na.R           |    6 +
 R/unfactor.R             |   25 ++++--
 R/var.info.R             |  188 +++++++++++++++++++++++++----------------------
 man/varhandle-package.Rd |    4 -
 7 files changed, 133 insertions(+), 109 deletions(-)

More information about varhandle at CRAN
Permanent link

New package ROI.plugin.scs with initial version 0.2-2
Package: ROI.plugin.scs
Version: 0.2-2
Title: ROI-Plugin SCS
Author: Florian Schwendinger [aut, cre]
Maintainer: Florian Schwendinger <FlorianSchwendinger@gmx.at>
Description: Enhances the R Optimization Infrastructure (ROI) package with the SCS solver for solving convex cone problems.
Imports: stats, methods, Matrix, slam, ROI (>= 0.2-0), scs (>= 1.0.0)
License: GPL-3
URL: http://R-Forge.R-project.org/projects/roi
NeedsCompilation: no
Packaged: 2016-06-19 14:39:49 UTC; florian
Repository: CRAN
Date/Publication: 2016-06-19 16:55:03

More information about ROI.plugin.scs at CRAN
Permanent link

New package ROI.plugin.ecos with initial version 0.2-2
Package: ROI.plugin.ecos
Version: 0.2-2
Title: ROI-Plugin ECOS
Author: Florian Schwendinger [aut, cre]
Maintainer: Florian Schwendinger <FlorianSchwendinger@gmx.at>
Description: Enhances the R Optimization Infrastructure (ROI) package with the Embedded Conic Solver (ECOS) for solving conic optimization problems.
Imports: methods, slam, Matrix, ROI (>= 0.2-0), ECOSolveR (>= 0.2)
License: GPL-3
URL: http://R-Forge.R-project.org/projects/roi
NeedsCompilation: no
Packaged: 2016-06-19 12:49:50 UTC; florian
Repository: CRAN
Date/Publication: 2016-06-19 16:54:03

More information about ROI.plugin.ecos at CRAN
Permanent link

Package photobiologyInOut updated to version 0.4.6 with previous version 0.4.5 dated 2016-06-18

Title: Read Spectral Data from Foreign Files
Description: Functions for reading and writing foreign files containing spectral data from spectrometers and their associated software, and output from simulation models in common use. As well as functions for exchange of spectral data with other R packages.
Author: Pedro J. Aphalo <pedro.aphalo@helsinki.fi>
Maintainer: Pedro J. Aphalo <pedro.aphalo@helsinki.fi>

Diff between photobiologyInOut versions 0.4.5 dated 2016-06-18 and 0.4.6 dated 2016-06-19

 DESCRIPTION              |    6 
 MD5                      |   10 
 NEWS                     |    9 
 R/read-libradtran-vesa.r |    4 
 build/vignette.rds       |binary
 inst/doc/user-guide.pdf  |  777 +++++++++++++++++++++++------------------------
 6 files changed, 400 insertions(+), 406 deletions(-)

More information about photobiologyInOut at CRAN
Permanent link

Package nproc updated to version 1.1 with previous version 0.5 dated 2016-05-08

Title: Neyman-Pearson Receiver Operator Curve
Description: Given a sample of class 0 and class 1 and a classification method, the package generates the corresponding Neyman-Pearson classifier with a pre-specified type-I error control and Neyman-Pearson Receiver Operator Curve.
Author: Yang Feng, Jessica Li and Xin Tong
Maintainer: Yang Feng <yang.feng@columbia.edu>

Diff between nproc versions 0.5 dated 2016-05-08 and 1.1 dated 2016-06-19

 ChangeLog                |   15 +++
 DESCRIPTION              |    8 -
 MD5                      |   38 +++----
 NAMESPACE                |    4 
 R/npc.R                  |  228 ++++++++++++++++++++++-------------------------
 R/npc.core.R             |   72 +++++++-------
 R/npfuns.R               |  201 +++++++++++++++++++++++++++--------------
 R/nproc.R                |   83 +++++++++--------
 R/nproc.core.R           |  174 +++++++++++++++++++++--------------
 R/plot.nproc.R           |   65 ++++++++-----
 R/predict.npc.R          |   60 +++++++-----
 build/vignette.rds       |binary
 inst/doc/nproc-demo.R    |   13 +-
 inst/doc/nproc-demo.Rmd  |   13 +-
 inst/doc/nproc-demo.pdf  |binary
 man/npc.Rd               |   71 ++++++++------
 man/nproc.Rd             |   35 ++++---
 man/plot.nproc.Rd        |    8 -
 man/predict.npc.Rd       |    2 
 vignettes/nproc-demo.Rmd |   13 +-
 20 files changed, 625 insertions(+), 478 deletions(-)

More information about nproc at CRAN
Permanent link

New package npROCRegression with initial version 1.0
Package: npROCRegression
Type: Package
Title: Kernel-Based Nonparametric ROC Regression Modelling
Version: 1.0
Date: 2016-06-16
Imports: lattice, graphics, stats
Suggests: knitr, rmarkdown
Authors@R: c( person("Maria Xose Rodriguez-Alvarez", email = "mxrodriguez@uvigo.es", role = c("aut", "cre")), person("Javier Roca-Pardinas", role = "aut"))
Author: Maria Xose Rodriguez-Alvarez [aut, cre], Javier Roca-Pardinas [aut]
Maintainer: Maria Xose Rodriguez-Alvarez <mxrodriguez@uvigo.es>
Description: Implements several nonparametric regression approaches for the inclusion of covariate information on the receiver operating characteristic (ROC) framework.
VignetteBuilder: knitr
NeedsCompilation: yes
License: GPL
LazyLoad: yes
Packaged: 2016-06-18 21:03:18 UTC; Cote
Repository: CRAN
Date/Publication: 2016-06-19 16:58:06

More information about npROCRegression at CRAN
Permanent link

Package imputeTestbench updated to version 1.2.0 with previous version 1.1.0 dated 2016-04-21

Title: Test Bench for Missing Data Imputing Models/Methods Comparison
Description: Provides a Test bench for comparison of missing data imputation models/methods. It compares imputing methods with reference to RMSE, MAE or MAPE parameters. It allows to add new proposed methods to test bench and to compare with other methods. The function 'append_method()' allows to add multiple numbers of methods to the existing methods available in test bench.
Author: Neeraj Bokde
Maintainer: Neeraj Bokde <neerajdhanraj@gmail.com>

Diff between imputeTestbench versions 1.1.0 dated 2016-04-21 and 1.2.0 dated 2016-06-19

 DESCRIPTION                            |    8 +++++---
 MD5                                    |   12 ++++++------
 R/impute_errors.R                      |   11 +++++++++--
 inst/doc/imputeTestbench-Vignette.R    |    5 +++++
 inst/doc/imputeTestbench-Vignette.Rmd  |    6 ++++++
 inst/doc/imputeTestbench-Vignette.html |   23 +++++++++++++----------
 vignettes/imputeTestbench-Vignette.Rmd |    6 ++++++
 7 files changed, 50 insertions(+), 21 deletions(-)

More information about imputeTestbench at CRAN
Permanent link

Package gamlss.spatial updated to version 1.3.1 with previous version 1.3 dated 2015-07-09

Title: Spatial Terms in GAMLSS Models
Description: It allows us to fit Gaussian Markov Random Field (GMRF) within the GAMLSS algorithms.
Author: Fernanda De Bastiani [aut, cre, cph], Mikis Stasinopoulos [aut], Bob Rigby [aut]
Maintainer: Fernanda De Bastiani <fernandadebastiani@gmail.com>

Diff between gamlss.spatial versions 1.3 dated 2015-07-09 and 1.3.1 dated 2016-06-19

 gamlss.spatial-1.3.1/gamlss.spatial/DESCRIPTION         |   10 
 gamlss.spatial-1.3.1/gamlss.spatial/MD5                 |   14 
 gamlss.spatial-1.3.1/gamlss.spatial/NAMESPACE           |   21 
 gamlss.spatial-1.3.1/gamlss.spatial/R/MRF.R             | 1094 ++++++++--------
 gamlss.spatial-1.3.1/gamlss.spatial/R/MRFA.R            |  418 +++---
 gamlss.spatial-1.3.1/gamlss.spatial/R/extraFunctions.R  |  539 +++----
 gamlss.spatial-1.3.1/gamlss.spatial/R/gmrf-for-gamlss.R |only
 gamlss.spatial-1.3.1/gamlss.spatial/man/gamlss.gmrf.Rd  |only
 gamlss.spatial-1.3/gamlss.spatial/R/mrfa-for-gamlss.R   |only
 gamlss.spatial-1.3/gamlss.spatial/man/gamlss.mrfa.Rd    |only
 10 files changed, 1048 insertions(+), 1048 deletions(-)

More information about gamlss.spatial at CRAN
Permanent link

New package gaussfacts with initial version 0.0.1
Package: gaussfacts
Type: Package
Title: The Greatest Mathematician Since Antiquity
Version: 0.0.1
Author: Dirk Eddelbuettel
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Description: Display a random fact about Carl Friedrich Gauss based the on collection curated by Mike Cavers via the <http://gaussfacts.com> site.
License: GPL (>= 2)
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-06-19 12:45:29.0864 UTC; edd
Repository: CRAN
Date/Publication: 2016-06-19 16:38:22

More information about gaussfacts at CRAN
Permanent link

Package VWPre updated to version 0.7.0 with previous version 0.5.0 dated 2016-05-09

Title: Tools for Preprocessing Visual World Data
Description: Gaze data from the Visual World Paradigm requires significant preprocessing prior to plotting and analyzing the data. This package provides functions for preparing visual world eye-tracking data for statistical analysis and plotting. It can prepare data for linear analyses (e.g., ANOVA, Gaussian-family LMER, Gaussian-family GAMM) as well as logistic analyses (e.g., binomial-family LMER and binomial-family GAMM). Additionally, it contains various plotting functions for creating grand average and conditional average plots. See the vignette for samples of the functionality. Currently, the functions in this package are designed for handling data collected with SR Research Eyelink eye trackers using Sample Reports created in SR Research Data Viewer; however, in subsequent releases we would like to add functionality for data collected with other systems.
Author: Vincent Porretta [aut, cre], Aki-Juhani Kyröläinen [aut], Jacolien van Rij [ctb], Juhani Järvikivi [ctb]
Maintainer: Vincent Porretta <vincentporretta@gmail.com>

Diff between VWPre versions 0.5.0 dated 2016-05-09 and 0.7.0 dated 2016-06-19

 VWPre-0.5.0/VWPre/vignettes/Thumbs.db                 |only
 VWPre-0.7.0/VWPre/DESCRIPTION                         |   14 
 VWPre-0.7.0/VWPre/MD5                                 |   57 -
 VWPre-0.7.0/VWPre/NAMESPACE                           |    3 
 VWPre-0.7.0/VWPre/R/VWPre.R                           |   11 
 VWPre-0.7.0/VWPre/R/calculations.R                    |  721 ++++++----------
 VWPre-0.7.0/VWPre/R/diagnostics.R                     |  693 +++++++++------
 VWPre-0.7.0/VWPre/R/fasttrack.R                       |   38 
 VWPre-0.7.0/VWPre/R/formatting.R                      |  157 ++-
 VWPre-0.7.0/VWPre/R/plotting.R                        |    1 
 VWPre-0.7.0/VWPre/R/utilities.R                       |  109 ++
 VWPre-0.7.0/VWPre/R/zzz.R                             |   13 
 VWPre-0.7.0/VWPre/build/vignette.rds                  |binary
 VWPre-0.7.0/VWPre/data/VWdat.rda                      |binary
 VWPre-0.7.0/VWPre/inst/NEWS                           |   39 
 VWPre-0.7.0/VWPre/inst/doc/SR_Example.R               |  339 +++----
 VWPre-0.7.0/VWPre/inst/doc/SR_Example.Rmd             |   86 +
 VWPre-0.7.0/VWPre/inst/doc/SR_Example.html            |  800 ++++++++++--------
 VWPre-0.7.0/VWPre/man/VWPre.Rd                        |   11 
 VWPre-0.7.0/VWPre/man/bin_prop.Rd                     |   90 +-
 VWPre-0.7.0/VWPre/man/check_ia.Rd                     |only
 VWPre-0.7.0/VWPre/man/check_samples_per_bin.Rd        |   56 -
 VWPre-0.7.0/VWPre/man/create_binomial.Rd              |   72 -
 VWPre-0.7.0/VWPre/man/fasttrack.Rd                    |   13 
 VWPre-0.7.0/VWPre/man/plot_transformation_app.Rd      |only
 VWPre-0.7.0/VWPre/man/recode_ia.Rd                    |only
 VWPre-0.7.0/VWPre/man/rename_columns.Rd               |   63 -
 VWPre-0.7.0/VWPre/man/transform_to_elogit.Rd          |  104 +-
 VWPre-0.7.0/VWPre/vignettes/SR_Example.Rmd            |   86 +
 VWPre-0.7.0/VWPre/vignettes/plotindivapp.PNG          |binary
 VWPre-0.7.0/VWPre/vignettes/plottransformationapp.PNG |only
 VWPre-0.7.0/VWPre/vignettes/plotvarapp.PNG            |binary
 32 files changed, 2029 insertions(+), 1547 deletions(-)

More information about VWPre at CRAN
Permanent link

Package ROI.plugin.glpk updated to version 0.2-1 with previous version 0.0-2 dated 2013-11-28

Title: ROI Plug-in GLPK
Description: Enhances the R Optimization Infrastructure (ROI) package by registering the free GLPK solver. It allows for solving mixed integer linear programming (MILP) problems as well as all variants/combinations of LP, IP.
Author: Stefan Theussl [aut, cre]
Maintainer: Stefan Theussl <Stefan.Theussl@R-Project.org>

Diff between ROI.plugin.glpk versions 0.0-2 dated 2013-11-28 and 0.2-1 dated 2016-06-19

 DESCRIPTION |   18 ++++-----
 MD5         |   10 +++--
 NAMESPACE   |    4 ++
 R/plugin.R  |  112 +++++++++++++++++++++++++++++++++++++-----------------------
 R/zzz.R     |   23 +++++++++---
 tests       |only
 6 files changed, 106 insertions(+), 61 deletions(-)

More information about ROI.plugin.glpk at CRAN
Permanent link

Package ensembleBMA updated to version 5.1.3 with previous version 5.1.2 dated 2015-05-19

Title: Probabilistic Forecasting using Ensembles and Bayesian Model Averaging
Description: Bayesian Model Averaging to create probabilistic forecasts from ensemble forecasts and weather observations.
Author: Chris Fraley, Adrian E. Raftery, J. McLean Sloughter, Tilmann Gneiting, University of Washington.
Maintainer: Chris Fraley <fraley@u.washington.edu>

Diff between ensembleBMA versions 5.1.2 dated 2015-05-19 and 5.1.3 dated 2016-06-19

 CHANGELOG         |    2 ++
 DESCRIPTION       |    8 ++++----
 MD5               |    8 ++++----
 NAMESPACE         |    8 ++++++++
 R/plotBMAgamma0.R |    2 +-
 5 files changed, 19 insertions(+), 9 deletions(-)

More information about ensembleBMA at CRAN
Permanent link

Package DiversityOccupancy updated to version 1.0.5 with previous version 1.0.4 dated 2016-05-26

Title: Building Diversity Models from Multiple Species Occupancy Models
Description: Predictions of alpha diversity are fitted from presence data, first abundance is modeled from occupancy models and then, several diversity indices are calculated and finally GLM models are used to predict diversity in different environments and select priority areas.
Author: Derek Corcoran [aut, cre], Dylan Kesler [aut], Nicole Michel [ctb], Mike Meredith [ctb]
Maintainer: Derek Corcoran <derek.corcoran.barrios@gmail.com>

Diff between DiversityOccupancy versions 1.0.4 dated 2016-05-26 and 1.0.5 dated 2016-06-19

 DESCRIPTION               |   10 +++++-----
 MD5                       |   10 +++++-----
 R/DiversityOccu.R         |   12 +++++++++---
 build/vignette.rds        |binary
 inst/doc/my-vignette.html |    4 ++--
 man/diversity.predict.Rd  |   11 +++++++++--
 6 files changed, 30 insertions(+), 17 deletions(-)

More information about DiversityOccupancy at CRAN
Permanent link


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