Title: Model Menu for Radiant: Business Analytics using R and Shiny
Description: The Radiant Model menu includes interfaces for linear and logistic
regression, naive Bayes, neural networks, classification and regression trees,
model evaluation, collaborative filtering, decision analysis, and simulation.
The application extends the functionality in 'radiant.data'.
Author: Vincent Nijs [aut, cre]
Maintainer: Vincent Nijs <radiant@rady.ucsd.edu>
Diff between radiant.model versions 1.3.14 dated 2020-08-26 and 1.3.15 dated 2021-02-18
DESCRIPTION | 8 +- MD5 | 36 ++++++------ NEWS.md | 5 + R/crs.R | 22 +++---- R/logistic.R | 97 +++++++++++++++++++-------------- R/regress.R | 27 +++++++-- R/simulater.R | 2 README.md | 9 ++- inst/app/tools/analysis/logistic_ui.R | 17 +++++ inst/app/tools/analysis/regress_ui.R | 19 +++++- inst/app/tools/analysis/simulater_ui.R | 1 man/crs.Rd | 3 - man/logistic.Rd | 1 man/plot.logistic.Rd | 7 ++ man/plot.regress.Rd | 6 ++ man/predict.logistic.Rd | 3 - man/summary.crs.Rd | 3 - man/summary.logistic.Rd | 1 man/write.coeff.Rd | 4 - 19 files changed, 172 insertions(+), 99 deletions(-)
Title: The Red Book of Endemic Plants of Peru
Description: Gives help to access the information from "The Red Book of Endemic Plants of Peru". The package contains a database with cleaned and standardized botanical data including occurrence and taxonomic data. The original source could be found in "León, Blanca, Nigel Pitman, y José Roque. (2006). Introducción a Las Plantas Endémicas Del Perú"<doi:10.15381/rpb.v13i2.1782><https://revistasinvestigacion.unmsm.edu.pe/index.php/rpb/issue/view/153>.
Author: Paul Efren Santos Andrade [aut, cre]
(<https://orcid.org/0000-0002-6635-0375>),
Lucely L. Vilca Bustamante [aut]
Maintainer: Paul Efren Santos Andrade <paulefrens@gmail.com>
Diff between ppendemic versions 0.1.0 dated 2021-02-17 and 0.1.1 dated 2021-02-18
DESCRIPTION | 6 +++--- MD5 | 6 +++--- R/pep_regdep_map.R | 5 +++-- README.md | 12 ++++++++++-- 4 files changed, 19 insertions(+), 10 deletions(-)
Title: Load ARCOS Prescription Data Prepared by the Washington Post
Description: A wrapper for the 'ARCOS API' <https://arcos-api.ext.nile.works/__swagger__/>
that returns raw and summarized data frames from the
Drug Enforcement Administration’s Automation of Reports and Consolidated Orders System,
a database that monitors controlled substances transactions between manufacturers and
distributors which was made public by The Washington Post and The Charleston Gazette-Mail.
Author: Steven Rich [aut, ctb],
Andrew Ba Tran [aut, cre],
Aaron Williams [aut, ctb],
Jason Holt [ctb],
The Washington Post [cph],
The Charleston Gazette-Mail [cph]
Maintainer: Andrew Ba Tran <andrew.tran@washpost.com>
Diff between arcos versions 1.26 dated 2021-02-18 and 1.27 dated 2021-02-18
DESCRIPTION | 6 +++--- MD5 | 6 +++--- NEWS.md | 2 +- inst/doc/individual-drug-mapping.html | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-)
Title: Easy Web Scraping
Description: The goal of 'ralger' is to facilitate web scraping in R.
Author: Mohamed El Fodil Ihaddaden [aut, cre],
Ezekiel Ogundepo [ctb],
Romain François [ctb]
Maintainer: Mohamed El Fodil Ihaddaden <ihaddaden.fodeil@gmail.com>
Diff between ralger versions 2.2.1 dated 2021-01-10 and 2.2.2 dated 2021-02-18
DESCRIPTION | 12 - MD5 | 49 +++--- NAMESPACE | 5 NEWS.md | 6 R/attribute_scrap.R |only R/images_noalt_scrap.R |only R/images_scrap.R | 3 R/paragraphs_scrap.R | 3 R/preview_images.R | 3 R/scrap.R | 86 ++++-------- R/table_scrap.R | 3 R/tidy_scrap.R | 3 R/titles_scrap.R | 3 R/weblink_scrap.R | 96 ++++++------- README.md | 232 +++++++++++++++++++++------------ inst/doc/Functions_Overview.html | 144 +++++++------------- man/attribute_scrap.Rd |only man/images_noalt_scrap.Rd |only man/scrap.Rd | 3 man/weblink_scrap.Rd | 5 tests/testthat/test-attribute_scrap.R |only tests/testthat/test-paragraphs_scrap.R | 3 tests/testthat/test-preview_images.R | 5 tests/testthat/test-scrap.R | 1 tests/testthat/test-table_scrap.R | 2 tests/testthat/test-tidy_scrap.R | 3 tests/testthat/test-titles_scrap.R | 32 ++-- tests/testthat/test-weblink_scrap.R | 1 28 files changed, 363 insertions(+), 340 deletions(-)
Title: Plots for the Quantitative Analysis of Textual Data
Description: Plotting functions for visualising textual data. Extends 'quanteda' and
related packages with plot methods designed specifically for text data, textual statistics,
and models fit to textual data. Plot types include word clouds, lexical dispersion plots,
scaling plots, network visualisations, and word 'keyness' plots.
Author: Kenneth Benoit [cre, aut, cph]
(<https://orcid.org/0000-0002-0797-564X>),
Kohei Watanabe [aut] (<https://orcid.org/0000-0001-6519-5265>),
Haiyan Wang [aut] (<https://orcid.org/0000-0003-4992-4311>),
Adam Obeng [aut] (<https://orcid.org/0000-0002-2906-4775>),
Stefan Müller [aut] (<https://orcid.org/0000-0002-6315-4125>),
Akitaka Matsuo [aut] (<https://orcid.org/0000-0002-3323-6330>),
Ian Fellows [cph] (authored wordcloud C source code (modified)),
European Research Council [fnd] (ERC-2011-StG 283794-QUANTESS)
Maintainer: Kenneth Benoit <kbenoit@lse.ac.uk>
Diff between quanteda.textplots versions 0.92 dated 2021-02-18 and 0.93 dated 2021-02-18
DESCRIPTION | 12 ++++---- MD5 | 18 ++++++------ NAMESPACE | 5 ++- NEWS.md | 7 +++- R/textplot_network.R | 19 ++++++++++--- R/textplot_xray.R | 47 ++++++++++++++++----------------- README.md | 2 - inst/WORDLIST | 1 man/textplot_xray.Rd | 2 + tests/testthat/test-textplot_network.R | 12 +++++--- 10 files changed, 74 insertions(+), 51 deletions(-)
More information about quanteda.textplots at CRAN
Permanent link
Title: An Open-Source Loader for Bruker's timsTOF Data Files
Description: A free, open-source package designed for
handling .tdf data files produced by Bruker's 'timsTOF' mass
spectrometers, as described <https://www.bruker.com/service/support-upgrades/software-downloads/mass-spectrometry.html> (after registering).
Fast, free, crossplatform, with no reading through
EULAs or messing with binary .dll files involved.
Author: Michał Piotr Startek [aut, cre, cph]
(<https://orcid.org/0000-0001-5227-3447>),
Mateusz Krzysztof Łącki [aut, cph]
(<https://orcid.org/0000-0001-7415-4748>)
Maintainer: Michał Piotr Startek <michal.startek@mimuw.edu.pl>
Diff between opentimsr versions 1.0.3 dated 2021-01-21 and 1.0.4 dated 2021-02-18
DESCRIPTION | 6 - MD5 | 16 ++-- NAMESPACE | 1 R/dev |only R/opentimsr.R | 107 ++++++++++++++++++++++++---- man/OpenTIMS-class.Rd | 20 +++++ man/min_max_measurements.Rd |only man/rt_query.Rd | 3 src/opentims.cpp | 63 ++++++++++++---- src/opentimsr_types.h | 166 +++++++++++++++++++++++++++++++++++++------- 10 files changed, 315 insertions(+), 67 deletions(-)
Title: Fishes of British Columbia
Description: Provides raw and curated data on the codes,
classification and conservation status of freshwater fishes in British
Columbia. Marine fishes will be added in a future release.
Author: Evan Amies-Galonski [aut, cre]
(<https://orcid.org/0000-0003-1096-2089>),
Joe Thorley [aut] (<https://orcid.org/0000-0002-7683-4592>),
Nadine Hussein [aut] (<https://orcid.org/0000-0003-4470-8361>),
Bronwen Lewis [ctb],
Jesse Patterson [ctb],
Gordon Oliphant [ctb],
Seb Dalgarno [ctb],
Simon Norris [ctb],
Allan Irvine [ctb],
Poisson Consulting [cph, fnd],
Province of British Columbia [cph]
Maintainer: Evan Amies-Galonski <evan@poissonconsulting.ca>
Diff between fishbc versions 0.1.0 dated 2020-10-30 and 0.2.0 dated 2021-02-18
DESCRIPTION | 18 ++++++++++++++---- MD5 | 30 +++++++++++++++++------------- NEWS.md | 6 ++++++ R/ab.R |only R/cdc.R | 7 ++++--- R/freshwaterfish.R | 3 ++- R/sysdata.rda |binary README.md | 22 +++++++++++++--------- data/ab.rda |only data/cdc.rda |binary data/freshwaterfish.rda |binary man/ab.Rd |only man/cdc.Rd | 14 +++++++++----- man/fishbc-package.Rd | 2 ++ man/freshwaterfish.Rd | 6 +++++- tests/testthat/test-ab.R |only tests/testthat/test-cdc.R | 2 -- tests/testthat/test-freshwaterfish.R | 9 ++++++--- 18 files changed, 78 insertions(+), 41 deletions(-)
Title: Ethnicity Annotation from Whole Exome Sequencing Data
Description: Reliable and rapid ethnicity annotation from whole exome sequencing data.
Author: Alessandro Romanel [aut, cre],
Davide Dalfovo [ctb]
Maintainer: Alessandro Romanel <alessandro.romanel@unitn.it>
Diff between EthSEQ versions 2.1.3 dated 2019-11-22 and 2.1.4 dated 2021-02-18
DESCRIPTION | 15 ++++++++++----- MD5 | 12 ++++++------ NEWS | 5 +++++ R/ethseq_RM.R | 2 +- R/get_Model.R | 2 +- build/vignette.rds |binary inst/doc/EthSEQ.html | 28 ++++++++++++++-------------- 7 files changed, 37 insertions(+), 27 deletions(-)
Title: Load ARCOS Prescription Data Prepared by the Washington Post
Description: A wrapper for the 'ARCOS API' <https://arcos-api.ext.nile.works/__swagger__/>
that returns raw and summarized data frames from the
Drug Enforcement Administration’s Automation of Reports and Consolidated Orders System,
a database that monitors controlled substances transactions between manufacturers and
distributors which was made public by The Washington Post and The Charleston Gazette-Mail.
Author: Steven Rich [aut, ctb],
Andrew Ba Tran [aut, cre],
Aaron Williams [aut, ctb],
Jason Holt [ctb],
The Washington Post [cph],
The Charleston Gazette-Mail [cph]
Maintainer: Andrew Ba Tran <andrew.tran@washpost.com>
Diff between arcos versions 1.25 dated 2021-01-11 and 1.26 dated 2021-02-18
DESCRIPTION | 8 MD5 | 67 +++-- NEWS.md | 6 R/locations.R | 129 +++++++++- R/raw.R | 124 +++++++++- R/summarized.R | 158 +++++++++++-- inst/doc/annual-maps.R | 18 + inst/doc/annual-maps.Rmd | 17 + inst/doc/county-analysis.R | 77 +++++- inst/doc/county-analysis.Rmd | 66 +++++ inst/doc/county-analysis.html | 111 ++++----- inst/doc/individual-drug-mapping.R | 30 +- inst/doc/individual-drug-mapping.Rmd | 24 +- inst/doc/individual-drug-mapping.html | 365 +++++++++++++++---------------- inst/doc/per-capita-pharmacies.R | 71 +++++- inst/doc/per-capita-pharmacies.Rmd | 68 +++++ inst/doc/per-capita-pharmacies.html | 68 ++--- inst/doc/suspicious-order-detection.R | 18 + inst/doc/suspicious-order-detection.Rmd | 16 + inst/doc/suspicious-order-detection.html | 280 +++++++++++------------ man/county_population.Rd | 4 man/raw_data.Rd | 8 man/state_population.Rd | 4 vignettes/annual-maps.Rmd | 17 + vignettes/county-analysis.Rmd | 66 +++++ vignettes/data |only vignettes/individual-drug-mapping.Rmd | 24 +- vignettes/per-capita-pharmacies.Rmd | 68 +++++ vignettes/suspicious-order-detection.Rmd | 16 + 29 files changed, 1359 insertions(+), 569 deletions(-)
Title: Create Reports Using R and 'asciidoc'
Description: Inspired by Karl Broman`s reader on using 'knitr'
with 'asciidoc'
(<http://kbroman.org/knitr_knutshell/pages/asciidoc.html>), this is
merely a wrapper to 'knitr' and 'asciidoc'.
Author: Andreas Dominik Cullmann [aut, cre]
Maintainer: Andreas Dominik Cullmann <fvafrcu@mailbox.org>
Diff between rasciidoc versions 3.1.0 dated 2021-02-15 and 3.1.1 dated 2021-02-18
rasciidoc-3.1.0/rasciidoc/R/fritools.R |only rasciidoc-3.1.1/rasciidoc/DESCRIPTION | 8 rasciidoc-3.1.1/rasciidoc/MD5 | 19 rasciidoc-3.1.1/rasciidoc/NEWS.md | 13 rasciidoc-3.1.1/rasciidoc/R/internals.R | 95 +-- rasciidoc-3.1.1/rasciidoc/R/render.R | 16 rasciidoc-3.1.1/rasciidoc/R/zzz.R | 2 rasciidoc-3.1.1/rasciidoc/inst/NEWS.rd | 19 rasciidoc-3.1.1/rasciidoc/inst/doc/An_Introduction_to_rasciidoc.html | 178 +---- rasciidoc-3.1.1/rasciidoc/inst/runit_tests/runit-render.R | 307 ++++------ rasciidoc-3.1.1/rasciidoc/man/render.Rd | 2 11 files changed, 309 insertions(+), 350 deletions(-)
Title: Tools for CM SAF NetCDF Data
Description: The Satellite Application Facility on Climate Monitoring (CM SAF)
is a ground segment of the European Organization for the Exploitation of
Meteorological Satellites (EUMETSAT) and one of EUMETSATs Satellite Application
Facilities. The CM SAF contributes to the sustainable monitoring of the climate
system by providing essential climate variables related to the energy and water
cycle of the atmosphere (<http://www.cmsaf.eu>). It is a joint cooperation of eight
National Meteorological and Hydrological Services.
The 'cmsafops' R-package provides a collection of R-operators for the analysis and
manipulation of CM SAF NetCDF formatted data. Other CF conform NetCDF data with time,
longitude and latitude dimension should be applicable, but there is no guarantee for
an error-free application.
CM SAF climate data records are provided for free via (<https://wui.cmsaf.eu/safira>).
Detailed information and test data are provided on the CM SAF webpage
(<http://www.cmsaf.eu/R_toolbox>).
Author: Steffen Kothe [aut, cre]
Maintainer: Steffen Kothe <Steffen.Kothe@dwd.de>
Diff between cmsafops versions 1.1.0 dated 2021-02-17 and 1.1.1 dated 2021-02-18
DESCRIPTION | 6 MD5 | 10 NEWS.md | 3 R/cmsaf.stats.R | 4 build/partial.rdb |binary tests/testthat/test_cmsaf.add.R | 1934 ++++++++++++++++++++-------------------- 6 files changed, 980 insertions(+), 977 deletions(-)
Title: Access to the 'twelvedata' Financial Data API
Description: The 'twelvedata' REST service offers access to current and historical
data on stocks, standard as well as digital 'crypto' currencies, and other financial
assets covering a wide variety of course and time spans. See <https://twelvedata.com/>
for details, to create an account, and to request an API key for free-but-capped access
to the data.
Author: Dirk Eddelbuettel
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Diff between td versions 0.0.1 dated 2021-02-11 and 0.0.2 dated 2021-02-18
ChangeLog | 39 +++++++++++++++++++++++- DESCRIPTION | 8 ++-- MD5 | 21 ++++++++---- R/init.R | 12 ++++--- R/key.R |only R/price.R |only R/quote.R |only R/time_series.R | 86 +++++++++++++++++++++++++++++++++-------------------- README.md | 39 ++++++++++++++++++------ build/partial.rdb |binary inst/NEWS.Rd |only man/get_price.Rd |only man/get_quote.Rd |only man/store_key.Rd |only man/time_series.Rd | 18 ++++++----- 15 files changed, 158 insertions(+), 65 deletions(-)
Title: Simple Methods for Calculating Value at Risk and Expected
Shortfall
Description: Enables the user to calculate Value at Risk (VaR)
and Expected Shortfall (ES) by means of various types of historical
simulation. Currently plain historical simulation as well as age- and
volatility-weighted historical simulation are implemented in this
package. Volatility weighting is carried out via an exponentially
weighted moving average (EWMA). The methods of the package are
described in Gurrola-Perez, P. and Murphy, D. (2015)
<https://EconPapers.repec.org/RePEc:boe:boeewp:0525>.
Author: Sebastian Letmathe [aut, cre] (Paderborn University, Germany)
Maintainer: Sebastian Letmathe <sebastian.letmathe@uni-paderborn.de>
Diff between quarks versions 1.0.0 dated 2021-02-17 and 1.0.1 dated 2021-02-18
DESCRIPTION | 6 ++-- MD5 | 16 ++++++------ NEWS.md | 5 +++ R/DAX30.R | 2 - README.md | 41 ++++++++++--------------------- man/DAX30.Rd | 2 - man/figures/README-unnamed-chunk-2-1.png |binary man/figures/README-unnamed-chunk-3-1.png |binary man/figures/README-unnamed-chunk-4-1.png |binary 9 files changed, 31 insertions(+), 41 deletions(-)
Title: Downscaling and Bias Correction via Non-Parametric CDF-Transform
Description: Statistical downscaling and bias correction (model output statistics) method based on cumulative distribution functions (CDF) transformation. See Michelangeli, Vrac, Loukos (2009) Probabilistic downscaling approaches: Application to wind cumulative distribution functions. Geophysical Research Letters, 36, L11708, <doi:10.1029/2009GL038401>. ; and Vrac, Drobinski, Merlo, Herrmann, Lavaysse, Li, Somot (2012) Dynamical and statistical downscaling of the French Mediterranean climate: uncertainty assessment. Nat. Hazards Earth Syst. Sci., 12, 2769-2784, www.nat-hazards-earth-syst-sci.net/12/2769/2012/, <doi:10.5194/nhess-12-2769-2012>.
Author: Mathieu Vrac <mathieu.vrac@lsce.ipsl.fr> and Paul-Antoine Michelangeli <pam@climpact.com>
Maintainer: Mathieu Vrac <mathieu.vrac@lsce.ipsl.fr>
Diff between CDFt versions 1.0.1 dated 2009-06-16 and 1.2 dated 2021-02-18
DESCRIPTION | 21 +++++++++------------ MD5 |only NAMESPACE |only R/CDFt.R | 36 +++++++++++++++++++++++------------- man/CDFt.Rd | 4 ++-- man/CramerVonMisesTwoSamples.Rd | 7 ++++++- man/KolmogorovSmirnov.Rd | 7 ++++++- 7 files changed, 46 insertions(+), 29 deletions(-)
Title: Sparse Linear Algebra
Description: Some basic linear algebra functionality for sparse matrices is
provided: including Cholesky decomposition and backsolving as well as
standard R subsetting and Kronecker products.
Author: Roger Koenker [cre, aut],
Pin Tian Ng [ctb] (Contributions to Sparse QR code),
Yousef Saad [ctb] (author of sparskit2),
Ben Shaby [ctb] (author of chol2csr)
Maintainer: Roger Koenker <rkoenker@uiuc.edu>
Diff between SparseM versions 1.78 dated 2019-12-13 and 1.81 dated 2021-02-18
DESCRIPTION | 19 +++++++++++++++---- MD5 | 32 ++++++++++++++++---------------- NAMESPACE | 2 +- R/SparseM.R | 2 +- build/vignette.rds |binary inst/ChangeLog | 9 +++++++-- inst/doc/SparseM.pdf |binary man/SparseM.hb.Rd | 2 +- man/SparseM.image.Rd | 2 +- man/SparseM.ontology.Rd | 2 +- man/SparseM.ops.Rd | 2 +- man/SparseM.solve.Rd | 2 +- man/lsq.Rd | 4 ++-- man/slm.Rd | 2 +- man/slm.fit.Rd | 2 +- man/slm.methods.Rd | 2 +- man/triogramX.Rd | 2 +- 17 files changed, 51 insertions(+), 35 deletions(-)
Title: Density, Cumulative and Quantile Functions of Quadratic Forms
Description: The computation of quadratic form (QF) distributions is often not trivial and it requires numerical routines. The package contains functions aimed at evaluating the exact distribution of quadratic forms (QFs) and ratios of QFs. In particular, we propose to evaluate density, quantile and distribution functions of positive definite QFs and ratio of independent positive QFs by means of an algorithm based on the numerical inversion of Mellin transforms.
Author: Aldo Gardini [aut, cre],
Fedele Greco [aut],
Carlo Trivisano [aut]
Maintainer: Aldo Gardini <aldo.gardini2@unibo.it>
Diff between QF versions 0.0.3 dated 2020-11-17 and 0.0.4 dated 2021-02-18
DESCRIPTION | 7 ++++--- MD5 | 8 ++++---- src/fun_distr_QF_depratio.cpp | 4 ++-- src/get_mellin_QF.cpp | 8 ++++---- src/get_mellin_QF_ratio.cpp | 8 ++++---- 5 files changed, 18 insertions(+), 17 deletions(-)
Title: The Pareto, Piecewise Pareto and Generalized Pareto Distribution
Description: Utilities for the Pareto, piecewise Pareto and generalized Pareto distribution
that are useful for reinsurance pricing. In particular, the package provides
a non-trivial algorithm that can be used to match the expected losses of a
tower of reinsurance layers with a layer-independent collective risk model.
The theoretical background of the matching algorithm and most other methods
are described in Ulrich Riegel (2018) <doi:10.1007/s13385-018-0177-3>.
Author: Ulrich Riegel [aut, cre]
Maintainer: Ulrich Riegel <ulrich.riegel@gmx.de>
Diff between Pareto versions 2.3.0 dated 2021-02-07 and 2.4.0 dated 2021-02-18
DESCRIPTION | 6 MD5 | 34 NEWS.md | 12 R/Functions.R | 888 ++++++++++++++++++------ R/PGPModel.R | 59 + R/PPPModel.R | 57 + R/ValidationFunctions.R | 13 inst/doc/Pareto.R | 93 ++ inst/doc/Pareto.Rmd | 128 +++ inst/doc/Pareto.html | 343 +++++---- man/GenPareto_ML_Estimator_Alpha.Rd | 36 man/Local_Pareto_Alpha.Rd | 19 man/Pareto_ML_Estimator_Alpha.Rd | 36 man/PiecewisePareto_ML_Estimator_Alpha.Rd | 34 tests/testthat/test_functions_GenPareto.R | 13 tests/testthat/test_functions_Pareto.R | 28 tests/testthat/test_functions_PiecewisePareto.R | 8 vignettes/Pareto.Rmd | 128 +++ 18 files changed, 1495 insertions(+), 440 deletions(-)
Title: Biterm Topic Models for Short Text
Description: Biterm Topic Models find topics in collections of short texts.
It is a word co-occurrence based topic model that learns topics by modeling word-word co-occurrences patterns which are called biterms.
This in contrast to traditional topic models like Latent Dirichlet Allocation and Probabilistic Latent Semantic Analysis
which are word-document co-occurrence topic models.
A biterm consists of two words co-occurring in the same short text window.
This context window can for example be a twitter message, a short answer on a survey, a sentence of a text or a document identifier.
The techniques are explained in detail in the paper 'A Biterm Topic Model For Short Text' by Xiaohui Yan, Jiafeng Guo, Yanyan Lan, Xueqi Cheng (2013) <https://github.com/xiaohuiyan/xiaohuiyan.github.io/blob/master/paper/BTM-WWW13.pdf>.
Author: Jan Wijffels [aut, cre, cph] (R wrapper),
BNOSAC [cph] (R wrapper),
Xiaohui Yan [ctb, cph] (BTM C++ library)
Maintainer: Jan Wijffels <jwijffels@bnosac.be>
Diff between BTM versions 0.3.4 dated 2020-10-11 and 0.3.5 dated 2021-02-18
DESCRIPTION | 6 +++--- MD5 | 8 ++++---- NEWS.md | 4 ++++ R/btm.R | 7 +++++++ man/terms.data.frame.Rd | 3 +++ 5 files changed, 21 insertions(+), 7 deletions(-)
Title: Plots for the Quantitative Analysis of Textual Data
Description: Plotting functions for visualising textual data. Extends 'quanteda' and
related packages with plot methods designed specifically for text data, textual statistics,
and models fit to textual data. Plot types include word clouds, lexical dispersion plots,
scaling plots, network visualisations, and word 'keyness' plots.
Author: Kenneth Benoit [cre, aut, cph]
(<https://orcid.org/0000-0002-0797-564X>),
Kohei Watanabe [aut] (<https://orcid.org/0000-0001-6519-5265>),
Haiyan Wang [aut] (<https://orcid.org/0000-0003-4992-4311>),
Adam Obeng [aut] (<https://orcid.org/0000-0002-2906-4775>),
Stefan Müller [aut] (<https://orcid.org/0000-0002-6315-4125>),
Akitaka Matsuo [aut] (<https://orcid.org/0000-0002-3323-6330>),
Ian Fellows [cph] (authored wordcloud C source code (modified)),
European Research Council [fnd] (ERC-2011-StG 283794-QUANTESS)
Maintainer: Kenneth Benoit <kbenoit@lse.ac.uk>
Diff between quanteda.textplots versions 0.90 dated 2020-12-14 and 0.92 dated 2021-02-18
DESCRIPTION | 16 +++++++++------- MD5 | 18 +++++++++--------- NEWS.md | 6 ++++++ R/textplot_scale1d.R | 24 +++++++++++++----------- R/textplot_wordcloud.R | 10 +++++----- README.md | 32 +++++++++++++++++++++++++++----- inst/WORDLIST | 6 +----- man/quanteda.textplots-package.Rd | 7 +++++++ man/textplot_scale1d.Rd | 24 +++++++++++++----------- man/textplot_wordcloud.Rd | 10 +++++----- 10 files changed, 95 insertions(+), 58 deletions(-)
More information about quanteda.textplots at CRAN
Permanent link
Title: Downloads and Parses World Prison Brief Data
Description: Download, parses and tidies information from the World Prison Brief project <http://www.prisonstudies.org/>.
Author: Danilo Freire [aut, cre],
Robert McDonnell [aut]
Maintainer: Danilo Freire <danilofreire@gmail.com>
Diff between prisonbrief versions 0.1.0 dated 2017-07-22 and 0.1.2 dated 2021-02-18
prisonbrief-0.1.0/prisonbrief/man/wbp_region_list.Rd |only prisonbrief-0.1.2/prisonbrief/DESCRIPTION | 19 - prisonbrief-0.1.2/prisonbrief/LICENSE | 4 prisonbrief-0.1.2/prisonbrief/MD5 | 33 +- prisonbrief-0.1.2/prisonbrief/NAMESPACE | 11 prisonbrief-0.1.2/prisonbrief/NEWS.md |only prisonbrief-0.1.2/prisonbrief/R/wpb_list.R | 181 +++++++++- prisonbrief-0.1.2/prisonbrief/R/wpb_series.R | 41 +- prisonbrief-0.1.2/prisonbrief/R/wpb_table.R | 306 +++++++++--------- prisonbrief-0.1.2/prisonbrief/R/wpb_tables_data.R | 15 prisonbrief-0.1.2/prisonbrief/R/zz.R | 13 prisonbrief-0.1.2/prisonbrief/README.md | 313 +++++++++++-------- prisonbrief-0.1.2/prisonbrief/inst/CITATION | 8 prisonbrief-0.1.2/prisonbrief/man/pipe.Rd |only prisonbrief-0.1.2/prisonbrief/man/wpb_region_list.Rd |only prisonbrief-0.1.2/prisonbrief/man/wpb_series.Rd | 9 prisonbrief-0.1.2/prisonbrief/man/wpb_series_data.Rd | 4 prisonbrief-0.1.2/prisonbrief/man/wpb_table.Rd | 44 ++ prisonbrief-0.1.2/prisonbrief/man/wpb_tables_data.Rd | 19 + prisonbrief-0.1.2/prisonbrief/tests |only 20 files changed, 656 insertions(+), 364 deletions(-)
Title: Partition-Assisted Clustering and Multiple Alignments of
Networks
Description: Implements partition-assisted clustering and multiple alignments of networks. It 1) utilizes partition-assisted clustering to find robust and accurate clusters and 2) discovers coherent relationships of clusters across multiple samples. It is particularly useful for analyzing single-cell data set. Please see Li et al. (2017) <doi:10.1371/journal.pcbi.1005875> for detail method description.
Author: Ye Henry Li, Dangna Li
Maintainer: Ye Henry Li <hlowl2@gmail.com>
Diff between PAC versions 1.1.3 dated 2020-12-14 and 1.1.4 dated 2021-02-18
DESCRIPTION | 8 ++++---- MD5 | 4 ++-- R/annotateClades.R | 3 ++- 3 files changed, 8 insertions(+), 7 deletions(-)
Title: Plot the Effects of Variables in Interaction Terms
Description: Plots the conditional coefficients ("marginal effects") of
variables included in multiplicative interaction terms.
Author: Frederick Solt [aut],
Yue Hu [aut, cre],
Brenton Kenkel [ctb]
Maintainer: Yue Hu <yuehu@tsinghua.edu.cn>
Diff between interplot versions 0.2.2 dated 2019-11-18 and 0.2.3 dated 2021-02-18
DESCRIPTION | 13 MD5 | 40 +- NEWS.md | 12 R/Interplot.R | 14 - R/Interplot_default.R | 52 ++- R/Interplot_mi.R | 51 ++- R/Interplot_mlm.R | 34 +- R/Interplot_mlmmi.R | 36 +- R/Interplot_plot.R | 39 ++ build/vignette.rds |binary inst/doc/interplot-vignette.R | 51 ++- inst/doc/interplot-vignette.Rmd | 84 ++++-- inst/doc/interplot-vignette.html | 524 +++++++++++++++------------------------ man/interplot.Rd | 24 + man/interplot.default.Rd | 18 + man/interplot.lmerMod.Rd | 16 + man/interplot.lmmi.Rd | 30 ++ man/interplot.mlmmi.Rd | 18 + man/interplot.plot.Rd | 21 + vignettes/interplot-vignette.Rmd | 84 ++++-- vignettes/vignette.bib | 2 21 files changed, 657 insertions(+), 506 deletions(-)
Title: Required 'libphonenumber' jars for the 'dialr' Package
Description: Collects 'libphonenumber' jars required for the
'dialr' package.
Author: Danny Smith [aut, cre],
Google Inc. [ctb, cph] (libphonenumber),
Vonage Holdings Corp. [ctb, cph] (libphonenumber),
Ian Galpin [ctb, cph] (libphonenumber),
Ben Gertzfield [ctb, cph] (libphonenumber)
Maintainer: Danny Smith <danny@gorcha.org>
Diff between dialrjars versions 8.12.16 dated 2021-01-14 and 8.12.18 dated 2021-02-18
dialrjars-8.12.16/dialrjars/inst/java/carrier-1.142.jar |only dialrjars-8.12.16/dialrjars/inst/java/geocoder-2.152.jar |only dialrjars-8.12.16/dialrjars/inst/java/libphonenumber-8.12.16.jar |only dialrjars-8.12.16/dialrjars/inst/java/prefixmapper-2.152.jar |only dialrjars-8.12.18/dialrjars/DESCRIPTION | 6 ++-- dialrjars-8.12.18/dialrjars/MD5 | 14 +++++----- dialrjars-8.12.18/dialrjars/NEWS.md | 10 +++++++ dialrjars-8.12.18/dialrjars/README.md | 5 +-- dialrjars-8.12.18/dialrjars/inst/java/carrier-1.144.jar |only dialrjars-8.12.18/dialrjars/inst/java/geocoder-2.154.jar |only dialrjars-8.12.18/dialrjars/inst/java/libphonenumber-8.12.18.jar |only dialrjars-8.12.18/dialrjars/inst/java/prefixmapper-2.154.jar |only 12 files changed, 22 insertions(+), 13 deletions(-)
Title: Access the U.S. Census Bureau's Geocoding A.P.I. System
Description: Provides access to the U.S. Census Bureau's A.P.I for matching American
street addresses with their longitude and latitude. This includes both single address matching
as well as batch functionality for multiple addresses. Census geographies can be appended to
addresses if desired, and reverse geocoding of point locations to census geographies is also
supported.
Author: Christopher Prener [aut, cre] (<https://orcid.org/0000-0002-4310-9888>),
Branson Fox [aut] (<https://orcid.org/0000-0002-4361-2811>)
Maintainer: Christopher Prener <chris.prener@slu.edu>
Diff between censusxy versions 1.0.0 dated 2020-05-28 and 1.0.1 dated 2021-02-18
DESCRIPTION | 8 - MD5 | 30 ++-- NEWS.md | 4 R/options.R | 2 R/single.R | 4 README.md | 17 +- build/vignette.rds |binary inst/doc/censusxy.Rmd | 8 - inst/doc/censusxy.html | 281 ++++++++---------------------------------- man/cxy_oneline.Rd | 2 man/cxy_single.Rd | 2 man/cxy_vintages.Rd | 2 tests/testthat/test_batch.R | 4 tests/testthat/test_options.R | 11 + tests/testthat/test_single.R | 22 +-- vignettes/censusxy.Rmd | 8 - 16 files changed, 127 insertions(+), 278 deletions(-)
Title: Framework for the Visualization of Distributional Regression
Models
Description: Functions for visualizing distributional regression models fitted using the 'gamlss', 'bamlss' or 'betareg' R package. The core of the package consists of a 'shiny' application, where the model results can be interactively explored and visualized.
Author: Stanislaus Stadlmann [cre, aut]
(<https://orcid.org/0000-0001-6542-6342>)
Maintainer: Stanislaus Stadlmann <stadlmann@uni-goettingen.de>
Diff between distreg.vis versions 1.7.0 dated 2019-09-03 and 1.7.1 dated 2021-02-18
DESCRIPTION | 8 +++--- MD5 | 28 ++++++++++++------------ R/misc.R | 2 - R/moments.R | 4 +-- R/object_specific.R | 49 +++++++++++++++++++++++++++++++++--------- R/plot_dist.R | 4 +-- R/preds.R | 4 +-- R/vis.R | 3 -- man/distreg.vis.Rd | 1 man/dists.Rd | 4 ++- man/model_data.Rd | 4 ++- man/plot_dist.Rd | 15 +++++++++--- man/plot_moments.Rd | 14 +++++++++--- man/reshape_into_long.Rd | 10 ++++++-- tests/testthat/test_02_misc.R | 30 ++++++++++++++++++++++++- 15 files changed, 129 insertions(+), 51 deletions(-)