Wed, 24 Aug 2016

Package stochvol updated to version 1.3.0 with previous version 1.2.3 dated 2016-02-18

Title: Efficient Bayesian Inference for Stochastic Volatility (SV) Models
Description: Efficient algorithms for fully Bayesian estimation of stochastic volatility (SV) models via Markov chain Monte Carlo (MCMC) methods.
Author: Gregor Kastner [aut, cre]
Maintainer: Gregor Kastner <gregor.kastner@wu.ac.at>

Diff between stochvol versions 1.2.3 dated 2016-02-18 and 1.3.0 dated 2016-08-24

 DESCRIPTION              |    6 +--
 MD5                      |   34 +++++++++----------
 NEWS                     |   13 ++++++-
 R/wrappers.R             |   15 ++++++--
 build/vignette.rds       |binary
 data/exrates.RData       |binary
 inst/CITATION            |    2 -
 inst/doc/article.pdf     |binary
 inst/doc/heavytails.R    |   12 +-----
 inst/doc/heavytails.Rnw  |   36 ++++++++++----------
 inst/doc/heavytails.pdf  |binary
 inst/include/update.h    |   10 +++--
 man/arpredict.Rd         |    2 -
 man/svsample.Rd          |    9 +++--
 man/svsample2.Rd         |   10 +++--
 src/sampler.cpp          |   83 +++++++++++++++++++++++++++++++++++------------
 src/sampler.h            |    6 +--
 vignettes/heavytails.Rnw |   36 ++++++++++----------
 18 files changed, 169 insertions(+), 105 deletions(-)

More information about stochvol at CRAN
Permanent link

New package seleniumPipes with initial version 0.3.0
Package: seleniumPipes
Type: Package
Title: R Client Implementing the W3C WebDriver Specification
Version: 0.3.0
Description: The W3C WebDriver specification defines a way for out-of-process programs to remotely instruct the behaviour of web browsers. It is detailed at <https://w3c.github.io/webdriver/webdriver-spec.html>. This package provides an R client implementing the W3C specification.
Authors@R: c( person("John", "Harrison", , "johndharrison0@gmail.com", role = c("aut", "cre")))
Depends: R (>= 3.0.0),httr,jsonlite,xml2,magrittr,whisker
Encoding: UTF-8
License: GPL-3
Suggests: RSelenium, knitr, rmarkdown, testthat, data.table
RoxygenNote: 5.0.1
URL: https://github.com/johndharrison/seleniumPipes
BugReports: https://github.com/johndharrison/seleniumPipes/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2016-08-24 16:42:57 UTC; john
Author: John Harrison [aut, cre]
Maintainer: John Harrison <johndharrison0@gmail.com>
Repository: CRAN
Date/Publication: 2016-08-24 21:45:54

More information about seleniumPipes at CRAN
Permanent link

Package accrued updated to version 1.4.1 with previous version 1.4 dated 2016-05-10

Title: Data Quality Visualization Tools for Partially Accruing Data
Description: Package for visualizing data quality of partially accruing data.
Author: Julie Eaton and Ian Painter
Maintainer: Julie Eaton <jreaton@uw.edu>

Diff between accrued versions 1.4 dated 2016-05-10 and 1.4.1 dated 2016-08-24

 accrued-1.4.1/accrued/DESCRIPTION                    |    8 ++++----
 accrued-1.4.1/accrued/MD5                            |   14 +++++++-------
 accrued-1.4.1/accrued/R/laggedTSarray.R              |    6 +++---
 accrued-1.4.1/accrued/R/plot.accrued.R               |   15 +++++++++------
 accrued-1.4.1/accrued/R/plot.accruedErrors.R         |    3 ++-
 accrued-1.4.1/accrued/inst/doc/accrued-vignette.pdf  |only
 accrued-1.4.1/accrued/man/accrued-package.Rd         |    4 ++--
 accrued-1.4.1/accrued/vignettes/accrued-vignette.pdf |only
 accrued-1.4/accrued/inst/doc/accrued_vignette.pdf    |only
 accrued-1.4/accrued/vignettes/accrued_vignette.pdf   |only
 10 files changed, 27 insertions(+), 23 deletions(-)

More information about accrued at CRAN
Permanent link

Package timevis updated to version 0.2 with previous version 0.1 dated 2016-07-25

