Title: Functions for Handling Thermal Images
Diff between Thermimage versions 1.0 dated 2015-04-02 and 1.0.1 dated 2015-04-09
Description: A collection of functions and routines for inputting thermal image video files, plotting and converting binary raw data into estimates of temperature.
Author: Glenn J. Tattersall, PhD
Maintainer: Glenn J. Tattersall
DESCRIPTION | 9 +++++----
MD5 | 12 ++++++------
R/locate.fid.R | 33 ++++++++++++++++++++++++++++-----
R/meanEveryN.R | 14 +++++++++++---
man/locate.fid.Rd | 43 +++++++++++++++++++++++++++++++++----------
man/meanEveryN.Rd | 7 +++++--
man/samp.image.Rd | 1 -
7 files changed, 88 insertions(+), 31 deletions(-)
Title: Import Professional Baseball Data from 'Retrosheet'
Diff between retrosheet versions 1.0 dated 2015-04-08 and 1.0.1 dated 2015-04-09
Description: A collection of tools for importing the professional baseball data
available from http://www.retrosheet.org. In particular, the event (play-by-play)
files can be especially difficult to parse. This package does the parsing
on those files, returning the requested event as a structured R object.
It will also retrieve the game-log, roster, and schedule files if requested.
Author: Richard Scriven [aut, cre]
Maintainer: Richard Scriven
DESCRIPTION | 17 ++++++++---------
MD5 | 13 +++++++------
NAMESPACE | 1 +
R/getPartialGamelog.R | 8 ++++----
R/getRetrosheet.R | 44 ++++++++++++++++++++++++--------------------
README.md |only
man/getPartialGamelog.Rd | 6 +++---
man/getRetrosheet.Rd | 7 +------
8 files changed, 48 insertions(+), 48 deletions(-)
More information about RandomFieldsUtils at CRAN
Permanent link
Title: Dose Finding in Drug Combination Phase I Trials Using PO-CRM
Diff between pocrm versions 0.8 dated 2014-07-24 and 0.9 dated 2015-04-09
Description: Provides functions to implement and simulate the partial order continual reassessment method (PO-CRM) for use in Phase I trials of combinations of agents. Provides a function for generating a set of initial guesses (skeleton) for the toxicity probabilities at each combination that correspond to the set of possible orderings of the toxicity probabilities specified by the user.
Author: Nolan A. Wages
Maintainer: "Varhegyi, Nikole (nev4g)"
DESCRIPTION | 13 ++++++-------
MD5 | 2 +-
2 files changed, 7 insertions(+), 8 deletions(-)
Title: Interactive Web-Maps Based on the Leaflet JavaScript Library
Diff between leafletR versions 0.3-1 dated 2014-10-23 and 0.3-2 dated 2015-04-09
Description: Display your spatial data on interactive web-maps using the open-source JavaScript library Leaflet. leafletR provides basic web-mapping functionality to combine vector data and online map tiles from different sources. See
Author: Christian Graul, with contributions from Francois Guillem
Maintainer: Christian Graul
DESCRIPTION | 10 ++++----
MD5 | 38 +++++++++++++++----------------
R/fileToGeoJSON.R | 7 +----
R/spToGeoJSON.R | 2 -
R/styleCat.R | 2 +
R/styleGrad.R | 4 +++
R/styleSingle.R | 55 +++++++++++++++++++++++++++------------------
R/zzz.R | 34 +++++++++++++++++++++++++--
inst/CITATION | 17 ++++---------
inst/NEWS | 20 ++++++++++++++++
inst/templates/data.brew | 40 ++++++++++++++++++++++++++------
inst/templates/legend.brew | 18 +++++++++-----
inst/templates/popup.brew | 6 ++--
inst/templates/style.brew | 50 +++++++++++++++++++++++++++-------------
man/addBaseMap.Rd | 2 -
man/leaflet.Rd | 22 ++++++++++--------
man/leafletR-package.Rd | 4 +--
man/styleGrad.Rd | 2 -
man/styleSingle.Rd | 10 ++++++--
man/toGeoJSON.Rd | 2 +
20 files changed, 230 insertions(+), 115 deletions(-)
Title: An Import Mechanism for R
Diff between import versions 1.0.1 dated 2015-03-10 and 1.0.2 dated 2015-04-09
Description: This is an alternative mechanism for importing
objects from packages. The syntax allows for importing multiple objects
from a package with a single command in an expressive way. The import
package bridges some of the gap between using library (or require) and
direct (single-object) imports. Furthermore the imported objects are not
placed in the current environment.
Author: Stefan Milton Bache
Maintainer: Stefan Milton Bache
DESCRIPTION | 9 +--
MD5 | 16 +++---
NEWS |only
R/import.R | 122 +++++++++++++++++++++++++++++++++++-------------
R/make_import_call.R | 24 +++------
R/zzz.R |only
README | 45 +++++++++++++----
man/import.Rd | 21 ++++----
man/importfunctions.Rd | 30 +++++++----
man/make_import_call.Rd | 11 +---
10 files changed, 184 insertions(+), 94 deletions(-)
Title: The All-Configurations, Maximum-Interaction F-Test for Hidden
Additivity
Diff between hiddenf versions 1.2 dated 2015-03-25 and 1.3 dated 2015-04-09
Description: Computes the F-test and Bonferroni-adjusted p-value for a test of interaction in two-factor studies. Reports corresponding interaction plot and analysis of variance table and p-values from several other tests of non-additivity.
Author: Jason A. Osborne, Christopher T. Franck and Bongseog Choi
Maintainer: Jason A. Osborne
DESCRIPTION | 10 +++++-----
MD5 | 16 ++++++++--------
R/MalikPvalue.R | 3 ++-
R/Malikfunction.R | 3 ++-
R/anova.hiddenf.R | 4 ++--
R/print.hiddenf.R | 2 +-
man/MalikPvalue.Rd | 7 ++++---
man/anova.hiddenf.Rd | 3 ++-
man/hiddenf-package.Rd | 4 ++--
9 files changed, 28 insertions(+), 24 deletions(-)
Title: Retrieval Functions for USGS and EPA Hydrologic and Water
Quality Data
Diff between dataRetrieval versions 2.1.2 dated 2015-02-20 and 2.2.0 dated 2015-04-09
Description: Collection of functions to help retrieve U.S. Geological Survey
(USGS) and U.S. Environmental Protection Agency (EPA) water quality and
hydrology data from web services. USGS web services are discovered from the
National Water Information System (NWIS) tools. Both EPA and USGS water
quality data are obtained from the Water Quality Portal.
Author: Robert Hirsch [aut],
Laura DeCicco [aut, cre],
David Lorenz [aut]
Maintainer: Laura DeCicco
DESCRIPTION | 7 -
MD5 | 70 +++++-----
NAMESPACE | 3
NEWS | 13 +
R/importRDB1.r | 10 +
R/importWQP.R | 13 +
R/importWaterML1.r | 54 +++++--
R/readNWISdata.r | 176 +++++++++++++++++++++++---
R/readNWISdv.r | 4
R/readNWISqw.r | 32 ++--
R/readNWISunit.r | 40 ++++-
R/readWQPdata.R | 41 +++++-
R/readWQPqw.r | 12 +
R/sysdata.rda |binary
R/tabbedDataRetrievals.R | 45 ++++++
R/whatWQPsites.R | 4
README.md | 97 +++-----------
build/vignette.rds |binary
inst/CITATION |only
inst/doc/dataRetrieval.Rnw | 2
inst/doc/dataRetrieval.pdf |binary
man/countyCd.Rd |only
man/importRDB1.Rd | 2
man/importWaterML1.Rd | 3
man/readNWISdata.Rd | 37 ++++-
man/readNWISdv.Rd | 4
man/readNWISpeak.Rd | 9 +
man/readNWISqw.Rd | 32 ++--
man/readNWISuv.Rd | 14 +-
man/readWQPqw.Rd | 11 +
man/stateCd.Rd |only
man/stateCdLookup.Rd |only
tests/testthat/tests_general.R | 7 +
tests/testthat/tests_imports.R | 5
tests/testthat/tests_userFriendly_fxns.R | 6
vignettes/dataRetrieval-concordance.tex | 6
vignettes/dataRetrieval.Rnw | 2
vignettes/figure/getNWIStemperaturePlot-1.pdf |binary
38 files changed, 543 insertions(+), 218 deletions(-)
Title: Toolkit of Helper Functions to Pre-Process Amplification Data
Diff between chipPCR versions 0.0.8-8 dated 2015-03-12 and 0.0.8-10 dated 2015-04-09
Description: A collection of functions to pre-process amplification curve data from polymerase chain reaction (PCR) or isothermal amplification reactions. Contains functions to normalize and baseline amplification curves, to detect both the start and end of an amplification reaction, several smoothers (e.g., LOWESS, moving average, cubic splines, Savitzky-Golay), a function to detect false positive amplification reactions and a function to determine the amplification efficiency. Quantification point (Cq) methods include the first (FDM) and second approximate derivative maximum (SDM) methods (calculated by a 5-point-stencil) and the cycle threshold method. Data sets of experimental nucleic acid amplification systems (VideoScan HCU, capillary convective PCR (ccPCR)) and commercial systems are included. Amplification curves were generated by helicase dependent amplification (HDA), ccPCR or PCR. As detection system intercalating dyes (EvaGreen, SYBR Green) and hydrolysis probes (TaqMan) were used.
Author: Stefan Roediger [cre, aut],
Michal Burdukiewicz [aut],
Konstantin A. Blagodatskikh [ctb]
Maintainer: Stefan Roediger
chipPCR |only
1 file changed
Title: Suite of Functions to Flexibly Read Data from Files
Diff between reader versions 1.0.4 dated 2014-09-01 and 1.0.5 dated 2015-04-09
Description: A set of functions to simplify reading data from files. The main function, reader(), should read most common R datafile types without needing any parameters except the filename. Other functions provide simple ways of handling file paths and extensions, and automatically detecting file format and structure.
Author: Nicholas Cooper
Maintainer: Nicholas Cooper
DESCRIPTION | 10 +++++-----
MD5 | 46 +++++++++++++++++++++++-----------------------
NAMESPACE | 2 +-
R/reader.R | 45 +++++++++++++++++++++++++++++++++++++++++----
man/cat.path.Rd | 3 ++-
man/classify.ext.Rd | 3 ++-
man/column.salvage.Rd | 3 ++-
man/conv.fixed.width.Rd | 5 ++++-
man/file.ncol.Rd | 5 ++++-
man/file.nrow.Rd | 5 ++++-
man/find.file.Rd | 5 ++++-
man/find.id.col.Rd | 3 ++-
man/force.frame.Rd | 5 ++++-
man/force.vec.Rd | 3 ++-
man/get.delim.Rd | 9 ++++++---
man/get.ext.Rd | 3 ++-
man/is.file.Rd | 5 ++++-
man/n.readLines.Rd | 5 ++++-
man/parse.args.Rd | 7 ++++---
man/reader-internal.Rd | 1 +
man/reader-package.Rd | 6 +++---
man/reader.Rd | 5 ++++-
man/rmv.ext.Rd | 3 ++-
man/shift.rownames.Rd | 3 ++-
24 files changed, 132 insertions(+), 58 deletions(-)
Title: Normal Mixture Modelling for Model-Based Clustering,
Classification, and Density Estimation
Diff between mclust versions 4.4 dated 2014-09-16 and 5.0.0 dated 2015-04-09
Description: Normal Mixture Modelling fitted via EM algorithm for Model-Based Clustering, Classification, and Density Estimation, including Bayesian regularization.
Author: Chris Fraley [aut],
Adrian E. Raftery [aut],
Luca Scrucca [aut, cre],
Thomas Brendan Murphy [ctb],
Michael Fop [ctb]
Maintainer: Luca Scrucca
mclust-4.4/mclust/inst/doc/mclust.pdf |only
mclust-4.4/mclust/man/bicEMtrain.Rd |only
mclust-4.4/mclust/man/cv.MclustDA.Rd |only
mclust-4.4/mclust/man/cv1EMtrain.Rd |only
mclust-5.0.0/mclust/DESCRIPTION | 31
mclust-5.0.0/mclust/MD5 | 167
mclust-5.0.0/mclust/NAMESPACE | 175
mclust-5.0.0/mclust/R/bootstrap.R |only
mclust-5.0.0/mclust/R/densityMclust.R | 216
mclust-5.0.0/mclust/R/icl.R | 90
mclust-5.0.0/mclust/R/init.R | 103
mclust-5.0.0/mclust/R/mclust.R | 2904 ++++++------
mclust-5.0.0/mclust/R/mclustaddson.R |only
mclust-5.0.0/mclust/R/mclustda.R | 423 +
mclust-5.0.0/mclust/R/mclustdr.R | 114
mclust-5.0.0/mclust/R/options.R |only
mclust-5.0.0/mclust/R/weights.R | 52
mclust-5.0.0/mclust/R/zzz.R | 35
mclust-5.0.0/mclust/build |only
mclust-5.0.0/mclust/data/Baudry_etal_2010_JCGS_examples.rda |binary
mclust-5.0.0/mclust/data/GvHD.rda |binary
mclust-5.0.0/mclust/data/acidity.rda |only
mclust-5.0.0/mclust/data/chevron.rda |binary
mclust-5.0.0/mclust/data/cross.rda |binary
mclust-5.0.0/mclust/data/diabetes.rda |binary
mclust-5.0.0/mclust/data/thyroid.rda |only
mclust-5.0.0/mclust/data/wreath.rda |binary
mclust-5.0.0/mclust/inst/CITATION | 12
mclust-5.0.0/mclust/inst/NEWS | 26
mclust-5.0.0/mclust/inst/doc/index.html | 23
mclust-5.0.0/mclust/inst/doc/mclust.R |only
mclust-5.0.0/mclust/inst/doc/mclust.Rmd |only
mclust-5.0.0/mclust/inst/doc/mclust.html |only
mclust-5.0.0/mclust/inst/doc/mclust4.pdf |only
mclust-5.0.0/mclust/man/Mclust.Rd | 10
mclust-5.0.0/mclust/man/MclustBootstrap.Rd |only
mclust-5.0.0/mclust/man/MclustDA.Rd | 16
mclust-5.0.0/mclust/man/MclustDR.Rd | 7
mclust-5.0.0/mclust/man/acidity.Rd |only
mclust-5.0.0/mclust/man/banknote.Rd | 6
mclust-5.0.0/mclust/man/bic.Rd | 2
mclust-5.0.0/mclust/man/cdensE.Rd | 21
mclust-5.0.0/mclust/man/clPairs.Rd | 7
mclust-5.0.0/mclust/man/coordProj.Rd | 16
mclust-5.0.0/mclust/man/cross.Rd | 4
mclust-5.0.0/mclust/man/cvMclustDA.Rd |only
mclust-5.0.0/mclust/man/densityMclust.Rd | 15
mclust-5.0.0/mclust/man/densityMclust.diagnostic.Rd | 33
mclust-5.0.0/mclust/man/diabetes.Rd | 21
mclust-5.0.0/mclust/man/em.Rd | 18
mclust-5.0.0/mclust/man/emE.Rd | 44
mclust-5.0.0/mclust/man/estepE.Rd | 13
mclust-5.0.0/mclust/man/hc.Rd | 15
mclust-5.0.0/mclust/man/hcE.Rd | 1
mclust-5.0.0/mclust/man/icl.Rd | 2
mclust-5.0.0/mclust/man/imputePairs.Rd | 2
mclust-5.0.0/mclust/man/logLik.Mclust.Rd | 10
mclust-5.0.0/mclust/man/logLik.MclustDA.Rd | 6
mclust-5.0.0/mclust/man/map.Rd | 10
mclust-5.0.0/mclust/man/mclust-deprecated.Rd |only
mclust-5.0.0/mclust/man/mclust-package.Rd | 18
mclust-5.0.0/mclust/man/mclust.options.Rd | 2
mclust-5.0.0/mclust/man/mclust1Dplot.Rd | 16
mclust-5.0.0/mclust/man/mclust2Dplot.Rd | 12
mclust-5.0.0/mclust/man/mclustBIC.Rd | 29
mclust-5.0.0/mclust/man/mclustBootstrapLRT.Rd |only
mclust-5.0.0/mclust/man/mclustICL.Rd | 27
mclust-5.0.0/mclust/man/mclustModel.Rd | 2
mclust-5.0.0/mclust/man/me.Rd | 18
mclust-5.0.0/mclust/man/meE.Rd | 63
mclust-5.0.0/mclust/man/mstepE.Rd | 42
mclust-5.0.0/mclust/man/nMclustParams.Rd |only
mclust-5.0.0/mclust/man/nVarParams.Rd | 9
mclust-5.0.0/mclust/man/plot.Mclust.Rd | 18
mclust-5.0.0/mclust/man/plot.MclustDA.Rd | 4
mclust-5.0.0/mclust/man/plot.MclustDR.Rd | 8
mclust-5.0.0/mclust/man/plot.densityMclust.Rd | 52
mclust-5.0.0/mclust/man/plot.mclustBIC.Rd | 8
mclust-5.0.0/mclust/man/predict.Mclust.Rd | 2
mclust-5.0.0/mclust/man/predict.MclustDA.Rd | 2
mclust-5.0.0/mclust/man/predict.MclustDR.Rd | 2
mclust-5.0.0/mclust/man/predict.densityMclust.Rd | 2
mclust-5.0.0/mclust/man/print.clustCombi.Rd | 2
mclust-5.0.0/mclust/man/randProj.Rd | 14
mclust-5.0.0/mclust/man/randomPairs.Rd |only
mclust-5.0.0/mclust/man/sigma2decomp.Rd | 6
mclust-5.0.0/mclust/man/simE.Rd | 11
mclust-5.0.0/mclust/man/summary.Mclust.Rd | 4
mclust-5.0.0/mclust/man/summary.MclustBootstrap.Rd |only
mclust-5.0.0/mclust/man/summary.MclustDA.Rd | 4
mclust-5.0.0/mclust/man/summary.MclustDR.Rd | 4
mclust-5.0.0/mclust/man/summary.mclustBIC.Rd | 8
mclust-5.0.0/mclust/man/surfacePlot.Rd | 8
mclust-5.0.0/mclust/man/thyroid.Rd |only
mclust-5.0.0/mclust/man/wreath.Rd | 4
mclust-5.0.0/mclust/src/mclustaddson.f |only
mclust-5.0.0/mclust/vignettes |only
97 files changed, 2784 insertions(+), 2267 deletions(-)
Title: Digital PCR Analysis
Diff between dpcR versions 0.1.3.3 dated 2015-02-24 and 0.1.4.0 dated 2015-04-09
Description: Analysis, visualisation and simulation of digital PCR experiments.
Author: Michal Burdukiewicz [cre, aut],
Stefan Roediger [aut],
Bart Jacobs [aut],
Piotr Sobczyk [ctb]
Maintainer: Michal Burdukiewicz
CHANGELOG | 87 ++---
DESCRIPTION | 24 -
MD5 | 201 ++++++------
NAMESPACE | 98 +++---
R/AUCtest.R | 136 ++++----
R/adpcr-class.R | 144 ++++-----
R/adpcr2ppp.R | 154 ++++-----
R/binarize.R | 92 ++---
R/bind_dpcr.R | 284 ++++++++---------
R/bioamp.R | 151 ++++-----
R/calc_breaks.R | 24 -
R/calc_lambda.R | 39 +-
R/compare_dens.R | 122 +++----
R/count_test-class.R | 284 +++++++++--------
R/create_dpcr.R | 144 ++++-----
R/ddpcr-class.R | 118 +++----
R/dpcR-package.R | 130 ++++----
R/dpcr_calculator.R | 34 +-
R/dpcr_density.R | 309 +++++++++----------
R/dpcr_density_gui.R | 26 -
R/extract_dpcr.R | 112 +++----
R/fit_adpcr.R | 62 +--
R/fl.R | 2
R/get_k_n.R | 24 -
R/limit_cq.R | 332 ++++++++++----------
R/many_peaks.R | 38 +-
R/moments.R | 272 ++++++++---------
R/num2int.R | 40 +-
R/pds.R | 216 ++++++-------
R/pds_raw.R | 259 +++++++---------
R/plot_distr.R | 92 ++---
R/plot_panel.R | 318 +++++++++----------
R/plot_vf_circ.R | 6
R/plot_vic_fam.R | 260 ++++++++--------
R/print_summary.R | 45 +-
R/qpcr_analyser.R | 320 ++++++++++----------
R/qpcrpp.R | 427 +++++++++++++-------------
R/rtadpcr.R | 62 +--
R/safe_efficiency.R | 20 -
R/show_dpcr.R | 86 ++---
R/sim_adpcr.R | 198 ++++++------
R/sim_ddpcr.R | 182 +++++------
R/sim_ddpcr_bkm.R |only
R/simulations.R | 128 ++++----
R/summary_dpcr.R | 218 ++++++-------
R/test_counts.R | 309 ++++++++++++-------
R/test_counts_gui.R | 22 -
R/test_panel.R | 120 +++----
R/test_peaks.R | 210 ++++++-------
R/test_ratio.R | 306 +++++++++----------
R/valid_amp.R | 10
R/y_val_conf.R | 26 -
README.md | 52 +--
build/vignette.rds |binary
data/datalist | 6
data/many_peaks.rda |binary
data/pds.rda |binary
data/pds_raw.rda |binary
inst/doc/overview.R | 86 ++---
inst/doc/overview.Rmd | 162 +++++-----
inst/doc/overview.html | 652 ++++++++++++++++++++---------------------
inst/dpcr_density_gui/server.R | 146 ++++-----
inst/dpcr_density_gui/ui.R | 48 +--
inst/test_counts_gui/readme.md | 20 -
inst/test_counts_gui/server.R | 88 ++---
inst/test_counts_gui/ui.R | 54 +--
man/adpcr-class.Rd | 120 +++----
man/adpcr2ppp.Rd | 124 +++----
man/binarize.Rd | 70 ++--
man/bind_dpcr-methods.Rd | 130 ++++----
man/bioamp.Rd | 102 +++---
man/compare_dens.Rd | 72 ++--
man/count_test-class.Rd | 132 ++++----
man/create_dpcr.Rd | 133 ++++----
man/ddpcr-class.Rd | 108 +++---
man/dpcR-package.Rd | 120 +++----
man/dpcr_density.Rd | 262 ++++++++--------
man/dpcr_density_gui.Rd | 46 +-
man/extract_dpcr.Rd | 112 +++----
man/limit_cq.Rd | 190 +++++------
man/many_peaks.Rd | 42 +-
man/moments-methods.Rd | 146 ++++-----
man/num2int.Rd | 44 +-
man/pds.Rd | 234 +++++++-------
man/pds_raw.Rd | 277 ++++++++---------
man/plot.qpcrpp.Rd | 86 ++---
man/plot_panel.Rd | 224 +++++++-------
man/plot_vic_fam.Rd | 144 ++++-----
man/qpcr2pp.Rd | 178 +++++------
man/qpcr_analyser.Rd | 224 +++++++-------
man/qpcrpp-class.Rd | 80 ++---
man/rtadpcr-class.Rd | 72 ++--
man/show-methods.Rd | 80 ++---
man/sim_adpcr.Rd | 230 +++++++-------
man/sim_ddpcr.Rd | 172 +++++-----
man/summary-methods.Rd | 179 +++++------
man/test_counts.Rd | 150 ++++-----
man/test_counts_gui.Rd | 46 +-
man/test_panel.Rd | 170 +++++-----
man/test_peaks.Rd | 172 +++++-----
man/test_ratio.Rd | 200 ++++++------
vignettes/overview.Rmd | 162 +++++-----
102 files changed, 6890 insertions(+), 6780 deletions(-)
Title: Standard Processing Tools for Electromyogram Signals
Diff between biosignalEMG versions 1.0 dated 2015-03-20 and 1.0.2 dated 2015-04-09
Description: Data processing tools for electromyogram (EMG) signals to compute the rectified, integrated and averaged EMG. Tools to plot the ensemble average of the EMG.
Author: J.A. Guerrero, J.E. Macias-Diaz
Maintainer: Antonio Guerrero
biosignalEMG-1.0.2/biosignalEMG/DESCRIPTION | 12 -
biosignalEMG-1.0.2/biosignalEMG/MD5 | 69 +++---
biosignalEMG-1.0.2/biosignalEMG/NEWS |only
biosignalEMG-1.0.2/biosignalEMG/R/dcbiasremoval.R | 28 +-
biosignalEMG-1.0.2/biosignalEMG/R/eaemg.R | 101 ++++-----
biosignalEMG-1.0.2/biosignalEMG/R/emg.R | 28 +-
biosignalEMG-1.0.2/biosignalEMG/R/envelope.R | 53 ++---
biosignalEMG-1.0.2/biosignalEMG/R/iemg.R | 33 +--
biosignalEMG-1.0.2/biosignalEMG/R/integration.R | 123 +++++-------
biosignalEMG-1.0.2/biosignalEMG/R/movingaverage.R | 56 ++---
biosignalEMG-1.0.2/biosignalEMG/R/plot.eaemg.R | 39 ++-
biosignalEMG-1.0.2/biosignalEMG/R/plot.emg.R | 58 ++---
biosignalEMG-1.0.2/biosignalEMG/R/plot.iemg.R | 73 +++----
biosignalEMG-1.0.2/biosignalEMG/R/print.eaemg.R | 25 +-
biosignalEMG-1.0.2/biosignalEMG/R/print.emg.R | 33 +--
biosignalEMG-1.0.2/biosignalEMG/R/print.iemg.R | 42 +---
biosignalEMG-1.0.2/biosignalEMG/R/print.summary.eaemg.R | 21 --
biosignalEMG-1.0.2/biosignalEMG/R/print.summary.emg.R | 31 +--
biosignalEMG-1.0.2/biosignalEMG/R/print.summary.iemg.R | 44 +---
biosignalEMG-1.0.2/biosignalEMG/R/rectification.R | 36 +--
biosignalEMG-1.0.2/biosignalEMG/R/summary.eaemg.R | 12 -
biosignalEMG-1.0.2/biosignalEMG/R/summary.emg.R | 21 --
biosignalEMG-1.0.2/biosignalEMG/R/summary.iemg.R | 22 --
biosignalEMG-1.0.2/biosignalEMG/R/synthetic.emg.R | 82 ++++----
biosignalEMG-1.0.2/biosignalEMG/man/biosignalEMG-package.Rd | 10
biosignalEMG-1.0.2/biosignalEMG/man/dcbiasremoval.Rd |only
biosignalEMG-1.0.2/biosignalEMG/man/eaemg.Rd | 4
biosignalEMG-1.0.2/biosignalEMG/man/emg.Rd | 2
biosignalEMG-1.0.2/biosignalEMG/man/envelope.Rd | 2
biosignalEMG-1.0.2/biosignalEMG/man/iemg.Rd | 2
biosignalEMG-1.0.2/biosignalEMG/man/integration.Rd | 2
biosignalEMG-1.0.2/biosignalEMG/man/movingaverage.Rd | 2
biosignalEMG-1.0.2/biosignalEMG/man/print.summary.eaemg.Rd | 2
biosignalEMG-1.0.2/biosignalEMG/man/print.summary.emg.Rd | 2
biosignalEMG-1.0.2/biosignalEMG/man/rectification.Rd | 2
biosignalEMG-1.0.2/biosignalEMG/man/synthetic.emg.Rd | 2
biosignalEMG-1.0/biosignalEMG/man/baselinecorrection.Rd |only
37 files changed, 518 insertions(+), 556 deletions(-)
Title: A Collection of Network Data Sets for the Igraph Package
Diff between igraphdata versions 0.2 dated 2014-02-04 and 0.2.2 dated 2015-04-09
Description: A small collection of various network data sets,
to use with the igraph package. They also work with the igraph0
package.
Author: Gabor Csardi
Maintainer: Gabor Csardi
igraphdata-0.2.2/igraphdata/DESCRIPTION | 13 ++++++-------
igraphdata-0.2.2/igraphdata/MD5 | 3 +--
igraphdata-0.2/igraphdata/inst/CITATION |only
3 files changed, 7 insertions(+), 9 deletions(-)
Title: Data Sets from "Forecasting with Exponential Smoothing"
Diff between expsmooth versions 2.02 dated 2012-10-30 and 2.3 dated 2015-04-09
Description: Data sets from the book "Forecasting with exponential smoothing: the state space approach" by
Hyndman, Koehler, Ord and Snyder (Springer, 2008).
Author: Rob J Hyndman
Maintainer: Rob J Hyndman
ChangeLog | 9 +++++++--
DESCRIPTION | 20 ++++++++++----------
MD5 | 10 +++++-----
man/freight.Rd | 3 ---
man/gasprice.Rd | 10 ++++++----
man/ukcars.Rd | 2 +-
6 files changed, 29 insertions(+), 25 deletions(-)