Title: Web Application Framework for R
Description: Makes it incredibly easy to build interactive web
applications with R. Automatic "reactive" binding between inputs and
outputs and extensive pre-built widgets make it possible to build
beautiful, responsive, and powerful applications with minimal effort.
Author: Winston Chang [aut, cre],
Joe Cheng [aut],
JJ Allaire [aut],
Yihui Xie [aut],
Jonathan McPherson [aut],
RStudio [cph],
jQuery Foundation [cph] (jQuery library and jQuery UI library),
jQuery contributors [ctb, cph] (jQuery library; authors listed in
inst/www/shared/jquery-AUTHORS.txt),
jQuery UI contributors [ctb, cph] (jQuery UI library; authors listed in
inst/www/shared/jqueryui/1.10.4/AUTHORS.txt),
Mark Otto [ctb] (Bootstrap library),
Jacob Thornton [ctb] (Bootstrap library),
Bootstrap contributors [ctb] (Bootstrap library),
Twitter, Inc [cph] (Bootstrap library),
Alexander Farkas [ctb, cph] (html5shiv library),
Scott Jehl [ctb, cph] (Respond.js library),
Stefan Petre [ctb, cph] (Bootstrap-datepicker library),
Andrew Rowls [ctb, cph] (Bootstrap-datepicker library),
Dave Gandy [ctb, cph] (Font-Awesome font),
Brian Reavis [ctb, cph] (selectize.js library),
Kristopher Michael Kowal [ctb, cph] (es5-shim library),
es5-shim contributors [ctb, cph] (es5-shim library),
Denis Ineshin [ctb, cph] (ion.rangeSlider library),
Sami Samhuri [ctb, cph] (Javascript strftime library),
SpryMedia Limited [ctb, cph] (DataTables library),
John Fraser [ctb, cph] (showdown.js library),
John Gruber [ctb, cph] (showdown.js library),
Ivan Sagalaev [ctb, cph] (highlight.js library),
R Core Team [ctb, cph] (tar implementation from R)
Maintainer: Winston Chang <winston@rstudio.com>
Diff between shiny versions 0.12.1 dated 2015-06-12 and 0.12.2 dated 2015-08-05
shiny-0.12.1/shiny/R/slider.R |only shiny-0.12.1/shiny/man/imageOutput.Rd |only shiny-0.12.2/shiny/DESCRIPTION | 30 shiny-0.12.2/shiny/LICENSE | 26 shiny-0.12.2/shiny/MD5 | 122 - shiny-0.12.2/shiny/NAMESPACE | 3 shiny-0.12.2/shiny/NEWS | 31 shiny-0.12.2/shiny/R/app.R | 2 shiny-0.12.2/shiny/R/bootstrap.R | 1127 ---------- shiny-0.12.2/shiny/R/fileupload.R | 34 shiny-0.12.2/shiny/R/graph.R | 4 shiny-0.12.2/shiny/R/imageutils.R | 12 shiny-0.12.2/shiny/R/input-action.R |only shiny-0.12.2/shiny/R/input-checkbox.R |only shiny-0.12.2/shiny/R/input-checkboxgroup.R |only shiny-0.12.2/shiny/R/input-date.R |only shiny-0.12.2/shiny/R/input-daterange.R |only shiny-0.12.2/shiny/R/input-file.R |only shiny-0.12.2/shiny/R/input-numeric.R |only shiny-0.12.2/shiny/R/input-password.R |only shiny-0.12.2/shiny/R/input-radiobuttons.R |only shiny-0.12.2/shiny/R/input-select.R |only shiny-0.12.2/shiny/R/input-slider.R |only shiny-0.12.2/shiny/R/input-submit.R |only shiny-0.12.2/shiny/R/input-text.R |only shiny-0.12.2/shiny/R/input-utils.R |only shiny-0.12.2/shiny/R/map.R | 3 shiny-0.12.2/shiny/R/middleware.R | 27 shiny-0.12.2/shiny/R/progress.R | 2 shiny-0.12.2/shiny/R/reactives.R | 4 shiny-0.12.2/shiny/R/render-plot.R | 97 shiny-0.12.2/shiny/R/run-url.R | 8 shiny-0.12.2/shiny/R/server-input-handlers.R |only shiny-0.12.2/shiny/R/server.R | 107 shiny-0.12.2/shiny/R/shiny.R | 24 shiny-0.12.2/shiny/R/shinyui.R | 5 shiny-0.12.2/shiny/R/shinywrappers.R | 18 shiny-0.12.2/shiny/R/tar.R | 2 shiny-0.12.2/shiny/R/update-input.R | 49 shiny-0.12.2/shiny/R/utils.R | 26 shiny-0.12.2/shiny/inst/examples/01_hello/rsconnect |only shiny-0.12.2/shiny/inst/staticdocs/index.r | 12 shiny-0.12.2/shiny/inst/tests/test-utils.R | 17 shiny-0.12.2/shiny/inst/www/shared/ionrangeslider/js/ion.rangeSlider.js | 224 + shiny-0.12.2/shiny/inst/www/shared/ionrangeslider/js/ion.rangeSlider.min.js | 5 shiny-0.12.2/shiny/inst/www/shared/shiny.js | 141 - shiny-0.12.2/shiny/inst/www/shared/shiny.js.map | 2 shiny-0.12.2/shiny/inst/www/shared/shiny.min.js | 6 shiny-0.12.2/shiny/inst/www/shared/shiny.min.js.map | 2 shiny-0.12.2/shiny/inst/www/shared/strftime |only shiny-0.12.2/shiny/man/actionButton.Rd | 10 shiny-0.12.2/shiny/man/checkboxGroupInput.Rd | 8 shiny-0.12.2/shiny/man/checkboxInput.Rd | 7 shiny-0.12.2/shiny/man/dateInput.Rd | 7 shiny-0.12.2/shiny/man/dateRangeInput.Rd | 7 shiny-0.12.2/shiny/man/fileInput.Rd | 7 shiny-0.12.2/shiny/man/navbarPage.Rd | 3 shiny-0.12.2/shiny/man/navlistPanel.Rd | 3 shiny-0.12.2/shiny/man/numericInput.Rd | 8 shiny-0.12.2/shiny/man/passwordInput.Rd | 7 shiny-0.12.2/shiny/man/plotOutput.Rd |only shiny-0.12.2/shiny/man/radioButtons.Rd | 16 shiny-0.12.2/shiny/man/registerInputHandler.Rd | 2 shiny-0.12.2/shiny/man/removeInputHandler.Rd | 2 shiny-0.12.2/shiny/man/repeatable.Rd | 2 shiny-0.12.2/shiny/man/selectInput.Rd | 6 shiny-0.12.2/shiny/man/shiny-options.Rd | 4 shiny-0.12.2/shiny/man/sliderInput.Rd | 36 shiny-0.12.2/shiny/man/submitButton.Rd | 7 shiny-0.12.2/shiny/man/textInput.Rd | 7 shiny-0.12.2/shiny/man/updateSliderInput.Rd | 4 shiny-0.12.2/shiny/man/updateTabsetPanel.Rd | 6 72 files changed, 895 insertions(+), 1436 deletions(-)
Title: Combination of Factorial Methods and Cluster Analysis
Description: Multivariate exploration of a data table with factorial
analysis and cluster methods.
Author: Campo Elias Pardo <cepardot@unal.edu.co>, Pedro Cesar del Campo
<pcdelcampon@unal.edu.co> and Camilo Jose Torres
<cjtorresj@unal.edu.co>, with the contributions from Ivan Diaz
<ildiazm@unal.edu.co>, Mauricio Sadinle
<msadinleg@unal.edu.co>.
Maintainer: Campo Elias Pardo <cepardot@unal.edu.co>
Diff between FactoClass versions 1.1.1 dated 2015-02-03 and 1.1.2 dated 2015-08-05
DESCRIPTION | 8 - MD5 | 26 ++-- NAMESPACE | 6 R/cluster.carac.R | 326 ++++++++++++++++++++++++--------------------------- R/plotct.R | 18 ++ R/supqual.R |only R/ward.cluster.R | 188 ++++++++++++++--------------- data/BreedsDogs.rda |binary data/admi.rda |only data/cafe.rda |only data/icfes08.rda |only man/admi.Rd |only man/cafe.Rd |only man/cluster.carac.Rd | 123 +++++++++---------- man/icfes08.Rd |only man/plotct.Rd | 69 ++++++---- man/stableclus.Rd | 1 man/supqual.Rd |only 18 files changed, 396 insertions(+), 369 deletions(-)
Title: Total Operating Characteristic Curve and ROC Curve
Diff between TOC versions 0.0-2 dated 2015-06-05 and 0.0-3 dated 2015-08-05
Description: Construction of the Total Operating Characteristic (TOC) Curve and the Receiver (aka Relative) Operating Characteristic (ROC) Curve for spatial and non-spatial data. The TOC method is a modification of the ROC method which measures the ability of an index variable to diagnose either presence or absence of a characteristic. The diagnosis depends on whether the value of an index variable is above a threshold. Each threshold generates a two-by-two contingency table, which contains four entries: hits (H), misses (M), false alarms (FA), and correct rejections (CR). While ROC shows for each threshold only two ratios, H/(H + M) and FA/(FA + CR), TOC reveals the size of every entry in the contingency table for each threshold (Pontius Jr., R.G., Si, K. 2014. The total operating characteristic to measure diagnostic ability for multiple thresholds. Int. J. Geogr. Inf. Sci. 28 (3), 570-583).
Author: Robert G. Pontius
Maintainer: Alí Santacruz
DESCRIPTION | 9 +++++----
MD5 | 6 +++---
NAMESPACE | 5 ++++-
man/TOC-package.Rd | 4 ++--
4 files changed, 14 insertions(+), 10 deletions(-)
Title: Sparse Distance Weighted Discrimination
Description: Formulates a sparse distance weighted discrimination (SDWD) for high-dimensional classification and implements a very fast algorithm for computing its solution path with the L1, the elastic-net, and the adaptive elastic-net penalties.
Author: Boxiang Wang and Hui Zou
Maintainer: Boxiang Wang <boxiang@umn.edu>
Diff between sdwd versions 1.0.1 dated 2015-01-05 and 1.0.2 dated 2015-08-05
ChangeLog | 6 - DESCRIPTION | 14 +- MD5 | 38 +++--- NAMESPACE | 16 +- R/coef.sdwd.R | 10 - R/cv.sdwd.R | 38 +++--- R/p.sdwd.R | 26 ++-- R/sdwd.R | 10 - R/utilities.R | 294 ++++++++++++++++++++++++------------------------- man/coef.cv.sdwd.Rd | 6 - man/coef.sdwd.Rd | 6 - man/cv.sdwd.Rd | 6 - man/plot.cv.sdwd.Rd | 6 - man/plot.sdwd.Rd | 12 +- man/predict.cv.sdwd.Rd | 9 - man/predict.sdwd.Rd | 11 + man/print.sdwd.Rd | 14 +- man/sdwd-internal.Rd | 11 + man/sdwd-package.Rd | 18 +-- man/sdwd.Rd | 12 +- 20 files changed, 283 insertions(+), 280 deletions(-)
Title: Geostatistical Modelling of Spatially Referenced Prevalence Data
Description: It provides functions for both likelihood-based
and Bayesian analysis of spatially referenced prevalence data, and is
also an extension of the 'geoR' package.
Author: Emanuele Giorgi, Peter J. Diggle
Maintainer: Emanuele Giorgi <e.giorgi@lancaster.ac.uk>
Diff between PrevMap versions 1.1.5 dated 2015-06-09 and 1.2 dated 2015-08-05
DESCRIPTION | 10 MD5 | 15 NAMESPACE | 10 R/foo.R | 791 ++++++++++++++++++++++++++++++++----- man/binary.probit.Bayes.Rd |only man/control.mcmc.Bayes.Rd | 10 man/plot.pred.PrevMap.Rd | 4 man/spatial.pred.binomial.Bayes.Rd | 16 man/summary.Bayes.PrevMap.Rd | 4 9 files changed, 740 insertions(+), 120 deletions(-)
Title: Kernel-Based Machine Learning Lab
Description: Kernel-based machine learning methods for classification,
regression, clustering, novelty detection, quantile regression
and dimensionality reduction. Among other methods kernlab
includes Support Vector Machines, Spectral Clustering, Kernel
PCA, Gaussian Processes and a QP solver.
Author: Alexandros Karatzoglou [aut, cre],
Alex Smola [aut],
Kurt Hornik [aut]
Maintainer: Alexandros Karatzoglou <alexis@ci.tuwien.ac.at>
Diff between kernlab versions 0.9-20 dated 2015-01-10 and 0.9-22 dated 2015-08-05
DESCRIPTION | 13 ++++++----- MD5 | 58 +++++++++++++++++++++++++------------------------- NAMESPACE | 8 +++++- R/gausspr.R | 13 +++++++---- R/kmmd.R | 4 +-- R/kqr.R | 13 +++-------- R/ksvm.R | 8 +++--- R/lssvm.R | 20 +++++++++++------ R/onlearn.R | 6 ++--- R/rvm.R | 30 ++++++------------------- R/specc.R | 4 +-- build/vignette.rds |binary data/income.rda |binary data/musk.rda |binary data/promotergene.rda |binary data/reuters.rda |binary data/spam.rda |binary data/spirals.rda |binary data/ticdata.rda |binary inst/doc/kernlab.pdf |binary man/csi.Rd | 2 - man/gausspr.Rd | 8 +++--- man/ipop.Rd | 2 - man/kkmeans.Rd | 2 - man/kmmd.Rd | 2 - man/kpca.Rd | 2 - man/ksvm.Rd | 6 ++--- man/onlearn.Rd | 2 - man/predict.ksvm.Rd | 2 - man/specc.Rd | 2 - 30 files changed, 101 insertions(+), 106 deletions(-)
Title: Misc Functions of the Department of Statistics, Probability
Theory Group (Formerly: E1071), TU Wien
Description: Functions for latent class analysis, short time Fourier
transform, fuzzy clustering, support vector machines,
shortest path computation, bagged clustering, naive Bayes
classifier, ...
Author: David Meyer [aut, cre],
Evgenia Dimitriadou [aut, cph],
Kurt Hornik [aut],
Andreas Weingessel [aut],
Friedrich Leisch [aut],
Chih-Chung Chang [ctb, cph] (libsvm C++-code),
Chih-Chen Lin [ctb, cph] (libsvm C++-code)
Maintainer: David Meyer <David.Meyer@R-project.org>
Diff between e1071 versions 1.6-6 dated 2015-07-17 and 1.6-7 dated 2015-08-05
DESCRIPTION | 6 +++--- MD5 | 10 +++++----- R/svm.R | 20 +++++++++++--------- inst/NEWS.Rd | 5 +++++ inst/doc/svmdoc.pdf |binary inst/doc/svminternals.pdf |binary 6 files changed, 24 insertions(+), 17 deletions(-)
Title: Calculate Cluster-Robust p-Values and Confidence Intervals
Description: Calculate p-values and confidence intervals using cluster-adjusted t-statistics (based on Ibragimov and Muller 2010, Journal of Business and Economic Statistics 28(4)), pairs cluster bootstrapped t-statistics, and wild cluster bootstrapped t-statistics (the latter two techniques based on Cameron, Gelbach, and Miller 2008, Review of Economics and Statistics 90(3)). Procedures are included for use with GLM, ivreg, plm (fixed effects), and mlogit models.
Author: Justin Esarey [aut, cre]
Maintainer: Justin Esarey <justin@justinesarey.com>
Diff between clusterSEs versions 2.0.1 dated 2015-07-14 and 2.1 dated 2015-08-05
DESCRIPTION | 6 +++--- MD5 | 6 +++--- R/clusterIM.glm.R | 34 +++++++++++++++++++++++++++++++--- man/cluster.im.glm.Rd | 6 ++++-- 4 files changed, 41 insertions(+), 11 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2012-03-22 1.0.1
2010-04-17 1.0.0
2010-02-16 0.02.1
2009-12-01 0.02
2009-05-11 0.01-2
2009-02-23 0.01.1
2008-09-30 0.01
Title: Thermoluminescence Glow Curve Deconvolution
Description: Deconvolving first-order thermoluminescence glow curves using a modified Levenberg-Marquardt algorithm. It provides the possibility of setting constraints or fixing any of parameters. It offers an interactive way to initialize parameters by clicking with a mouse on a plot at positions where peak maxima should be located. Glow peaks can be simulated according to the Randall-Wilkins model.
Author: Jun Peng [aut, cre], Jorge More [ctb], Burton Garbow [ctb], Kenneth Hillstrom [ctb], John Burkardt [ctb]
Maintainer: Jun Peng <pengjun10@mails.ucas.ac.cn>
Diff between tgcd versions 1.4 dated 2015-06-07 and 1.5 dated 2015-08-05
DESCRIPTION | 20 ++++++++------- MD5 | 13 ++++++---- NAMESPACE | 5 +++ R/simPeak.R |only R/tgcd.R | 63 ++++++++++++++++++++++++++++++-------------------- man/Refglow.Rd | 8 ++++-- man/simPeak.Rd |only man/tgcd.Rd | 22 ++++++++++------- src/BulirschStoer.f90 |only 9 files changed, 82 insertions(+), 49 deletions(-)
Title: Common R Scripts and Utilities Used by the Statnet Project
Software
Description: Non-statistical utilities used by the software developed by the Statnet Project. They may also be of use to others.
Author: Pavel N. Krivitsky [aut, cre]
Maintainer: Pavel N. Krivitsky <pavel@uow.edu.au>
Diff between statnet.common versions 3.2.2 dated 2014-12-09 and 3.2.3 dated 2015-08-05
DESCRIPTION | 13 ++++++------ LICENSE | 2 - MD5 | 24 ++++++++++++----------- NAMESPACE | 6 ++++- NEWS |only R/cite.utilities.R | 50 +++++++++++++++++++++++++++++++++---------------- R/control.utilities.R | 3 +- R/misc.utilities.R | 7 ++++++ R/startup.utilities.R | 2 - inst/CITATION | 46 ++++++++++++++++++++++++++++++++++++++++++++- man/ERRVL.Rd |only man/NVL.Rd | 2 - man/sort.data.frame.Rd | 2 - man/statnet.cite.Rd | 3 +- 14 files changed, 119 insertions(+), 41 deletions(-)
More information about statnet.common at CRAN
Permanent link
Title: Fast Estimation of Gaussian Mixture Copula Models
Description: Unsupervised Clustering and Meta-analysis using Gaussian Mixture
Copula Models.
Author: Anders Ellern Bilgrau, Martin Boegsted, Poul Svante Eriksen
Maintainer: Anders Ellern Bilgrau <abilgrau@math.aau.dk>
Diff between GMCM versions 1.2.1 dated 2015-04-20 and 1.2.2 dated 2015-08-05
DESCRIPTION | 7 ++-- MD5 | 60 ++++++++++++++++++++-------------------- NAMESPACE | 11 ++++++- R/GMCM-package.R | 12 ++++---- inst/doc/GMCM-JStatSoft.Rnw | 2 - inst/doc/GMCM-JStatSoft.pdf |binary inst/tests/test-colSds-rowSds.R | 8 ++--- man/EMAlgorithm.Rd | 2 - man/EStep.Rd | 2 - man/GMCM-package.Rd | 12 ++++---- man/PseudoEMAlgorithm.Rd | 2 - man/SimulateGMCMData.Rd | 2 - man/Uhat.Rd | 2 - man/choose.theta.Rd | 2 - man/colSds.Rd | 2 - man/cummean.Rd | 2 - man/dgmcm.loglik.Rd | 2 - man/dmvnormal.Rd | 2 - man/fit.full.GMCM.Rd | 2 - man/fit.meta.GMCM.Rd | 2 - man/freshVsFrozen.Rd | 2 - man/full2meta.Rd | 2 - man/get.IDR.Rd | 2 - man/is.theta.Rd | 2 - man/logit.Rd | 2 - man/rho.transform.Rd | 2 - man/rtheta.Rd | 2 - man/tt.Rd | 2 - man/u133VsExon.Rd | 2 - tests/test-all.R | 6 ++++ vignettes/GMCM-JStatSoft.Rnw | 2 - 31 files changed, 88 insertions(+), 74 deletions(-)
Title: Camera Trap Photograph Management and Preparation of Occupancy
Analyses
Description: Management of and data extraction from camera trap photographs in wildlife studies. The package provides a workflow for storing and sorting camera trap photographs, computes record databases and detection/non-detection matrices for occupancy analysis with great flexibility. In addition, it provides simple mapping functions (number of species, number of independent species detections by station) and can plot activity data using various functions (using package overlap and adapting function from the plotrix package).
Author: Juergen Niedballa [aut, cre],
Alexandre Courtiol [aut]
Rahel Sollmann [aut]
Andreas Wilting [ctb, ths]
John Mathai [ctb]
Seth Timothy Wong [ctb]
An The Truong Nguyen [ctb]
Azlan bin Mohamed [ctb]
Andrew Tilker [ctb]
Maintainer: Juergen Niedballa <niedballa@izw-berlin.de>
Diff between camtrapR versions 0.97.0 dated 2015-07-29 and 0.97.1 dated 2015-08-05
camtrapR-0.97.0/camtrapR/R/TimeShiftImages.R |only camtrapR-0.97.0/camtrapR/man/TimeShiftImages.Rd |only camtrapR-0.97.1/camtrapR/DESCRIPTION | 17 - camtrapR-0.97.1/camtrapR/MD5 | 43 +-- camtrapR-0.97.1/camtrapR/NAMESPACE | 2 camtrapR-0.97.1/camtrapR/NEWS |only camtrapR-0.97.1/camtrapR/R/cameraOperation.r | 61 ++-- camtrapR-0.97.1/camtrapR/R/surveyReport.R | 241 ++++++++++--------- camtrapR-0.97.1/camtrapR/R/timeShiftImages.R |only camtrapR-0.97.1/camtrapR/data/camtraps.rda |binary camtrapR-0.97.1/camtrapR/man/activityDensity.Rd | 2 camtrapR-0.97.1/camtrapR/man/appendSpeciesNames.Rd | 8 camtrapR-0.97.1/camtrapR/man/camtrapR-package.Rd | 58 ++-- camtrapR-0.97.1/camtrapR/man/camtraps.Rd | 4 camtrapR-0.97.1/camtrapR/man/checkSpeciesFolders.Rd | 12 camtrapR-0.97.1/camtrapR/man/createSpeciesFolders.Rd | 12 camtrapR-0.97.1/camtrapR/man/detectionHistory.Rd | 2 camtrapR-0.97.1/camtrapR/man/detectionMaps.Rd | 10 camtrapR-0.97.1/camtrapR/man/exifTagNames.Rd | 9 camtrapR-0.97.1/camtrapR/man/getSpeciesImages.Rd | 10 camtrapR-0.97.1/camtrapR/man/imageRename.Rd | 18 - camtrapR-0.97.1/camtrapR/man/recordDatabase.Rd | 4 camtrapR-0.97.1/camtrapR/man/surveyReport.Rd | 35 +- camtrapR-0.97.1/camtrapR/man/timeShiftImages.Rd |only camtrapR-0.97.1/camtrapR/man/timeShiftTable.Rd | 2 25 files changed, 304 insertions(+), 246 deletions(-)
Title: Analyze Dose-Volume Histograms and Check Constraints
Description: Functionality for analyzing dose-volume histograms (DVH)
in radiation oncology: Read DVH text files,
calculate DVH metrics, gEUD, BED, EQD2, NTCP, TCP, show DVH
diagrams, check and visualize quality assurance constraints
for the DVH. Includes web-based graphical user interface.
Author: Daniel Wollschlaeger [aut, cre],
Heiko Karle [aut],
Heinz Schmidberger [ctb]
Maintainer: Daniel Wollschlaeger <wollschlaeger@uni-mainz.de>
Diff between DVHmetrics versions 0.3 dated 2015-05-04 and 0.3.1 dated 2015-08-05
DESCRIPTION | 11 +++++---- MD5 | 50 +++++++++++++++++++++++--------------------- NAMESPACE | 4 ++- R/convertDVH.R | 30 +++++++++++++++++++++++--- R/parseCadplan.R | 2 - R/parseEclipse.R | 13 ++++++++--- R/parseHiArt.R |only R/parseMasterplan.R | 6 ++--- R/parseMonaco.R |only R/parsePinnacleDVH.R | 4 +-- R/readDVH.R | 40 +++++++++++++++++++++++++++++++---- R/showDVH.R | 52 ++++++++++++++++++++++++++++++++++++++-------- R/unix/parseDVH.R | 10 +++++++- R/windows/parseDVH.R | 10 +++++++- inst/ChangeLog | 18 +++++++++++++++ inst/DVHshiny/ABOUT.md | 8 +++---- inst/DVHshiny/server.R | 9 +++++-- inst/DVHshiny/ui.R | 7 ++++-- inst/doc/DVHmetrics.Rnw | 8 +++---- inst/doc/DVHmetrics.pdf |binary inst/doc/DVHshiny.Rnw | 18 +++++++++++++++ inst/doc/DVHshiny.pdf |binary man/DVHmetrics-package.Rd | 4 +-- man/readDVH.Rd | 22 +++++++++++++------ vignettes/DVHmetrics.Rnw | 8 +++---- vignettes/DVHshiny.Rnw | 18 +++++++++++++++ vignettes/lit.bib | 36 ++++++++++++++++++++----------- 27 files changed, 286 insertions(+), 102 deletions(-)
Title: A Graphical Tool for Wavelet (Cross) Correlation and Wavelet
Multiple (Cross) Correlation Analysis
Description: Set of functions that improves the graphical presentations of the functions 'wave.correlation' and 'spin.correlation' (waveslim package, Whitcher 2012) and the 'wave.multiple.correlation' and 'wave.multiple.cross.correlation' (wavemulcor package, Fernandez-Macho 2012b). The plot outputs (heatmaps) can be displayed in the screen or can be saved as PNG or JPG images or as PDF or EPS formats. The W2CWM2C package also helps to handle the (input data) multivariate time series easily as a list of N elements (times series) and provides a multivariate data set (dataexample) to exemplify its use. A description of the package was published in Computing in Science & Engineering (Volume:16, Issue: 6) on Sep. 09, 2014, doi:10.1109/MCSE.2014.96.
Author: Josue M. Polanco-Martinez
Maintainer: Josue M. Polanco-Martinez <josue.m.polanco@gmail.com>
Diff between W2CWM2C versions 1.0 dated 2012-11-24 and 2.0 dated 2015-08-05
W2CWM2C-1.0/W2CWM2C/doc |only W2CWM2C-2.0/W2CWM2C/DESCRIPTION | 28 ++---- W2CWM2C-2.0/W2CWM2C/MD5 | 25 ++--- W2CWM2C-2.0/W2CWM2C/NAMESPACE | 8 + W2CWM2C-2.0/W2CWM2C/R/WC.R | 129 ++++++++++++++++----------- W2CWM2C-2.0/W2CWM2C/R/WCC.R | 135 +++++++++++++++-------------- W2CWM2C-2.0/W2CWM2C/R/WMC.R | 29 +++++- W2CWM2C-2.0/W2CWM2C/R/WMCC.R | 99 +++++++++++---------- W2CWM2C-2.0/W2CWM2C/man/W2CWM2C-package.Rd | 104 +++++++++++----------- W2CWM2C-2.0/W2CWM2C/man/WC.Rd | 107 +++++++++++++--------- W2CWM2C-2.0/W2CWM2C/man/WCC.Rd | 106 +++++++++++++--------- W2CWM2C-2.0/W2CWM2C/man/WMC.Rd | 85 +++++++++++------- W2CWM2C-2.0/W2CWM2C/man/WMCC.Rd | 112 ++++++++++++++---------- W2CWM2C-2.0/W2CWM2C/man/dataexample.Rd | 13 +- 14 files changed, 570 insertions(+), 410 deletions(-)
Title: Dataframe Summaries, Frequency Tables and Numerical Summaries
with Customizable Output
Description: Generates formatted summary tables for vectors and dataframes.
Three summarizing functions: 1) 'freq' generates frequency tables
reporting counts and proportions (including cumulative); 2) 'descr'
gives common central tendency statistics and measures of dispersion
for numerical data; 3) 'dfSummary' gives as much information
as possible about a dataframe and its components in a clear,
legible table. All three functions can either display plain text tables
in the console or write markdown, text or html files to disk. An
additional misc function, 'what.is', extends base 'is' function,
checking the object against all 'is' functions and gives a variety
of other information about the object.
Author: Dominic Comtois
Maintainer: Dominic Comtois <dominic.comtois@gmail.com>
Diff between summarytools versions 0.3 dated 2015-03-11 and 0.4 dated 2015-08-05
summarytools-0.3/summarytools/man/desc.Rd |only summarytools-0.4/summarytools/DESCRIPTION | 17 summarytools-0.4/summarytools/MD5 | 42 summarytools-0.4/summarytools/NAMESPACE | 3 summarytools-0.4/summarytools/NEWS | 4 summarytools-0.4/summarytools/R/descr.R | 27 summarytools-0.4/summarytools/R/dfSummary.R | 23 summarytools-0.4/summarytools/R/freq.R | 18 summarytools-0.4/summarytools/R/misc.R | 2 summarytools-0.4/summarytools/R/print.summarytools.R | 27 summarytools-0.4/summarytools/R/what.is.R | 61 summarytools-0.4/summarytools/data |only summarytools-0.4/summarytools/inst/includes/stylesheets/bootstrap-theme.css | 261 summarytools-0.4/summarytools/inst/includes/stylesheets/bootstrap-theme.min.css | 11 summarytools-0.4/summarytools/inst/includes/stylesheets/bootstrap.css | 6697 ++++++++-- summarytools-0.4/summarytools/inst/includes/stylesheets/bootstrap.min.css | 27 summarytools-0.4/summarytools/man/descr.Rd |only summarytools-0.4/summarytools/man/dfSummary.Rd | 5 summarytools-0.4/summarytools/man/examens.Rd |only summarytools-0.4/summarytools/man/exams.Rd |only summarytools-0.4/summarytools/man/freq.Rd | 10 summarytools-0.4/summarytools/man/fumeurs.Rd |only summarytools-0.4/summarytools/man/print.summarytools.Rd | 3 summarytools-0.4/summarytools/man/smokers.Rd |only 24 files changed, 6246 insertions(+), 992 deletions(-)
Title: Interface to the Search 'API' for 'PLoS' Journals
Description: A programmatic interface to the 'SOLR' based
search 'API' (http://api.plos.org/) provided by the Public
Library of Science journals to search their articles.
Functions are included for searching for articles, retrieving
articles, making plots, doing 'faceted' searches,
'highlight' searches, and viewing results of 'highlighted'
searches in a browser.
Author: Scott Chamberlain [aut, cre],
Carl Boettiger [aut],
Karthik Ram [aut]
Maintainer: Scott Chamberlain <myrmecocystus@gmail.com>
Diff between rplos versions 0.5.0 dated 2015-07-01 and 0.5.2 dated 2015-08-05
rplos-0.5.0/rplos/R/utils.r |only rplos-0.5.2/rplos/DESCRIPTION | 8 +- rplos-0.5.2/rplos/MD5 | 28 +++++---- rplos-0.5.2/rplos/NAMESPACE | 1 rplos-0.5.2/rplos/NEWS.md | 64 +++++++++++++--------- rplos-0.5.2/rplos/R/crossref.R | 5 - rplos-0.5.2/rplos/R/facetplos.r | 8 +- rplos-0.5.2/rplos/R/fulltext.R | 3 - rplos-0.5.2/rplos/R/highbrow.r | 28 +++++---- rplos-0.5.2/rplos/R/rplos-package.R | 2 rplos-0.5.2/rplos/R/zzz.R | 15 +++++ rplos-0.5.2/rplos/README.md | 2 rplos-0.5.2/rplos/man/facetplos.Rd | 2 rplos-0.5.2/rplos/tests/testthat/test-crossref.R |only rplos-0.5.2/rplos/tests/testthat/test-facetplos.R |only rplos-0.5.2/rplos/tests/testthat/test-fulltext.R |only rplos-0.5.2/rplos/tests/testthat/test-highbrow.R |only rplos-0.5.2/rplos/tests/testthat/test-highplos.R |only 18 files changed, 102 insertions(+), 64 deletions(-)
Title: Transforms Input Data from a PMML Perspective
Description: Allows for data to be transformed before using
it to construct models. Builds structures to allow functions in
the PMML package to output transformation details in
addition to the model in the resulting PMML file.
Author: Tridivesh Jena, Wen Ching Lin, Dmitriy Bolotov (Zementis, Inc.)
Maintainer: Tridivesh Jena <rpmmlsupport@zementis.net>
Diff between pmmlTransformations versions 1.2.2 dated 2014-06-17 and 1.3.0 dated 2015-08-05
DESCRIPTION | 23 + MD5 | 45 ++- NAMESPACE | 2 R/DiscretizeXform.R | 22 + R/FunctionXform.R |only R/Initialize.R | 24 +- R/MapXform.R | 54 +++- R/MinMaxXform.R | 34 +- R/NormDiscreteXform.R | 20 + R/RenameVar.R | 4 R/WrapData.R | 27 +- R/ZScoreXform.R | 314 +++++++++++++-------------- build |only inst/ChangeLog | 10 inst/doc |only man/FunctionXform.Rd |only man/pmmlTransformations-package.Rd | 26 +- man/pmmlTransformations.DiscretizeXform.Rd | 108 +++++---- man/pmmlTransformations.MapXform.Rd | 53 ++-- man/pmmlTransformations.MinMaxXform.Rd | 30 +- man/pmmlTransformations.NormDiscreteXform.Rd | 24 +- man/pmmlTransformations.RenameVar.Rd | 3 man/pmmlTransformations.WrapData.Rd | 7 man/pmmlTransformations.ZScoreXform.Rd | 28 +- vignettes |only 25 files changed, 492 insertions(+), 366 deletions(-)
More information about pmmlTransformations at CRAN
Permanent link
Title: Generate PMML for Various Models
Description:
The Predictive Model Markup Language (PMML) is an XML-based language
which provides a way for applications to define statistical and data
mining models and to share models between PMML compliant applications.
More information about PMML and the Data Mining Group can be found at
http://www.dmg.org.
The generated PMML can be imported into any PMML consuming application,
such as the Zementis ADAPA and UPPI scoring engines which allow for
predictive models built in R to be deployed and executed on site, in
the cloud (Amazon, IBM, and FICO), in-database (IBM Netezza, Pivotal,
Sybase IQ, Teradata and Teradata Aster) or Hadoop (Datameer and Hive).
Author: Graham Williams, Tridivesh Jena, Wen Ching Lin, Michael Hahsler (arules),
Zementis Inc, Hemant Ishwaran, Udaya B. Kogalur, Rajarshi Guha, Dmitriy Bolotov
Maintainer: Tridivesh Jena <rpmmlsupport@zementis.net>
Diff between pmml versions 1.4.2 dated 2014-06-17 and 1.5.0 dated 2015-08-05
DESCRIPTION | 26 ++--- MD5 | 94 ++++++++++++-------- NAMESPACE | 22 ++++ R/AddAttributes.R |only R/addDDAttributes.R |only R/addDFChildren.R |only R/addLT.R | 3 R/addOutputField.R |only R/functionToPMML.R |only R/makeIntervals.R |only R/makeOutputNodes.R |only R/makeValues.R |only R/pmml.R | 170 ++++++++++++++++++++++++++++++++----- R/pmml.coxph.R | 16 +-- R/pmml.datadictionary.R | 105 ++++++++--------------- R/pmml.itemsets.R | 10 +- R/pmml.ksvm.R | 8 - R/pmml.lm.R | 2 R/pmml.miningschema.R | 213 +++++++++++++++++------------------------------ R/pmml.multinom.R | 2 R/pmml.naiveBayes.R | 29 ------ R/pmml.randomForest.R | 168 +------------------------------------ R/pmml.rfsrc.R | 2 R/pmml.rpart.R | 110 ------------------------ R/pmml.rules.R | 30 +++--- data/houseVotes84.rda |only inst/ChangeLog | 7 + man/AddAttributes.Rd |only man/addDDAttributes.Rd |only man/addDFChildren.Rd |only man/addLT.Rd | 14 +-- man/addMSAttributes.Rd | 35 ++++--- man/addOutputField.Rd |only man/fileToXMLNode.Rd | 3 man/functionToPMML.Rd |only man/houseVotes84.Rd |only man/makeIntervals.Rd |only man/makeOutputNodes.Rd |only man/makeValues.Rd |only man/pmml.Rd | 60 +++++++------ man/pmml.ada.Rd | 11 +- man/pmml.arules.Rd | 14 +-- man/pmml.coxph.Rd | 11 +- man/pmml.cv.glmnet.Rd | 20 ++-- man/pmml.glm.Rd | 13 +- man/pmml.hclust.Rd | 16 +-- man/pmml.kmeans.Rd | 8 - man/pmml.ksvm.Rd | 28 +++--- man/pmml.lm.Rd | 10 +- man/pmml.multinom.Rd | 4 man/pmml.naiveBayes.Rd | 16 +-- man/pmml.nnet.Rd | 12 +- man/pmml.randomForest.Rd | 11 +- man/pmml.rfsrc.Rd | 12 +- man/pmml.rpart.Rd | 12 +- man/pmml.svm.Rd | 12 +- man/pmmltoc.Rd | 3 57 files changed, 592 insertions(+), 750 deletions(-)
Title: Meta Analysis via Shiny
Description: Interactive shiny application for running a meta-analysis,
provides support for both random effects and fixed effects models with the 'metafor' package.
Additional support is included for calculating effect sizes plus
support for single case designs, graphical output, and detecting publication bias.
Author: William Kyle Hamilton [aut, cre],
Atsushi Mizumoto [aut],
Burak Aydin [ctb, trl],
Kathleen Coburn [ctb]
Maintainer: William Kyle Hamilton <kyle.hamilton@gmail.com>
Diff between MAVIS versions 1.1 dated 2015-04-30 and 1.1.1 dated 2015-08-05
DESCRIPTION | 17 ++++++++++------- MD5 | 19 +++++++++++-------- NAMESPACE | 6 ++++-- NEWS | 6 ++++++ R/MAVIS.R | 31 +++++++++++++++++++++++++------ README.md | 18 +++++++++++------- inst/aRma |only inst/shiny/server.R | 16 ++++++++++++++++ inst/shiny/ui.R | 44 ++++++++++++++++++++++++++++++++++++++++++-- man/startaRma.Rd |only man/startmavis.Rd | 2 +- 11 files changed, 126 insertions(+), 33 deletions(-)
Title: Functional Time Series Analysis
Description: Functions for displaying and analyzing functional time series.
Author: Rob J Hyndman and Han Lin Shang
Maintainer: Han Lin Shang <hanlin.shang@anu.edu.au>
Diff between ftsa versions 4.3 dated 2015-03-30 and 4.4 dated 2015-08-05
ChangeLog | 327 +++++++++++++++++++------------------ DESCRIPTION | 15 - MD5 | 24 +- NAMESPACE | 15 + R/T_stationary.R |only R/dynupdate.R | 262 ++++++++++++++--------------- R/farforecast.R |only R/forecast.ftsm.R | 455 +++++++++++++++++++++++++--------------------------- R/ftsmPI.r | 106 +++++++----- build/vignette.rds |binary data |only inst/CITATION |only man/T_stationary.Rd |only man/dynupdate.Rd | 10 - man/farforecast.Rd |only man/pm_10_GR.Rd |only 16 files changed, 630 insertions(+), 584 deletions(-)
Title: Credit Default Swap Functions
Description: It provides functions to bootstrap Credit Curves from market quotes (Credit Default Swap - CDS - spreads) and price Credit Default Swaps - CDS.
Author: Bertrand Le Nezet [cre, aut, cph],
Richard Brent [ctb, cph],
John Burkardt [ctb, cph]
Maintainer: Bertrand Le Nezet <bertrand.lenezet@gmail.com>
Diff between credule versions 0.1.2 dated 2015-07-27 and 0.1.3 dated 2015-08-05
DESCRIPTION | 14 +++++++++----- MD5 | 13 +++++++++---- build |only inst |only man/bootstrapCDS.Rd | 17 ++++++++++++++++- man/credule-package.Rd | 28 +++++++++++++++++++++++----- man/priceCDS.Rd | 32 +++++++++++++++++++++----------- vignettes |only 8 files changed, 78 insertions(+), 26 deletions(-)
Title: Karl Broman's R Code
Description: Miscellaneous R functions.
Author: Karl W Broman <kbroman@biostat.wisc.edu>, with contributions from Aimee
Teo Broman
Maintainer: Karl W Broman <kbroman@biostat.wisc.edu>
Diff between broman versions 0.55-2 dated 2015-04-22 and 0.59-5 dated 2015-08-05
broman-0.55-2/broman/R/errors2pushbullet.R |only broman-0.55-2/broman/R/note.R |only broman-0.59-5/broman/DESCRIPTION | 8 broman-0.59-5/broman/MD5 | 166 ++++++++-------- broman-0.59-5/broman/NAMESPACE | 30 ++ broman-0.59-5/broman/R/add_commas.R |only broman-0.59-5/broman/R/arrowlocator.R | 1 broman-0.59-5/broman/R/brocolors.R | 42 ++-- broman-0.59-5/broman/R/colwalpha.R | 2 broman-0.59-5/broman/R/compare_rows.R |only broman-0.59-5/broman/R/excel_fig.R |only broman-0.59-5/broman/R/fisher.R | 1 broman-0.59-5/broman/R/grayplot.R | 6 broman-0.59-5/broman/R/help.R | 3 broman-0.59-5/broman/R/histlines.R | 1 broman-0.59-5/broman/R/holmans_triangle.R | 2 broman-0.59-5/broman/R/mypairs.R | 2 broman-0.59-5/broman/R/objectsizes.R | 3 broman-0.59-5/broman/R/openfile.R |only broman-0.59-5/broman/R/pushbullet.R |only broman-0.59-5/broman/R/qqline2.R | 3 broman-0.59-5/broman/R/quantileSE.R | 2 broman-0.59-5/broman/R/revrainbow.R | 2 broman-0.59-5/broman/R/rmvn.R | 2 broman-0.59-5/broman/R/strwidth2lines.R | 1 broman-0.59-5/broman/R/strwidth2xlim.R | 1 broman-0.59-5/broman/R/switchv.R |only broman-0.59-5/broman/R/theme_karl.R | 1 broman-0.59-5/broman/R/util.R | 2 broman-0.59-5/broman/R/venn_diagram.R | 1 broman-0.59-5/broman/R/winsorize.R | 5 broman-0.59-5/broman/R/xlimlabel.R | 1 broman-0.59-5/broman/inst/STATUS.txt | 45 ++++ broman-0.59-5/broman/man/add_commas.Rd |only broman-0.59-5/broman/man/arrowlocator.Rd | 2 broman-0.59-5/broman/man/attachfile.Rd | 2 broman-0.59-5/broman/man/attrnames.Rd | 2 broman-0.59-5/broman/man/brocolors.Rd | 35 +-- broman-0.59-5/broman/man/bromanversion.Rd | 2 broman-0.59-5/broman/man/cf.Rd | 2 broman-0.59-5/broman/man/chisq.Rd | 2 broman-0.59-5/broman/man/colwalpha.Rd | 2 broman-0.59-5/broman/man/compare_rows.Rd |only broman-0.59-5/broman/man/convert2hex.Rd | 2 broman-0.59-5/broman/man/done.Rd | 4 broman-0.59-5/broman/man/errors2pushbullet.Rd | 7 broman-0.59-5/broman/man/excel_fig.Rd |only broman-0.59-5/broman/man/exit.Rd | 2 broman-0.59-5/broman/man/fisher.Rd | 2 broman-0.59-5/broman/man/grayplot.Rd | 2 broman-0.59-5/broman/man/h.Rd | 2 broman-0.59-5/broman/man/hex2dec.Rd | 2 broman-0.59-5/broman/man/histlines.Rd | 2 broman-0.59-5/broman/man/kbdate.Rd | 2 broman-0.59-5/broman/man/lenuniq.Rd | 2 broman-0.59-5/broman/man/loadfile.Rd | 2 broman-0.59-5/broman/man/make.Rd | 2 broman-0.59-5/broman/man/manyboxplot.Rd | 2 broman-0.59-5/broman/man/mypairs.Rd | 2 broman-0.59-5/broman/man/myround.Rd | 2 broman-0.59-5/broman/man/normalize.Rd | 2 broman-0.59-5/broman/man/note.Rd | 4 broman-0.59-5/broman/man/objectsizes.Rd | 2 broman-0.59-5/broman/man/openfile.Rd |only broman-0.59-5/broman/man/paired.perm.test.Rd | 2 broman-0.59-5/broman/man/paste..Rd | 2 broman-0.59-5/broman/man/paste00.Rd | 2 broman-0.59-5/broman/man/perm.test.Rd | 2 broman-0.59-5/broman/man/plot_crayons.Rd | 2 broman-0.59-5/broman/man/pushbullet_devices.Rd |only broman-0.59-5/broman/man/qqline2.Rd | 2 broman-0.59-5/broman/man/qr2.Rd | 2 broman-0.59-5/broman/man/quantileSE.Rd | 2 broman-0.59-5/broman/man/revrainbow.Rd | 2 broman-0.59-5/broman/man/rmvn.Rd | 2 broman-0.59-5/broman/man/runningmean.Rd | 2 broman-0.59-5/broman/man/runningratio.Rd | 2 broman-0.59-5/broman/man/simp.Rd | 2 broman-0.59-5/broman/man/stop_sending_errors.Rd |only broman-0.59-5/broman/man/strwidth2lines.Rd | 2 broman-0.59-5/broman/man/strwidth2xlim.Rd | 2 broman-0.59-5/broman/man/switchv.Rd |only broman-0.59-5/broman/man/triarrow.Rd | 2 broman-0.59-5/broman/man/trilines.Rd | 2 broman-0.59-5/broman/man/triplot.Rd | 2 broman-0.59-5/broman/man/tripoints.Rd | 2 broman-0.59-5/broman/man/venn.Rd | 2 broman-0.59-5/broman/man/winsorize.Rd | 2 broman-0.59-5/broman/man/xlimlabel.Rd | 2 broman-0.59-5/broman/src/compare_rows.c |only broman-0.59-5/broman/src/compare_rows.h |only broman-0.59-5/broman/tests/testthat/test-add_commas.R |only broman-0.59-5/broman/tests/testthat/test-compare_rows.R |only broman-0.59-5/broman/tests/testthat/test-switchv.R |only 94 files changed, 291 insertions(+), 182 deletions(-)
Title: Tools for Electromyogram Signals (EMG) Analysis
Description: Data processing tools to compute the rectified, integrated and the averaged EMG. Routines for automatic detection of activation phases. A routine to compute and plot the ensemble average of the EMG. An EMG signal simulator for general purposes.
Author: J.A. Guerrero, J.E. Macias-Diaz
Maintainer: Antonio Guerrero <jaguerrero@correo.uaa.mx>
Diff between biosignalEMG versions 1.0.3 dated 2015-07-05 and 2.0.0 dated 2015-08-05
biosignalEMG-1.0.3/biosignalEMG/R/synthetic.emg.R |only biosignalEMG-1.0.3/biosignalEMG/man/synthetic.emg.Rd |only biosignalEMG-2.0.0/biosignalEMG/DESCRIPTION | 15 - biosignalEMG-2.0.0/biosignalEMG/MD5 | 86 +++-- biosignalEMG-2.0.0/biosignalEMG/NAMESPACE | 11 biosignalEMG-2.0.0/biosignalEMG/NEWS | 27 + biosignalEMG-2.0.0/biosignalEMG/R/ANDP.R |only biosignalEMG-2.0.0/biosignalEMG/R/MNChPD.R |only biosignalEMG-2.0.0/biosignalEMG/R/PCE.R |only biosignalEMG-2.0.0/biosignalEMG/R/PR.R |only biosignalEMG-2.0.0/biosignalEMG/R/TD.R |only biosignalEMG-2.0.0/biosignalEMG/R/as.emg.R |only biosignalEMG-2.0.0/biosignalEMG/R/as.emg.data.frame.R |only biosignalEMG-2.0.0/biosignalEMG/R/as.emg.default.R |only biosignalEMG-2.0.0/biosignalEMG/R/as.emg.matrix.R |only biosignalEMG-2.0.0/biosignalEMG/R/as.emg.numeric.R |only biosignalEMG-2.0.0/biosignalEMG/R/biosignalEMG-internal.R |only biosignalEMG-2.0.0/biosignalEMG/R/dcbiasremoval.R | 16 - biosignalEMG-2.0.0/biosignalEMG/R/eaemg.R | 19 - biosignalEMG-2.0.0/biosignalEMG/R/emg.R | 23 + biosignalEMG-2.0.0/biosignalEMG/R/envelope.R | 26 - biosignalEMG-2.0.0/biosignalEMG/R/extractchannel.R |only biosignalEMG-2.0.0/biosignalEMG/R/highpass.R |only biosignalEMG-2.0.0/biosignalEMG/R/iemg.R | 3 biosignalEMG-2.0.0/biosignalEMG/R/integration.R | 19 - biosignalEMG-2.0.0/biosignalEMG/R/is.emg.R |only biosignalEMG-2.0.0/biosignalEMG/R/loadABF1.R |only biosignalEMG-2.0.0/biosignalEMG/R/movingaverage.R | 16 - biosignalEMG-2.0.0/biosignalEMG/R/onoff_bonato.R |only biosignalEMG-2.0.0/biosignalEMG/R/onoff_singlethres.R |only biosignalEMG-2.0.0/biosignalEMG/R/plot.emg.R | 150 +++++++++- biosignalEMG-2.0.0/biosignalEMG/R/print.summary.emg.R | 36 +- biosignalEMG-2.0.0/biosignalEMG/R/rectification.R | 21 - biosignalEMG-2.0.0/biosignalEMG/R/summary.emg.R | 14 biosignalEMG-2.0.0/biosignalEMG/R/syntheticemg.R |only biosignalEMG-2.0.0/biosignalEMG/R/whitening.R |only biosignalEMG-2.0.0/biosignalEMG/data |only biosignalEMG-2.0.0/biosignalEMG/inst |only biosignalEMG-2.0.0/biosignalEMG/man/as.emg.Rd |only biosignalEMG-2.0.0/biosignalEMG/man/biosignalEMG-internal.Rd |only biosignalEMG-2.0.0/biosignalEMG/man/biosignalEMG-package.Rd | 48 +-- biosignalEMG-2.0.0/biosignalEMG/man/dcbiasremoval.Rd | 35 +- biosignalEMG-2.0.0/biosignalEMG/man/eaemg.Rd | 58 ++- biosignalEMG-2.0.0/biosignalEMG/man/emg.Rd | 44 +- biosignalEMG-2.0.0/biosignalEMG/man/emg95306000.Rd |only biosignalEMG-2.0.0/biosignalEMG/man/emg96627009.Rd |only biosignalEMG-2.0.0/biosignalEMG/man/envelope.Rd | 66 ++-- biosignalEMG-2.0.0/biosignalEMG/man/extractchannel.Rd |only biosignalEMG-2.0.0/biosignalEMG/man/highpass.Rd |only biosignalEMG-2.0.0/biosignalEMG/man/iemg.Rd | 30 +- biosignalEMG-2.0.0/biosignalEMG/man/integration.Rd | 64 ++-- biosignalEMG-2.0.0/biosignalEMG/man/loadABF1.Rd |only biosignalEMG-2.0.0/biosignalEMG/man/movingaverage.Rd | 43 +- biosignalEMG-2.0.0/biosignalEMG/man/onoff_bonato.Rd |only biosignalEMG-2.0.0/biosignalEMG/man/onoff_quality-measures.Rd |only biosignalEMG-2.0.0/biosignalEMG/man/onoff_singlethres.Rd |only biosignalEMG-2.0.0/biosignalEMG/man/print.summary.eaemg.Rd | 19 - biosignalEMG-2.0.0/biosignalEMG/man/print.summary.emg.Rd | 12 biosignalEMG-2.0.0/biosignalEMG/man/rectification.Rd | 53 +-- biosignalEMG-2.0.0/biosignalEMG/man/syntheticemg.Rd |only biosignalEMG-2.0.0/biosignalEMG/man/whitening.Rd |only 61 files changed, 607 insertions(+), 347 deletions(-)