Title: 'MsgPack' C++ Header Files and Interface Functions for R
Description: 'MsgPack' header files are provided for use by R packages, along
with the ability to access, create and alter 'MsgPack' objects directly from R.
'MsgPack' is an efficient binary serialization format. It lets you exchange
data among multiple languages like 'JSON' but it is faster and smaller.
Small integers are encoded into a single byte, and typical short strings
require only one extra byte in addition to the strings themselves. This
package provides headers from the 'msgpack-c' implementation for C and
C++(11) for use by R, particularly 'Rcpp'. The included 'msgpack-c' headers
are licensed under the Boost Software License (Version 1.0); the code added
by this package as well the R integration are licensed under the GPL (>= 2).
See the files 'COPYRIGHTS' and 'AUTHORS' for a full list of copyright holders
and contributors to 'msgpack-c'.
Author: Travers Ching and Dirk Eddelbuettel; the authors and contributors of MsgPack
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Diff between RcppMsgPack versions 0.2.2 dated 2018-05-06 and 0.2.3 dated 2018-11-18
ChangeLog | 33 +++ DESCRIPTION | 8 MD5 | 30 +-- NAMESPACE | 1 R/functions.r | 97 ++++++++++ README.md | 2 build/partial.rdb |binary build/vignette.rds |binary inst/NEWS.Rd | 10 + inst/doc/vignette.html | 300 +++++++++++++++++++++++++++----- man/msgpack_read.Rd |only man/msgpack_write.Rd |only src/RcppExports.cpp | 6 src/anyvector.h | 4 src/example1.cpp | 6 src/rcppmsgpack_c_functions.cpp | 369 +++++++++++++++++++++------------------- tests/tests.r | 343 +++++++++++++++++++------------------ 17 files changed, 802 insertions(+), 407 deletions(-)
Title: Create Geographic and Non-Geographic Map Tiles
Description: Creates geographic map tiles from geospatial map files or non-geographic map tiles from simple image files.
This package provides a tile generator function for creating map tile sets for use with packages such as 'leaflet'.
In addition to generating map tiles based on a common raster layer source, it also handles the non-geographic edge case, producing map tiles from arbitrary images.
These map tiles, which have a non-geographic, simple coordinate reference system (CRS), can also be used with 'leaflet' when applying the simple CRS option.
Map tiles can be created from an input file with any of the following extensions: tif, grd and nc for spatial maps and png, jpg and bmp for basic images.
This package requires 'Python' and the 'gdal' library for 'Python'.
'Windows' users are recommended to install 'OSGeo4W' (<https://trac.osgeo.org/osgeo4w/>) as an easy way to obtain the required 'gdal' support for 'Python'.
Author: Matthew Leonawicz [aut, cre] (<https://orcid.org/0000-0001-9452-2771>)
Maintainer: Matthew Leonawicz <matt_leonawicz@esource.com>
Diff between tiler versions 0.2.0 dated 2018-06-09 and 0.2.1 dated 2018-11-18
tiler-0.2.0/tiler/inst/tiler.png |only tiler-0.2.1/tiler/DESCRIPTION | 23 ++++++--------- tiler-0.2.1/tiler/LICENSE | 2 - tiler-0.2.1/tiler/MD5 | 29 +++++++++---------- tiler-0.2.1/tiler/NEWS.md | 9 ++++-- tiler-0.2.1/tiler/R/options.R | 19 +++++------- tiler-0.2.1/tiler/R/tile.R | 6 +++- tiler-0.2.1/tiler/R/zzz.R | 3 -- tiler-0.2.1/tiler/README.md | 42 +++++++++++++++++++++------- tiler-0.2.1/tiler/build/vignette.rds |binary tiler-0.2.1/tiler/inst/doc/tiler.R | 23 +++++++++++++++ tiler-0.2.1/tiler/inst/doc/tiler.Rmd | 43 +++++++++++++++++++++++++++- tiler-0.2.1/tiler/inst/doc/tiler.html | 49 ++++++++++++++++++++++++++++----- tiler-0.2.1/tiler/man/tile_viewer.Rd | 3 +- tiler-0.2.1/tiler/man/tiler_options.Rd | 18 +++++------- tiler-0.2.1/tiler/vignettes/tiler.Rmd | 43 +++++++++++++++++++++++++++- 16 files changed, 236 insertions(+), 76 deletions(-)
More information about RainfallErosivityFactor at CRAN
Permanent link
More information about NPBayesImputeCat at CRAN
Permanent link
Title: Latent Variable Network Modeling
Description: Estimate, fit and compare Structural Equation Models (SEM) and network models (Gaussian Graphical Models; GGM) using OpenMx. Allows for two possible generalizations to include GGMs in SEM: GGMs can be used between latent variables (latent network modeling; LNM) or between residuals (residual network modeling; RNM). For details, see Epskamp, Rhemtulla and Borsboom (2017) <doi:10.1007/s11336-017-9557-x>.
Author: Sacha Epskamp
Maintainer: Sacha Epskamp <mail@sachaepskamp.com>
Diff between lvnet versions 0.3.3 dated 2018-04-25 and 0.3.4 dated 2018-11-18
lvnet-0.3.3/lvnet/R/BayesLNM.R |only lvnet-0.3.3/lvnet/R/BayesRNM.R |only lvnet-0.3.4/lvnet/DESCRIPTION | 6 ++-- lvnet-0.3.4/lvnet/MD5 | 19 ++++++------ lvnet-0.3.4/lvnet/NAMESPACE | 2 + lvnet-0.3.4/lvnet/NEWS | 6 ++++ lvnet-0.3.4/lvnet/R/generateRIMmodel.R | 4 -- lvnet-0.3.4/lvnet/R/lvnet.R | 4 -- lvnet-0.3.4/lvnet/R/lvnetLasso.R | 49 ++++++++++++++++++++++++++++++--- lvnet-0.3.4/lvnet/R/methods.R | 2 - lvnet-0.3.4/lvnet/README.md |only lvnet-0.3.4/lvnet/man/lvnetLasso.Rd | 12 +++++--- 12 files changed, 76 insertions(+), 28 deletions(-)
Title: The IsoSpec Algorithm
Description: IsoSpec is a fine structure calculator used for obtaining the most
probable masses of a chemical compound given the frequencies of the composing
isotopes and their masses. It finds the smallest set of isotopologues with
a given probability. The probability is assumed to be that of the product of
multinomial distributions, each corresponding to one particular element and
parametrized by the frequencies of finding these elements in nature. These
numbers are supplied by IUPAC - the International Union of Pure and Applied
Chemistry.
Author: Mateusz Krzysztof Lacki and Michal Startek
Maintainer: Matteo Lacki <matteo.lacki@gmail.com>
Diff between IsoSpecR versions 1.0.3 dated 2017-01-12 and 1.9.1 dated 2018-11-18
IsoSpecR-1.0.3/IsoSpecR/src/lang.h |only IsoSpecR-1.9.1/IsoSpecR/DESCRIPTION | 11 IsoSpecR-1.9.1/IsoSpecR/LICENCE | 2 IsoSpecR-1.9.1/IsoSpecR/MD5 | 70 + IsoSpecR-1.9.1/IsoSpecR/NAMESPACE | 2 IsoSpecR-1.9.1/IsoSpecR/R/IsoSpecR.R | 21 IsoSpecR-1.9.1/IsoSpecR/R/RcppExports.R | 4 IsoSpecR-1.9.1/IsoSpecR/R/data_description.R | 2 IsoSpecR-1.9.1/IsoSpecR/inst |only IsoSpecR-1.9.1/IsoSpecR/man/IsoSpecify.Rd | 12 IsoSpecR-1.9.1/IsoSpecR/src/IsoSpecR_init.c |only IsoSpecR-1.9.1/IsoSpecR/src/RcppExports.cpp | 2 IsoSpecR-1.9.1/IsoSpecR/src/Rinterface.cpp | 223 +++-- IsoSpecR-1.9.1/IsoSpecR/src/allocator.cpp | 9 IsoSpecR-1.9.1/IsoSpecR/src/allocator.h | 20 IsoSpecR-1.9.1/IsoSpecR/src/conf.h | 12 IsoSpecR-1.9.1/IsoSpecR/src/cwrapper.cpp | 425 ++++------- IsoSpecR-1.9.1/IsoSpecR/src/cwrapper.h | 173 ++-- IsoSpecR-1.9.1/IsoSpecR/src/dirtyAllocator.cpp | 7 IsoSpecR-1.9.1/IsoSpecR/src/dirtyAllocator.h | 12 IsoSpecR-1.9.1/IsoSpecR/src/element_tables.cpp | 24 IsoSpecR-1.9.1/IsoSpecR/src/element_tables.h | 31 IsoSpecR-1.9.1/IsoSpecR/src/isoMath.cpp | 298 ------- IsoSpecR-1.9.1/IsoSpecR/src/isoMath.h | 32 IsoSpecR-1.9.1/IsoSpecR/src/isoSpec++.cpp | 955 ++++++++++++------------- IsoSpecR-1.9.1/IsoSpecR/src/isoSpec++.h | 618 +++++++++++----- IsoSpecR-1.9.1/IsoSpecR/src/marginalTrek++.cpp | 478 ++++++------ IsoSpecR-1.9.1/IsoSpecR/src/marginalTrek++.h | 273 ++++++- IsoSpecR-1.9.1/IsoSpecR/src/misc.cpp | 11 IsoSpecR-1.9.1/IsoSpecR/src/misc.h | 56 + IsoSpecR-1.9.1/IsoSpecR/src/mman.cpp |only IsoSpecR-1.9.1/IsoSpecR/src/mman.h |only IsoSpecR-1.9.1/IsoSpecR/src/operators.cpp | 30 IsoSpecR-1.9.1/IsoSpecR/src/operators.h | 70 + IsoSpecR-1.9.1/IsoSpecR/src/platform.h |only IsoSpecR-1.9.1/IsoSpecR/src/summator.h | 15 IsoSpecR-1.9.1/IsoSpecR/src/tabulator.cpp |only IsoSpecR-1.9.1/IsoSpecR/src/tabulator.h |only IsoSpecR-1.9.1/IsoSpecR/src/unity-build.cpp |only IsoSpecR-1.9.1/IsoSpecR/tests |only 40 files changed, 2099 insertions(+), 1799 deletions(-)
Title: Bayesian Additive Regression Trees
Description: Bayesian Additive Regression Trees (BART) provide flexible nonparametric modeling of covariates for continuous, binary, categorical and time-to-event outcomes. For more information on BART, see Chipman, George and McCulloch (2010) <doi:10.1214/09-AOAS285> and Sparapani, Logan, McCulloch and Laud (2016) <doi:10.1002/sim.6893>.
Author: Robert McCulloch [aut],
Rodney Sparapani [aut, cre],
Robert Gramacy [aut],
Charles Spanbauer [aut],
Matthew Pratola [aut],
Bill Venables [ctb],
Brian Ripley [ctb]
Maintainer: Rodney Sparapani <rsparapa@mcw.edu>
Diff between BART versions 1.9 dated 2018-08-18 and 2.0 dated 2018-11-18
BART-1.9/BART/R/class.ind.R |only BART-1.9/BART/inst/cxx-ex/cmbart.cpp |only BART-1.9/BART/man/class.ind.Rd |only BART-1.9/BART/man/mc.mbart.Rd |only BART-1.9/BART/src/cmbart.cpp |only BART-2.0/BART/DESCRIPTION | 10 BART-2.0/BART/MD5 | 134 ++++----- BART-2.0/BART/NAMESPACE | 6 BART-2.0/BART/NEWS | 16 + BART-2.0/BART/R/abart.R | 8 BART-2.0/BART/R/crisk.bart.R | 16 - BART-2.0/BART/R/crisk2.bart.R | 16 - BART-2.0/BART/R/gbart.R | 33 +- BART-2.0/BART/R/lbart.R | 8 BART-2.0/BART/R/mbart.R | 336 ++++++++++++----------- BART-2.0/BART/R/mc.abart.R | 8 BART-2.0/BART/R/mc.gbart.R | 13 BART-2.0/BART/R/mc.lbart.R | 8 BART-2.0/BART/R/mc.mbart.R | 152 +++++----- BART-2.0/BART/R/mc.pbart.R | 8 BART-2.0/BART/R/mc.wbart.R | 8 BART-2.0/BART/R/pbart.R | 8 BART-2.0/BART/R/predict.mbart.R | 61 ++-- BART-2.0/BART/R/wbart.R | 6 BART-2.0/BART/build/vignette.rds |binary BART-2.0/BART/cleanup | 5 BART-2.0/BART/cleanup.win | 5 BART-2.0/BART/data/ACTG175.rda |binary BART-2.0/BART/data/Alligator.RData |only BART-2.0/BART/data/arq.rda |binary BART-2.0/BART/data/bladder.rda |binary BART-2.0/BART/data/datalist | 1 BART-2.0/BART/data/lung.rda |binary BART-2.0/BART/data/transplant.rda |binary BART-2.0/BART/data/xdm20.test.rda |binary BART-2.0/BART/data/xdm20.train.rda |binary BART-2.0/BART/data/ydm20.test.rda |binary BART-2.0/BART/data/ydm20.train.rda |binary BART-2.0/BART/demo/00Index | 2 BART-2.0/BART/demo/alligator.R |only BART-2.0/BART/demo/cube.mbart.R | 4 BART-2.0/BART/demo/ex.mbart.R | 58 --- BART-2.0/BART/demo/sigma.known.gbart.R |only BART-2.0/BART/demo/sparse.pbart.R | 14 BART-2.0/BART/inst/doc/bincat.pdf |binary BART-2.0/BART/inst/doc/computing.pdf |binary BART-2.0/BART/inst/doc/cont1.pdf |binary BART-2.0/BART/inst/doc/cont2.pdf |binary BART-2.0/BART/inst/doc/hwbart.pdf |binary BART-2.0/BART/inst/doc/time-to-event.pdf |binary BART-2.0/BART/man/Alligator.Rd |only BART-2.0/BART/man/abart.Rd | 5 BART-2.0/BART/man/crisk.bart.Rd | 31 +- BART-2.0/BART/man/crisk2.bart.Rd | 31 +- BART-2.0/BART/man/gbart.Rd | 40 ++ BART-2.0/BART/man/lbart.Rd | 14 BART-2.0/BART/man/mbart.Rd | 269 ++++++++---------- BART-2.0/BART/man/mc.lbart.Rd | 21 - BART-2.0/BART/man/mc.pbart.Rd | 22 - BART-2.0/BART/man/mc.wbart.Rd | 5 BART-2.0/BART/man/pbart.Rd | 23 - BART-2.0/BART/man/recur.bart.Rd | 32 +- BART-2.0/BART/man/surv.bart.Rd | 31 +- BART-2.0/BART/man/wbart.Rd | 5 BART-2.0/BART/src/cgbart.cpp | 6 BART-2.0/BART/src/init.c | 4 BART-2.0/BART/vignettes/figures/alligator.pdf |only BART-2.0/BART/vignettes/figures/amdahl.pdf |binary BART-2.0/BART/vignettes/figures/boston1.pdf |only BART-2.0/BART/vignettes/figures/boston2.pdf |only BART-2.0/BART/vignettes/figures/boston3.pdf |only BART-2.0/BART/vignettes/figures/boston4.pdf |only BART-2.0/BART/vignettes/figures/boston5.pdf |only BART-2.0/BART/vignettes/figures/boston6.pdf |only BART-2.0/BART/vignettes/figures/sparse-pbart.pdf |binary BART-2.0/BART/vignettes/references.bib | 242 ++++++++++++++++ 76 files changed, 1081 insertions(+), 644 deletions(-)
Title: Trajectory Miner: a Toolbox for Exploring and Rendering
Sequences
Description: Toolbox for the manipulation, description and rendering of sequences, and more generally the mining of sequence data in the field of social sciences. Although the toolbox is primarily intended for analyzing state or event sequences that describe life courses such as family formation histories or professional careers, its features also apply to many other kinds of categorical sequence data. It accepts many different sequence representations as input and provides tools for converting sequences from one format to another. It offers several functions for describing and rendering sequences, for computing distances between sequences with different metrics (among which optimal matching), original dissimilarity-based analysis tools, and simple functions for extracting the most frequent subsequences and identifying the most discriminating ones among them. A user's guide can be found on the TraMineR web page.
Author: Alexis Gabadinho [aut, cph],
Matthias Studer [aut, cph],
Nicolas Müller [aut],
Reto Bürgin [aut],
Pierre-Alexandre Fonta [aut],
Gilbert Ritschard [aut, cre, cph]
Maintainer: Gilbert Ritschard <gilbert.ritschard@unige.ch>
Diff between TraMineR versions 2.0-9 dated 2018-08-20 and 2.0-10 dated 2018-11-18
DESCRIPTION | 8 ++++---- MD5 | 22 +++++++++++----------- NEWS | 18 +++++++++++++++++- R/seqdist-CHI2.R | 23 +++++++++++++++-------- R/seqdist.R | 2 +- inst/NEWS.Rd | 24 ++++++++++++++++++++++++ inst/doc/TraMineR-state-sequence.Rnw | 9 +++++---- inst/doc/TraMineR-state-sequence.pdf |binary man/TraMineR-package.Rd | 2 +- man/bfspell.Rd | 4 ---- man/seqdist.Rd | 5 +++-- vignettes/TraMineR-state-sequence.Rnw | 9 +++++---- 12 files changed, 86 insertions(+), 40 deletions(-)
Title: Interface to 'Sigma.js' Graph Visualization Library
Description: Interface to 'sigma.js' graph visualization library including animations, plugins and shiny proxies.
Author: John Coene [aut, cre] (<https://orcid.org/0000-0002-6637-4107>)
Maintainer: John Coene <jcoenep@gmail.com>
Diff between sigmajs versions 0.1.1 dated 2018-08-31 and 0.1.2 dated 2018-11-18
DESCRIPTION | 12 MD5 | 80 NAMESPACE | 2 R/buttons.R | 41 R/export.R | 2 R/graph.R | 31 R/pipe.R | 4 R/sigmajs.R | 28 R/text.R | 26 R/utils.R | 6 R/zzz.R | 5 README.md | 9 build/vignette.rds |binary inst/doc/animate.html | 3401 ++++++++++++++++++++++++++++- inst/doc/buttons.R | 31 inst/doc/buttons.Rmd | 35 inst/doc/buttons.html | 3400 ++++++++++++++++++++++++++++- inst/doc/cluster.html | 3382 ++++++++++++++++++++++++++++- inst/doc/dynamic.R | 13 inst/doc/dynamic.Rmd | 13 inst/doc/dynamic.html | 3393 ++++++++++++++++++++++++++++- inst/doc/formats.html | 3356 ++++++++++++++++++++++++++++ inst/doc/get_started.html | 3342 +++++++++++++++++++++++++++- inst/doc/layout.html | 3346 ++++++++++++++++++++++++++++ inst/doc/plugins.R | 8 inst/doc/plugins.Rmd | 8 inst/doc/plugins.html | 3442 ++++++++++++++++++++++++++++- inst/doc/settings.html | 3344 ++++++++++++++++++++++++++++ inst/doc/shiny.html | 600 +++-- inst/doc/talkcross.html | 4898 ++++++++++++++++++++++++++++++++++++++++-- inst/htmlwidgets/sigmajs.js | 315 +- man/add_static.Rd | 2 man/export.Rd | 2 man/graph.Rd | 28 man/reexports.Rd | 3 man/sg_button.Rd | 23 man/sg_progress.Rd | 16 tests/testthat/test-buttons.R | 2 vignettes/buttons.Rmd | 35 vignettes/dynamic.Rmd | 13 vignettes/plugins.Rmd | 8 41 files changed, 35259 insertions(+), 1446 deletions(-)
Title: Comorbidity Calculations and Tools for ICD-9 and ICD-10 Codes
Description: Calculate comorbidities, Charlson and van Walraven
scores, perform fast and accurate validation, conversion,
manipulation, filtering and comparison of ICD-9 and ICD-10 codes. This
package enables a work flow from raw lists of ICD codes in hospital
databases to comorbidities. ICD-9 and ICD-10 comorbidity mappings
from Quan (Deyo and Elixhauser versions), Elixhauser and AHRQ
included. Common ambiguities and code formats are handled.
Author: Jack O. Wasey [aut, cre, cph] (<https://orcid.org/0000-0003-3738-4637>),
William Murphy [ctb] (Van Walraven scores),
Anobel Odisho [ctb] (Hierarchical Condition Codes),
Vitaly Druker [ctb] (AHRQ CCS),
Ed Lee [ctb] (explain codes in table format)
Maintainer: Jack O. Wasey <jack@jackwasey.com>
Diff between icd versions 3.2.1 dated 2018-08-18 and 3.3 dated 2018-11-18
icd-3.2.1/icd/data/mappingNames.R |only icd-3.2.1/icd/inst/doc/Charlson_and_other_scores.R |only icd-3.2.1/icd/inst/doc/Charlson_and_other_scores.Rmd |only icd-3.2.1/icd/inst/doc/Charlson_and_other_scores.html |only icd-3.2.1/icd/inst/doc/Comparing_Comorbidity_Mappings_Vignette.R |only icd-3.2.1/icd/inst/doc/Comparing_Comorbidity_Mappings_Vignette.Rmd |only icd-3.2.1/icd/inst/doc/Comparing_Comorbidity_Mappings_Vignette.html |only icd-3.2.1/icd/inst/doc/Efficient_calculation_of_comorbidities_from_medical_codes.R |only icd-3.2.1/icd/inst/doc/Efficient_calculation_of_comorbidities_from_medical_codes.Rmd |only icd-3.2.1/icd/inst/doc/Efficient_calculation_of_comorbidities_from_medical_codes.pdf |only icd-3.2.1/icd/inst/doc/Ranges.R |only icd-3.2.1/icd/inst/doc/Ranges.Rmd |only icd-3.2.1/icd/inst/doc/Ranges.html |only icd-3.2.1/icd/inst/doc/Using_Hierarchical_Condition_Codes.R |only icd-3.2.1/icd/inst/doc/Using_Hierarchical_Condition_Codes.Rmd |only icd-3.2.1/icd/inst/doc/Using_Hierarchical_Condition_Codes.html |only icd-3.2.1/icd/inst/doc/icd-10.R |only icd-3.2.1/icd/inst/doc/icd-10.Rmd |only icd-3.2.1/icd/inst/doc/icd-10.html |only icd-3.2.1/icd/inst/doc/pccc.R |only icd-3.2.1/icd/inst/doc/pccc.Rmd |only icd-3.2.1/icd/inst/doc/pccc.html |only icd-3.2.1/icd/src/comorbidIcd10.h |only icd-3.2.1/icd/src/comorbidMatMul.h |only icd-3.2.1/icd/src/guess.h |only icd-3.2.1/icd/vignettes/Charlson_and_other_scores.Rmd |only icd-3.2.1/icd/vignettes/Comparing_Comorbidity_Mappings_Vignette.Rmd |only icd-3.2.1/icd/vignettes/Efficient_calculation_of_comorbidities_from_medical_codes.Rmd |only icd-3.2.1/icd/vignettes/Ranges.Rmd |only icd-3.2.1/icd/vignettes/Using_Hierarchical_Condition_Codes.Rmd |only icd-3.2.1/icd/vignettes/icd-10.Rmd |only icd-3.2.1/icd/vignettes/icd.bib |only icd-3.2.1/icd/vignettes/pccc.Rmd |only icd-3.3/icd/DESCRIPTION | 17 icd-3.3/icd/MD5 | 175 +- icd-3.3/icd/NAMESPACE | 2 icd-3.3/icd/NEWS.md | 10 icd-3.3/icd/R/RcppExports.R | 62 icd-3.3/icd/R/attr.R | 7 icd-3.3/icd/R/categorize.R | 2 icd-3.3/icd/R/class.R | 53 icd-3.3/icd/R/comorbid.R | 4 icd-3.3/icd/R/convert.R | 25 icd-3.3/icd/R/datadocs.R | 8 icd-3.3/icd/R/factor_nosort.R | 1 icd-3.3/icd/R/filter.R | 5 icd-3.3/icd/R/print.icd_comorbidity_map.R | 2 icd-3.3/icd/R/valid.R | 2 icd-3.3/icd/R/zzz.R | 12 icd-3.3/icd/README.md | 206 +- icd-3.3/icd/build/vignette.rds |binary icd-3.3/icd/data/mappingNames.rda |only icd-3.3/icd/inst/doc/CMS-HCC.R |only icd-3.3/icd/inst/doc/CMS-HCC.Rmd |only icd-3.3/icd/inst/doc/CMS-HCC.html |only icd-3.3/icd/inst/doc/ICD-10.R |only icd-3.3/icd/inst/doc/ICD-10.Rmd |only icd-3.3/icd/inst/doc/ICD-10.html |only icd-3.3/icd/inst/doc/PCCC.R |only icd-3.3/icd/inst/doc/PCCC.Rmd |only icd-3.3/icd/inst/doc/PCCC.html |only icd-3.3/icd/inst/doc/charlson-scores.R |only icd-3.3/icd/inst/doc/charlson-scores.Rmd |only icd-3.3/icd/inst/doc/charlson-scores.html |only icd-3.3/icd/inst/doc/compare-maps.R |only icd-3.3/icd/inst/doc/compare-maps.Rmd |only icd-3.3/icd/inst/doc/compare-maps.html |only icd-3.3/icd/inst/doc/efficiency.R |only icd-3.3/icd/inst/doc/efficiency.Rmd |only icd-3.3/icd/inst/doc/efficiency.pdf |only icd-3.3/icd/inst/doc/introduction.R | 14 icd-3.3/icd/inst/doc/introduction.Rmd | 27 icd-3.3/icd/inst/doc/introduction.html | 98 - icd-3.3/icd/inst/doc/ranges.R |only icd-3.3/icd/inst/doc/ranges.Rmd |only icd-3.3/icd/inst/doc/ranges.html |only icd-3.3/icd/man/factor_nosort.Rd | 3 icd-3.3/icd/man/filter_valid.Rd | 5 icd-3.3/icd/man/icd9_map_pccc.Rd | 9 icd-3.3/icd/man/icd_attr_clean.Rd |only icd-3.3/icd/man/print.icd9.Rd |only icd-3.3/icd/man/wide_to_long.Rd | 8 icd-3.3/icd/src/Makevars.win | 4 icd-3.3/icd/src/Makevars.win64 | 3 icd-3.3/icd/src/RcppExports.cpp | 158 +- icd-3.3/icd/src/appendMinor.cpp | 15 icd-3.3/icd/src/attr.h | 2 icd-3.3/icd/src/categorize.cpp | 4 icd-3.3/icd/src/comorbidIcd10.cpp | 6 icd-3.3/icd/src/comorbidMatMul.cpp | 7 icd-3.3/icd/src/convert.h | 3 icd-3.3/icd/src/cutil.h | 26 icd-3.3/icd/src/fastIntToString.h | 2 icd-3.3/icd/src/guess.cpp | 96 - icd-3.3/icd/src/icd_types.h | 4 icd-3.3/icd/src/is.h | 1 icd-3.3/icd/src/local.h | 4 icd-3.3/icd/src/longToWide.cpp | 15 icd-3.3/icd/src/manip.cpp | 4 icd-3.3/icd/src/manip.h | 2 icd-3.3/icd/src/ranges.h | 18 icd-3.3/icd/src/refactor.cpp |only icd-3.3/icd/src/refactor.h |only icd-3.3/icd/src/registration.c | 8 icd-3.3/icd/src/test-cpp.cpp | 47 icd-3.3/icd/src/util.cpp | 272 --- icd-3.3/icd/src/util.h | 12 icd-3.3/icd/src/valgrind_icd.cpp |only icd-3.3/icd/src/valgrind_icd.h |only icd-3.3/icd/tests/tests-deprecated/test-convert.R | 14 icd-3.3/icd/tests/testthat/test-convert.R | 24 icd-3.3/icd/tests/testthat/test-valid.R | 115 + icd-3.3/icd/vignettes/CMS-HCC.Rmd |only icd-3.3/icd/vignettes/Efficient_calculation_of_comorbidities_from_medical_codes.tex |only icd-3.3/icd/vignettes/ICD-10.Rmd |only icd-3.3/icd/vignettes/PCCC.Rmd |only icd-3.3/icd/vignettes/all.bib | 701 ++-------- icd-3.3/icd/vignettes/charlson-scores.Rmd |only icd-3.3/icd/vignettes/compare-maps.Rmd |only icd-3.3/icd/vignettes/efficiency.Rmd |only icd-3.3/icd/vignettes/icdjss.bib |only icd-3.3/icd/vignettes/icdpkg.bib |only icd-3.3/icd/vignettes/introduction.Rmd | 27 icd-3.3/icd/vignettes/ranges.Rmd |only 124 files changed, 941 insertions(+), 1410 deletions(-)
Title: Calculation of the Conventional and Self-Calibrating Palmer
Drought Severity Index
Description: Calculating the monthly conventional and self-calibrating Palmer
Drought Severity Index (PDSI and scPDSI) using the precipitation and potential
evapotranspiration data. The function to calculate PDSI is based on the C++
source codes developed by Nathan Wells, Steve Goddard and Michael J. Hayes,
University of Nebraska-Lincoln.
Reference: Palmer W. (1965). Meteorological drought.
U.s.department of Commerce Weather Bureau Research Paper,
<https://www.ncdc.noaa.gov/temp-and-precip/drought/docs/palmer.pdf>;
Wells N., Goddard S., Hayes M. J. (2004). A Self-Calibrating Palmer Drought Severity Index.
Journal of Climate, 17(12):2335-2351, <DOI:10.1175/1520-0442(2004)017%3C2335:ASPDSI%3E2.0.CO;2>.
Author: Ruida Zhong [aut, cre],
Xiaohong Chen [aut, ctb],
Zhaoli Wang [aut, ctb],
Chengguang Lai [aut, ctb],
Steve Goddard [ctb],
Nathan Wells [ctb],
Mike Hayes [ctb]
Maintainer: Ruida Zhong <zrd2017@163.com>
Diff between scPDSI versions 0.1.2 dated 2018-10-31 and 0.1.3 dated 2018-11-18
DESCRIPTION | 7 ++++--- MD5 | 14 +++++++------- NEWS.md | 4 ++++ R/scpdsi.R | 31 +++++++++++++++++++++++++------ man/pdsi.Rd | 8 ++++++-- man/plot.pdsi.Rd | 5 ++++- src/pdsi.cpp | 2 +- src/pdsi_ext.cpp | 42 +++++++++++++++++++++++++++++++++++++++--- 8 files changed, 90 insertions(+), 23 deletions(-)
Title: Portable Emissions (and Other Mobile) Measurement System
Utilities
Description: Utility functions for the handling, analysis and visualisation
of data from portable emissions measurement systems ('PEMS') and other
similar mobile activity monitoring devices. The package includes a dedicated
'pems' data class that manages many of the quality control, unit handling
and data archiving issues that can hinder efforts to standardise 'PEMS'
research.
Author: Karl Ropkins [aut, cre],
Adrian Felipe Ortega Calle [ctb]
Maintainer: Karl Ropkins <karl.ropkins@gmail.com>
Diff between pems.utils versions 0.2.17.8 dated 2016-03-02 and 0.2.26.4 dated 2018-11-18
pems.utils-0.2.17.8/pems.utils/man/1.2.pems.structure.Rd |only pems.utils-0.2.17.8/pems.utils/man/1.3.merge.data.pems.Rd |only pems.utils-0.2.17.8/pems.utils/man/1.4.export.data.Rd |only pems.utils-0.2.17.8/pems.utils/man/2.1.1.generic.pems.handlers.Rd |only pems.utils-0.2.17.8/pems.utils/man/2.1.2.generic.pems.element.handlers.Rd |only pems.utils-0.2.17.8/pems.utils/man/2.2.unit.handlers.Rd |only pems.utils-0.2.17.8/pems.utils/man/2.3.1.common.calculations.Rd |only pems.utils-0.2.17.8/pems.utils/man/2.3.2.vsp.calculations.Rd |only pems.utils-0.2.17.8/pems.utils/man/2.3.3.emissions.calculations.Rd |only pems.utils-0.2.17.8/pems.utils/man/2.3.4.corrections.Rd |only pems.utils-0.2.17.8/pems.utils/man/2.4.pems.plots.Rd |only pems.utils-0.2.17.8/pems.utils/man/2.5.analysis.summary.reports.Rd |only pems.utils-0.2.17.8/pems.utils/man/2.6.conditioning.pems.data.Rd |only pems.utils-0.2.17.8/pems.utils/man/3.1.example.data.Rd |only pems.utils-0.2.17.8/pems.utils/man/3.2.look.up.tables.Rd |only pems.utils-0.2.17.8/pems.utils/man/4.1.check.functions.Rd |only pems.utils-0.2.26.4/pems.utils/DESCRIPTION | 41 pems.utils-0.2.26.4/pems.utils/MD5 | 98 - pems.utils-0.2.26.4/pems.utils/NAMESPACE | 345 +++- pems.utils-0.2.26.4/pems.utils/NEWS | 149 ++ pems.utils-0.2.26.4/pems.utils/R/0pts.R |only pems.utils-0.2.26.4/pems.utils/R/RcppExports.R |only pems.utils-0.2.26.4/pems.utils/R/calcEm.R | 104 - pems.utils-0.2.26.4/pems.utils/R/calcVSP.R | 512 +++++-- pems.utils-0.2.26.4/pems.utils/R/check.functions.R | 411 ----- pems.utils-0.2.26.4/pems.utils/R/common.calculations.1.R | 404 ++--- pems.utils-0.2.26.4/pems.utils/R/common.corrections.1.R | 241 +++ pems.utils-0.2.26.4/pems.utils/R/conditioning.R | 19 pems.utils-0.2.26.4/pems.utils/R/export.pems.data.R | 79 + pems.utils-0.2.26.4/pems.utils/R/generic.pems.element.handlers.R | 210 ++ pems.utils-0.2.26.4/pems.utils/R/generic.pems.handlers.R | 728 +++++++--- pems.utils-0.2.26.4/pems.utils/R/import.pems.main.R | 334 ++++ pems.utils-0.2.26.4/pems.utils/R/import.pems.working2.R | 46 pems.utils-0.2.26.4/pems.utils/R/import.pems.working3.R |only pems.utils-0.2.26.4/pems.utils/R/import.pems.working4.R |only pems.utils-0.2.26.4/pems.utils/R/make.pems.R | 163 ++ pems.utils-0.2.26.4/pems.utils/R/merge.pems.R | 367 ++++- pems.utils-0.2.26.4/pems.utils/R/pems.plots.R | 119 - pems.utils-0.2.26.4/pems.utils/R/pems.structure.R | 266 +++ pems.utils-0.2.26.4/pems.utils/R/summaryReports.R | 40 pems.utils-0.2.26.4/pems.utils/R/tidyverse.tools.R |only pems.utils-0.2.26.4/pems.utils/R/time.handlers.R |only pems.utils-0.2.26.4/pems.utils/R/unit.handlers.R | 50 pems.utils-0.2.26.4/pems.utils/data/pems.1.rda |binary pems.utils-0.2.26.4/pems.utils/data/pems.scheme.rda |binary pems.utils-0.2.26.4/pems.utils/data/ref.chem.rda |binary pems.utils-0.2.26.4/pems.utils/data/ref.diesel.rda |binary pems.utils-0.2.26.4/pems.utils/data/ref.petrol.rda |binary pems.utils-0.2.26.4/pems.utils/data/ref.unit.conversions.rda |binary pems.utils-0.2.26.4/pems.utils/man/1.1.make.import.data.Rd | 77 - pems.utils-0.2.26.4/pems.utils/man/1.2.export.data.Rd |only pems.utils-0.2.26.4/pems.utils/man/2.2.1.generic.pems.handlers.Rd |only pems.utils-0.2.26.4/pems.utils/man/2.2.2.generic.pems.element.handlers.Rd |only pems.utils-0.2.26.4/pems.utils/man/2.2.pems.structure.Rd |only pems.utils-0.2.26.4/pems.utils/man/2.3.1.merge.data.pems.Rd |only pems.utils-0.2.26.4/pems.utils/man/2.3.2.conditioning.pems.data.Rd |only pems.utils-0.2.26.4/pems.utils/man/2.3.3.time.handlers.Rd |only pems.utils-0.2.26.4/pems.utils/man/2.3.4.unit.handlers.Rd |only pems.utils-0.2.26.4/pems.utils/man/3.1.1.common.calculations.Rd |only pems.utils-0.2.26.4/pems.utils/man/3.1.2.vsp.calculations.Rd |only pems.utils-0.2.26.4/pems.utils/man/3.1.3.emissions.calculations.Rd |only pems.utils-0.2.26.4/pems.utils/man/3.2.analysis.summary.reports.Rd |only pems.utils-0.2.26.4/pems.utils/man/3.3.pems.plots.Rd |only pems.utils-0.2.26.4/pems.utils/man/4.1.example.data.Rd |only pems.utils-0.2.26.4/pems.utils/man/4.2.look.up.tables.Rd |only pems.utils-0.2.26.4/pems.utils/man/5.1.1.check.functions.Rd |only pems.utils-0.2.26.4/pems.utils/man/5.1.2.corrections.Rd |only pems.utils-0.2.26.4/pems.utils/man/5.2.tidyverse.tools.Rd |only pems.utils-0.2.26.4/pems.utils/man/pems.utils-package.Rd | 56 pems.utils-0.2.26.4/pems.utils/src |only 70 files changed, 3434 insertions(+), 1425 deletions(-)
Title: A Tidy Data Model for Natural Language Processing
Description: Provides a set of fast tools for converting a textual corpus into a set of normalized
tables. Users may make use of the 'udpipe' back end with no external dependencies, a Python back
end with 'spaCy' <https://spacy.io> or the Java back end 'CoreNLP'
<http://stanfordnlp.github.io/CoreNLP/>. Exposed annotation tasks include
tokenization, part of speech tagging, named entity recognition, entity linking, sentiment
analysis, dependency parsing, coreference resolution, and word embeddings. Summary
statistics regarding token unigram, part of speech tag, and dependency type frequencies
are also included to assist with analyses.
Author: Taylor B. Arnold [aut, cre]
Maintainer: Taylor B. Arnold <taylor.arnold@acm.org>
Diff between cleanNLP versions 2.0.3 dated 2018-01-22 and 2.3.0 dated 2018-11-18
cleanNLP-2.0.3/cleanNLP/R/tif.R |only cleanNLP-2.0.3/cleanNLP/man/cnlp_get_tfidf.Rd |only cleanNLP-2.0.3/cleanNLP/man/cnlp_get_tif.Rd |only cleanNLP-2.0.3/cleanNLP/man/cnlp_pca.Rd |only cleanNLP-2.3.0/cleanNLP/DESCRIPTION | 10 - cleanNLP-2.3.0/cleanNLP/MD5 | 49 ++--- cleanNLP-2.3.0/cleanNLP/NAMESPACE | 8 cleanNLP-2.3.0/cleanNLP/R/annotate.R | 93 +++++++-- cleanNLP-2.3.0/cleanNLP/R/backend_corenlp.R | 185 +++++++++++++++++-- cleanNLP-2.3.0/cleanNLP/R/backend_spacy.R | 4 cleanNLP-2.3.0/cleanNLP/R/backend_udpipe.R | 18 + cleanNLP-2.3.0/cleanNLP/R/download.R | 42 +++- cleanNLP-2.3.0/cleanNLP/R/io.R | 42 +++- cleanNLP-2.3.0/cleanNLP/R/renamed.R | 82 ++------ cleanNLP-2.3.0/cleanNLP/R/tools.R | 59 ++++-- cleanNLP-2.3.0/cleanNLP/build/vignette.rds |binary cleanNLP-2.3.0/cleanNLP/inst/doc/case_study.R | 4 cleanNLP-2.3.0/cleanNLP/inst/doc/case_study.Rmd | 4 cleanNLP-2.3.0/cleanNLP/inst/doc/case_study.html | 4 cleanNLP-2.3.0/cleanNLP/man/cnlp_annotate.Rd | 19 + cleanNLP-2.3.0/cleanNLP/man/cnlp_download_corenlp.Rd | 5 cleanNLP-2.3.0/cleanNLP/man/cnlp_init_udpipe.Rd | 2 cleanNLP-2.3.0/cleanNLP/man/cnlp_quick.Rd |only cleanNLP-2.3.0/cleanNLP/man/cnlp_utils_pca.Rd |only cleanNLP-2.3.0/cleanNLP/man/cnlp_utils_tfidf.Rd |only cleanNLP-2.3.0/cleanNLP/man/renamed.Rd | 3 cleanNLP-2.3.0/cleanNLP/tests/testthat/test-java.R | 8 cleanNLP-2.3.0/cleanNLP/tests/testthat/test-tools.R | 25 +- cleanNLP-2.3.0/cleanNLP/vignettes/case_study.Rmd | 4 29 files changed, 465 insertions(+), 205 deletions(-)
Title: Core Utilities for Developing and Running Spatially Explicit
Discrete Event Simulation Models
Description: Provide the core discrete event simulation (DES) framework for
implementing spatially explicit simulation models. The core DES components
facilitate modularity, and easily enable the user to include additional
functionality by running user-built simulation modules.
Author: Alex M Chubaty [aut, cre] (<https://orcid.org/0000-0001-7146-8135>),
Eliot J B McIntire [aut] (<https://orcid.org/0000-0002-6914-8316>),
Yong Luo [ctb],
Steve Cumming [ctb],
Ceres Barros [ctb],
Her Majesty the Queen in Right of Canada, as represented by the
Minister of Natural Resources Canada [cph]
Maintainer: Alex M Chubaty <alex.chubaty@gmail.com>
Diff between SpaDES.core versions 0.2.2 dated 2018-08-13 and 0.2.3 dated 2018-11-18
SpaDES.core-0.2.2/SpaDES.core/.aspell |only SpaDES.core-0.2.2/SpaDES.core/man/inputObjects.Rd |only SpaDES.core-0.2.2/SpaDES.core/man/ls-method.Rd |only SpaDES.core-0.2.2/SpaDES.core/man/ls_str-method.Rd |only SpaDES.core-0.2.2/SpaDES.core/tests/testthat/test-spelling.R |only SpaDES.core-0.2.3/SpaDES.core/DESCRIPTION | 24 SpaDES.core-0.2.3/SpaDES.core/MD5 | 181 SpaDES.core-0.2.3/SpaDES.core/NAMESPACE | 31 SpaDES.core-0.2.3/SpaDES.core/NEWS.md | 26 SpaDES.core-0.2.3/SpaDES.core/R/POM.R | 12 SpaDES.core-0.2.3/SpaDES.core/R/cache.R | 146 SpaDES.core-0.2.3/SpaDES.core/R/check.R | 18 SpaDES.core-0.2.3/SpaDES.core/R/checkpoint.R | 12 SpaDES.core-0.2.3/SpaDES.core/R/code-checking.R | 25 SpaDES.core-0.2.3/SpaDES.core/R/copy.R | 5 SpaDES.core-0.2.3/SpaDES.core/R/downloadData.R | 29 SpaDES.core-0.2.3/SpaDES.core/R/experiment.R | 35 SpaDES.core-0.2.3/SpaDES.core/R/helpers.R | 36 SpaDES.core-0.2.3/SpaDES.core/R/load.R | 4 SpaDES.core-0.2.3/SpaDES.core/R/misc-methods.R | 25 SpaDES.core-0.2.3/SpaDES.core/R/module-define.R | 49 SpaDES.core-0.2.3/SpaDES.core/R/module-dependencies-class.R | 45 SpaDES.core-0.2.3/SpaDES.core/R/module-dependencies-methods.R | 7 SpaDES.core-0.2.3/SpaDES.core/R/module-repository.R | 3 SpaDES.core-0.2.3/SpaDES.core/R/moduleCoverage.R | 6 SpaDES.core-0.2.3/SpaDES.core/R/plotting-diagrams.R | 77 SpaDES.core-0.2.3/SpaDES.core/R/plotting.R | 12 SpaDES.core-0.2.3/SpaDES.core/R/progress.R | 6 SpaDES.core-0.2.3/SpaDES.core/R/save.R | 6 SpaDES.core-0.2.3/SpaDES.core/R/simList-accessors.R | 740 +- SpaDES.core-0.2.3/SpaDES.core/R/simList-class.R | 178 SpaDES.core-0.2.3/SpaDES.core/R/simulation-parseModule.R | 179 SpaDES.core-0.2.3/SpaDES.core/R/simulation-simInit.R | 249 SpaDES.core-0.2.3/SpaDES.core/R/simulation-spades.R | 106 SpaDES.core-0.2.3/SpaDES.core/R/spades-core-package.R | 21 SpaDES.core-0.2.3/SpaDES.core/R/suppliedElsewhere.R | 2 SpaDES.core-0.2.3/SpaDES.core/R/times.R | 27 SpaDES.core-0.2.3/SpaDES.core/R/zzz.R | 7 SpaDES.core-0.2.3/SpaDES.core/inst/WORDLIST |only SpaDES.core-0.2.3/SpaDES.core/inst/doc/i-introduction.html | 375 - SpaDES.core-0.2.3/SpaDES.core/inst/doc/ii-modules.R | 16 SpaDES.core-0.2.3/SpaDES.core/inst/doc/ii-modules.Rmd | 23 SpaDES.core-0.2.3/SpaDES.core/inst/doc/ii-modules.html | 3436 +--------- SpaDES.core-0.2.3/SpaDES.core/inst/examples/example_POM.R | 13 SpaDES.core-0.2.3/SpaDES.core/inst/sampleModules/caribouMovement/caribouMovement.R | 40 SpaDES.core-0.2.3/SpaDES.core/inst/sampleModules/fireSpread/fireSpread.R | 61 SpaDES.core-0.2.3/SpaDES.core/inst/sampleModules/randomLandscapes/randomLandscapes.R | 21 SpaDES.core-0.2.3/SpaDES.core/man/POM.Rd | 18 SpaDES.core-0.2.3/SpaDES.core/man/SpaDES.core-package.Rd | 25 SpaDES.core-0.2.3/SpaDES.core/man/addDepends.Rd | 5 SpaDES.core-0.2.3/SpaDES.core/man/all.equal.simList.Rd | 4 SpaDES.core-0.2.3/SpaDES.core/man/append_attr.Rd | 4 SpaDES.core-0.2.3/SpaDES.core/man/checkpoint.Rd | 17 SpaDES.core-0.2.3/SpaDES.core/man/defineModule.Rd | 6 SpaDES.core-0.2.3/SpaDES.core/man/defineParameter.Rd | 27 SpaDES.core-0.2.3/SpaDES.core/man/doEvent.Rd | 10 SpaDES.core-0.2.3/SpaDES.core/man/downloadData.Rd | 6 SpaDES.core-0.2.3/SpaDES.core/man/extractURL.Rd | 2 SpaDES.core-0.2.3/SpaDES.core/man/fileTable.Rd | 6 SpaDES.core-0.2.3/SpaDES.core/man/getModuleInputObjects.Rd |only SpaDES.core-0.2.3/SpaDES.core/man/globals.Rd | 17 SpaDES.core-0.2.3/SpaDES.core/man/initialize-method.Rd | 10 SpaDES.core-0.2.3/SpaDES.core/man/inputObjectsDF.Rd |only SpaDES.core-0.2.3/SpaDES.core/man/isNamespaced.Rd |only SpaDES.core-0.2.3/SpaDES.core/man/keepAttrs.Rd | 2 SpaDES.core-0.2.3/SpaDES.core/man/moduleCoverage.Rd | 6 SpaDES.core-0.2.3/SpaDES.core/man/moduleGraph.Rd | 2 SpaDES.core-0.2.3/SpaDES.core/man/namespacing.Rd | 11 SpaDES.core-0.2.3/SpaDES.core/man/objects.Rd | 30 SpaDES.core-0.2.3/SpaDES.core/man/packages.Rd | 13 SpaDES.core-0.2.3/SpaDES.core/man/params.Rd | 15 SpaDES.core-0.2.3/SpaDES.core/man/progress.Rd | 19 SpaDES.core-0.2.3/SpaDES.core/man/robustDigest.Rd | 12 SpaDES.core-0.2.3/SpaDES.core/man/runModuleInputsObjects.Rd |only SpaDES.core-0.2.3/SpaDES.core/man/setPaths.Rd | 16 SpaDES.core-0.2.3/SpaDES.core/man/simInit.Rd | 11 SpaDES.core-0.2.3/SpaDES.core/man/simInitAnd.Rd |only SpaDES.core-0.2.3/SpaDES.core/man/simList-accessors-envir.Rd | 5 SpaDES.core-0.2.3/SpaDES.core/man/simList-accessors-events.Rd | 41 SpaDES.core-0.2.3/SpaDES.core/man/simList-accessors-inout.Rd | 33 SpaDES.core-0.2.3/SpaDES.core/man/simList-accessors-metadata.Rd |only SpaDES.core-0.2.3/SpaDES.core/man/simList-accessors-modules.Rd | 19 SpaDES.core-0.2.3/SpaDES.core/man/simList-accessors-paths.Rd | 47 SpaDES.core-0.2.3/SpaDES.core/man/simList-accessors-times.Rd | 63 SpaDES.core-0.2.3/SpaDES.core/man/simList-class.Rd | 21 SpaDES.core-0.2.3/SpaDES.core/man/simList_-class.Rd | 4 SpaDES.core-0.2.3/SpaDES.core/man/spades.Rd | 15 SpaDES.core-0.2.3/SpaDES.core/tests/testthat/helper-initTests.R | 25 SpaDES.core-0.2.3/SpaDES.core/tests/testthat/test-cache.R | 38 SpaDES.core-0.2.3/SpaDES.core/tests/testthat/test-checkpoint.R | 6 SpaDES.core-0.2.3/SpaDES.core/tests/testthat/test-downloadData.R | 34 SpaDES.core-0.2.3/SpaDES.core/tests/testthat/test-load.R | 2 SpaDES.core-0.2.3/SpaDES.core/tests/testthat/test-module-deps-methods.R | 22 SpaDES.core-0.2.3/SpaDES.core/tests/testthat/test-simList.R | 432 - SpaDES.core-0.2.3/SpaDES.core/tests/testthat/test-simulation.R | 46 SpaDES.core-0.2.3/SpaDES.core/tests/testthat/test-timeunits.R | 28 SpaDES.core-0.2.3/SpaDES.core/tests/testthat/test-userSuppliedObjs.R | 57 SpaDES.core-0.2.3/SpaDES.core/vignettes/ii-modules.Rmd | 23 98 files changed, 2668 insertions(+), 4901 deletions(-)
Title: Fast and Stable Estimation of the Probability of Informed
Trading (PIN)
Description: Utilities for fast and stable estimation of the probability of
informed trading (PIN) in the model introduced by Easley et al. (2002)
<DOI:10.1111/1540-6261.00493> are implemented. Since the basic model developed
by Easley et al. (1996) <DOI:10.1111/j.1540-6261.1996.tb04074.x> is nested in the
former due to equating the intensity of uninformed buys and sells, functions
can also be applied to this simpler model structure, if needed.
State-of-the-art factorization of the model likelihood function as well as
most recent algorithms for generating initial values for optimization routines are implemented.
In total, two likelihood factorizations and three methodologies for
starting values are included.
Furthermore, functions for simulating datasets of daily aggregated buys and sells,
calculating confidence intervals for the probability of informed trading and posterior probabilities
of trading days' conditions are available.
Author: Andreas Recktenwald [aut, cre]
Maintainer: Andreas Recktenwald <arecktenwald85@gmail.com>
Diff between pinbasic versions 1.2.1 dated 2018-08-19 and 1.2.2 dated 2018-11-18
pinbasic-1.2.1/pinbasic/vignettes/tikzfigs |only pinbasic-1.2.2/pinbasic/DESCRIPTION | 6 pinbasic-1.2.2/pinbasic/MD5 | 40 - pinbasic-1.2.2/pinbasic/NEWS | 8 pinbasic-1.2.2/pinbasic/NEWS.md | 7 pinbasic-1.2.2/pinbasic/build/partial.rdb |binary pinbasic-1.2.2/pinbasic/inst/doc/pinbasicVignette.html | 398 +++++----- pinbasic-1.2.2/pinbasic/vignettes/staticPINmodels/StaticEHOshort.Rmd | 14 8 files changed, 223 insertions(+), 250 deletions(-)
Title: Threshold Model and Unit Root Tests in Cross-section and Time
Series Data
Description: Threshold model, panel version of Hylleberg et al. (1990) <DOI:10.1016/0304-4076(90)90080-D> seasonal unit root tests, and panel unit root test of Chang (2002) <DOI:10.1016/S0304-4076(02)00095-7>.
Author: Ho Tsung-wu
Maintainer: Ho Tsung-wu <tsungwu@ntnu.edu.tw>
Diff between pdR versions 1.5 dated 2017-02-01 and 1.6 dated 2018-11-18
DESCRIPTION | 15 ++++++++------- MD5 | 46 ++++++++++++++++++++++++++-------------------- NAMESPACE | 6 ++++-- R/SampleSplitting.R |only data/dur_john.rda |only man/HEGY.test.Rd | 2 +- man/IGF.Rd | 2 +- man/SMPLSplit_est.Rd |only man/SMPLSplit_example.Rd |only man/SMPLSplit_het.Rd |only man/SeasComponent.Rd | 2 +- man/contts.Rd | 2 +- man/dur_john.Rd |only man/hegy.reg.Rd | 2 +- man/iClick_plm1way.Rd | 2 +- man/iClick_plm2way.Rd | 2 +- man/interpolpval.Rd | 2 +- man/ipsHEGY.Rd | 3 ++- man/lagSelect.Rd | 3 ++- man/lookupCVtable.Rd | 2 +- man/pIGF.Rd | 2 +- man/pdR-package.Rd | 4 ++-- man/ptm.Rd | 6 +++--- man/ret.Rd | 2 +- man/selPabic.Rd | 2 +- man/selPsignf.Rd | 2 +- man/tbar.Rd | 2 +- 27 files changed, 61 insertions(+), 50 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2018-11-17 0.1-1
Title: Calculate ANSI S3.5-1997 Speech Intelligibility Index
Description: This package calculates ANSI S3.5-1997 Speech Intelligibility Index
(SII), a standard method for computing the intelligibility of
speech from acoustical measurements of speech, noise, and hearing
thresholds. This package includes data frames corresponding to
Tables 1 - 4 in the ANSI standard as well as a function utilizing
these tables and user-provided hearing threshold and noise level
measurements to compute the SII score. The methods implemented
here extend the standard computations to allow calculation of SII
when the measured frequencies do not match those required by the
standard by applying interpolation to obtain values for the
required frequencies
--
Development of this package was funded by the Center for Bioscience
Education and Technology (CBET) of the Rochester Institute of
Technology (RIT).
Author: Gregory R. Warnes
Maintainer: Gregory R. Warnes <greg@warnes.net>
Diff between SII versions 1.0.3 dated 2013-12-10 and 1.0.3.1 dated 2018-11-18
DESCRIPTION | 6 +++--- MD5 | 30 +++++++++++++++--------------- R/sysdata.rda |binary build/vignette.rds |binary data/critical.rda |binary data/equal.rda |binary data/octave.rda |binary data/onethird.rda |binary data/overall.spl.rda |binary data/sic.critical.rda |binary data/sic.octave.rda |binary data/sic.onethird.rda |binary inst/doc/SII.R | 2 +- inst/doc/SII.Rnw | 1 + inst/doc/SII.pdf |binary vignettes/SII.Rnw | 1 + 16 files changed, 21 insertions(+), 19 deletions(-)
Title: Functions to Support Extension Education Program Evaluation
Description: Functions and datasets to support "Summary and Analysis of
Extension Program Evaluation in R" and "An R
Companion for the Handbook of Biological Statistics".
Vignettes are available at <http://rcompanion.org>.
Author: Salvatore Mangiafico [aut, cre]
Maintainer: Salvatore Mangiafico <mangiafico@njaes.rutgers.edu>
Diff between rcompanion versions 2.0.0 dated 2018-08-14 and 2.0.3 dated 2018-11-18
DESCRIPTION | 14 ++--- MD5 | 24 ++++----- NAMESPACE | 1 R/cldList.r | 2 R/cohenG.r | 1 R/nagelkerke.r | 3 + R/pairwiseMcnemar.r | 61 +++++++++++++++++++---- R/pairwiseSignMatrix.r | 121 +++------------------------------------------- R/pairwiseSignTest.r | 110 +++-------------------------------------- R/transformTukey.r | 14 ++++- man/pairwiseSignMatrix.Rd | 83 +------------------------------ man/pairwiseSignTest.Rd | 79 +----------------------------- man/transformTukey.Rd | 8 ++- 13 files changed, 118 insertions(+), 403 deletions(-)