Title: Retrieve Structured, Textual Data from Various Web Sources
Description: Facilitate text retrieval from feed
formats like XML (RSS, ATOM) and JSON. Also direct retrieval from
HTML is supported. As most (news) feeds only incorporate small
fractions of the original text tm.plugin.webmining even retrieves
and extracts the text of the original text source.
Author: Mario Annau [aut, cre]
Maintainer: Mario Annau <mario.annau@gmail.com>
Diff between tm.plugin.webmining versions 1.2.2 dated 2014-11-03 and 1.3 dated 2015-05-10
tm.plugin.webmining-1.2.2/tm.plugin.webmining/inst/googleSearch.R |only tm.plugin.webmining-1.2.2/tm.plugin.webmining/inst/test_internal.R |only tm.plugin.webmining-1.3/tm.plugin.webmining/DESCRIPTION | 14 - tm.plugin.webmining-1.3/tm.plugin.webmining/MD5 | 86 ++++---- tm.plugin.webmining-1.3/tm.plugin.webmining/NAMESPACE | 3 tm.plugin.webmining-1.3/tm.plugin.webmining/R/reader.R | 23 ++ tm.plugin.webmining-1.3/tm.plugin.webmining/R/source.R | 97 ++++++---- tm.plugin.webmining-1.3/tm.plugin.webmining/R/tm.plugin.webmining-package.R | 9 tm.plugin.webmining-1.3/tm.plugin.webmining/build/vignette.rds |binary tm.plugin.webmining-1.3/tm.plugin.webmining/data/nytimes_appid.rda |only tm.plugin.webmining-1.3/tm.plugin.webmining/data/yahoonews.rda |binary tm.plugin.webmining-1.3/tm.plugin.webmining/inst/NEWS.Rd |only tm.plugin.webmining-1.3/tm.plugin.webmining/inst/doc/ShortIntro.pdf |binary tm.plugin.webmining-1.3/tm.plugin.webmining/man/GoogleFinanceSource.Rd | 3 tm.plugin.webmining-1.3/tm.plugin.webmining/man/GoogleNewsSource.Rd | 3 tm.plugin.webmining-1.3/tm.plugin.webmining/man/NYTimesSource.Rd | 20 +- tm.plugin.webmining-1.3/tm.plugin.webmining/man/ReutersNewsSource.Rd | 3 tm.plugin.webmining-1.3/tm.plugin.webmining/man/WebCorpus.Rd | 3 tm.plugin.webmining-1.3/tm.plugin.webmining/man/WebSource.Rd | 7 tm.plugin.webmining-1.3/tm.plugin.webmining/man/YahooFinanceSource.Rd | 6 tm.plugin.webmining-1.3/tm.plugin.webmining/man/YahooInplaySource.Rd | 3 tm.plugin.webmining-1.3/tm.plugin.webmining/man/YahooNewsSource.Rd | 11 - tm.plugin.webmining-1.3/tm.plugin.webmining/man/corpus.update.Rd | 3 tm.plugin.webmining-1.3/tm.plugin.webmining/man/encloseHTML.Rd | 3 tm.plugin.webmining-1.3/tm.plugin.webmining/man/extract.Rd | 3 tm.plugin.webmining-1.3/tm.plugin.webmining/man/extractContentDOM.Rd | 3 tm.plugin.webmining-1.3/tm.plugin.webmining/man/extractHTMLStrip.Rd | 3 tm.plugin.webmining-1.3/tm.plugin.webmining/man/feedquery.Rd | 3 tm.plugin.webmining-1.3/tm.plugin.webmining/man/getEmpty.Rd | 3 tm.plugin.webmining-1.3/tm.plugin.webmining/man/getLinkContent.Rd | 11 - tm.plugin.webmining-1.3/tm.plugin.webmining/man/nytimes_appid.Rd |only tm.plugin.webmining-1.3/tm.plugin.webmining/man/parse.Rd | 3 tm.plugin.webmining-1.3/tm.plugin.webmining/man/readWeb.Rd | 3 tm.plugin.webmining-1.3/tm.plugin.webmining/man/removeNonASCII.Rd | 3 tm.plugin.webmining-1.3/tm.plugin.webmining/man/source.update.Rd | 3 tm.plugin.webmining-1.3/tm.plugin.webmining/man/tm.plugin.webmining-package.Rd | 3 tm.plugin.webmining-1.3/tm.plugin.webmining/man/trimWhiteSpaces.Rd | 3 tm.plugin.webmining-1.3/tm.plugin.webmining/man/yahoonews.Rd | 3 tm.plugin.webmining-1.3/tm.plugin.webmining/tests/testthat.R | 4 tm.plugin.webmining-1.3/tm.plugin.webmining/tests/testthat.R.temp |only tm.plugin.webmining-1.3/tm.plugin.webmining/tests/testthat/test-source-googlefinance.R | 5 tm.plugin.webmining-1.3/tm.plugin.webmining/tests/testthat/test-source-googlenews.R | 12 - tm.plugin.webmining-1.3/tm.plugin.webmining/tests/testthat/test-source-nytimes.R | 10 - tm.plugin.webmining-1.3/tm.plugin.webmining/tests/testthat/test-source-reutersnews.R | 7 tm.plugin.webmining-1.3/tm.plugin.webmining/tests/testthat/test-source-yahoofinance.R | 5 tm.plugin.webmining-1.3/tm.plugin.webmining/tests/testthat/test-source-yahooinplay.R | 5 tm.plugin.webmining-1.3/tm.plugin.webmining/tests/testthat/test-source-yahoonews.R | 7 47 files changed, 233 insertions(+), 166 deletions(-)
More information about tm.plugin.webmining at CRAN
Permanent link
Title: Path Manipulation Utilities
Description: Utilities for paths, files and directories.
Author: Richard Cotton [aut, cre], Janko Thyson [ctb]
Maintainer: Richard Cotton <richierocks@gmail.com>
Diff between pathological versions 0.0-3 dated 2015-01-19 and 0.0-6 dated 2015-05-10
DESCRIPTION | 12 MD5 | 41 +- NAMESPACE | 85 ++-- NEWS | 2 R/paths.R | 220 ++++++++++++ README.md | 48 ++ inst/tests/test_decompose_path.R | 671 +++++++++++++++++++-------------------- man/copy_dir.Rd | 2 man/create_dirs.Rd |only man/cygwinify_path.Rd | 2 man/decompose_path.Rd | 2 man/get_drive.Rd | 5 man/get_libraries.Rd |only man/is_windows_drive.Rd |only man/os_path.Rd | 2 man/parent_dir.Rd |only man/pathological.Rd | 2 man/r_home.Rd | 2 man/r_profile.Rd |only man/split_path.Rd | 2 man/standardize_path.Rd | 2 man/sys_which.Rd | 3 man/system_file.Rd | 2 man/temp_dir.Rd | 2 24 files changed, 695 insertions(+), 412 deletions(-)
Title: Mixture and Flexible Discriminant Analysis
Description: Mixture and flexible discriminant analysis, multivariate
adaptive regression splines (MARS), BRUTO, ...
Author: S original by Trevor Hastie & Robert Tibshirani. Original R port by Friedrich Leisch, Kurt Hornik and Brian D. Ripley.
Maintainer: Trevor Hastie <hastie@stanford.edu>
Diff between mda versions 0.4-4 dated 2013-08-17 and 0.4-6 dated 2015-05-10
DESCRIPTION | 10 +++++----- MD5 | 14 +++++++------- NAMESPACE | 2 +- R/confusion.default.R | 2 +- R/kmeans.start.R | 5 +++-- R/mda.fit.R | 2 +- data/glass.rda |binary man/glass.Rd | 2 +- 8 files changed, 19 insertions(+), 18 deletions(-)
Title: Binary Classifier Interpretation Functions
Description: Compute permutation- based performance measures and create
partial dependence plots for (cross-validated) randomForest and ada models.
Author: Michel Ballings and Dirk Van den Poel
Maintainer: Michel Ballings <michel.ballings@GMail.com>
Diff between interpretR versions 0.2.1 dated 2015-03-26 and 0.2.2 dated 2015-05-10
DESCRIPTION | 8 ++++---- MD5 | 12 ++++++------ R/parDepPlot.R | 17 +++++++++++------ inst/NEWS | 3 +++ man/interpretRNews.Rd | 3 ++- man/parDepPlot.Rd | 10 ++++++---- man/variableImportance.Rd | 3 ++- 7 files changed, 34 insertions(+), 22 deletions(-)
Title: Regression Models for Interval Censored Data
Description: Regression models for interval censored data. Currently supports a semi-parametric Cox-PH and an imputation Cox-PH model which imputes the interval censored times based on Cox-PH model with an parametric baseline and then analyzes each imputed data set with the semi-parametric model.
Author: Clifford Anderson-Bergman
Maintainer: Clifford Anderson-Bergman <pistacliffcho@gmail.com>
Diff between icenReg versions 1.1 dated 2015-04-28 and 1.1.1 dated 2015-05-10
DESCRIPTION | 6 MD5 | 18 - NAMESPACE | 2 R/coxph.R | 85 ++++-- data |only man/ic_ph.Rd | 11 man/impute_ic_ph.Rd | 16 - man/mdata.Rd |only man/simICPH_beta.Rd | 11 src/icenReg.cpp | 711 ++++++++++++++++++++++++++++------------------------ src/intCoxFast.h | 34 +- 11 files changed, 498 insertions(+), 396 deletions(-)
Title: Inference of Trait Associations with SNP Haplotypes and Other
Attributes using the EM Algorithm
Description: The following R functions are used for inference of trait
associations with haplotypes and other covariates in
generalized linear models. The functions are developed
primarily for data collected in cohort or cross-sectional
studies. They can accommodate uncertain haplotype phase and
handle missing genotypes at some SNPs.
Author: K. Burkett <kburkett@uottawa.ca>, B. McNeney <mcneney@sfu.ca>, J.
Graham <jgraham@stat.sfu.ca>, with code for case-control data
contributed by Zhijian Chen <z11chen@math.uwaterloo.ca>
Maintainer: K. Burkett <kburkett@uottawa.ca>
Diff between hapassoc versions 1.2-7 dated 2014-08-25 and 1.2-8 dated 2015-05-10
DESCRIPTION | 14 +++++++------- MD5 | 15 ++++++++------- NAMESPACE | 5 ++++- R/RecodeHaplos.R | 4 ++-- build |only inst/CITATION | 4 ++-- inst/ChangeLog | 4 ++++ man/hapassoc.Rd | 2 +- man/summaryHap.Rd | 2 +- 9 files changed, 29 insertions(+), 21 deletions(-)
Title: Interface to the 'HDF5' Library
Description: S4 Interface to the 'HDF5' library supporting fast storage and
retrieval of R-objects like vectors, matrices and arrays to binary files in
a language independent format. The 'HDF5' format can therefore be used as
an alternative to R's save/load mechanism. Since h5 is able to access only
subsets of stored data it can also handle data sets which do not fit into
memory.
Author: Mario Annau [aut, cre]
Maintainer: Mario Annau <mario.annau@gmail.com>
Diff between h5 versions 0.9 dated 2015-04-26 and 0.9.1 dated 2015-05-10
DESCRIPTION | 10 +++++----- MD5 | 12 +++++++----- NAMESPACE | 2 -- R/Dataset-Extend.R | 15 --------------- configure.win |only inst/NEWS.Rd |only man/DataSet-Extend.Rd | 8 -------- tests/testthat/test-H5File.R | 2 +- 8 files changed, 13 insertions(+), 36 deletions(-)
Title: Statistical Inference for Parametric and Semiparametric Models
Based on Dependently Truncated Data
Description: Suppose that one can observe bivariate random variables (X, Y) only when X<=Y holds. Data (Xj, Yj), subject to Xj<=Yj, for all j=1,...,n, are called truncated data. Parametric approach (Emura & Konno 2012 Stat Papers), semiparametric approach (Chaieb et al. 2006 Biometrika; Emura et al. 2011 Sinica; Emura and Murotani 2015 TEST), nonparametric maximum likelihood approach (Emura & Wang 2012 JMVA), and regression approach (Emura and Wang 2015 AISM) are implemented for statistical inference on (X, Y), when X and Y are dependent. Also included is truncated data on the number of deaths at each year (1963-1980) for Japanese male centenarians (Emura and Murotani 2015 TEST).
Author: Takeshi Emura
Maintainer: Takeshi Emura <emura@stat.ncu.edu.tw>
Diff between depend.truncation versions 2.2 dated 2015-03-06 and 2.3 dated 2015-05-10
DESCRIPTION | 14 +++++++------- MD5 | 8 +++++--- R/dependAFT.reg.R |only man/EMURA.Clayton.Rd | 2 +- man/depend.truncation-package.Rd | 11 +++++++---- man/dependAFT.reg.Rd |only 6 files changed, 20 insertions(+), 15 deletions(-)
More information about depend.truncation at CRAN
Permanent link
Title: Interface to the Boilerpipe Java Library
Description: Generic Extraction of main text content from HTML files; removal
of ads, sidebars and headers using the boilerpipe
(http://code.google.com/p/boilerpipe/) Java library. The
extraction heuristics from boilerpipe show a robust performance for a wide
range of web site templates.
Author: See AUTHORS file.
Maintainer: Mario Annau <mario.annau@gmail.com>
Diff between boilerpipeR versions 1.2.2 dated 2014-08-21 and 1.3 dated 2015-05-10
boilerpipeR-1.2.2/boilerpipeR/NEWS |only boilerpipeR-1.3/boilerpipeR/DESCRIPTION | 14 ++-- boilerpipeR-1.3/boilerpipeR/MD5 | 34 +++++------ boilerpipeR-1.3/boilerpipeR/NAMESPACE | 2 boilerpipeR-1.3/boilerpipeR/R/Extractor.R | 4 - boilerpipeR-1.3/boilerpipeR/build/vignette.rds |binary boilerpipeR-1.3/boilerpipeR/data/content.rda |binary boilerpipeR-1.3/boilerpipeR/inst/NEWS.Rd |only boilerpipeR-1.3/boilerpipeR/inst/doc/ShortIntro.pdf |binary boilerpipeR-1.3/boilerpipeR/man/ArticleExtractor.Rd | 3 boilerpipeR-1.3/boilerpipeR/man/ArticleSentencesExtractor.Rd | 3 boilerpipeR-1.3/boilerpipeR/man/CanolaExtractor.Rd | 7 +- boilerpipeR-1.3/boilerpipeR/man/DefaultExtractor.Rd | 3 boilerpipeR-1.3/boilerpipeR/man/Extractor.Rd | 5 - boilerpipeR-1.3/boilerpipeR/man/KeepEverythingExtractor.Rd | 3 boilerpipeR-1.3/boilerpipeR/man/LargestContentExtractor.Rd | 3 boilerpipeR-1.3/boilerpipeR/man/NumWordsRulesExtractor.Rd | 3 boilerpipeR-1.3/boilerpipeR/man/boilerpipeR-package.Rd | 3 boilerpipeR-1.3/boilerpipeR/man/content.Rd | 3 19 files changed, 50 insertions(+), 40 deletions(-)