Sat, 26 Nov 2016

New package rly with initial version 1.0.3
Package: rly
Type: Package
Title: Lex and Yacc
Version: 1.0.3
Date: 2016-11-26
Authors@R: c(person("Marek", "Jagielski", role = c("aut", "cre", "cph"), email = "marek.jagielski@gmail.com"), person("David M.", " Beazley", role = c("aut", "cph")))
Author: Marek Jagielski [aut, cre, cph], David M. Beazley [aut, cph]
Maintainer: Marek Jagielski <marek.jagielski@gmail.com>
Description: R implementation of the common parsing tools lex and yacc.
License: MIT + file LICENSE
URL: https://github.com/systemincloud/rly
BugReports: https://github.com/systemincloud/rly/issues
Suggests: testthat
Depends: R6, futile.logger
RoxygenNote: 5.0.1
Collate: 'logger.R' 'lex.R' 'yacc.R'
NeedsCompilation: yes
Packaged: 2016-11-26 23:51:16 UTC; marek
Repository: CRAN
Date/Publication: 2016-11-27 02:34:15

More information about rly at CRAN
Permanent link

Package largeVis updated to version 0.1.10.2 with previous version 0.1.10 dated 2016-11-14

Title: High-Quality Visualizations of Large, High-Dimensional Datasets
Description: Implements the largeVis algorithm (see Tang, et al. (2016) <https://arxiv.org/abs/1602.00370>) for visualizing very large high-dimensional datasets. Also very fast search for approximate nearest neighbors; outlier detection; and optimized implementations of the HDBSCAN*, DBSCAN and OPTICS clustering algorithms; plotting functions for visualizing the above.
Author: Amos B. Elberg
Maintainer: Amos Elberg <amos.elberg@gmail.com>

Diff between largeVis versions 0.1.10 dated 2016-11-14 and 0.1.10.2 dated 2016-11-26

 largeVis-0.1.10.2/largeVis/DESCRIPTION                           |    6 
 largeVis-0.1.10.2/largeVis/MD5                                   |   46 ++--
 largeVis-0.1.10.2/largeVis/NEWS.md                               |    4 
 largeVis-0.1.10.2/largeVis/R/dendrogram.R                        |    3 
 largeVis-0.1.10.2/largeVis/R/projectKNNs.R                       |   18 -
 largeVis-0.1.10.2/largeVis/build/vignette.rds                    |binary
 largeVis-0.1.10.2/largeVis/inst/doc/largeVis.html                |    8 
 largeVis-0.1.10.2/largeVis/inst/doc/momentumandusedata.html      |    8 
 largeVis-0.1.10.2/largeVis/inst/testdata/zerotest.rda            |only
 largeVis-0.1.10.2/largeVis/man/as_dendrogram_hdbscan.Rd          |    2 
 largeVis-0.1.10.2/largeVis/src/RcppExports.cpp                   |    4 
 largeVis-0.1.10.2/largeVis/src/denseneighbors.cpp                |    6 
 largeVis-0.1.10.2/largeVis/src/largeVis.cpp                      |   88 +++----
 largeVis-0.1.10.2/largeVis/src/neighbors.cpp                     |   23 --
 largeVis-0.1.10.2/largeVis/src/neighbors.h                       |    1 
 largeVis-0.1.10.2/largeVis/src/sparse.cpp                        |   34 +--
 largeVis-0.1.10.2/largeVis/tests/testthat/test_a_distance.R      |    2 
 largeVis-0.1.10.2/largeVis/tests/testthat/test_b_neighbors.R     |  113 +++-------
 largeVis-0.1.10.2/largeVis/tests/testthat/test_c_sparse.R        |   11 
 largeVis-0.1.10.2/largeVis/tests/testthat/test_d_edgematrixwij.R |   86 +++----
 largeVis-0.1.10.2/largeVis/tests/testthat/test_e_vis.R           |    3 
 largeVis-0.1.10.2/largeVis/tests/testthat/test_f_specific.R      |   10 
 largeVis-0.1.10.2/largeVis/tests/testthat/test_g_dbandoptics.R   |only
 largeVis-0.1.10.2/largeVis/tests/testthat/test_h_hdbscan.R       |only
 largeVis-0.1.10/largeVis/inst/testdata/jaindata.Rda              |only
 largeVis-0.1.10/largeVis/tests/testthat/test_g_dbscanoptics.R    |only
 largeVis-0.1.10/largeVis/tests/testthat/test_h_lofandhdbscan.R   |only
 27 files changed, 219 insertions(+), 257 deletions(-)

More information about largeVis at CRAN
Permanent link

New package stmgui with initial version 0.1.5
Package: stmgui
Type: Package
Title: Shiny Application for Creating STM Models
Version: 0.1.5
Date: 2016-11-15
Author: Dan Zangri
Maintainer: Dan Zangri <dzangri@gmail.com>
Description: Provides an application that acts as a GUI for the 'stm' text processing package.
Depends: stm, markdown, shinyjs, shinythemes, tm
Imports: shiny, shinyBS
LazyData: yes
License: MIT + file LICENSE
RoxygenNote: 5.0.1
Suggests: testthat
NeedsCompilation: no
Packaged: 2016-11-26 18:27:16 UTC; dzangri
Repository: CRAN
Date/Publication: 2016-11-27 00:05:00

More information about stmgui at CRAN
Permanent link

Package shinyLP updated to version 1.1.0 with previous version 1.0.0 dated 2016-09-13

Title: Bootstrap Landing Home Pages for Shiny Applications
Description: Provides functions that wrap HTML Bootstrap components code to enable the design and layout of informative landing home pages for Shiny applications. This can lead to a better user experience for the users and writing less HTML for the developer.
Author: Jasmine Dumas [aut, cre]
Maintainer: Jasmine Dumas <jasmine.dumas@gmail.com>

Diff between shinyLP versions 1.0.0 dated 2016-09-13 and 1.1.0 dated 2016-11-26

 DESCRIPTION                        |   12 +++---
 MD5                                |   26 ++++++++++----
 NAMESPACE                          |    4 ++
 NEWS.md                            |only
 R/iframe.R                         |only
 R/list_group.R                     |only
 R/list_item.R                      |only
 R/panel_div.R                      |    2 -
 R/shinyLP.R                        |    1 
 R/thumbnail_label.R                |    2 -
 R/wells.R                          |only
 README.md                          |only
 inst/shiny-examples/LPExample/ui.R |   66 +++++++++++++++++++++++++------------
 man/iframe.Rd                      |only
 man/list_group.Rd                  |only
 man/list_item.Rd                   |only
 man/panel_div.Rd                   |    4 +-
 man/shinyLP.Rd                     |    1 
 man/wells.Rd                       |only
 19 files changed, 80 insertions(+), 38 deletions(-)

More information about shinyLP at CRAN
Permanent link

Package RcppHoney updated to version 0.1.2 with previous version 0.1.1 dated 2016-07-31

Title: Iterator Based Expression Template Expansion of Standard Operators
Description: Creates an easy way to use expression templates with R semantics on any iterator based structure.
Author: Daniel C. Dillon
Maintainer: Daniel C. Dillon <dcdillon@gmail.com>

Diff between RcppHoney versions 0.1.1 dated 2016-07-31 and 0.1.2 dated 2016-11-26

 RcppHoney-0.1.1/RcppHoney/README.md                                  |only
 RcppHoney-0.1.1/RcppHoney/inst/include/RcppHoney/wrap.hpp            |only
 RcppHoney-0.1.2/RcppHoney/DESCRIPTION                                |   11 
 RcppHoney-0.1.2/RcppHoney/MD5                                        |   57 +-
 RcppHoney-0.1.2/RcppHoney/R/plugin.R                                 |only
 RcppHoney-0.1.2/RcppHoney/build                                      |only
 RcppHoney-0.1.2/RcppHoney/configure                                  |only
 RcppHoney-0.1.2/RcppHoney/inst/doc                                   |only
 RcppHoney-0.1.2/RcppHoney/inst/include/RcppHoney.hpp                 |    1 
 RcppHoney-0.1.2/RcppHoney/inst/include/RcppHoney/binary_operator.hpp |   26 -
 RcppHoney-0.1.2/RcppHoney/inst/include/RcppHoney/default_hooks.hpp   |   38 +
 RcppHoney-0.1.2/RcppHoney/inst/include/RcppHoney/exceptions.hpp      |only
 RcppHoney-0.1.2/RcppHoney/inst/include/RcppHoney/functions.hpp       |  134 +++--
 RcppHoney-0.1.2/RcppHoney/inst/include/RcppHoney/functors.hpp        |  251 ++++++++--
 RcppHoney-0.1.2/RcppHoney/inst/include/RcppHoney/hook.hpp            |    4 
 RcppHoney-0.1.2/RcppHoney/inst/include/RcppHoney/na.hpp              |   16 
 RcppHoney-0.1.2/RcppHoney/inst/include/RcppHoney/operand.hpp         |   34 +
 RcppHoney-0.1.2/RcppHoney/inst/include/RcppHoney/operators.hpp       |    1 
 RcppHoney-0.1.2/RcppHoney/inst/include/RcppHoney/scalar.hpp          |    3 
 RcppHoney-0.1.2/RcppHoney/inst/include/RcppHoney/scalar_operator.hpp |    5 
 RcppHoney-0.1.2/RcppHoney/inst/include/RcppHoney/storage.hpp         |   30 +
 RcppHoney-0.1.2/RcppHoney/inst/include/RcppHoney/unary_operator.hpp  |   18 
 RcppHoney-0.1.2/RcppHoney/inst/include/RcppHoneyForward.hpp          |   15 
 RcppHoney-0.1.2/RcppHoney/inst/tools                                 |only
 RcppHoney-0.1.2/RcppHoney/inst/unitTests/cpp/functions.cpp           |only
 RcppHoney-0.1.2/RcppHoney/inst/unitTests/cpp/operators.cpp           |   53 --
 RcppHoney-0.1.2/RcppHoney/inst/unitTests/runit.functions.R           |only
 RcppHoney-0.1.2/RcppHoney/inst/unitTests/runit.operators.R           |   92 ---
 RcppHoney-0.1.2/RcppHoney/man/example_manually_hooked.Rd             |    3 
 RcppHoney-0.1.2/RcppHoney/src/Makevars                               |    4 
 RcppHoney-0.1.2/RcppHoney/src/examples.cpp                           |   64 ++
 RcppHoney-0.1.2/RcppHoney/vignettes                                  |only
 32 files changed, 566 insertions(+), 294 deletions(-)

More information about RcppHoney at CRAN
Permanent link

Package rcdk updated to version 3.3.8 with previous version 3.3.6 dated 2016-06-02

Title: Interface to the CDK Libraries
Description: Allows the user to access functionality in the CDK, a Java framework for chemoinformatics. This allows the user to load molecules, evaluate fingerprints, calculate molecular descriptors and so on. In addition the CDK API allows the user to view structures in 2D.
Author: Rajarshi Guha [aut, cph], Zachary Charlop-Powers [cre]
Maintainer: Zachary Charlop-Powers <zach.charlop.powers@gmail.com>

Diff between rcdk versions 3.3.6 dated 2016-06-02 and 3.3.8 dated 2016-11-26

 DESCRIPTION        |   14 +++++++-------
 MD5                |   12 ++++++------
 R/io.R             |    2 +-
 R/rcdk.R           |   16 ++++++++--------
 build/vignette.rds |binary
 inst/cont/rcdk.jar |binary
 inst/doc/rcdk.pdf  |binary
 7 files changed, 22 insertions(+), 22 deletions(-)

More information about rcdk at CRAN
Permanent link

New package pcdpca with initial version 0.2.1
Package: pcdpca
Title: Dynamic Principal Components for Periodically Correlated Functional Time Series
Version: 0.2.1
Authors@R: c(person("Lukasz", "Kidzinski", email = "lukasz.kidzinski@stanford.edu", role = c("aut", "cre")), person("Neda", "Jouzdani", email = "neda.jouzdani@colostate.edu", role = c("aut")), person("Piotr", "Kokoszka", email = "piotr.kokoszka@colostate.edu", role = c("aut")))
Description: Method extends multivariate dynamic principal components to periodically correlated multivariate time series.
Depends: R (>= 3.3.1)
Imports: freqdom, fda
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 5.0.1.9000
NeedsCompilation: no
Packaged: 2016-11-26 04:28:05 UTC; lukasz
Author: Lukasz Kidzinski [aut, cre], Neda Jouzdani [aut], Piotr Kokoszka [aut]
Maintainer: Lukasz Kidzinski <lukasz.kidzinski@stanford.edu>
Repository: CRAN
Date/Publication: 2016-11-27 00:06:38

More information about pcdpca at CRAN
Permanent link

Package notifyme updated to version 0.3.0 with previous version 0.1.0 dated 2016-11-12

Title: Send Alerts to your Cellphone and Phillips Hue Lights
Description: Functions to flash your hue lights, or text yourself, from R. Designed to be used with long running scripts.
Author: James Black [aut, cre, cph]
Maintainer: James Black <james@epijim.uk>

Diff between notifyme versions 0.1.0 dated 2016-11-12 and 0.3.0 dated 2016-11-26

 DESCRIPTION                   |    8 +--
 MD5                           |   20 +++++--
 NAMESPACE                     |    3 +
 NEWS.md                       |    8 +++
 R/get_light_info.R            |   24 +++++++++
 R/get_private_keys.R          |only
 R/hue_flashlights.R           |  106 +++++++++++++++++++++++++++++++-----------
 R/save_private_keys.R         |only
 R/send_push_notification.R    |only
 man/get_light_info.Rd         |    5 +
 man/get_private_keys.Rd       |only
 man/hue_flashlights.Rd        |   16 +++---
 man/save_private_keys.Rd      |only
 man/send_push_notification.Rd |only
 14 files changed, 144 insertions(+), 46 deletions(-)

More information about notifyme at CRAN
Permanent link

Package xVA updated to version 0.8.1 with previous version 0.8 dated 2016-01-20

Title: Calculates Credit Risk Valuation Adjustments
Description: Calculates a number of valuation adjustments including CVA, DVA, FBA, FCA, MVA and KVA. A two-way margin agreement has been implemented. For the KVA calculation three regulatory frameworks are supported: CEM, SA-CCR and IMM. The probability of default is implied through the credit spreads curve. Currently, only IRSwaps are supported. For more information, you can check one of the books regarding xVA: <http://www.cvacentral.com/books/credit-value-adjustment>.
Author: Tasos Grivas
Maintainer: Tasos Grivas <tasos@openriskcalculator.com>

Diff between xVA versions 0.8 dated 2016-01-20 and 0.8.1 dated 2016-11-26

 xVA-0.8.1/xVA/DESCRIPTION                  |   19 +++++++------
 xVA-0.8.1/xVA/MD5                          |   41 +++++++++++------------------
 xVA-0.8.1/xVA/NAMESPACE                    |   10 ++++---
 xVA-0.8.1/xVA/R/CalcSimulatedExposure.R    |    2 -
 xVA-0.8.1/xVA/R/calcEAD.R                  |    9 +++---
 xVA-0.8.1/xVA/R/xVACalculatorExample.R     |   25 +++++++++++------
 xVA-0.8.1/xVA/man/CalcNGR.Rd               |    2 -
 xVA-0.8.1/xVA/man/CalcPD.Rd                |    2 -
 xVA-0.8.1/xVA/man/CalcSimulatedExposure.Rd |    2 -
 xVA-0.8.1/xVA/man/CalcVA.Rd                |    2 -
 xVA-0.8.1/xVA/man/calcCVACapital.Rd        |    2 -
 xVA-0.8.1/xVA/man/calcDefCapital.Rd        |    2 -
 xVA-0.8.1/xVA/man/calcEAD.Rd               |    2 -
 xVA-0.8.1/xVA/man/calcEffectiveMaturity.Rd |    2 -
 xVA-0.8.1/xVA/man/calcKVA.Rd               |    2 -
 xVA-0.8.1/xVA/man/xVACalculator.Rd         |    2 -
 xVA-0.8.1/xVA/man/xVACalculatorExample.Rd  |    9 +++++-
 xVA-0.8/xVA/R/CSAb.R                       |only
 xVA-0.8/xVA/R/Curve.R                      |only
 xVA-0.8/xVA/R/HashTable.R                  |only
 xVA-0.8/xVA/R/IRD.R                        |only
 xVA-0.8/xVA/R/Trade.R                      |only
 xVA-0.8/xVA/man/CSAb-class.Rd              |only
 xVA-0.8/xVA/man/Curve-class.Rd             |only
 xVA-0.8/xVA/man/HashTable-class.Rd         |only
 xVA-0.8/xVA/man/IRSwap-class.Rd            |only
 26 files changed, 72 insertions(+), 63 deletions(-)

More information about xVA at CRAN
Permanent link

Package reda updated to version 0.3.0 with previous version 0.2.1 dated 2015-11-28

Title: Recurrent Event Data Analysis
Description: Functions that fit gamma frailty model with spline or piecewise constant baseline rate function for recurrent event data, compute and plot parametric mean cumulative function (MCF) from a fitted model as well as nonparametric sample MCF (Nelson-Aalen estimator) are provided. Most functions are S4 methods that produce S4 class objects.
Author: Wenjie Wang [aut, cre], Haoda Fu [aut], Jun Yan [ctb]
Maintainer: Wenjie Wang <wenjie.2.wang@uconn.edu>

Diff between reda versions 0.2.1 dated 2015-11-28 and 0.3.0 dated 2016-11-26

 reda-0.2.1/reda/man/plotMcf.Rd                |only
 reda-0.3.0/reda/DESCRIPTION                   |   16 
 reda-0.3.0/reda/MD5                           |   77 +-
 reda-0.3.0/reda/NAMESPACE                     |   12 
 reda-0.3.0/reda/NEWS.md                       |only
 reda-0.3.0/reda/R/aic.R                       |  161 ++--
 reda-0.3.0/reda/R/baseline.R                  |   51 -
 reda-0.3.0/reda/R/class.R                     |  331 ++++----
 reda-0.3.0/reda/R/coef.R                      |  144 +--
 reda-0.3.0/reda/R/data.R                      |   85 +-
 reda-0.3.0/reda/R/dataCheck.R                 |  145 +--
 reda-0.3.0/reda/R/fit.R                       |  987 +++++++++++---------------
 reda-0.3.0/reda/R/mcf.R                       |  887 ++++++++++++-----------
 reda-0.3.0/reda/R/plot.R                      |  423 +++++------
 reda-0.3.0/reda/R/reda.R                      |   33 
 reda-0.3.0/reda/R/show.R                      |  121 +--
 reda-0.3.0/reda/R/summary.R                   |   96 +-
 reda-0.3.0/reda/README.md                     |only
 reda-0.3.0/reda/build/vignette.rds            |binary
 reda-0.3.0/reda/data/simuDat.RData            |binary
 reda-0.3.0/reda/data/valveSeats.RData         |only
 reda-0.3.0/reda/inst/CITATION                 |only
 reda-0.3.0/reda/inst/bib/reda-intro.bib       |   76 +-
 reda-0.3.0/reda/inst/doc/reda-intro.R         |   78 --
 reda-0.3.0/reda/inst/doc/reda-intro.Rmd       |  198 ++---
 reda-0.3.0/reda/inst/doc/reda-intro.html      |  337 ++++----
 reda-0.3.0/reda/man/AIC-rateReg-method.Rd     |    7 
 reda-0.3.0/reda/man/Survr.Rd                  |   19 
 reda-0.3.0/reda/man/baseRate.Rd               |    8 
 reda-0.3.0/reda/man/confint-rateReg-method.Rd |   19 
 reda-0.3.0/reda/man/mcf.Rd                    |   88 +-
 reda-0.3.0/reda/man/plotMcf-method.Rd         |only
 reda-0.3.0/reda/man/rateReg-class.Rd          |   12 
 reda-0.3.0/reda/man/rateReg.Rd                |  131 +--
 reda-0.3.0/reda/man/rateRegMcf-class.Rd       |    9 
 reda-0.3.0/reda/man/reda-package.Rd           |    3 
 reda-0.3.0/reda/man/sampleMcf-class.Rd        |   12 
 reda-0.3.0/reda/man/show-method.Rd            |    4 
 reda-0.3.0/reda/man/simuDat.Rd                |   21 
 reda-0.3.0/reda/man/summary-rateReg-method.Rd |    9 
 reda-0.3.0/reda/man/summaryRateReg-class.Rd   |    8 
 reda-0.3.0/reda/man/valveSeats.Rd             |only
 reda-0.3.0/reda/vignettes/reda-intro.Rmd      |  198 ++---
 43 files changed, 2431 insertions(+), 2375 deletions(-)

More information about reda at CRAN
Permanent link

Package kdecopula updated to version 0.7.0 with previous version 0.6.0 dated 2016-05-14

Title: Kernel Smoothing for Bivariate Copula Densities
Description: Provides fast implementations of kernel smoothing techniques for bivariate copula densities, in particular density estimation and resampling.
Author: Thomas Nagler [aut, cre]
Maintainer: Thomas Nagler <thomas.nagler@tum.de>

Diff between kdecopula versions 0.6.0 dated 2016-05-14 and 0.7.0 dated 2016-11-26

 DESCRIPTION            |   10 -
 MD5                    |   41 +++---
 NAMESPACE              |    5 
 NEWS.md                |   24 ++++
 R/RcppExports.R        |    6 -
 R/bandwidths.R         |  294 ++++++++++++++++++++++++++++++++-----------------
 R/berncop.R            |only
 R/dprhkdecop.R         |    8 +
 R/eval_tll.R           |    2 
 R/generics.R           |   52 ++++----
 R/helpers.R            |   65 ++++++++--
 R/kdecop.R             |   59 ++++++---
 R/kdecopula-package.R  |    2 
 build/vignette.rds     |binary
 inst/doc/kdecopula.pdf |binary
 inst/include/interp.h  |   10 +
 man/kdecop.Rd          |   14 +-
 man/wdbc.Rd            |    2 
 src/RcppExports.cpp    |  152 ++++++++++++-------------
 src/hfunc.cpp          |    5 
 src/integrate.cpp      |   38 ++++--
 src/interp.cpp         |   57 +++++----
 22 files changed, 525 insertions(+), 321 deletions(-)

More information about kdecopula at CRAN
Permanent link

Package evoper updated to version 0.3.0 with previous version 0.2.0 dated 2016-06-30

Title: Evolutionary Parameter Estimation for 'Repast Simphony' Models
Description: The EvoPER, Evolutionary Parameter Estimation for 'Repast Simphony' Agent-Based framework (<https://repast.github.io/>), provides optimization driven parameter estimation methods based on evolutionary computation techniques which could be more efficient and require, in some cases, fewer model evaluations than other alternatives relying on experimental design.
Author: Antonio Prestes Garcia [aut, cre], Alfonso Rodriguez-Paton [aut, ths]
Maintainer: Antonio Prestes Garcia <antonio.pgarcia@alumnos.upm.es>

Diff between evoper versions 0.2.0 dated 2016-06-30 and 0.3.0 dated 2016-11-26

 evoper-0.2.0/evoper/README.md                   |only
 evoper-0.2.0/evoper/man/OptionsSDA-class.Rd     |only
 evoper-0.2.0/evoper/man/abm.sda.Rd              |only
 evoper-0.3.0/evoper/DESCRIPTION                 |   20 
 evoper-0.3.0/evoper/LICENSE                     |    2 
 evoper-0.3.0/evoper/MD5                         |   77 
 evoper-0.3.0/evoper/NAMESPACE                   |   95 +
 evoper-0.3.0/evoper/NEWS                        |   76 
 evoper-0.3.0/evoper/R/evoper.R                  | 2169 +++++++++++++++++++-----
 evoper-0.3.0/evoper/man/Estimates-class.Rd      |only
 evoper-0.3.0/evoper/man/Magnitude.Rd            |only
 evoper-0.3.0/evoper/man/OptionsACOR-class.Rd    |only
 evoper-0.3.0/evoper/man/OptionsEES1-class.Rd    |only
 evoper-0.3.0/evoper/man/OptionsEES2-class.Rd    |only
 evoper-0.3.0/evoper/man/OptionsFactory.Rd       |only
 evoper-0.3.0/evoper/man/abm.acor.Rd             |only
 evoper-0.3.0/evoper/man/abm.ees1.Rd             |only
 evoper-0.3.0/evoper/man/abm.ees2.Rd             |only
 evoper-0.3.0/evoper/man/acor.F.Rd               |only
 evoper-0.3.0/evoper/man/acor.N.Rd               |only
 evoper-0.3.0/evoper/man/acor.S.Rd               |only
 evoper-0.3.0/evoper/man/acor.W.Rd               |only
 evoper-0.3.0/evoper/man/acor.archive.Rd         |only
 evoper-0.3.0/evoper/man/acor.lthgaussian.Rd     |only
 evoper-0.3.0/evoper/man/acor.probabilities.Rd   |only
 evoper-0.3.0/evoper/man/acor.sigma.Rd           |only
 evoper-0.3.0/evoper/man/acor.updateants.Rd      |only
 evoper-0.3.0/evoper/man/acor.weigth.Rd          |only
 evoper-0.3.0/evoper/man/bestFitness.Rd          |only
 evoper-0.3.0/evoper/man/bestSolution.Rd         |only
 evoper-0.3.0/evoper/man/contourplothelper.Rd    |only
 evoper-0.3.0/evoper/man/ees1.challenge.Rd       |only
 evoper-0.3.0/evoper/man/ees1.explore.Rd         |only
 evoper-0.3.0/evoper/man/ees1.mating.Rd          |only
 evoper-0.3.0/evoper/man/ees1.mating1.Rd         |only
 evoper-0.3.0/evoper/man/ees1.mutation.Rd        |only
 evoper-0.3.0/evoper/man/ees1.recombination.Rd   |only
 evoper-0.3.0/evoper/man/ees1.selection.Rd       |only
 evoper-0.3.0/evoper/man/elog.debug.Rd           |only
 evoper-0.3.0/evoper/man/elog.error.Rd           |only
 evoper-0.3.0/evoper/man/elog.info.Rd            |only
 evoper-0.3.0/evoper/man/elog.level.Rd           |only
 evoper-0.3.0/evoper/man/es.evaluate.Rd          |only
 evoper-0.3.0/evoper/man/extremize.Rd            |    2 
 evoper-0.3.0/evoper/man/f0.adtn.rosenbrock2.Rd  |only
 evoper-0.3.0/evoper/man/f0.nlnn.rosenbrock2.Rd  |only
 evoper-0.3.0/evoper/man/f0.periodtuningpp.Rd    |only
 evoper-0.3.0/evoper/man/f0.rosenbrock2.Rd       |    2 
 evoper-0.3.0/evoper/man/f1.adtn.rosenbrock2.Rd  |only
 evoper-0.3.0/evoper/man/f1.nlnn.rosenbrock2.Rd  |only
 evoper-0.3.0/evoper/man/f1.rosenbrock2.Rd       |    2 
 evoper-0.3.0/evoper/man/fixdfcolumns.Rd         |only
 evoper-0.3.0/evoper/man/getFitness.Rd           |only
 evoper-0.3.0/evoper/man/getSolution.Rd          |only
 evoper-0.3.0/evoper/man/gm.mean.Rd              |only
 evoper-0.3.0/evoper/man/gm.sd.Rd                |only
 evoper-0.3.0/evoper/man/histplothelper.Rd       |only
 evoper-0.3.0/evoper/man/initSolution.Rd         |    4 
 evoper-0.3.0/evoper/man/naiveperiod.Rd          |only
 evoper-0.3.0/evoper/man/partSolutionSpace.Rd    |only
 evoper-0.3.0/evoper/man/predatorprey.Rd         |only
 evoper-0.3.0/evoper/man/predatorprey.plot.Rd    |only
 evoper-0.3.0/evoper/man/scatterplotlothelper.Rd |only
 evoper-0.3.0/evoper/man/slope.Rd                |only
 evoper-0.3.0/evoper/man/slopes.Rd               |only
 evoper-0.3.0/evoper/man/sortSolution.Rd         |only
 evoper-0.3.0/evoper/man/xmeanci1.Rd             |only
 evoper-0.3.0/evoper/man/xmeanci2.Rd             |only
 evoper-0.3.0/evoper/man/xyplothelper.Rd         |only
 69 files changed, 2044 insertions(+), 405 deletions(-)

More information about evoper at CRAN
Permanent link

Package enpls updated to version 5.6 with previous version 5.0 dated 2016-10-25

Title: Ensemble Partial Least Squares Regression
Description: An algorithmic framework for measuring feature importance, outlier detection, model applicability domain evaluation, and ensemble predictive modeling with (sparse) partial least squares regressions.
Author: Nan Xiao <me@nanx.me>, Dong-Sheng Cao, Miao-Zhu Li <miaozhu.li@duke.edu>, Qing-Song Xu <qsxu@csu.edu.cn>
Maintainer: Nan Xiao <me@nanx.me>

Diff between enpls versions 5.0 dated 2016-10-25 and 5.6 dated 2016-11-26

 DESCRIPTION               |   11 ++++---
 MD5                       |   68 +++++++++++++++++++++++-----------------------
 NEWS.md                   |   10 ++++++
 R/cv.enpls.R              |   22 +++++++-------
 R/cv.enspls.R             |   22 +++++++-------
 R/enpls-package.R         |    8 +++--
 R/enpls.ad.R              |   61 ++++++++++++++++++++++++++---------------
 R/enpls.fit.R             |   53 ++++++++++++++++++++++++-----------
 R/enpls.fs.R              |   53 ++++++++++++++++++++++++-----------
 R/enpls.od.R              |   54 +++++++++++++++++++++++++-----------
 R/enspls.ad.R             |   48 ++++++++++++++++++++------------
 R/enspls.fit.R            |   38 ++++++++++++++++---------
 R/enspls.fs.R             |   38 ++++++++++++++++---------
 R/enspls.od.R             |   40 +++++++++++++++++----------
 build/vignette.rds        |binary
 inst/doc/enpls.html       |   14 ++++-----
 man/cv.enpls.Rd           |    5 ++-
 man/cv.enspls.Rd          |    5 ++-
 man/enpls-package.Rd      |    8 +++--
 man/enpls.ad.Rd           |   12 +++++---
 man/enpls.ad.core.fit.Rd  |    2 -
 man/enpls.fit.Rd          |   10 ++++--
 man/enpls.fit.core.Rd     |    2 -
 man/enpls.fs.Rd           |   10 ++++--
 man/enpls.fs.core.Rd      |    2 -
 man/enpls.od.Rd           |   10 ++++--
 man/enpls.od.core.Rd      |    2 -
 man/enspls.ad.Rd          |    9 ++++--
 man/enspls.ad.core.fit.Rd |    2 -
 man/enspls.fit.Rd         |    7 +++-
 man/enspls.fit.core.Rd    |    2 -
 man/enspls.fs.Rd          |    9 ++++--
 man/enspls.fs.core.Rd     |    2 -
 man/enspls.od.Rd          |    9 ++++--
 man/enspls.od.core.Rd     |    2 -
 35 files changed, 410 insertions(+), 240 deletions(-)

More information about enpls at CRAN
Permanent link

Package apaStyle updated to version 0.4 with previous version 0.3 dated 2016-05-17

Title: Generate APA Tables for MS Word
Description: Most psychological journals require that tables in a manuscript comply to APA (American Association of Psychology) standards. Creating APA tables manually is often time consuming and prone to transcription errors. This package generates tables for MS Word ('.docx' extension) in APA format automatically with just a few lines of code.
Author: Jort de Vreeze [aut, cre]
Maintainer: Jort de Vreeze <j.devreeze@iwm-tuebingen.de>

Diff between apaStyle versions 0.3 dated 2016-05-17 and 0.4 dated 2016-11-26

 DESCRIPTION             |   15 ++++++++++-----
 MD5                     |   20 ++++++++++----------
 NAMESPACE               |    2 +-
 NEWS                    |   12 ++++++++++--
 R/apaDescriptives.R     |    9 +--------
 man/apa.cor.matrix.Rd   |    3 ++-
 man/apa.descriptives.Rd |    3 ++-
 man/apa.merge.Rd        |    3 ++-
 man/apa.regression.Rd   |    2 +-
 man/apa.signif.Rd       |    3 ++-
 man/apa.table.Rd        |    3 ++-
 11 files changed, 43 insertions(+), 32 deletions(-)

More information about apaStyle at CRAN
Permanent link

Package simmer updated to version 3.5.1 with previous version 3.5.0 dated 2016-10-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.0 dated 2016-10-26 and 3.5.1 dated 2016-11-26

 simmer-3.5.0/simmer/inst/doc/E-queueing-systems.R                       |only
 simmer-3.5.0/simmer/inst/doc/E-queueing-systems.Rmd                     |only
 simmer-3.5.0/simmer/inst/doc/E-queueing-systems.html                    |only
 simmer-3.5.0/simmer/inst/doc/F-ctmc.R                                   |only
 simmer-3.5.0/simmer/inst/doc/F-ctmc.Rmd                                 |only
 simmer-3.5.0/simmer/inst/doc/F-ctmc.html                                |only
 simmer-3.5.0/simmer/vignettes/E-queueing-systems.Rmd                    |only
 simmer-3.5.0/simmer/vignettes/F-ctmc.Rmd                                |only
 simmer-3.5.1/simmer/DESCRIPTION                                         |    8 
 simmer-3.5.1/simmer/MD5                                                 |   92 ++--
 simmer-3.5.1/simmer/NAMESPACE                                           |    1 
 simmer-3.5.1/simmer/NEWS.md                                             |   17 
 simmer-3.5.1/simmer/R/RcppExports.R                                     |   28 -
 simmer-3.5.1/simmer/R/trajectory.R                                      |   57 +-
 simmer-3.5.1/simmer/R/utils.R                                           |    6 
 simmer-3.5.1/simmer/build/vignette.rds                                  |binary
 simmer-3.5.1/simmer/inst/doc/A-introduction.html                        |   78 +--
 simmer-3.5.1/simmer/inst/doc/B-terminology.html                         |    4 
 simmer-3.5.1/simmer/inst/doc/C-trajectories.R                           |  141 +++++-
 simmer-3.5.1/simmer/inst/doc/C-trajectories.Rmd                         |  178 ++++++--
 simmer-3.5.1/simmer/inst/doc/C-trajectories.html                        |  219 ++++++++--
 simmer-3.5.1/simmer/inst/doc/D-bank-1.Rmd                               |    2 
 simmer-3.5.1/simmer/inst/doc/D-bank-1.html                              |    6 
 simmer-3.5.1/simmer/inst/doc/E-simpy.R                                  |only
 simmer-3.5.1/simmer/inst/doc/E-simpy.Rmd                                |only
 simmer-3.5.1/simmer/inst/doc/E-simpy.html                               |only
 simmer-3.5.1/simmer/inst/doc/F-queueing-systems.R                       |only
 simmer-3.5.1/simmer/inst/doc/F-queueing-systems.Rmd                     |only
 simmer-3.5.1/simmer/inst/doc/F-queueing-systems.html                    |only
 simmer-3.5.1/simmer/inst/doc/G-ctmc.R                                   |only
 simmer-3.5.1/simmer/inst/doc/G-ctmc.Rmd                                 |only
 simmer-3.5.1/simmer/inst/doc/G-ctmc.html                                |only
 simmer-3.5.1/simmer/man/create_trajectory.Rd                            |    6 
 simmer-3.5.1/simmer/man/renege_in.Rd                                    |   11 
 simmer-3.5.1/simmer/man/send.Rd                                         |    7 
 simmer-3.5.1/simmer/man/set_attribute.Rd                                |    4 
 simmer-3.5.1/simmer/src/RcppExports.cpp                                 |  171 ++++---
 simmer-3.5.1/simmer/src/activity.h                                      |  196 ++++++--
 simmer-3.5.1/simmer/src/process.cpp                                     |   63 +-
 simmer-3.5.1/simmer/src/process.h                                       |   24 -
 simmer-3.5.1/simmer/src/resource.cpp                                    |   10 
 simmer-3.5.1/simmer/src/resource.h                                      |   37 +
 simmer-3.5.1/simmer/src/simmer.h                                        |    2 
 simmer-3.5.1/simmer/src/simmer_rcpp.cpp                                 |   96 ++--
 simmer-3.5.1/simmer/src/simulator.h                                     |   72 ++-
 simmer-3.5.1/simmer/tests/testthat/test-simmer-resource.R               |   33 +
 simmer-3.5.1/simmer/tests/testthat/test-trajectory-renege.R             |  114 +++++
 simmer-3.5.1/simmer/tests/testthat/test-trajectory-send-trap.R          |   38 +
 simmer-3.5.1/simmer/tests/testthat/test-trajectory-set-capacity-queue.R |   57 ++
 simmer-3.5.1/simmer/tests/testthat/test-trajectory-setattribute.R       |   33 -
 simmer-3.5.1/simmer/tests/testthat/test-trajectory.R                    |    8 
 simmer-3.5.1/simmer/tests/testthat/test-util-funcs.R                    |    7 
 simmer-3.5.1/simmer/vignettes/C-trajectories.Rmd                        |  178 ++++++--
 simmer-3.5.1/simmer/vignettes/D-bank-1.Rmd                              |    2 
 simmer-3.5.1/simmer/vignettes/E-simpy.Rmd                               |only
 simmer-3.5.1/simmer/vignettes/F-queueing-systems.Rmd                    |only
 simmer-3.5.1/simmer/vignettes/G-ctmc.Rmd                                |only
 57 files changed, 1481 insertions(+), 525 deletions(-)

More information about simmer at CRAN
Permanent link

Package ggpmisc updated to version 0.2.13 with previous version 0.2.12 dated 2016-10-22

Title: Miscellaneous Extensions to 'ggplot2'
Description: Extensions to 'ggplot2' respecting the grammar of graphics paradigm. Provides new statistics to locate and tag peaks and valleys in 2D plots, a statistics to add a label with the equation of a polynomial fitted with lm(), or R^2 or adjusted R^2 or information criteria for any model fitted with function lm(). Additional statistics give access to functions in package 'broom'. Provides a function for flexibly converting time series to data frames suitable for plotting with ggplot(). In addition provides statistics and ggplot geometries useful for diagnosing what data are passed to compute_group() and compute_panel() functions and to geometries.
Author: Pedro J. Aphalo [aut, cre], Kamil Slowikowski [ctb]
Maintainer: Pedro J. Aphalo <pedro.aphalo@helsinki.fi>

Diff between ggpmisc versions 0.2.12 dated 2016-10-22 and 0.2.13 dated 2016-11-26

 DESCRIPTION                   |   16 +--
 MD5                           |   33 +++----
 NAMESPACE                     |    2 
 NEWS                          |   10 ++
 R/try-data-frame.R            |  161 +++++++++++++++++++++++++++++-----
 README.md                     |   20 ++--
 build/vignette.rds            |binary
 inst/CITATION                 |    2 
 inst/doc/debug.html           |   30 +++---
 inst/doc/examples-dens2d.html |    8 -
 inst/doc/user-guide.R         |   46 ++++++---
 inst/doc/user-guide.Rmd       |   60 ++++++++----
 inst/doc/user-guide.html      |  198 ++++++++++++++++++++++--------------------
 inst/staticdocs/index.r       |    9 +
 man/ggplot.Rd                 |only
 man/ggpmisc-package.Rd        |    2 
 man/try_data_frame.Rd         |    8 +
 vignettes/user-guide.Rmd      |   60 ++++++++----
 18 files changed, 442 insertions(+), 223 deletions(-)

More information about ggpmisc at CRAN
Permanent link


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