Title: Tools for Analyzing Factorial Experiments
Description: Offers a helping hand to psychologists and other behavioral scientists who routinely deal with experimental data from factorial experiments. It includes several functions to format output from other R functions according to the style guidelines of the APA (American Psychological Association). This formatted output can be copied directly into manuscripts to facilitate data reporting. These features are backed up by a toolkit of several small helper functions, e.g., offering out-of-the-box outlier removal. The package lends its name to Georg "Schorsch" Schuessler, ingenious technician at the Department of Psychology III, University of Wuerzburg. For details on the implemented methods, see Roland Pfister and Markus Janczyk (2016) <doi: 10.20982/tqmp.12.2.p147>.
Author: Roland Pfister, Markus Janczyk
Maintainer: Roland Pfister <roland.pfister@psychologie.uni-wuerzburg.de>
Diff between schoRsch versions 1.4 dated 2017-02-14 and 1.5 dated 2018-12-15
DESCRIPTION | 10 ++-- MD5 | 12 ++--- R/anova_out.R | 111 +++++++++++++++++++++++++++++++++++++++++++++++++------ R/t_out.R | 17 ++++++-- man/anova_out.Rd | 4 + man/schoRsch.Rd | 5 +- man/t_out.Rd | 4 - 7 files changed, 132 insertions(+), 31 deletions(-)
Title: Function Manipulation Toolbox
Description: Provides functionality for manipulating functions and translating them
in metaprogramming.
Author: Thomas Mailund [aut, cre]
Maintainer: Thomas Mailund <mailund@birc.au.dk>
Diff between foolbox versions 0.1.0 dated 2018-04-27 and 0.1.1 dated 2018-12-15
DESCRIPTION | 12 ++-- MD5 | 20 +++---- README.md | 4 - build/vignette.rds |binary inst/doc/partial-evaluation.html | 62 ++++++++++++++-------- inst/doc/transforming-functions-with-foolbox.html | 28 ++++++++- inst/doc/tutorial.html | 28 ++++++++- man/depth_first_analyse_expr.Rd | 4 - man/depth_first_rewrite_expr.Rd | 4 - man/merge_bottomup.Rd | 2 tests/testthat/test-depth-first-traversals.R | 6 +- 11 files changed, 118 insertions(+), 52 deletions(-)
Title: Visualization and Analysis of Statistical Measures of Confidence
Description: Enables: (1) plotting two-dimensional confidence regions, (2) coverage analysis
of confidence region simulations and (3) calculating confidence intervals and the associated
actual coverage for binomial proportions. Each is given in greater detail next.
(1) Plots the two-dimensional confidence region for probability distribution parameters
(supported distribution suffixes: cauchy, gamma, invgauss, logis, llogis, lnorm, norm, unif,
weibull) corresponding to a user-given complete or right-censored dataset and level of
significance. The crplot() algorithm plots more points in areas of greater curvature to
ensure a smooth appearance throughout the confidence region boundary. An alternative
heuristic plots a specified number of points at roughly uniform intervals along its boundary.
Both heuristics build upon the radial profile log-likelihood ratio technique for plotting
confidence regions given by Jaeger (2016) <doi:10.1080/00031305.2016.1182946>.
(2) Performs confidence region coverage simulations for a random sample drawn from a user-
specified parametric population distribution, or for a user-specified dataset and point of
interest with coversim(). (3) Calculates confidence interval bounds for a binomial
proportion with binomTest(), calculates the actual coverage with binomTestCoverage(), and
plots the actual coverage with binomTestCoveragePlot(). Calculates confidence interval
bounds for the binomial proportion using an ensemble of constituent confidence intervals
with binomTestEnsemble().
Author: Christopher Weld [aut, cre] (<https://orcid.org/0000-0001-5902-9738>),
Hayeon Park [aut],
Lawrence Leemis [aut],
Andrew Loh [ctb],
Yuan Chang [ctb],
Brock Crook [ctb],
Xin Zhang [ctb]
Maintainer: Christopher Weld <ceweld@email.wm.edu>
Diff between conf versions 1.4.0 dated 2018-11-02 and 1.5.0 dated 2018-12-15
DESCRIPTION | 18 MD5 | 39 - R/conf-package.R | 7 R/coversim.R | 31 - R/crplot.R | 1033 ++++++++++++++++++++++++++++++++++-------- build/vignette.rds |binary inst/CITATION |only inst/doc/coversim.R | 5 inst/doc/coversim.Rmd | 5 inst/doc/coversim.html | 21 inst/doc/crplot.R | 44 + inst/doc/crplot.Rmd | 65 +- inst/doc/crplot.html | 143 ++--- inst/doc/crplot_advanced.R |only inst/doc/crplot_advanced.Rmd |only inst/doc/crplot_advanced.html |only man/binomTestCoveragePlot.Rd | 6 man/conf.Rd | 7 man/coversim.Rd | 17 man/crplot.Rd | 45 + vignettes/coversim.Rmd | 5 vignettes/crplot.Rmd | 65 +- vignettes/crplot_advanced.Rmd |only 23 files changed, 1133 insertions(+), 423 deletions(-)
Title: Solving 1D Advection Bi-Flux Diffusion Equation
Description: This software solves an Advection Bi-Flux Diffusive Problem using the Finite Difference Method FDM. Vasconcellos, J.F.V., Marinho, G.M., Zanni, J.H., 2016, Numerical analysis of an anomalous diffusion with a bimodal flux distribution. <doi:10.1016/j.rimni.2016.05.001>. Silva, L.G., Knupp, D.C., Bevilacqua, L., Galeao, A.C.N.R., Silva Neto, A.J., 2014, Formulation and solution of an Inverse Anomalous Diffusion Problem with Stochastic Techniques. <doi:10.5902/2179460X13184>. In this version, it is possible to include a source as a function depending on space and time, that is, s(x,t).
Author: Jader Lugon Junior, Pedro Paulo Gomes Watts Rodrigues, Luiz Bevilacqua, Gisele Moraes Marinho, Diego Campos Knupp, Joao Flavio Vieira Vasconcellos and Antonio Jose da Silva Neto.
Maintainer: Jader Lugon Junior <jlugonjr@gmail.com>
Diff between AdvDif4 versions 0.3.18 dated 2018-09-13 and 0.4.18 dated 2018-12-15
DESCRIPTION | 8 ++++---- MD5 | 6 +++--- R/AdvDif4.R | 22 +++++++++++----------- inst/doc/News.md | 2 ++ 4 files changed, 20 insertions(+), 18 deletions(-)
Title: Markov Chain Monte Carlo Methods for Redistricting Simulation
Description: Enables researchers to sample redistricting plans from a pre-
specified target distribution using a Markov Chain Monte Carlo algorithm.
The package allows for the implementation of various constraints in the
redistricting process such as geographic compactness and population parity
requirements. The algorithm also can be used in combination with efficient
simulation methods such as simulated and parallel tempering algorithms. Tools
for analysis such as inverse probability reweighting and plotting functionality
are included. The package implements methods described in Fifield, Higgins, Imai
and Tarr (2016) ``A New Automated Redistricting Simulator Using Markov Chain
Monte Carlo,'' working paper available at
<https://imai.fas.harvard.edu/research/files/redist.pdf>.
Author: Ben Fifield <bfifield@princeton.edu>, Alexander Tarr
<atarr@princeton.edu>, Michael Higgins <mikehiggins@k-state.edu>, and Kosuke
Imai <imai@harvard.edu>
Maintainer: Ben Fifield <bfifield@princeton.edu>
Diff between redist versions 1.3-2 dated 2018-10-17 and 1.3-3 dated 2018-12-15
DESCRIPTION | 8 ++++---- MD5 | 4 ++-- src/enumerate.cpp | 3 ++- 3 files changed, 8 insertions(+), 7 deletions(-)
Title: Multiple Hypotheses Testing for Discrete Data
Description: A comprehensive tool for almost all existing multiple testing
methods for discrete data. The package also provides some novel multiple testing
procedures controlling FWER/FDR for discrete data. Given discrete p-values
and their domains, the [method].p.adjust function returns adjusted p-values,
which can be used to compare with the nominal significant level alpha and make
decisions. For users' convenience, the functions also provide the output option
for printing decision rules.
Author: Yalin Zhu, Wenge Guo
Maintainer: Yalin Zhu <yalin.zhu@outlook.com>
Diff between MHTdiscrete versions 1.0.0 dated 2017-11-23 and 1.0.1 dated 2018-12-15
DESCRIPTION | 9 +++----- MD5 | 8 +++---- R/MHTdiscrete.R | 4 +++ R/Pval.R | 59 ++++++++++++++++++++++++++++++++--------------------- man/MHTdiscrete.Rd | 4 +++ 5 files changed, 52 insertions(+), 32 deletions(-)
Title: Performs Common Linear Algebra Operations Used in Quantum
Computing
Description: Contains basic structures and operations used frequently in quantum
computing. Intended to be a convenient tool to help in practicing the linear
algebra involved in quantum operations. Has functionality for the creation of arbitrarily sized
kets, bras, matrices and implements quantum gates, inner products, and tensor
products. Can convert functions into equivalent quantum gates.
Author: Salonik Resch
Maintainer: Salonik Resch <resc0059@umn.edu>
Diff between QuantumOps versions 1.0 dated 2018-11-19 and 2.0 dated 2018-12-15
QuantumOps-1.0/QuantumOps/R/BELLg.R |only QuantumOps-1.0/QuantumOps/R/CXg.R |only QuantumOps-1.0/QuantumOps/R/CYg.R |only QuantumOps-1.0/QuantumOps/R/CZg.R |only QuantumOps-1.0/QuantumOps/R/Hg.R |only QuantumOps-1.0/QuantumOps/R/Rg.R |only QuantumOps-1.0/QuantumOps/R/Sg.R |only QuantumOps-1.0/QuantumOps/R/Tg.R |only QuantumOps-1.0/QuantumOps/R/Xg.R |only QuantumOps-1.0/QuantumOps/R/Yg.R |only QuantumOps-1.0/QuantumOps/R/Zg.R |only QuantumOps-1.0/QuantumOps/R/zzz.R |only QuantumOps-1.0/QuantumOps/man/BELLg.Rd |only QuantumOps-1.0/QuantumOps/man/CXg.Rd |only QuantumOps-1.0/QuantumOps/man/CYg.Rd |only QuantumOps-1.0/QuantumOps/man/CZg.Rd |only QuantumOps-1.0/QuantumOps/man/Hg.Rd |only QuantumOps-1.0/QuantumOps/man/Rg.Rd |only QuantumOps-1.0/QuantumOps/man/Sg.Rd |only QuantumOps-1.0/QuantumOps/man/Tg.Rd |only QuantumOps-1.0/QuantumOps/man/Xg.Rd |only QuantumOps-1.0/QuantumOps/man/Yg.Rd |only QuantumOps-1.0/QuantumOps/man/Zg.Rd |only QuantumOps-2.0/QuantumOps/DESCRIPTION | 12 ++-- QuantumOps-2.0/QuantumOps/MD5 | 78 ++++++++++++++++------------ QuantumOps-2.0/QuantumOps/NAMESPACE | 28 ++++++---- QuantumOps-2.0/QuantumOps/R/BELL.R |only QuantumOps-2.0/QuantumOps/R/CX.R |only QuantumOps-2.0/QuantumOps/R/CY.R |only QuantumOps-2.0/QuantumOps/R/CZ.R |only QuantumOps-2.0/QuantumOps/R/H.R |only QuantumOps-2.0/QuantumOps/R/I.R |only QuantumOps-2.0/QuantumOps/R/R.R |only QuantumOps-2.0/QuantumOps/R/S.R |only QuantumOps-2.0/QuantumOps/R/T.R |only QuantumOps-2.0/QuantumOps/R/TOFFOLI.R |only QuantumOps-2.0/QuantumOps/R/U.R |only QuantumOps-2.0/QuantumOps/R/Uf.R |only QuantumOps-2.0/QuantumOps/R/X.R |only QuantumOps-2.0/QuantumOps/R/Y.R |only QuantumOps-2.0/QuantumOps/R/Z.R |only QuantumOps-2.0/QuantumOps/R/addmod2.R |only QuantumOps-2.0/QuantumOps/R/controlled.R | 11 +-- QuantumOps-2.0/QuantumOps/R/dirac.R |only QuantumOps-2.0/QuantumOps/R/hermitian.R | 8 ++ QuantumOps-2.0/QuantumOps/R/teleport.R |only QuantumOps-2.0/QuantumOps/R/tensor.R | 9 ++- QuantumOps-2.0/QuantumOps/R/unitary.R | 8 ++ QuantumOps-2.0/QuantumOps/man/BELL.Rd |only QuantumOps-2.0/QuantumOps/man/CX.Rd |only QuantumOps-2.0/QuantumOps/man/CY.Rd |only QuantumOps-2.0/QuantumOps/man/CZ.Rd |only QuantumOps-2.0/QuantumOps/man/H.Rd |only QuantumOps-2.0/QuantumOps/man/I.Rd |only QuantumOps-2.0/QuantumOps/man/R.Rd |only QuantumOps-2.0/QuantumOps/man/S.Rd |only QuantumOps-2.0/QuantumOps/man/T.Rd |only QuantumOps-2.0/QuantumOps/man/TOFFOLI.Rd |only QuantumOps-2.0/QuantumOps/man/U.Rd |only QuantumOps-2.0/QuantumOps/man/Uf.Rd |only QuantumOps-2.0/QuantumOps/man/X.Rd |only QuantumOps-2.0/QuantumOps/man/Y.Rd |only QuantumOps-2.0/QuantumOps/man/Z.Rd |only QuantumOps-2.0/QuantumOps/man/controlled.Rd | 6 +- QuantumOps-2.0/QuantumOps/man/dirac.Rd |only QuantumOps-2.0/QuantumOps/man/dist.Rd | 2 QuantumOps-2.0/QuantumOps/man/hermitian.Rd | 2 QuantumOps-2.0/QuantumOps/man/teleport.Rd |only QuantumOps-2.0/QuantumOps/man/tensor.Rd | 10 +-- 69 files changed, 104 insertions(+), 70 deletions(-)
Title: Coloured Formatting for Columns
Description: Provides a 'pillar' generic designed for formatting columns
of data using the full range of colours provided by modern terminals.
Author: Kirill Müller [aut, cre],
Hadley Wickham [aut],
RStudio [cph]
Maintainer: Kirill Müller <krlmlr+r@mailbox.org>
Diff between pillar versions 1.3.0 dated 2018-07-14 and 1.3.1 dated 2018-12-15
DESCRIPTION | 15 - MD5 | 224 +++++++++++++-------------- NAMESPACE | 1 NEWS.md | 17 ++ R/multi.R | 3 R/shaft.R | 14 + R/sigfig.R | 4 R/styles.R | 11 - R/testthat.R | 2 R/tick.R | 5 R/type-sum.R | 8 R/zzz.R | 4 man/pillar-package.Rd | 2 man/pillar_shaft.Rd | 6 tests/testthat/bw-out/difftime.txt |only tests/testthat/bw-out/list-na.txt | 2 tests/testthat/bw-out/na-names.txt | 2 tests/testthat/bw-out/str-01-1382-59.txt | 6 tests/testthat/bw-out/str-02-837-54.txt | 30 +-- tests/testthat/bw-out/str-03-455-32.txt | 54 +++--- tests/testthat/bw-out/str-04-855-55.txt | 24 +- tests/testthat/bw-out/str-05-552-54.txt | 30 +-- tests/testthat/bw-out/str-06-1031-49.txt | 18 +- tests/testthat/bw-out/str-07-429-38.txt | 48 ++--- tests/testthat/bw-out/str-08-633-54.txt | 30 +-- tests/testthat/bw-out/str-10-493-31.txt | 54 +++--- tests/testthat/bw-out/str-11-1130-52.txt | 24 +- tests/testthat/bw-out/str-12-1310-58.txt | 18 +- tests/testthat/bw-out/str-13-484-47.txt | 36 ++-- tests/testthat/bw-out/str-14-779-55.txt | 24 +- tests/testthat/bw-out/str-15-694-46.txt | 36 ++-- tests/testthat/bw-out/str-16-516-54.txt | 36 ++-- tests/testthat/bw-out/str-17-1365-42.txt | 12 - tests/testthat/bw-out/str-18-934-39.txt | 30 +-- tests/testthat/bw-out/str-19-565-32.txt | 48 ++--- tests/testthat/bw-out/str-20-1121-35.txt | 24 +- tests/testthat/bw-out/str-21-446-32.txt | 54 +++--- tests/testthat/bw-out/str-22-1166-31.txt | 12 - tests/testthat/bw-out/str-23-546-58.txt | 30 +-- tests/testthat/bw-out/str-24-1035-57.txt | 18 +- tests/testthat/bw-out/str-25-1217-33.txt | 18 +- tests/testthat/bw-out/str-26-770-32.txt | 30 +-- tests/testthat/bw-out/str-27-1439-46.txt | 12 - tests/testthat/bw-out/str-28-1065-52.txt | 24 +- tests/testthat/bw-out/str-29-393-35.txt | 60 +++---- tests/testthat/bw-out/str-30-999-41.txt | 24 +- tests/testthat/helper-output.R | 2 tests/testthat/out-native/difftime.txt |only tests/testthat/out-native/list-na.txt | 2 tests/testthat/out-native/na-names.txt | 2 tests/testthat/out-native/str-01-1382-59.txt | 6 tests/testthat/out-native/str-02-837-54.txt | 30 +-- tests/testthat/out-native/str-03-455-32.txt | 54 +++--- tests/testthat/out-native/str-04-855-55.txt | 24 +- tests/testthat/out-native/str-05-552-54.txt | 30 +-- tests/testthat/out-native/str-06-1031-49.txt | 18 +- tests/testthat/out-native/str-07-429-38.txt | 48 ++--- tests/testthat/out-native/str-08-633-54.txt | 30 +-- tests/testthat/out-native/str-10-493-31.txt | 54 +++--- tests/testthat/out-native/str-11-1130-52.txt | 24 +- tests/testthat/out-native/str-12-1310-58.txt | 18 +- tests/testthat/out-native/str-13-484-47.txt | 36 ++-- tests/testthat/out-native/str-14-779-55.txt | 24 +- tests/testthat/out-native/str-15-694-46.txt | 36 ++-- tests/testthat/out-native/str-16-516-54.txt | 36 ++-- tests/testthat/out-native/str-17-1365-42.txt | 12 - tests/testthat/out-native/str-18-934-39.txt | 30 +-- tests/testthat/out-native/str-19-565-32.txt | 48 ++--- tests/testthat/out-native/str-20-1121-35.txt | 24 +- tests/testthat/out-native/str-21-446-32.txt | 54 +++--- tests/testthat/out-native/str-22-1166-31.txt | 12 - tests/testthat/out-native/str-23-546-58.txt | 30 +-- tests/testthat/out-native/str-24-1035-57.txt | 18 +- tests/testthat/out-native/str-25-1217-33.txt | 18 +- tests/testthat/out-native/str-26-770-32.txt | 30 +-- tests/testthat/out-native/str-27-1439-46.txt | 12 - tests/testthat/out-native/str-28-1065-52.txt | 24 +- tests/testthat/out-native/str-29-393-35.txt | 60 +++---- tests/testthat/out-native/str-30-999-41.txt | 24 +- tests/testthat/out-native/utf8.txt | 34 ++-- tests/testthat/out/difftime.txt |only tests/testthat/out/list-na.txt | 2 tests/testthat/out/na-names.txt | 2 tests/testthat/out/str-01-1382-59.txt | 6 tests/testthat/out/str-02-837-54.txt | 30 +-- tests/testthat/out/str-03-455-32.txt | 54 +++--- tests/testthat/out/str-04-855-55.txt | 24 +- tests/testthat/out/str-05-552-54.txt | 30 +-- tests/testthat/out/str-06-1031-49.txt | 18 +- tests/testthat/out/str-07-429-38.txt | 48 ++--- tests/testthat/out/str-08-633-54.txt | 30 +-- tests/testthat/out/str-10-493-31.txt | 54 +++--- tests/testthat/out/str-11-1130-52.txt | 24 +- tests/testthat/out/str-12-1310-58.txt | 18 +- tests/testthat/out/str-13-484-47.txt | 36 ++-- tests/testthat/out/str-14-779-55.txt | 24 +- tests/testthat/out/str-15-694-46.txt | 36 ++-- tests/testthat/out/str-16-516-54.txt | 36 ++-- tests/testthat/out/str-17-1365-42.txt | 12 - tests/testthat/out/str-18-934-39.txt | 30 +-- tests/testthat/out/str-19-565-32.txt | 48 ++--- tests/testthat/out/str-20-1121-35.txt | 24 +- tests/testthat/out/str-21-446-32.txt | 54 +++--- tests/testthat/out/str-22-1166-31.txt | 12 - tests/testthat/out/str-23-546-58.txt | 30 +-- tests/testthat/out/str-24-1035-57.txt | 18 +- tests/testthat/out/str-25-1217-33.txt | 18 +- tests/testthat/out/str-26-770-32.txt | 30 +-- tests/testthat/out/str-27-1439-46.txt | 12 - tests/testthat/out/str-28-1065-52.txt | 24 +- tests/testthat/out/str-29-393-35.txt | 60 +++---- tests/testthat/out/str-30-999-41.txt | 24 +- tests/testthat/test-distribute.R |only tests/testthat/test-format_time.R | 3 tests/testthat/test-obj-sum.R | 3 115 files changed, 1506 insertions(+), 1456 deletions(-)
Title: High-Performance Stemmer, Tokenizer, and Spell Checker
Description: Low level spell checker and morphological analyzer based on the
famous 'hunspell' library <https://hunspell.github.io>. The package can analyze
or check individual words as well as parse text, latex, html or xml documents.
For a more user-friendly interface use the 'spelling' package which builds on
this package to automate checking of files, documentation and vignettes in all
common formats.
Author: Jeroen Ooms [aut, cre],
Authors of libhunspell [cph] (see AUTHORS file)
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>
Diff between hunspell versions 2.9 dated 2017-12-16 and 3.0 dated 2018-12-15
DESCRIPTION | 11 MD5 | 89 NAMESPACE | 1 NEWS | 10 R/hunspell.R | 34 README.md | 1 build/vignette.rds |binary inst/WORDLIST | 9 inst/dict/en_GB.aff | 2054 +-- inst/dict/en_GB.dic |29765 +++++++++++++++++++++++++++++++++++++------- inst/dict/en_US.dic | 234 inst/dict/readme.txt | 4 inst/doc/intro.R | 7 inst/doc/intro.Rmd | 22 inst/doc/intro.html | 394 man/hunspell.Rd | 9 src/Makevars | 2 src/hunspell/affentry.cc | 12 src/hunspell/affentry.hxx | 4 src/hunspell/affixmgr.cc | 309 src/hunspell/affixmgr.hxx | 7 src/hunspell/atypes.hxx | 10 src/hunspell/csutil.cc | 98 src/hunspell/csutil.hxx | 27 src/hunspell/filemgr.hxx | 2 src/hunspell/hashmgr.cc | 258 src/hunspell/hashmgr.hxx | 17 src/hunspell/htypes.hxx | 15 src/hunspell/hunspell.cc | 904 - src/hunspell/hunzip.cc | 2 src/hunspell/langnum.hxx | 1 src/hunspell/suggestmgr.cc | 272 src/hunspell/suggestmgr.hxx | 15 src/hunspell/utf_info.hxx |only src/parsers/htmlparser.cc | 6 src/parsers/latexparser.cc | 18 src/parsers/manparser.cc | 2 src/parsers/odfparser.cc | 12 src/parsers/odfparser.hxx | 1 src/parsers/textparser.cc | 4 src/parsers/textparser.hxx | 1 src/parsers/xmlparser.cc | 47 src/parsers/xmlparser.hxx | 6 tests/spelling.R | 4 tests/testthat/test-case.R | 13 vignettes/intro.Rmd | 22 46 files changed, 28657 insertions(+), 6078 deletions(-)
Title: Bridge Between 'R' and 'Scala' with Callbacks
Description: 'Scala' <http://www.scala-lang.org/> is embedded in 'R' and callbacks from 'Scala' to 'R' are available. Support is provided to write 'R' packages that access 'Scala'. After installation, please run 'rscala::scalaConfig()'.
Author: David B. Dahl [aut, cre]
Maintainer: David B. Dahl <dahl@stat.byu.edu>
Diff between rscala versions 3.2.5 dated 2018-12-08 and 3.2.6 dated 2018-12-15
rscala-3.2.5/rscala/inst/java/scala-2.11/rscala_2.11-3.2.5.jar |only rscala-3.2.5/rscala/inst/java/scala-2.12/rscala_2.12-3.2.5.jar |only rscala-3.2.5/rscala/inst/java/scala-2.13.0-M5/rscala_2.13.0-M5-3.2.5.jar |only rscala-3.2.5/rscala/java/rscala_2.12-3.2.5-sources.jar |only rscala-3.2.6/rscala/DESCRIPTION | 10 +-- rscala-3.2.6/rscala/MD5 | 26 +++++----- rscala-3.2.6/rscala/NEWS | 3 + rscala-3.2.6/rscala/R/scala.R | 8 ++- rscala-3.2.6/rscala/R/scalaConfig.R | 15 +++-- rscala-3.2.6/rscala/README.md | 2 rscala-3.2.6/rscala/build/vignette.rds |binary rscala-3.2.6/rscala/configure | 3 - rscala-3.2.6/rscala/configure.win | 3 - rscala-3.2.6/rscala/inst/doc/rscala.pdf |binary rscala-3.2.6/rscala/inst/java/scala-2.11/rscala_2.11-3.2.6.jar |only rscala-3.2.6/rscala/inst/java/scala-2.12/rscala_2.12-3.2.6.jar |only rscala-3.2.6/rscala/inst/java/scala-2.13.0-M5/rscala_2.13.0-M5-3.2.6.jar |only rscala-3.2.6/rscala/java/rscala_2.12-3.2.6-sources.jar |only 18 files changed, 42 insertions(+), 28 deletions(-)
Title: Pricing Equity Derivatives with Extensions of Black-Scholes
Description: Algorithms to price American and European
equity options, convertible bonds and a
variety of other financial derivatives. It uses an
extension of the usual Black-Scholes model in which
jump to default may occur at a probability specified
by a power-law link between stock price and hazard
rate as found in the paper by Takahashi, Kobayashi,
and Nakagawa (2001) <doi:10.3905/jfi.2001.319302>. We
use ideas and techniques from Andersen and
Buffum (2002) <doi:10.2139/ssrn.355308> and
Linetsky (2006) <doi:10.1111/j.1467-9965.2006.00271.x>.
Author: Brian K. Boonstra
Maintainer: Brian K. Boonstra <ragtop@boonstra.org>
Diff between ragtop versions 0.5 dated 2016-09-28 and 1.0.0 dated 2018-12-15
ragtop-0.5/ragtop/R/Untitled.R |only ragtop-1.0.0/ragtop/DESCRIPTION | 11 ragtop-1.0.0/ragtop/MD5 | 122 +++++----- ragtop-1.0.0/ragtop/NEWS.md |only ragtop-1.0.0/ragtop/R/instruments.R | 12 ragtop-1.0.0/ragtop/R/zzz.R | 4 ragtop-1.0.0/ragtop/README.md | 25 +- ragtop-1.0.0/ragtop/build/vignette.rds |binary ragtop-1.0.0/ragtop/inst/doc/ragtop_convertibles_in_r.Rmd | 2 ragtop-1.0.0/ragtop/inst/doc/ragtop_convertibles_in_r.pdf |binary ragtop-1.0.0/ragtop/man/AmericanOption-class.Rd | 2 ragtop-1.0.0/ragtop/man/CALL.Rd | 1 ragtop-1.0.0/ragtop/man/CallableBond-class.Rd | 13 - ragtop-1.0.0/ragtop/man/ConvertibleBond-class.Rd | 3 ragtop-1.0.0/ragtop/man/CouponBond-class.Rd | 3 ragtop-1.0.0/ragtop/man/EquityOption-class.Rd | 3 ragtop-1.0.0/ragtop/man/EuropeanOption-class.Rd | 2 ragtop-1.0.0/ragtop/man/GridPricedInstrument-class.Rd | 3 ragtop-1.0.0/ragtop/man/PUT.Rd | 1 ragtop-1.0.0/ragtop/man/Quandl_df_fcn_UST.Rd | 1 ragtop-1.0.0/ragtop/man/Quandl_df_fcn_UST_raw.Rd | 1 ragtop-1.0.0/ragtop/man/TIME_RESOLUTION_FACTOR.Rd | 1 ragtop-1.0.0/ragtop/man/TIME_RESOLUTION_SIGNIF_DIGITS.Rd | 1 ragtop-1.0.0/ragtop/man/TSLAMarket.Rd | 1 ragtop-1.0.0/ragtop/man/ZeroCouponBond-class.Rd | 5 ragtop-1.0.0/ragtop/man/accelerated_coupon_value.Rd | 7 ragtop-1.0.0/ragtop/man/adjust_for_dividends.Rd | 2 ragtop-1.0.0/ragtop/man/american.Rd | 22 - ragtop-1.0.0/ragtop/man/american_implied_volatility.Rd | 42 +-- ragtop-1.0.0/ragtop/man/black_scholes_on_term_structures.Rd | 26 +- ragtop-1.0.0/ragtop/man/blackscholes.Rd | 15 - ragtop-1.0.0/ragtop/man/construct_implicit_grid_structure.Rd | 2 ragtop-1.0.0/ragtop/man/construct_tridiagonals.Rd | 1 ragtop-1.0.0/ragtop/man/control_variate_pairs.Rd | 2 ragtop-1.0.0/ragtop/man/coupon_value_at_exercise.Rd | 7 ragtop-1.0.0/ragtop/man/equivalent_bs_vola_to_jump.Rd | 24 + ragtop-1.0.0/ragtop/man/equivalent_jump_vola_to_bs.Rd | 29 +- ragtop-1.0.0/ragtop/man/find_present_value.Rd | 19 - ragtop-1.0.0/ragtop/man/fit_to_option_market.Rd | 8 ragtop-1.0.0/ragtop/man/fit_to_option_market_df.Rd | 5 ragtop-1.0.0/ragtop/man/fit_variance_cumulation.Rd | 29 +- ragtop-1.0.0/ragtop/man/form_present_value_grid.Rd | 15 - ragtop-1.0.0/ragtop/man/implied_jump_process_volatility.Rd | 17 - ragtop-1.0.0/ragtop/man/implied_volatilities.Rd | 18 - ragtop-1.0.0/ragtop/man/implied_volatilities_with_rates_struct.Rd | 18 - ragtop-1.0.0/ragtop/man/implied_volatility.Rd | 22 - ragtop-1.0.0/ragtop/man/implied_volatility_with_term_struct.Rd | 26 +- ragtop-1.0.0/ragtop/man/infer_conforming_time_grid.Rd | 2 ragtop-1.0.0/ragtop/man/integrate_pde.Rd | 8 ragtop-1.0.0/ragtop/man/is.blank.Rd | 1 ragtop-1.0.0/ragtop/man/iterate_grid_from_timestep.Rd | 6 ragtop-1.0.0/ragtop/man/penalty_with_intensity_link.Rd | 10 ragtop-1.0.0/ragtop/man/price_with_intensity_link.Rd | 5 ragtop-1.0.0/ragtop/man/ragtop.Rd | 2 ragtop-1.0.0/ragtop/man/shift_for_dividends.Rd | 2 ragtop-1.0.0/ragtop/man/spot_to_df_fcn.Rd | 1 ragtop-1.0.0/ragtop/man/take_implicit_timestep.Rd | 2 ragtop-1.0.0/ragtop/man/time_adj_dividends.Rd | 2 ragtop-1.0.0/ragtop/man/timestep_instruments.Rd | 2 ragtop-1.0.0/ragtop/man/value_from_prior_coupons.Rd | 2 ragtop-1.0.0/ragtop/man/variance_cumulation_from_vols.Rd | 1 ragtop-1.0.0/ragtop/tests/testthat/test_convertibles.R | 28 ++ ragtop-1.0.0/ragtop/vignettes/ragtop_convertibles_in_r.Rmd | 2 63 files changed, 357 insertions(+), 292 deletions(-)
Title: Polygonal Symbolic Data Analysis
Description: An implementation of symbolic polygonal data analysis. The package presents the estimation of main descriptive statistical measures, e.g, mean, covariance, variance, correlation and coefficient of variation.
In addition, transformation of the data in polygons. Empirical probability distribution function based on
polygonal histogram and regression models are presented.
Author: Wagner Silva [aut, cre, ths],
Renata Souza [aut],
Francisco Cysneiros [aut]
Maintainer: Wagner Silva <wjfs@cin.ufpe.br>
Diff between psda versions 1.0.1 dated 2018-10-08 and 1.2.0 dated 2018-12-15
DESCRIPTION | 8 ++++---- MD5 | 7 ++++++- R/data.R |only data |only man/longair.Rd |only man/wnba2014.Rd |only 6 files changed, 10 insertions(+), 5 deletions(-)
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 <anders.ellern.bilgrau@gmail.com>
Diff between GMCM versions 1.2.4 dated 2017-01-13 and 1.3.0 dated 2018-12-15
GMCM-1.2.4/GMCM/tests/testthat/test-is.theta.R |only GMCM-1.2.4/GMCM/vignettes/STS-27.jpg |only GMCM-1.3.0/GMCM/DESCRIPTION | 12 GMCM-1.3.0/GMCM/MD5 | 138 +++++----- GMCM-1.3.0/GMCM/NAMESPACE | 10 GMCM-1.3.0/GMCM/R/GMCM-package.R | 2 GMCM-1.3.0/GMCM/R/MStep.R | 13 GMCM-1.3.0/GMCM/R/PseudoEMAlgorithm.R | 2 GMCM-1.3.0/GMCM/R/RcppExports.R | 20 - GMCM-1.3.0/GMCM/R/as.theta.R |only GMCM-1.3.0/GMCM/R/choose.theta.R | 51 ++- GMCM-1.3.0/GMCM/R/colSds.R | 1 GMCM-1.3.0/GMCM/R/dgmcm.loglik.R | 4 GMCM-1.3.0/GMCM/R/fit.full.GMCM.R | 23 + GMCM-1.3.0/GMCM/R/fit.meta.GMCM.R | 4 GMCM-1.3.0/GMCM/R/full2meta.R | 12 GMCM-1.3.0/GMCM/R/is.theta.R | 9 GMCM-1.3.0/GMCM/R/meta2full.R | 19 - GMCM-1.3.0/GMCM/R/plot.theta.R |only GMCM-1.3.0/GMCM/R/print.theta.R |only GMCM-1.3.0/GMCM/R/qgmm.marginal.R | 31 +- GMCM-1.3.0/GMCM/R/rowSds.R | 1 GMCM-1.3.0/GMCM/R/rtheta.R | 8 GMCM-1.3.0/GMCM/R/summary.theta.R |only GMCM-1.3.0/GMCM/R/theta2vector.R | 19 - GMCM-1.3.0/GMCM/R/vector2theta.R | 14 - GMCM-1.3.0/GMCM/README.md | 11 GMCM-1.3.0/GMCM/build/vignette.rds |binary GMCM-1.3.0/GMCM/data/freshVsFrozen.RData |binary GMCM-1.3.0/GMCM/data/u133VsExon.RData |binary GMCM-1.3.0/GMCM/inst/NEWS.Rd | 40 ++ GMCM-1.3.0/GMCM/inst/doc/GMCM-JStatSoft.R | 3 GMCM-1.3.0/GMCM/inst/doc/GMCM-JStatSoft.Rnw | 11 GMCM-1.3.0/GMCM/inst/doc/GMCM-JStatSoft.pdf |binary GMCM-1.3.0/GMCM/man/EMAlgorithm.Rd | 15 - GMCM-1.3.0/GMCM/man/EStep.Rd | 9 GMCM-1.3.0/GMCM/man/GMCM-package.Rd | 17 - GMCM-1.3.0/GMCM/man/PseudoEMAlgorithm.Rd | 13 GMCM-1.3.0/GMCM/man/SimulateGMCMData.Rd | 9 GMCM-1.3.0/GMCM/man/Uhat.Rd | 9 GMCM-1.3.0/GMCM/man/as.theta.Rd |only GMCM-1.3.0/GMCM/man/choose.theta.Rd | 18 - GMCM-1.3.0/GMCM/man/colSds.Rd | 9 GMCM-1.3.0/GMCM/man/cummean.Rd | 9 GMCM-1.3.0/GMCM/man/dgmcm.loglik.Rd | 12 GMCM-1.3.0/GMCM/man/dmvnormal.Rd | 9 GMCM-1.3.0/GMCM/man/fit.full.GMCM.Rd | 23 + GMCM-1.3.0/GMCM/man/fit.meta.GMCM.Rd | 13 GMCM-1.3.0/GMCM/man/freshVsFrozen.Rd | 9 GMCM-1.3.0/GMCM/man/full2meta.Rd | 23 - GMCM-1.3.0/GMCM/man/get.IDR.Rd | 15 - GMCM-1.3.0/GMCM/man/is.theta.Rd | 13 GMCM-1.3.0/GMCM/man/logit.Rd | 9 GMCM-1.3.0/GMCM/man/plot.theta.Rd |only GMCM-1.3.0/GMCM/man/print.theta.Rd |only GMCM-1.3.0/GMCM/man/rho.transform.Rd | 9 GMCM-1.3.0/GMCM/man/rtheta.Rd | 13 GMCM-1.3.0/GMCM/man/summary.theta.Rd |only GMCM-1.3.0/GMCM/man/tt.Rd | 9 GMCM-1.3.0/GMCM/man/u133VsExon.Rd | 9 GMCM-1.3.0/GMCM/src/RcppExports.cpp | 110 ++++--- GMCM-1.3.0/GMCM/tests/testthat/test-EMAlgorithm.R | 44 ++- GMCM-1.3.0/GMCM/tests/testthat/test-PseudoEMAlgorithm.R | 13 GMCM-1.3.0/GMCM/tests/testthat/test-Uhat.R |only GMCM-1.3.0/GMCM/tests/testthat/test-as.theta.R |only GMCM-1.3.0/GMCM/tests/testthat/test-colSds-rowSds.R | 2 GMCM-1.3.0/GMCM/tests/testthat/test-fit.full.GMCM.R |only GMCM-1.3.0/GMCM/tests/testthat/test-fit.meta.GMCM.R |only GMCM-1.3.0/GMCM/tests/testthat/test-full2meta-meta2full.R | 17 + GMCM-1.3.0/GMCM/tests/testthat/test-get.idr-get.prob-get.IDR2.R | 71 ++--- GMCM-1.3.0/GMCM/tests/testthat/test-is.theta-rtheta.R |only GMCM-1.3.0/GMCM/tests/testthat/test-pgmm.marginal.R | 33 +- GMCM-1.3.0/GMCM/tests/testthat/test-plot.theta.R |only GMCM-1.3.0/GMCM/tests/testthat/test-print.theta-summary.theta.R |only GMCM-1.3.0/GMCM/tests/testthat/test-qgmm.marginal.R | 23 + GMCM-1.3.0/GMCM/tests/testthat/test-tt-inv.tt.R | 21 + GMCM-1.3.0/GMCM/tests/testthat/test-vector2theta-theta2vector.R |only GMCM-1.3.0/GMCM/vignettes/GMCM-JStatSoft.Rnw | 11 GMCM-1.3.0/GMCM/vignettes/GMCM-Standalone.R | 3 79 files changed, 663 insertions(+), 417 deletions(-)
Title: Classical Word Pools Used in Studies of Learning and Memory
Description: Collects several classical word pools used most often
to provide lists of words in psychological studies of learning and memory. It
provides a simple function, 'pickList' for selecting random samples of words
within given ranges.
Author: Michael Friendly [aut, cre] (<https://orcid.org/0000-0002-3237-0941>)
Maintainer: Michael Friendly <friendly@yorku.ca>
Diff between WordPools versions 1.0-2 dated 2012-12-16 and 1.1-1 dated 2018-12-15
DESCRIPTION | 31 +++++++------- MD5 | 29 ++++++++----- NAMESPACE | 13 +++++- NEWS.md |only R/pickList.R | 52 ++++++++++++++++++++++++ R/plotDensity.R |only R/within.R |only data/Battig.RData |binary data/CatProp.RData |binary data/Paivio.RData |binary data/TWP.RData |binary man/Battig.Rd | 4 - man/Paivio.Rd | 27 ++++++------ man/TWP.Rd | 29 ++++++++++++- man/WordPools-package.Rd | 32 +++++++++++---- man/pickList.Rd | 99 +++++++++++++++++++---------------------------- man/plotDensity.Rd |only man/within.Rd |only 18 files changed, 205 insertions(+), 111 deletions(-)
Title: 'linl' is not 'Letter'
Description: A 'LaTeX' Letter class for 'rmarkdown', using the
'pandoc-letter' template adapted for use with 'markdown'.
Author: Dirk Eddelbuettel and Aaron Wolen
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Diff between linl versions 0.0.2 dated 2017-10-29 and 0.0.3 dated 2018-12-15
ChangeLog | 13 +++++++++++++ DESCRIPTION | 8 ++++---- MD5 | 12 ++++++------ build/vignette.rds |binary inst/NEWS.Rd | 11 +++++++++-- inst/doc/linl.pdf |binary inst/rmarkdown/templates/pdf/resources/template.tex | 1 - 7 files changed, 32 insertions(+), 13 deletions(-)
Title: Power Analysis Tools for Multilevel Randomized Experiments
Description: Includes tools to calculate statistical power, minimum detectable effect size, and minimum required sample size for various multilevel randomized experiments with continuous outcomes. Some of the functions can assist with planning two- and three-level cluster-randomized trials (CRTs) sensitive to moderation effects, and with planning two-level CRTs sensitive to 2-2-1 and 2-1-1 mediation effects. See 'PowerUp!' Excel series at <https://www.causalevaluation.org/>.
Author: Metin Bulus [aut, cre],
Nianbo Dong [aut],
Benjamin Kelcey [aut],
Jessaca Spybrook [aut]
Maintainer: Metin Bulus <bulusmetin@gmail.com>
Diff between PowerUpR versions 1.0.1 dated 2018-10-18 and 1.0.2 dated 2018-12-15
DESCRIPTION | 14 +-- MD5 | 76 ++++++++-------- NAMESPACE | 17 --- NEWS.md | 3 R/bcra3f2.R | 2 R/bcra3r2.R | 2 R/bcra4f3.R | 2 R/bcra4r2.R | 2 R/bcra4r3.R | 2 R/bira2c1.R | 2 R/bira2f1.R | 2 R/bira2r1.R | 2 R/bira3r1.R | 2 R/bira4r1.R | 2 R/cra2r2.R | 14 +-- R/cra3r3.R | 94 ++++++++++----------- R/cra4r4.R | 2 R/depdef.R | 50 ----------- R/ira1r1.R | 2 R/t1t2.R | 18 ++-- R/utils.R | 7 + README.md | 4 build/vignette.rds |binary inst/CITATION | 4 inst/doc/three_level_cluster_randomized_trial.html | 4 man/PowerUpR-deprecated.Rd | 43 --------- man/bcra3f2.Rd | 4 man/bcra3r2.Rd | 2 man/bcra4f3.Rd | 4 man/bcra4r2.Rd | 2 man/bcra4r3.Rd | 2 man/bira2c1.Rd | 2 man/bira2f1.Rd | 4 man/bira2r1.Rd | 2 man/bira3r1.Rd | 2 man/bira4r1.Rd | 2 man/cra2r2.Rd | 9 -- man/cra3r3.Rd | 4 man/cra4r4.Rd | 4 39 files changed, 158 insertions(+), 257 deletions(-)
Title: Interpolation and Extrapolation for Species Diversity
Description: Provides simple functions to compute and plot two
types (sample-size- and coverage-based) rarefaction and extrapolation of species
diversity (Hill numbers) for individual-based (abundance) data or sampling-unit-
based (incidence) data.
Author: T. C. Hsieh, K. H. Ma and Anne Chao
Maintainer: T. C. Hsieh <euler96@gmail.com>
Diff between iNEXT versions 2.0.17 dated 2018-09-19 and 2.0.18 dated 2018-12-15
DESCRIPTION | 6 +-- MD5 | 20 +++++----- NEWS | 5 ++ R/ggiNEXT.R | 11 +++-- README/README-ex1-1.png |binary README/README-ex1b-1.png |binary README/README-ex2-1.png |binary README/README-ex3-1.png |binary README/README-ex3-2-1.png |binary README/README-ex5-1.png |binary inst/doc/Introduction.html | 84 ++++++++++++++++++++++----------------------- 11 files changed, 65 insertions(+), 61 deletions(-)
Title: Wrapper to the 'spaCy' 'NLP' Library
Description: An R wrapper to the 'Python' 'spaCy' 'NLP' library,
from <http://spacy.io>.
Author: Kenneth Benoit [cre, aut, cph]
(<https://orcid.org/0000-0002-0797-564X>),
Akitaka Matsuo [aut] (<https://orcid.org/0000-0002-3323-6330>),
European Research Council [fnd] (ERC-2011-StG 283794-QUANTESS)
Maintainer: Kenneth Benoit <kbenoit@lse.ac.uk>
Diff between spacyr versions 0.9.91 dated 2018-07-16 and 1.0 dated 2018-12-15
spacyr-0.9.91/spacyr/inst/doc/MAC.Rmd |only spacyr-0.9.91/spacyr/inst/doc/MAC.md |only spacyr-0.9.91/spacyr/inst/doc/VS_Installer_screenshot.png |only spacyr-0.9.91/spacyr/inst/doc/WINDOWS.Rmd |only spacyr-0.9.91/spacyr/inst/doc/WINDOWS.md |only spacyr-0.9.91/spacyr/tests/testthat/test-3-entity-functions.R |only spacyr-0.9.91/spacyr/tests/testthat/test-4-quanteda-methods.R |only spacyr-0.9.91/spacyr/tests/testthat/test-5-spacy-install.R |only spacyr-1.0/spacyr/DESCRIPTION | 28 spacyr-1.0/spacyr/MD5 | 84 + spacyr-1.0/spacyr/NAMESPACE | 16 spacyr-1.0/spacyr/NEWS.md | 8 spacyr-1.0/spacyr/R/data.R | 2 spacyr-1.0/spacyr/R/entity-functions.R | 62 - spacyr-1.0/spacyr/R/nounphrase-functions.R |only spacyr-1.0/spacyr/R/parse-extractor-functions.R | 49 - spacyr-1.0/spacyr/R/spacy_extract_entity.R |only spacyr-1.0/spacyr/R/spacy_extract_nounphrases.R |only spacyr-1.0/spacyr/R/spacy_initialize.R | 136 +-- spacyr-1.0/spacyr/R/spacy_install.R | 235 +---- spacyr-1.0/spacyr/R/spacy_langmodel_functions.R | 21 spacyr-1.0/spacyr/R/spacy_parse.R | 138 ++- spacyr-1.0/spacyr/R/spacy_tokenize.R |only spacyr-1.0/spacyr/R/utils.R | 10 spacyr-1.0/spacyr/README.md | 429 +--------- spacyr-1.0/spacyr/build |only spacyr-1.0/spacyr/inst/WORDLIST |only spacyr-1.0/spacyr/inst/doc/using_spacyr.pdf |only spacyr-1.0/spacyr/inst/doc/using_spacyr.pdf.asis |only spacyr-1.0/spacyr/inst/python/initialize_spacyPython.py | 21 spacyr-1.0/spacyr/inst/python/spacyr_class.py | 274 ++++++ spacyr-1.0/spacyr/man/entity_extract.Rd | 7 spacyr-1.0/spacyr/man/get-functions.Rd | 7 spacyr-1.0/spacyr/man/nounphrase_extract.Rd |only spacyr-1.0/spacyr/man/process_document.Rd | 8 spacyr-1.0/spacyr/man/spacy_extract_entity.Rd |only spacyr-1.0/spacyr/man/spacy_extract_nounphrases.Rd |only spacyr-1.0/spacyr/man/spacy_finalize.Rd | 2 spacyr-1.0/spacyr/man/spacy_initialize.Rd | 4 spacyr-1.0/spacyr/man/spacy_install.Rd | 14 spacyr-1.0/spacyr/man/spacy_parse.Rd | 39 spacyr-1.0/spacyr/man/spacy_tokenize.Rd |only spacyr-1.0/spacyr/man/spacy_uninstall.Rd | 15 spacyr-1.0/spacyr/man/spacy_upgrade.Rd | 6 spacyr-1.0/spacyr/man/spacyr-package.Rd | 4 spacyr-1.0/spacyr/tests/spelling.R |only spacyr-1.0/spacyr/tests/testthat/test-1-spacy_initialize.R | 26 spacyr-1.0/spacyr/tests/testthat/test-2-spacy_parse.R | 88 +- spacyr-1.0/spacyr/tests/testthat/test-3-spacy_tokenize.R |only spacyr-1.0/spacyr/tests/testthat/test-4-entity-functions.R |only spacyr-1.0/spacyr/tests/testthat/test-5-nounphrase-functions.R |only spacyr-1.0/spacyr/tests/testthat/test-6-quanteda-methods.R |only spacyr-1.0/spacyr/tests/testthat/test-7-spacy-install.R |only spacyr-1.0/spacyr/tests/testthat/utils.R | 9 spacyr-1.0/spacyr/vignettes |only 55 files changed, 855 insertions(+), 887 deletions(-)