Title: Create Interactive Timeline Visualizations in R
Description: Create rich and fully interactive timeline visualizations. Timelines can be included in Shiny apps and R markdown documents, or viewed from the R console and RStudio Viewer. 'timevis' includes an extensive API to manipulate a timeline after creation, and supports getting data out of the visualization into R. Based on the 'vis.js' Timeline module and the 'htmlwidgets' R package.
Author: Dean Attali [aut, cre] (R interface), Almende B.V. [aut, cph] (vis.js library, http://visjs.org, http://www.almende.com/home)
Maintainer: Dean Attali <daattali@gmail.com>

Diff between timevis versions 0.1 dated 2016-07-25 and 0.2 dated 2016-08-24

 DESCRIPTION                                          |    8 
 MD5                                                  |   68 ++--
 NAMESPACE                                            |    3 
 NEWS.md                                              |   31 ++
 R/api.R                                              |  176 ++++++++++--
 R/timevis.R                                          |  272 +++++++++++--------
 R/utils.R                                            |   10 
 README.md                                            |  182 ++++++++++--
 inst/example/sampleData.R                            |   26 +
 inst/example/server.R                                |   17 -
 inst/example/ui-helpers.R                            |only
 inst/example/ui.R                                    |   95 +++++-
 inst/example/utils.R                                 |only
 inst/example/www/github-orange-right.png             |only
 inst/example/www/style.css                           |  136 ++++++++-
 inst/htmlwidgets/lib/vis-timeline-4.16.1/vis.min.css |    2 
 inst/htmlwidgets/timevis.css                         |    9 
 inst/htmlwidgets/timevis.js                          |  252 ++++++++---------
 inst/htmlwidgets/timevis.yaml                        |    2 
 inst/img/groups.png                                  |only
 man/addCustomTime.Rd                                 |   10 
 man/addItem.Rd                                       |    6 
 man/addItems.Rd                                      |    7 
 man/centerItem.Rd                                    |   10 
 man/centerTime.Rd                                    |    8 
 man/fitWindow.Rd                                     |    2 
 man/reexports.Rd                                     |only
 man/removeCustomTime.Rd                              |    8 
 man/removeItem.Rd                                    |    6 
 man/setGroups.Rd                                     |only
 man/setItems.Rd                                      |    6 
 man/setOptions.Rd                                    |    9 
 man/setSelection.Rd                                  |    6 
 man/setWindow.Rd                                     |    6 
 man/timevis-shiny.Rd                                 |    6 
 man/timevis.Rd                                       |  235 ++++++++++------
 tests/testthat/test-dataframeToD3.R                  |   11 
 vignettes/overview.Rmd                               |  104 ++++++-
 38 files changed, 1255 insertions(+), 474 deletions(-)

More information about timevis at CRAN
Permanent link

Package rnrfa updated to version 0.5.4 with previous version 0.5.3 dated 2016-05-12

Title: UK National River Flow Archive Data from R
Description: Utility functions to retrieve data from the UK National River Flow Archive. The package contains R wrappers to the UK NRFA data temporary-API. There are functions to retrieve stations falling in a bounding box, to generate a map and extracting time series and general information.
Author: Claudia Vitolo [aut, cre], Matthew Fry [ctb] (Matthew supervised the unofficial API integration.), Wouter Buytaert [ctb] (This package is part of Claudia Vitolo's PhD work and Wouter is the supervisor.), Michael Spencer [ctb] (Michael updated the function OSGparse to work with grid references of different lengths.)
Maintainer: Claudia Vitolo <cvitolodev@gmail.com>

Diff between rnrfa versions 0.5.3 dated 2016-05-12 and 0.5.4 dated 2016-08-24

 DESCRIPTION             |   39 ++++++++++++++++++++++++--------
 MD5                     |   51 +++++++++++++++++++++++-------------------
 NAMESPACE               |   19 ++--------------
 R/CMR.R                 |    9 +++++--
 R/FindTS.R              |    4 +--
 R/GDF.R                 |    8 +++++-
 R/OSGparse.R            |   48 ++++++++++++++++++++++------------------
 R/catalogue.R           |   26 ++++++++++++---------
 R/convertFlow.R         |    7 +++++
 R/getTS.R               |   18 ++++++++-------
 R/plotRainFlow.R        |   57 +++++++++++++++++++++++++++---------------------
 R/plotTrend.R           |   43 +++++++++++++++++++-----------------
 R/rnrfa-package.R       |   21 +++++++++++++----
 R/seasonalAverages.R    |   13 +++++++---
 R/zzz.R                 |    4 +--
 man/CMR.Rd              |    7 +++--
 man/GDF.Rd              |    6 +++--
 man/OSGparse.Rd         |   10 +++++---
 man/catalogue.Rd        |   18 ++++++++-------
 man/convertFlow.Rd      |    5 +++-
 man/getTS.Rd            |   10 +++++---
 man/plotRainFlow.Rd     |    4 ++-
 man/plotTrend.Rd        |    4 ++-
 man/seasonalAverages.Rd |    7 ++++-
 tests                   |only
 25 files changed, 260 insertions(+), 178 deletions(-)

More information about rnrfa at CRAN
Permanent link

Package RcmdrPlugin.lfstat updated to version 0.8.1 with previous version 0.7 dated 2013-12-18

Title: Rcmdr Plug-in for Low Flow Analysis
Description: Provides an Rcmdr "plug-in" based on the lfstat package for low flow analysis.
Author: Daniel Koffler and Gregor Laaha
Maintainer: Tobias Gauster <t.gauster@boku.ac.at>

Diff between RcmdrPlugin.lfstat versions 0.7 dated 2013-12-18 and 0.8.1 dated 2016-08-24

 DESCRIPTION                               |   23 -
 MD5                                       |   23 -
 NAMESPACE                                 |   14 
 NEWS.md                                   |only
 R/extreme.R                               |  554 ++++++++++++++---------------
 R/graphics.R                              |  572 +++++++++++++++---------------
 R/na.R                                    |  102 +++--
 R/options.R                               |  285 +++++++-------
 R/streamdef.R                             |  340 +++++++++--------
 README.md                                 |only
 inst/etc/menus.txt                        |    9 
 man/RcmdrPlugin.TeachingDemos-internal.Rd |    2 
 tests                                     |only
 13 files changed, 998 insertions(+), 926 deletions(-)

More information about RcmdrPlugin.lfstat at CRAN
Permanent link

Package Rcmdr updated to version 2.3-0 with previous version 2.2-5 dated 2016-06-17

Title: R Commander
Description: A platform-independent basic-statistics GUI (graphical user interface) for R, based on the tcltk package.
Author: John Fox [aut, cre], Milan Bouchet-Valat [aut], Liviu Andronic [ctb], Michael Ash [ctb], Theophilius Boye [ctb], Stefano Calza [ctb], Andy Chang [ctb], Philippe Grosjean [ctb], Richard Heiberger [ctb], Kosar Karimi Pour [ctb], G. Jay Kerns [ctb], Renaud Lancelot [ctb], Matthieu Lesnoff [ctb], Uwe Ligges [ctb], Samir Messad [ctb], Martin Maechler [ctb], Robert Muenchen [ctb], Duncan Murdoch [ctb], Erich Neuwirth [ctb], Dan Putler [ctb], Brian Ripley [ctb], Miroslav Ristic [ctb], Peter Wolf [ctb], Kevin Wright [ctb]
Maintainer: John Fox <jfox@mcmaster.ca>

Diff between Rcmdr versions 2.2-5 dated 2016-06-17 and 2.3-0 dated 2016-08-24

 DESCRIPTION                                    |   20 
 MD5                                            |   89 -
 NAMESPACE                                      |    4 
 NEWS                                           |   56 +
 R/commander.R                                  |    4 
 R/data-menu.R                                  |  194 +++
 R/distributions-menu.R                         |   48 
 R/distributions-plotDistributions-menu.R       |  164 ++-
 R/distributions-sample.R                       |   11 
 R/file-menu.R                                  |   32 
 R/globals.R                                    |    5 
 R/graphs-menu.R                                |   67 -
 R/model-menu.R                                 |  185 +++
 R/startup.R                                    |  324 +++---
 R/statistics-means-menu.R                      |   17 
 R/statistics-models-menu.R                     |   15 
 R/statistics-summaries-menu.R                  |  108 +-
 R/utilities.R                                  |   29 
 inst/doc/Getting-Started-with-the-Rcmdr-ja.pdf |binary
 inst/doc/Getting-Started-with-the-Rcmdr.pdf    |binary
 inst/doc/Rcmdr-manual-source.zip               |binary
 inst/etc/Rcmdr-menus.txt                       |   10 
 inst/po/ca/LC_MESSAGES/R-Rcmdr.mo              |binary
 inst/po/es/LC_MESSAGES/R-Rcmdr.mo              |binary
 inst/po/fr/LC_MESSAGES/R-Rcmdr.mo              |binary
 inst/po/id/LC_MESSAGES/R-Rcmdr.mo              |binary
 inst/po/ja/LC_MESSAGES/R-Rcmdr.mo              |binary
 inst/po/ko/LC_MESSAGES/R-Rcmdr.mo              |binary
 inst/po/pl/LC_MESSAGES/R-Rcmdr.mo              |binary
 inst/po/ro/LC_MESSAGES/R-Rcmdr.mo              |binary
 inst/po/ru/LC_MESSAGES/R-Rcmdr.mo              |binary
 man/Commander.Rd                               |   84 -
 man/Plugins.Rd                                 |   14 
 man/Rcmdr-package.Rd                           |   16 
 man/Rcmdr.Utilities.Rd                         | 1257 ++++++++++++-------------
 man/normalityTest.Rd                           |only
 po/R-Rcmdr.pot                                 |  233 ++++
 po/R-ca.po                                     |  391 +++++++
 po/R-es.po                                     |  356 +++++--
 po/R-fr.po                                     |  346 ++++--
 po/R-id.po                                     |  245 ++++
 po/R-ja.po                                     |  390 +++++--
 po/R-ko.po                                     |  625 ++++++++----
 po/R-pl.po                                     |  547 ++++++++--
 po/R-ro.po                                     |  259 ++++-
 po/R-ru.po                                     |  260 ++++-
 46 files changed, 4669 insertions(+), 1736 deletions(-)

More information about Rcmdr at CRAN
Permanent link

Package pwr updated to version 1.2-0 with previous version 1.1-4 dated 2016-08-04

Title: Basic Functions for Power Analysis
Description: Power analysis functions along the lines of Cohen (1988).
Author: Stephane Champely [aut], Claus Ekstrom [ctb], Peter Dalgaard [ctb], Jeffrey Gill [ctb], Stephan Weibelzahl [ctb], Helios De Rosario [cre]
Maintainer: Helios De Rosario <helios.derosario@gmail.com>

Diff between pwr versions 1.1-4 dated 2016-08-04 and 1.2-0 dated 2016-08-24

 ChangeLog               |   11 +++++++++++
 DESCRIPTION             |   11 ++++++-----
 MD5                     |   12 ++++++------
 NAMESPACE               |    2 +-
 R/plot.power.htest.R    |   33 +++++++++++++++++++++++----------
 man/plot.power.htest.Rd |    6 +++++-
 man/pwr-package.Rd      |    4 ++--
 7 files changed, 54 insertions(+), 25 deletions(-)

More information about pwr at CRAN
Permanent link

Package oglmx updated to version 2.0.0.1 with previous version 2.0.0.0 dated 2016-05-27

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

Diff between oglmx versions 2.0.0.0 dated 2016-05-27 and 2.0.0.1 dated 2016-08-24

 DESCRIPTION         |    8 ++++----
 MD5                 |   14 ++++++++++----
 R/oglmx-functions.R |    7 +++++++
 build/partial.rdb   |binary
 build/vignette.rds  |only
 inst                |only
 man/oglmx.Rd        |    4 ++--
 vignettes           |only
 8 files changed, 23 insertions(+), 10 deletions(-)

More information about oglmx at CRAN
Permanent link

Package mev updated to version 1.8.2 with previous version 1.6.1 dated 2016-03-15

Title: Multivariate Extreme Value Distributions
Description: Exact simulation from max-stable processes and multivariate extreme value distributions for various parametric models. Threshold selection methods.
Author: Leo Belzile [aut, cre], Jennifer L. Wadsworth [aut], Paul J. Northrop [aut], Scott D. Grimshaw [aut], Jin. Zhang [ctb], Michael A. Stephens [ctb], Art B. Owen [ctb], Anthony C. Davison [ctb], Raphael Huser [aut]
Maintainer: Leo Belzile <leo.belzile@epfl.ch>

Diff between mev versions 1.6.1 dated 2016-03-15 and 1.8.2 dated 2016-08-24

 mev-1.6.1/mev/R/Northrop_Coleman_Extremes_2014.R |only
 mev-1.6.1/mev/R/Wadsworth_Technometrics_2016.R   |only
 mev-1.6.1/mev/src/zhang_stephens.cpp             |only
 mev-1.8.2/mev/DESCRIPTION                        |   22 +-
 mev-1.8.2/mev/MD5                                |   91 ++++++++---
 mev-1.8.2/mev/NAMESPACE                          |   90 +++++++++++
 mev-1.8.2/mev/NEWS                               |   19 ++
 mev-1.8.2/mev/R/RcppExports.R                    |   67 +++++---
 mev-1.8.2/mev/R/Wdiag.R                          |only
 mev-1.8.2/mev/R/bias.R                           |only
 mev-1.8.2/mev/R/bivpot_methods.R                 |    8 
 mev-1.8.2/mev/R/egp.R                            |only
 mev-1.8.2/mev/R/gp.R                             |only
 mev-1.8.2/mev/R/infomat_test.R                   |only
 mev-1.8.2/mev/R/packageImports.R                 |    7 
 mev-1.8.2/mev/R/penultimate.R                    |only
 mev-1.8.2/mev/R/rmev_wrapper.R                   |  147 +++++++++---------
 mev-1.8.2/mev/R/tem.R                            |only
 mev-1.8.2/mev/README.md                          |only
 mev-1.8.2/mev/man/NC.diag.Rd                     |    4 
 mev-1.8.2/mev/man/W.diag.Rd                      |    4 
 mev-1.8.2/mev/man/confint.fr.Rd                  |only
 mev-1.8.2/mev/man/egp-function.Rd                |only
 mev-1.8.2/mev/man/egp.Rd                         |only
 mev-1.8.2/mev/man/egp.fit.Rd                     |only
 mev-1.8.2/mev/man/egp2-functions.Rd              |only
 mev-1.8.2/mev/man/egp2.G.Rd                      |only
 mev-1.8.2/mev/man/egp2.Rd                        |only
 mev-1.8.2/mev/man/egp2.fit.Rd                    |only
 mev-1.8.2/mev/man/ext.index.Rd                   |only
 mev-1.8.2/mev/man/gev.Fscore.Rd                  |only
 mev-1.8.2/mev/man/gev.Rd                         |only
 mev-1.8.2/mev/man/gev.bias.Rd                    |only
 mev-1.8.2/mev/man/gev.infomat.Rd                 |only
 mev-1.8.2/mev/man/gev.ll.Rd                      |only
 mev-1.8.2/mev/man/gev.retlev.Rd                  |only
 mev-1.8.2/mev/man/gev.score.Rd                   |only
 mev-1.8.2/mev/man/gev.tem.Rd                     |only
 mev-1.8.2/mev/man/gev.temstat.Rd                 |only
 mev-1.8.2/mev/man/gevr.Rd                        |only
 mev-1.8.2/mev/man/gevr.infomat.Rd                |only
 mev-1.8.2/mev/man/gevr.ll.Rd                     |only
 mev-1.8.2/mev/man/gevr.score.Rd                  |only
 mev-1.8.2/mev/man/gevr.temstat.Rd                |only
 mev-1.8.2/mev/man/gp.fit.Rd                      |    8 
 mev-1.8.2/mev/man/gpd.Fscore.Rd                  |only
 mev-1.8.2/mev/man/gpd.Rd                         |only
 mev-1.8.2/mev/man/gpd.bcor.Rd                    |only
 mev-1.8.2/mev/man/gpd.bias.Rd                    |only
 mev-1.8.2/mev/man/gpd.infomat.Rd                 |only
 mev-1.8.2/mev/man/gpd.ll.Rd                      |only
 mev-1.8.2/mev/man/gpd.score.Rd                   |only
 mev-1.8.2/mev/man/gpd.tem.Rd                     |only
 mev-1.8.2/mev/man/gpd.temstat.Rd                 |only
 mev-1.8.2/mev/man/gpde.Rd                        |only
 mev-1.8.2/mev/man/gpde.infomat.Rd                |only
 mev-1.8.2/mev/man/gpde.ll.Rd                     |only
 mev-1.8.2/mev/man/gpde.score.Rd                  |only
 mev-1.8.2/mev/man/gpde.temstat.Rd                |only
 mev-1.8.2/mev/man/gpdr.Rd                        |only
 mev-1.8.2/mev/man/gpdr.infomat.Rd                |only
 mev-1.8.2/mev/man/gpdr.ll.Rd                     |only
 mev-1.8.2/mev/man/gpdr.score.Rd                  |only
 mev-1.8.2/mev/man/gpdr.temstat.Rd                |only
 mev-1.8.2/mev/man/ibvpot.Rd                      |    6 
 mev-1.8.2/mev/man/infomat.test.Rd                |only
 mev-1.8.2/mev/man/mev-package.Rd                 |    8 
 mev-1.8.2/mev/man/plot.fr.Rd                     |only
 mev-1.8.2/mev/man/rmev.Rd                        |   26 +--
 mev-1.8.2/mev/man/rmevspec.Rd                    |   25 +--
 mev-1.8.2/mev/man/smith.penult.Rd                |only
 mev-1.8.2/mev/man/smith.penult.fn.Rd             |only
 mev-1.8.2/mev/man/spline.corr.Rd                 |only
 mev-1.8.2/mev/src/RcppExports.cpp                |   36 +++-
 mev-1.8.2/mev/src/ev_sampling.cpp                |  186 ++++++++++++++++++-----
 mev-1.8.2/mev/src/gp_bayes.cpp                   |only
 76 files changed, 548 insertions(+), 206 deletions(-)

More information about mev at CRAN
Permanent link

Package lfstat updated to version 0.9.4 with previous version 0.9.0 dated 2016-07-01

Title: Calculation of Low Flow Statistics for Daily Stream Flow Data
Description: The "Manual on Low-flow Estimation and Prediction", published by the World Meteorological Organisation (WMO), gives a comprehensive summary on how to analyse stream flow data focusing on low-flows. This packages provides functions to compute the described statistics and produces plots similar to the ones in the manual.
Author: Daniel Koffler, Tobias Gauster and Gregor Laaha
Maintainer: Tobias Gauster <t.gauster@boku.ac.at>

Diff between lfstat versions 0.9.0 dated 2016-07-01 and 0.9.4 dated 2016-08-24

 lfstat-0.9.0/lfstat/inst/samplesheets/16610709.dat                    |only
 lfstat-0.9.0/lfstat/inst/samplesheets/QTag200071.dat                  |only
 lfstat-0.9.4/lfstat/DESCRIPTION                                       |   10 
 lfstat-0.9.4/lfstat/MD5                                               |  167 
 lfstat-0.9.4/lfstat/NAMESPACE                                         |  208 
 lfstat-0.9.4/lfstat/NEWS.md                                           |   52 
 lfstat-0.9.4/lfstat/R/1NAs.R                                          |   52 
 lfstat-0.9.4/lfstat/R/2processes.R                                    |  310 
 lfstat-0.9.4/lfstat/R/3lfindices.R                                    | 1355 
 lfstat-0.9.4/lfstat/R/5extreme.R                                      | 1289 
 lfstat-0.9.4/lfstat/R/6streamdef.R                                    |  636 
 lfstat-0.9.4/lfstat/R/7multistation.R                                 |  104 
 lfstat-0.9.4/lfstat/R/hyear.R                                         |  283 
 lfstat-0.9.4/lfstat/R/import.R                                        |  156 
 lfstat-0.9.4/lfstat/R/lfobj.R                                         |  268 
 lfstat-0.9.4/lfstat/R/methods.R                                       |   80 
 lfstat-0.9.4/lfstat/R/misc.R                                          |  821 
 lfstat-0.9.4/lfstat/R/options.R                                       |   40 
 lfstat-0.9.4/lfstat/R/pooling.R                                       |  843 
 lfstat-0.9.4/lfstat/R/readsheets.R                                    |  168 
 lfstat-0.9.4/lfstat/R/recession.R                                     |only
 lfstat-0.9.4/lfstat/R/todo.R                                          |only
 lfstat-0.9.4/lfstat/README.md                                         |   46 
 lfstat-0.9.4/lfstat/data/ng.rda                                       |only
 lfstat-0.9.4/lfstat/data/ngaruroro.rda                                |binary
 lfstat-0.9.4/lfstat/data/ray.rda                                      |binary
 lfstat-0.9.4/lfstat/inst/samplesheets/9104020.day                     |38568 ----------
 lfstat-0.9.4/lfstat/inst/samplesheets/donauwoerth.dat                 |only
 lfstat-0.9.4/lfstat/inst/samplesheets/kloesterle.dat                  |only
 lfstat-0.9.4/lfstat/inst/samplesheets/ngaruroro_full.csv              |27236 +++----
 lfstat-0.9.4/lfstat/inst/samplesheets/oberammergau.dat                |only
 lfstat-0.9.4/lfstat/man/BFI.Rd                                        |  110 
 lfstat-0.9.4/lfstat/man/MAM.Rd                                        |    4 
 lfstat-0.9.4/lfstat/man/apply.seasonal.Rd                             |   90 
 lfstat-0.9.4/lfstat/man/as.lfobj.Rd                                   |only
 lfstat-0.9.4/lfstat/man/as.xts.lfobj.Rd                               |   72 
 lfstat-0.9.4/lfstat/man/baseflow.Rd                                   |   82 
 lfstat-0.9.4/lfstat/man/bfplot.Rd                                     |    2 
 lfstat-0.9.4/lfstat/man/cdf_ev.Rd                                     |   84 
 lfstat-0.9.4/lfstat/man/check_distribution.Rd                         |   60 
 lfstat-0.9.4/lfstat/man/createlfobj.Rd                                |  172 
 lfstat-0.9.4/lfstat/man/ev_return_period.Rd                           |only
 lfstat-0.9.4/lfstat/man/evfit.Rd                                      |  102 
 lfstat-0.9.4/lfstat/man/evquantile.Rd                                 |   56 
 lfstat-0.9.4/lfstat/man/fdc.Rd                                        |    6 
 lfstat-0.9.4/lfstat/man/fill_na.Rd                                    |   54 
 lfstat-0.9.4/lfstat/man/find_droughts.Rd                              |  125 
 lfstat-0.9.4/lfstat/man/flowunit.Rd                                   |  119 
 lfstat-0.9.4/lfstat/man/gringorten.Rd                                 |   52 
 lfstat-0.9.4/lfstat/man/hyear_start.Rd                                |   96 
 lfstat-0.9.4/lfstat/man/lfnainterpolate.Rd                            |    2 
 lfstat-0.9.4/lfstat/man/ma.Rd                                         |   66 
 lfstat-0.9.4/lfstat/man/ngaruroro.Rd                                  |   48 
 lfstat-0.9.4/lfstat/man/plot.deficit.Rd                               |   58 
 lfstat-0.9.4/lfstat/man/pool_ic.Rd                                    |  118 
 lfstat-0.9.4/lfstat/man/rainpeakplot.Rd                               |    8 
 lfstat-0.9.4/lfstat/man/readlfdata.Rd                                 |  110 
 lfstat-0.9.4/lfstat/man/recession.Rd                                  |   10 
 lfstat-0.9.4/lfstat/man/rfa.Rd                                        |  108 
 lfstat-0.9.4/lfstat/man/rfaplot.Rd                                    |   90 
 lfstat-0.9.4/lfstat/man/rpline.Rd                                     |   52 
 lfstat-0.9.4/lfstat/man/seasindex.Rd                                  |    2 
 lfstat-0.9.4/lfstat/man/seglenplot.Rd                                 |    4 
 lfstat-0.9.4/lfstat/man/streamdef.Rd                                  |  189 
 lfstat-0.9.4/lfstat/man/streamdefplot.Rd                              |   10 
 lfstat-0.9.4/lfstat/man/summary.deficit.Rd                            |   81 
 lfstat-0.9.4/lfstat/man/trace_value.Rd                                |   68 
 lfstat-0.9.4/lfstat/man/tyears.Rd                                     |  220 
 lfstat-0.9.4/lfstat/man/tyearsS.Rd                                    |  164 
 lfstat-0.9.4/lfstat/man/vary_threshold.Rd                             |   66 
 lfstat-0.9.4/lfstat/man/water_year.Rd                                 |  134 
 lfstat-0.9.4/lfstat/tests/testthat.R                                  |    6 
 lfstat-0.9.4/lfstat/tests/testthat/Q-Tagesmittel-207373.csv           |12472 +--
 lfstat-0.9.4/lfstat/tests/testthat/QMittelTag207373.txt               |12468 +--
 lfstat-0.9.4/lfstat/tests/testthat/tallaksen-ngaruroro-baseflow.csv   | 7308 -
 lfstat-0.9.4/lfstat/tests/testthat/tallaksen-ray-baseflow.csv         | 2194 
 lfstat-0.9.4/lfstat/tests/testthat/tallaksen-sequent-peak-storage.csv | 7302 -
 lfstat-0.9.4/lfstat/tests/testthat/tallaksen-sequent-peak-summary.csv |   76 
 lfstat-0.9.4/lfstat/tests/testthat/test-baseflow.R                    |   78 
 lfstat-0.9.4/lfstat/tests/testthat/test-dwa.R                         |only
 lfstat-0.9.4/lfstat/tests/testthat/test-grouping.R                    |  126 
 lfstat-0.9.4/lfstat/tests/testthat/test-import.R                      |  109 
 lfstat-0.9.4/lfstat/tests/testthat/test-mam.R                         |  131 
 lfstat-0.9.4/lfstat/tests/testthat/test-pooling.R                     |  262 
 lfstat-0.9.4/lfstat/tests/testthat/test-sequent-peak.R                |  100 
 lfstat-0.9.4/lfstat/tests/testthat/test-streamdef.R                   |  356 
 lfstat-0.9.4/lfstat/tests/testthat/test-summary_deficit.R             |  139 
 lfstat-0.9.4/lfstat/tests/testthat/test-tyear.R                       |  558 
 lfstat-0.9.4/lfstat/tests/testthat/test-unit.R                        |  150 
 lfstat-0.9.4/lfstat/tests/testthat/test-utils.R                       |  176 
 90 files changed, 41585 insertions(+), 78012 deletions(-)

More information about lfstat at CRAN
Permanent link

New package makeFlow with initial version 1.0.2
Package: makeFlow
Type: Package
Title: Visualizing Sequential Classifications
Version: 1.0.2
Date: 2016-08-22
Author: Alex J. Krebs
Maintainer: Alex J. Krebs <Krebs.AlexJ@gmail.com>
Description: A user-friendly tool for visualizing categorical or group movement.
License: GPL (>= 2)
Imports: dplyr, RColorBrewer
Copyright: Copyright Notice GENERAL DISCLAIMER This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. In short: You may use it any way you like, as long as you do not charge money for it, remove this notice, or hold anyone liable for its results. Also, please acknowledge the source and communicate changes to the author. If this software is used in work presented for publication, kindly reference it using for example: Krebs AJ (2016): makeFlow: Visualizing Sequential Classifications. Be sure to reference R itself and other libraries used.
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-08-24 06:27:15 UTC; DELL PC
Repository: CRAN
Date/Publication: 2016-08-24 18:02:38

More information about makeFlow at CRAN
Permanent link

Package LDheatmap updated to version 0.99-2 with previous version 0.99-1 dated 2013-09-21

Title: Graphical Display of Pairwise Linkage Disequilibria Between SNPs
Description: Produces a graphical display, as a heat map, of measures of pairwise linkage disequilibria between SNPs. Users may optionally include the physical locations or genetic map distances of each SNP on the plot.
Author: Ji-Hyung Shin <shin@sfu.ca>, Sigal Blay <sblay@sfu.ca>, Nicholas Lewin-Koh <nikko@hailmail.net>, Brad McNeney <mcneney@sfu.ca>, Jinko Graham <jgraham@sfu.ca>
Maintainer: Brad McNeney <mcneney@sfu.ca>

Diff between LDheatmap versions 0.99-1 dated 2013-09-21 and 0.99-2 dated 2016-08-24

 DESCRIPTION             |   14 +-
 MD5                     |   32 ++---
 NAMESPACE               |    6 
 R/LDheatmap.R           |  292 ++++++++++++++++++++++++------------------------
 R/LDheatmap.marks.R     |  117 +++++++++----------
 R/plotGenes.R           |   28 ++--
 R/recombRate.R          |   10 -
 build/vignette.rds      |binary
 data/CEUData.rda        |binary
 data/CHBJPTData.rda     |binary
 inst/CITATION           |    3 
 inst/doc/LDheatmap.pdf  |binary
 inst/doc/addTracks.R    |    9 -
 inst/doc/addTracks.Rnw  |    5 
 man/GIMAP5CEU.Rd        |    1 
 man/LDheatmap.Rd        |   22 +++
 vignettes/addTracks.Rnw |    5 
 17 files changed, 284 insertions(+), 260 deletions(-)

More information about LDheatmap at CRAN
Permanent link

New package JWileymisc with initial version 0.2.0
Package: JWileymisc
Type: Package
Title: Miscellaneous Utilities and Functions
Version: 0.2.0
Date: 2016-08-24
Author: Joshua F. Wiley <jwiley.psych@gmail.com>
Maintainer: Joshua F. Wiley <jwiley.psych@gmail.com>
Description: A collection of miscellaneous tools and functions, such as tools to generate descriptive statistics tables, format output, visualize relations among variables or check distributions.
License: GPL (>= 3)
Depends: R (>= 3.2.0), data.table (>= 1.9.6), ggplot2 (>= 0.9.0), cowplot, foreach, lavaan (>= 0.5-15)
Imports: stats, utils, Hmisc, multcompView, devtools, graphics, mgcv, plyr, mice
Suggests: scales, testthat
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-08-24 12:04:15 UTC; jwile
Repository: CRAN
Date/Publication: 2016-08-24 18:38:27

More information about JWileymisc at CRAN
Permanent link

Package funreg updated to version 1.2 with previous version 1.1 dated 2014-06-20

Title: Functional Regression for Irregularly Timed Data
Description: Performs functional regression, and some related approaches, for intensive longitudinal data (see the book by Walls & Schafer, 2006, Models for Intensive Longitudinal Data, Oxford) when such data is not necessarily observed on an equally spaced grid of times. The approach generally follows the ideas of Goldsmith, Bobb, Crainiceanu, Caffo, and Reich (2011)<DOI:10.1198/jcgs.2010.10007> and the approach taken in their sample code, but with some modifications to make it more feasible to use with long rather than wide, non-rectangular longitudinal datasets with unequal and potentially random measurement times. It also allows easy plotting of the correlation between the smoothed covariate and the outcome as a function of time, which can add additional insights on how to interpret a functional regression. Additionally, it also provides several permutation tests for the significance of the functional predictor. The heuristic interpretation of ``time'' is used to describe the index of the functional predictor, but the same methods can equally be used for another unidimensional continuous index, such as space along a north-south axis. The development of this package was part of a research project supported by Award R03 CA171809-01 from the National Cancer Institute and Award P50 DA010075 from the National Institute on Drug Abuse. The content is solely the responsibility of the authors and does not necessarily represent the official views of the National Institute on Drug Abuse, the National Cancer Institute, or the National Institutes of Health.
Author: John Dziak [aut, cre], Mariya Shiyko [aut]
Maintainer: John Dziak <jjd264@psu.edu>

Diff between funreg versions 1.1 dated 2014-06-20 and 1.2 dated 2016-08-24

 DESCRIPTION                            |   19 
 MD5                                    |   48 -
 NAMESPACE                              |    7 
 R/FittedFunEigen.r                     |    2 
 R/FunEigen.r                           |    4 
 R/FunReg.r                             |  987 ++++++++++++++++-----------------
 R/FunRegAutoRun.r                      |    2 
 R/FunRegPermutation.r                  |   12 
 man/SampleFunregData.Rd                |    3 
 man/coef.funreg.Rd                     |    3 
 man/fitted.funeigen.Rd                 |    5 
 man/fitted.funreg.Rd                   |    3 
 man/funeigen.Rd                        |    7 
 man/funreg.Rd                          |   17 
 man/funreg.permutation.Rd              |   15 
 man/generate.data.for.demonstration.Rd |    3 
 man/make.funreg.basis.Rd               |    3 
 man/marginal.cor.Rd                    |    3 
 man/marginal.cor.funeigen.Rd           |    3 
 man/num.functional.covs.in.model.Rd    |    3 
 man/plot.funeigen.Rd                   |    3 
 man/plot.funreg.Rd                     |    3 
 man/print.funreg.Rd                    |    3 
 man/redo.funreg.Rd                     |    3 
 man/summary.funreg.Rd                  |    3 
 25 files changed, 596 insertions(+), 568 deletions(-)

More information about funreg at CRAN
Permanent link

New package evidenceFactors with initial version 1.00
Package: evidenceFactors
Type: Package
Title: Reporting Tools for Sensitivity Analysis of Evidence Factors in Observational Studies
Version: 1.00
Date: 2016-08-16
Author: Bikram Karmakar
Maintainer: Bikram Karmakar <bikramk@wharton.upenn.edu>
Description: Integrated Sensitivity Analysis of Evidence Factors in Observational Studies.
License: GPL-2
Imports: sensitivitymv
NeedsCompilation: no
Packaged: 2016-08-23 21:01:09 UTC; bikramk
Repository: CRAN
Date/Publication: 2016-08-24 18:02:36

More information about evidenceFactors at CRAN
Permanent link

Package edci updated to version 1.1-2 with previous version 1.1-1 dated 2016-06-02

Title: Edge Detection and Clustering in Images
Description: Detection of edge points in images based on the difference of two asymmetric M-kernel estimators. Linear and circular regression clustering based on redescending M-estimators. Detection of linear edges in images.
Author: Tim Garlipp <TimGarlipp@gmx.de>
Maintainer: Dominik Kirchhoff <dominik.kirchhoff@tu-dortmund.de>

Diff between edci versions 1.1-1 dated 2016-06-02 and 1.1-2 dated 2016-08-24

 DESCRIPTION       |    8 
 MD5               |    4 
 src/edgepoints.cc |  746 ++++++++++++++++++++++++++++--------------------------
 3 files changed, 400 insertions(+), 358 deletions(-)

More information about edci at CRAN
Permanent link

Package DiffusionRimp updated to version 0.1.2 with previous version 0.1.1 dated 2016-08-16

Title: Inference and Analysis for Diffusion Processes via Data Imputation and Method of Lines
Description: Tools for performing inference and analysis using a data-imputation scheme and the method of lines.
Author: Etienne A.D. Pienaar [aut, cre], Melvin M. Varughese [ctb]
Maintainer: Etienne A.D. Pienaar <etiennead@gmail.com>

Diff between DiffusionRimp versions 0.1.1 dated 2016-08-16 and 0.1.2 dated 2016-08-24

 DiffusionRimp-0.1.1/DiffusionRimp/inst/doc/Part_1_Introduction.Rmd                |only
 DiffusionRimp-0.1.1/DiffusionRimp/inst/doc/Part_2_Transition_Densities.R          |only
 DiffusionRimp-0.1.1/DiffusionRimp/inst/doc/Part_2_Transition_Densities.Rmd        |only
 DiffusionRimp-0.1.1/DiffusionRimp/inst/doc/Part_3_First_Passage_Times.R           |only
 DiffusionRimp-0.1.1/DiffusionRimp/inst/doc/Part_3_First_Passage_Times.Rmd         |only
 DiffusionRimp-0.1.1/DiffusionRimp/vignettes/Part_1_Introduction.Rmd               |only
 DiffusionRimp-0.1.1/DiffusionRimp/vignettes/Part_2_Transition_Densities.Rmd       |only
 DiffusionRimp-0.1.1/DiffusionRimp/vignettes/Part_3_First_Passage_Times.Rmd        |only
 DiffusionRimp-0.1.2/DiffusionRimp/DESCRIPTION                                     |    6 -
 DiffusionRimp-0.1.2/DiffusionRimp/MD5                                             |   56 +++++++---
 DiffusionRimp-0.1.2/DiffusionRimp/NEWS.md                                         |    6 -
 DiffusionRimp-0.1.2/DiffusionRimp/build/vignette.rds                              |binary
 DiffusionRimp-0.1.2/DiffusionRimp/inst/doc/Part_1_Introduction.R                  |   14 --
 DiffusionRimp-0.1.2/DiffusionRimp/inst/doc/Part_1_Introduction.html               |    2 
 DiffusionRimp-0.1.2/DiffusionRimp/inst/doc/Part_1_Introduction.html.asis          |only
 DiffusionRimp-0.1.2/DiffusionRimp/inst/doc/Part_2_Transition_Densities.html       |   10 -
 DiffusionRimp-0.1.2/DiffusionRimp/inst/doc/Part_2_Transition_Densities.html.asis  |only
 DiffusionRimp-0.1.2/DiffusionRimp/inst/doc/Part_3_First_Passage_Times.html        |   12 +-
 DiffusionRimp-0.1.2/DiffusionRimp/inst/doc/Part_3_First_Passage_Times.html.asis   |only
 DiffusionRimp-0.1.2/DiffusionRimp/vignettes/Part_1_Introduction.html.asis         |only
 DiffusionRimp-0.1.2/DiffusionRimp/vignettes/Part_1_Introduction_files             |only
 DiffusionRimp-0.1.2/DiffusionRimp/vignettes/Part_2_Transition_Densities.html.asis |only
 DiffusionRimp-0.1.2/DiffusionRimp/vignettes/Part_2_Transition_Densities_files     |only
 DiffusionRimp-0.1.2/DiffusionRimp/vignettes/Part_3_First_Passage_Times.html.asis  |only
 DiffusionRimp-0.1.2/DiffusionRimp/vignettes/Part_3_First_Passage_Times_files      |only
 25 files changed, 61 insertions(+), 45 deletions(-)

More information about DiffusionRimp at CRAN
Permanent link

Package dglm updated to version 1.8.3 with previous version 1.8.2 dated 2015-11-05

Title: Double Generalized Linear Models
Description: Model fitting and evaluation tools for double generalized linear models (DGLMs). This class of models uses one generalized linear model (GLM) to fit the specified response and a second GLM to fit the deviance of the first model.
Author: Peter K Dunn <pdunn2@usc.edu.au> and Gordon K Smyth
Maintainer: Robert Corty <robert_corty@med.unc.edu>

Diff between dglm versions 1.8.2 dated 2015-11-05 and 1.8.3 dated 2016-08-24

 ChangeLog             |    9 +++
 DESCRIPTION           |   14 +++--
 MD5                   |   16 +++---
 NAMESPACE             |    1 
 R/anova.dglm.R        |    2 
 R/dglm.R              |  131 +++++++++++++++++++++++++-------------------------
 R/residuals.dglm.R    |only
 man/anova.dglm.Rd     |    6 --
 man/residuals.dglm.Rd |only
 tests/test1.R         |   25 ++++++---
 10 files changed, 111 insertions(+), 93 deletions(-)

More information about dglm at CRAN
Permanent link

Package ChannelAttribution updated to version 1.9 with previous version 1.8 dated 2016-07-26

Title: Markov Model for the Online Multi-Channel Attribution Problem
Description: Advertisers use a variety of online marketing channels to reach consumers and they want to know the degree each channel contributes to their marketing success. It's called the online multi-channel attribution problem. This package contains a probabilistic algorithm for the attribution problem. The model uses a k-order Markov representation to identifying structural correlations in the customer journey data. The package also contains three heuristic algorithms (first-touch, last-touch and linear-touch approach) for the same problem. The algorithms are implemented in C++.
Author: Davide Altomare
Maintainer: Davide Altomare <davide.altomare@gmail.com>

Diff between ChannelAttribution versions 1.8 dated 2016-07-26 and 1.9 dated 2016-08-24

 DESCRIPTION                       |   10 ++++++----
 MD5                               |    6 +++---
 man/ChannelAttribution-package.Rd |    6 ++++--
 src/ChannelAttribution.cpp        |    6 ++++--
 4 files changed, 17 insertions(+), 11 deletions(-)

More information about ChannelAttribution at CRAN
Permanent link

Package arm updated to version 1.9-1 with previous version 1.8-6 dated 2015-07-11

Title: Data Analysis Using Regression and Multilevel/Hierarchical Models
Description: R functions for processing 'lm', 'glm', 'svy.glm', 'merMod' and 'polr' outputs.
Author: Andrew Gelman [aut], Yu-Sung Su [aut, cre], Masanao Yajima [ctb], Jennifer Hill [ctb], Maria Grazia Pittau [ctb], Jouni Kerman [ctb], Tian Zheng [ctb], Vicent Dorie [ctb]
Maintainer: Yu-Sung Su <suyusung@tsinghua.edu.cn>

Diff between arm versions 1.8-6 dated 2015-07-11 and 1.9-1 dated 2016-08-24

 CHANGELOG   |    5 +++++
 DESCRIPTION |    8 ++++----
 MD5         |    6 +++---
 NAMESPACE   |    1 +
 4 files changed, 13 insertions(+), 7 deletions(-)

More information about arm at CRAN
Permanent link

New package not with initial version 1.0
Package: not
Type: Package
Title: Narrowest-Over-Threshold Change-Point Detection
Version: 1.0
Date: 2016-08-01
Author: Rafal Baranowski, Yining Chen, Piotr Fryzlewicz
Maintainer: Rafal Baranowski <r.baranowski@lse.ac.uk>
Depends: graphics, stats, splines
Description: Provides efficient implementation of the Narrowest-Over-Threshold methodology for detecting an unknown number of change-points occurring at unknown locations in one-dimensional data following 'deterministic signal + noise' model. Currently implemented scenarios are: piecewise-constant signal, piecewise-constant signal with a heavy-tailed noise, piecewise-linear signal, piecewise-quadratic signal, piecewise-constant signal and with piecewise-constant variance of the noise.
License: GPL-2
NeedsCompilation: yes
RoxygenNote: 5.0.1
Packaged: 2016-08-23 18:14:43 UTC; rafal
Repository: CRAN
Date/Publication: 2016-08-23 23:15:50

More information about not at CRAN
Permanent link

Package FSAdata updated to version 0.3.4 with previous version 0.3.3 dated 2016-07-18

Title: Data to Support Fish Stock Assessment ('FSA') Package
Description: The datasets to support the Fish Stock Assessment ('FSA') package.
Author: Derek Ogle [aut, cre]
Maintainer: Derek Ogle <derek@derekogle.com>

Diff between FSAdata versions 0.3.3 dated 2016-07-18 and 0.3.4 dated 2016-08-24

 DESCRIPTION           |   12 ++++++------
 MD5                   |   29 ++++++++++++++++-------------
 R/BluegillIL.R        |only
 R/Cabezon.R           |    4 ++--
 R/RBTroutKenai.R      |    8 ++++----
 R/RuffeSLRH92.R       |   10 +++++++---
 R/WalleyeErie2.R      |   16 ++++++++--------
 R/WalleyeML.R         |    2 +-
 R/YERockfish.R        |    2 +-
 data/BluegillIL.rdata |only
 man/BluegillIL.Rd     |only
 man/Cabezon.Rd        |    4 ++--
 man/RBTroutKenai.Rd   |    8 ++++----
 man/RuffeSLRH92.Rd    |   10 +++++++---
 man/WalleyeErie2.Rd   |   16 ++++++++--------
 man/WalleyeML.Rd      |    2 +-
 man/YERockfish.Rd     |    2 +-
 17 files changed, 68 insertions(+), 57 deletions(-)

More information about FSAdata at CRAN
Permanent link

Package FRAPO updated to version 0.4-0 with previous version 0.3-8 dated 2013-06-18

Title: Financial Risk Modelling and Portfolio Optimisation with R
Description: Accompanying package of the book 'Financial Risk Modelling and Portfolio Optimisation with R', second edition. The data sets used in the book are contained in this package.
Author: Bernhard Pfaff [aut, cre]
Maintainer: Bernhard Pfaff <bernhard@pfaffikus.de>

Diff between FRAPO versions 0.3-8 dated 2013-06-18 and 0.4-0 dated 2016-08-24

 FRAPO-0.3-8/FRAPO/R/PERC2.R                       |only
 FRAPO-0.3-8/FRAPO/R/Socp.R                        |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part1Chapter2Ex1.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part1Chapter3Ex1.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part1Chapter3Ex2.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part2Chapter1Ex1.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part2Chapter1Ex2.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part2Chapter1Ex3.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part2Chapter1Ex4.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part2Chapter1Ex5.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part2Chapter2Ex1.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part2Chapter2Ex2.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part2Chapter2Ex3.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part2Chapter2Ex4.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part2Chapter3Ex1.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part2Chapter4Ex1.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part2Chapter4Ex2.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part3Chapter1Ex1.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part3Chapter1Ex10.R |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part3Chapter1Ex11.R |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part3Chapter1Ex2.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part3Chapter1Ex3.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part3Chapter1Ex4.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part3Chapter1Ex5.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part3Chapter1Ex6.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part3Chapter1Ex7.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part3Chapter1Ex8.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part3Chapter1Ex9.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part3Chapter2Ex1.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part3Chapter2Ex2.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part3Chapter2Ex3.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part3Chapter2Ex4.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part3Chapter2Ex5.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part3Chapter2Ex6.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part3Chapter3Ex1.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part3Chapter3Ex2.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part3Chapter3Ex3.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part3Chapter3Ex4.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part3Chapter3Ex5.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part3Chapter3Ex6.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part3Chapter3Ex7.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part3Chapter4Ex1.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part3Chapter4Ex10.R |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part3Chapter4Ex11.R |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part3Chapter4Ex12.R |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part3Chapter4Ex13.R |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part3Chapter4Ex14.R |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part3Chapter4Ex15.R |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part3Chapter4Ex2.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part3Chapter4Ex3.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part3Chapter4Ex4.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part3Chapter4Ex5.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part3Chapter4Ex6.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part3Chapter4Ex7.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part3Chapter4Ex8.R  |only
 FRAPO-0.3-8/FRAPO/inst/BookEx/Part3Chapter4Ex9.R  |only
 FRAPO-0.3-8/FRAPO/inst/SocpLicence                |only
 FRAPO-0.3-8/FRAPO/inst/doc                        |only
 FRAPO-0.3-8/FRAPO/man/PERC2.Rd                    |only
 FRAPO-0.3-8/FRAPO/man/Socp.Rd                     |only
 FRAPO-0.3-8/FRAPO/man/SocpControl.Rd              |only
 FRAPO-0.3-8/FRAPO/man/SocpPhase1.Rd               |only
 FRAPO-0.3-8/FRAPO/man/SocpPhase2.Rd               |only
 FRAPO-0.3-8/FRAPO/src                             |only
 FRAPO-0.4-0/FRAPO/DESCRIPTION                     |   35 +--
 FRAPO-0.4-0/FRAPO/MD5                             |  206 +++++++++++-----------
 FRAPO-0.4-0/FRAPO/NAMESPACE                       |   18 -
 FRAPO-0.4-0/FRAPO/R/PERC.R                        |   23 --
 FRAPO-0.4-0/FRAPO/R/PGMV.R                        |   26 --
 FRAPO-0.4-0/FRAPO/R/PMD.R                         |   25 --
 FRAPO-0.4-0/FRAPO/R/PMTD.R                        |   25 +-
 FRAPO-0.4-0/FRAPO/R/capser.R                      |   20 --
 FRAPO-0.4-0/FRAPO/R/returnconvert.R               |   20 --
 FRAPO-0.4-0/FRAPO/R/returnseries.R                |   22 --
 FRAPO-0.4-0/FRAPO/R/trdbilson.R                   |   20 --
 FRAPO-0.4-0/FRAPO/R/trdbinary.R                   |   20 --
 FRAPO-0.4-0/FRAPO/R/trdes.R                       |   32 ---
 FRAPO-0.4-0/FRAPO/R/trdhp.R                       |   17 -
 FRAPO-0.4-0/FRAPO/R/trdsma.R                      |   22 --
 FRAPO-0.4-0/FRAPO/R/trdwma.R                      |   22 --
 FRAPO-0.4-0/FRAPO/data/datalist                   |   32 +--
 FRAPO-0.4-0/FRAPO/inst/BookEx/C10R1.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C10R10.R            |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C10R2.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C10R3.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C10R4.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C10R5.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C10R6.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C10R7.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C10R8.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C10R9.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C11R1.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C11R2.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C11R3.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C11R4.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C11R5.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C11R6.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C12R1.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C12R10.R            |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C12R2.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C12R3.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C12R4.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C12R5.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C12R6.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C12R7.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C12R8.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C12R9.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C13R1.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C13R10.R            |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C13R11.R            |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C13R12.R            |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C13R13.R            |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C13R14.R            |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C13R15.R            |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C13R16.R            |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C13R17.R            |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C13R18.R            |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C13R19.R            |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C13R2.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C13R3.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C13R4.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C13R5.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C13R6.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C13R7.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C13R8.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C13R9.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C14R1.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C14R2.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C14R3.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C14R4.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C14R5.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C14R6.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C14R7.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C14R8.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C14R9.R             |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C14S1.stan          |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C2R1.R              |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C3R1.R              |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C3R2.R              |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C6R1.R              |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C6R2.R              |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C6R3.R              |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C6R4.R              |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C6R5.R              |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C7R1.R              |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C7R2.R              |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C7R3.R              |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C7R4.R              |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C8R1.R              |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C9R1.R              |only
 FRAPO-0.4-0/FRAPO/inst/BookEx/C9R2.R              |only
 FRAPO-0.4-0/FRAPO/inst/CITATION                   |    9 
 FRAPO-0.4-0/FRAPO/man/EuroStoxx50.Rd              |    6 
 FRAPO-0.4-0/FRAPO/man/FTSE100.Rd                  |    6 
 FRAPO-0.4-0/FRAPO/man/MIBTEL.Rd                   |    6 
 FRAPO-0.4-0/FRAPO/man/NASDAQ.Rd                   |    6 
 FRAPO-0.4-0/FRAPO/man/PERC.Rd                     |    7 
 FRAPO-0.4-0/FRAPO/man/PGMV.Rd                     |    7 
 FRAPO-0.4-0/FRAPO/man/PMD.Rd                      |    7 
 FRAPO-0.4-0/FRAPO/man/PMTD.Rd                     |    8 
 FRAPO-0.4-0/FRAPO/man/SP500.Rd                    |    6 
 FRAPO-0.4-0/FRAPO/man/capser.Rd                   |    4 
 FRAPO-0.4-0/FRAPO/man/returnconvert.Rd            |    4 
 FRAPO-0.4-0/FRAPO/man/returnseries.Rd             |    4 
 FRAPO-0.4-0/FRAPO/man/trdbilson.Rd                |    4 
 FRAPO-0.4-0/FRAPO/man/trdbinary.Rd                |    4 
 FRAPO-0.4-0/FRAPO/man/trdes.Rd                    |    4 
 FRAPO-0.4-0/FRAPO/man/trdhp.Rd                    |    4 
 FRAPO-0.4-0/FRAPO/man/trdsma.Rd                   |    4 
 FRAPO-0.4-0/FRAPO/man/trdwma.Rd                   |    4 
 170 files changed, 219 insertions(+), 470 deletions(-)

More information about FRAPO at CRAN
Permanent link


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