Sun, 05 Dec 2021

Package dendroTools updated to version 1.2.4 with previous version 1.2.0 dated 2021-10-27

Title: Linear and Nonlinear Methods for Analyzing Daily and Monthly Dendroclimatological Data
Description: Provides novel dendroclimatological methods, primarily used by the Tree-ring research community. There are four core functions. The first one is daily_response(), which finds the optimal sequence of days that are related to one or more tree-ring proxy records. Similar function is daily_response_seascorr(), which implements partial correlations in the analysis of daily response functions. For the enthusiast of monthly data, there is monthly_response() function. The last core function is compare_methods(), which effectively compares several linear and nonlinear regression algorithms on the task of climate reconstruction.
Author: Jernej Jevsenak [aut, cre]
Maintainer: Jernej Jevsenak <jernej.jevsenak@gmail.com>

Diff between dendroTools versions 1.2.0 dated 2021-10-27 and 1.2.4 dated 2021-12-05

 DESCRIPTION                                        |   16 
 MD5                                                |   40 -
 NAMESPACE                                          |    2 
 NEWS.md                                            |   14 
 R/daily_response.R                                 |  254 ++++++++++--
 R/daily_response_seascorr.R                        |  222 +++++++++-
 R/monthly_response.R                               |  189 ++++++++
 R/monthly_response_seascorr.R                      |  269 ++++++++++--
 R/plot_extreme.R                                   |    2 
 inst/doc/Compare_different_regression_methods.R    |   13 
 inst/doc/Compare_different_regression_methods.Rmd  |   14 
 inst/doc/Compare_different_regression_methods.html |  111 ++---
 inst/doc/Examples_with_daily_climate_data.R        |  206 ++++-----
 inst/doc/Examples_with_daily_climate_data.Rmd      |  306 ++++++--------
 inst/doc/Examples_with_daily_climate_data.html     |  443 +++++++++------------
 man/daily_response.Rd                              |   36 +
 man/daily_response_seascorr.Rd                     |   36 +
 man/monthly_response.Rd                            |   36 +
 man/monthly_response_seascorr.Rd                   |   36 +
 vignettes/Compare_different_regression_methods.Rmd |   14 
 vignettes/Examples_with_daily_climate_data.Rmd     |  306 ++++++--------
 21 files changed, 1664 insertions(+), 901 deletions(-)

More information about dendroTools at CRAN
Permanent link

Package lagged updated to version 0.3-1 with previous version 0.3-0 dated 2019-05-27

Title: Classes and Methods for Lagged Objects
Description: Provides classes and methods for lagged objects.
Author: Georgi N. Boshnakov [aut, cre]
Maintainer: Georgi N. Boshnakov <georgi.boshnakov@manchester.ac.uk>

Diff between lagged versions 0.3-0 dated 2019-05-27 and 0.3-1 dated 2021-12-05

 lagged-0.3-0/lagged/vignettes/auto                     |only
 lagged-0.3-1/lagged/DESCRIPTION                        |    8 
 lagged-0.3-1/lagged/MD5                                |   74 
 lagged-0.3-1/lagged/NAMESPACE                          |  114 -
 lagged-0.3-1/lagged/NEWS.md                            |  170 +-
 lagged-0.3-1/lagged/R/acfutils.R                       |  160 +-
 lagged-0.3-1/lagged/R/lagged.R                         | 1281 ++++++++---------
 lagged-0.3-1/lagged/R/pc20slMatrix.r                   |  887 +++++------
 lagged-0.3-1/lagged/R/utils.R                          |  204 +-
 lagged-0.3-1/lagged/README.md                          |  156 +-
 lagged-0.3-1/lagged/TODO                               |    8 
 lagged-0.3-1/lagged/build/partial.rdb                  |only
 lagged-0.3-1/lagged/build/vignette.rds                 |binary
 lagged-0.3-1/lagged/inst/doc/Guide_lagged.R            |  252 +--
 lagged-0.3-1/lagged/inst/doc/Guide_lagged.pdf          |binary
 lagged-0.3-1/lagged/man/FlexibleLagged-class.Rd        |  216 +-
 lagged-0.3-1/lagged/man/Lagged-class.Rd                |  184 +-
 lagged-0.3-1/lagged/man/Lagged.Rd                      |  310 ++--
 lagged-0.3-1/lagged/man/Lagged1d-class.Rd              |  114 -
 lagged-0.3-1/lagged/man/Lagged2d-class.Rd              |  112 -
 lagged-0.3-1/lagged/man/Lagged3d-class.Rd              |  100 -
 lagged-0.3-1/lagged/man/acf2Lagged.Rd                  |  124 -
 lagged-0.3-1/lagged/man/bracket-methods.Rd             |  234 +--
 lagged-0.3-1/lagged/man/bracketass-methods.Rd          |   82 -
 lagged-0.3-1/lagged/man/bracketbracket-methods.Rd      |  178 +-
 lagged-0.3-1/lagged/man/bracketbracketass-methods.Rd   |   34 
 lagged-0.3-1/lagged/man/dataWithLagNames.Rd            |  120 -
 lagged-0.3-1/lagged/man/fill.slMatrix-methods.Rd       |    4 
 lagged-0.3-1/lagged/man/maxLag.Rd                      |  176 +-
 lagged-0.3-1/lagged/man/maxLagass.Rd                   |  158 +-
 lagged-0.3-1/lagged/man/nSeasons.Rd                    |   84 -
 lagged-0.3-1/lagged/man/pc.omitneg.Rd                  |  122 -
 lagged-0.3-1/lagged/man/sl2acfbase.Rd                  |  180 +-
 lagged-0.3-1/lagged/man/slMatrix-class.Rd              |  224 +-
 lagged-0.3-1/lagged/man/slMatrix.Rd                    |  132 -
 lagged-0.3-1/lagged/tests/testthat.R                   |    2 
 lagged-0.3-1/lagged/tests/testthat/test-Lagged.R       |   56 
 lagged-0.3-1/lagged/tests/testthat/test-pc20slMatrix.r |  142 +
 lagged-0.3-1/lagged/tests/testthat/test-utils.R        |   60 
 39 files changed, 3329 insertions(+), 3133 deletions(-)

More information about lagged at CRAN
Permanent link

Package chillR updated to version 0.72.6 with previous version 0.72.5 dated 2021-10-14

Title: Statistical Methods for Phenology Analysis in Temperate Fruit Trees
Description: The phenology of plants (i.e. the timing of their annual life phases) depends on climatic cues. For temperate trees and many other plants, spring phases, such as leaf emergence and flowering, have been found to result from the effects of both cool (chilling) conditions and heat. Fruit tree scientists (pomologists) have developed some metrics to quantify chilling and heat (e.g. see Luedeling (2012) <doi:10.1016/j.scienta.2012.07.011>). 'chillR' contains functions for processing temperature records into chilling (Chilling Hours, Utah Chill Units and Chill Portions) and heat units (Growing Degree Hours). Regarding chilling metrics, Chill Portions are often considered the most promising, but they are difficult to calculate. This package makes it easy. 'chillR' also contains procedures for conducting a PLS analysis relating phenological dates (e.g. bloom dates) to either mean temperatures or mean chill and heat accumulation rates, based on long-term weather and phenology records (Luedeling and Gassner (2012) <doi:10.1016/j.agrformet.2011.10.020>). As of version 0.65, it also includes functions for generating weather scenarios with a weather generator, for conducting climate change analyses for temperature-based climatic metrics and for plotting results from such analyses. Since version 0.70, 'chillR' contains a function for interpolating hourly temperature records.
Author: Eike Luedeling [aut, cre] (<https://orcid.org/0000-0002-7316-3631>), Eduardo Fernandez [aut] (<https://orcid.org/0000-0002-6949-9685>)
Maintainer: Eike Luedeling <eike@eikeluedeling.com>

Diff between chillR versions 0.72.5 dated 2021-10-14 and 0.72.6 dated 2021-12-05

 chillR-0.72.5/chillR/R/chillR.R                           |only
 chillR-0.72.6/chillR/DESCRIPTION                          |   30 
 chillR-0.72.6/chillR/MD5                                  |   86 +-
 chillR-0.72.6/chillR/NAMESPACE                            |    6 
 chillR-0.72.6/chillR/R/Empirical_temperature_curve.R      |    2 
 chillR-0.72.6/chillR/R/bloom_prediction.R                 |   10 
 chillR-0.72.6/chillR/R/bloom_prediction2.R                |   10 
 chillR-0.72.6/chillR/R/bloom_prediction3.R                |   14 
 chillR-0.72.6/chillR/R/check_temperature_scenario.R       |   38 -
 chillR-0.72.6/chillR/R/chile_agromet2chillR.R             |    5 
 chillR-0.72.6/chillR/R/chillR-package.R                   |  108 --
 chillR-0.72.6/chillR/R/chilling.R                         |   11 
 chillR-0.72.6/chillR/R/genSeason.R                        |    4 
 chillR-0.72.6/chillR/R/getClimateWizardData.R             |   26 
 chillR-0.72.6/chillR/R/globals.R                          |only
 chillR-0.72.6/chillR/R/handle_cimis.R                     |   38 -
 chillR-0.72.6/chillR/R/handle_dwd.R                       |only
 chillR-0.72.6/chillR/R/handle_gsod.R                      |  529 ++++++++------
 chillR-0.72.6/chillR/R/make_all_day_table.R               |   89 +-
 chillR-0.72.6/chillR/R/make_climate_scenario.R            |    8 
 chillR-0.72.6/chillR/R/patch_daily_temperatures.R         |    2 
 chillR-0.72.6/chillR/R/patch_daily_temps.R                |    2 
 chillR-0.72.6/chillR/R/plot_phenology_trends.R            |only
 chillR-0.72.6/chillR/R/plot_scenarios.R                   |only
 chillR-0.72.6/chillR/R/temperature_generation.R           |    2 
 chillR-0.72.6/chillR/README.md                            |only
 chillR-0.72.6/chillR/build/partial.rdb                    |only
 chillR-0.72.6/chillR/inst/doc/PhenoFlex.html              |   37 
 chillR-0.72.6/chillR/inst/doc/hourly_temperatures.html    |    4 
 chillR-0.72.6/chillR/man/Empirical_hourly_temperatures.Rd |    2 
 chillR-0.72.6/chillR/man/bloom_prediction.Rd              |   10 
 chillR-0.72.6/chillR/man/bloom_prediction2.Rd             |   10 
 chillR-0.72.6/chillR/man/bloom_prediction3.Rd             |   14 
 chillR-0.72.6/chillR/man/california_stations.Rd           |    4 
 chillR-0.72.6/chillR/man/check_temperature_scenario.Rd    |   38 -
 chillR-0.72.6/chillR/man/chile_agromet2chillR.Rd          |    5 
 chillR-0.72.6/chillR/man/chillR-package.Rd                |  102 --
 chillR-0.72.6/chillR/man/chilling.Rd                      |   11 
 chillR-0.72.6/chillR/man/figures/plotscenariosexample.png |only
 chillR-0.72.6/chillR/man/figures/rainbowplotexample.png   |only
 chillR-0.72.6/chillR/man/genSeason.Rd                     |    2 
 chillR-0.72.6/chillR/man/getClimateWizardData.Rd          |   17 
 chillR-0.72.6/chillR/man/handle_cimis.Rd                  |   38 -
 chillR-0.72.6/chillR/man/handle_dwd.Rd                    |only
 chillR-0.72.6/chillR/man/handle_gsod.Rd                   |  151 ++-
 chillR-0.72.6/chillR/man/make_climate_scenario.Rd         |    8 
 chillR-0.72.6/chillR/man/patch_daily_temperatures.Rd      |    2 
 chillR-0.72.6/chillR/man/patch_daily_temps.Rd             |    2 
 chillR-0.72.6/chillR/man/plot_phenology_trends.Rd         |only
 chillR-0.72.6/chillR/man/plot_scenarios.Rd                |only
 50 files changed, 825 insertions(+), 652 deletions(-)

More information about chillR at CRAN
Permanent link

Package rkafkajars updated to version 1.2 with previous version 1.1 dated 2017-06-20

Title: External Jars Required for Package 'rkafka'
Description: The 'rkafkajars' package collects all the external jars required for the 'rkafka' package.
Author: Shruti Gupta [aut,cre], Coda Hale and Yammer Inc.[ctb,cph],Sun Microsystems Inc.[ctb,cph],Marc Prud'hommeaux[ctb,cph],Paul Holser[ctb],Junit[ctb,cph],The Apache Software Foundation [ctb,cph],Stefan Groschupf[ctb,cph],Taro L.Saito[ctb],EPFL Typesafe Inc.[ctb,cph],QOS.ch[ctb,cph]
Maintainer: Shruti Gupta <shrutigupta34@gmail.com>

Diff between rkafkajars versions 1.1 dated 2017-06-20 and 1.2 dated 2021-12-05

 DESCRIPTION                    |   10 +++++-----
 MD5                            |    8 ++++----
 inst/doc/rkafkajars-manual.pdf |binary
 java/README.md                 |    4 ++--
 man/rkafkajars-package.Rd      |    6 +++---
 5 files changed, 14 insertions(+), 14 deletions(-)

More information about rkafkajars at CRAN
Permanent link

Package rkafka updated to version 1.3 with previous version 1.1 dated 2017-06-28

Title: Using Apache 'Kafka' Messaging Queue Through 'R'
Description: Apache 'Kafka' is an open-source message broker project developed by the Apache Software Foundation which can be thought of as a distributed, partitioned, replicated commit log service.At a high level, producers send messages over the network to the 'Kafka' cluster which in turn serves them up to consumers.See <https://kafka.apache.org/> for more information.Functions included in this package enable:1.Creating 'Kafka' producer 2.Writing messages to a topic 3.Closing 'Kafka' producer 4.Creating 'Kafka' consumer 5.Reading messages from a topic 6.Closing 'Kafka' consumer. The jars required for this package are included in a separate package 'rkafkajars'.
Author: Shruti Gupta[aut,cre]
Maintainer: Shruti Gupta <shrutigupta34@gmail.com>

Diff between rkafka versions 1.1 dated 2017-06-28 and 1.3 dated 2021-12-05

 DESCRIPTION                |   12 ++++++------
 MD5                        |   14 +++++++-------
 build/vignette.rds         |binary
 inst/doc/rkafka-manual.pdf |binary
 inst/doc/rkafka.Rnw        |    6 +++---
 inst/doc/rkafka.pdf        |binary
 man/rkafka-package.Rd      |    6 +++---
 vignettes/rkafka.Rnw       |    6 +++---
 8 files changed, 22 insertions(+), 22 deletions(-)

More information about rkafka at CRAN
Permanent link

Package RBaseX updated to version 0.9.2 with previous version 0.3.0 dated 2020-05-01

Title: 'BaseX' Client
Description: 'BaseX' <https://basex.org> is a XML database engine and a compliant 'XQuery 3.1' processor with full support of 'W3C Update Facility'. This package is a full client-implementation of the client/server protocol for 'BaseX' and provides functionalities to create, manipulate and query on XML-data.
Author: Ben Engbers [aut, cre]
Maintainer: Ben Engbers <Ben.Engbers@Be-Logical.nl>

Diff between RBaseX versions 0.3.0 dated 2020-05-01 and 0.9.2 dated 2021-12-05

 DESCRIPTION                         |   19 +-
 MD5                                 |   69 ++++----
 R/Bind.R                            |    4 
 R/Close.R                           |    6 
 R/Execute.R                         |    2 
 R/Full.R                            |   16 +-
 R/Info.R                            |    6 
 R/More.R                            |   18 +-
 R/NewBaseXClient.R                  |    2 
 R/Next.R                            |   18 +-
 R/Options.R                         |    8 -
 R/Query.R                           |    6 
 R/QueryClass.R                      |  280 ++++++++++++++++++------------------
 R/RbaseXClient.R                    |  127 ++++++++--------
 R/SocketClass.R                     |  147 +++---------------
 R/Updating.R                        |    6 
 R/UtilFunc.R                        |only
 R/input_to_raw.R                    |   23 +-
 man/Bind.Rd                         |    5 
 man/Close.Rd                        |    7 
 man/Execute.Rd                      |    2 
 man/Full.Rd                         |   16 +-
 man/Info.Rd                         |    7 
 man/More.Rd                         |   18 +-
 man/NewBasexClient.Rd               |    2 
 man/Next.Rd                         |   18 +-
 man/Options.Rd                      |    9 +
 man/QueryClass.Rd                   |   86 +++++------
 man/RBaseX.Rd                       |   48 ++----
 man/SocketClass.Rd                  |   72 ---------
 man/Updating.Rd                     |    6 
 man/input_to_raw.Rd                 |    4 
 tests/testthat/helper.R             |    3 
 tests/testthat/test_03_QueryClass.R |    9 -
 tests/testthat/test_04_Utility.R    |    1 
 tests/testthat/test_05_Wrappers.R   |   84 ++++++----
 36 files changed, 554 insertions(+), 600 deletions(-)

More information about RBaseX at CRAN
Permanent link

Package finalfit updated to version 1.0.4 with previous version 1.0.3 dated 2021-06-11

Title: Quickly Create Elegant Regression Results Tables and Plots when Modelling
Description: Generate regression results tables and plots in final format for publication. Explore models and export directly to PDF and 'Word' using 'RMarkdown'.
Author: Ewen Harrison [aut, cre], Tom Drake [aut], Riinu Ots [aut]
Maintainer: Ewen Harrison <ewen.harrison@ed.ac.uk>

Diff between finalfit versions 1.0.3 dated 2021-06-11 and 1.0.4 dated 2021-12-05

 DESCRIPTION                          |    8 
 MD5                                  |   43 
 NAMESPACE                            |    2 
 NEWS.md                              |    6 
 R/finalfit.R                         |   32 
 R/finalfit_internal_functions.R      |   33 
 R/missing_plot.R                     |    6 
 R/summaryfactorlist.R                |   84 +
 README.md                            |    2 
 build/vignette.rds                   |binary
 inst/doc/all_tables_examples.html    | 2282 ++++++++++++++++-------------------
 inst/doc/bootstrap.html              |  370 +----
 inst/doc/data_prep.html              |  408 +-----
 inst/doc/export.html                 |  364 +----
 inst/doc/finalfit.Rmd                |    2 
 inst/doc/finalfit.html               |  516 ++-----
 inst/doc/missing.html                |  808 ++++--------
 inst/doc/survival.html               |  724 ++++-------
 man/finalfit.Rd                      |    2 
 man/rm_empty_block.Rd                |only
 man/summary_factorlist_stratified.Rd |only
 tests/testthat/Rplots.pdf            |binary
 tests/testthat/testthat-problems.rds |only
 vignettes/finalfit.Rmd               |    2 
 24 files changed, 2253 insertions(+), 3441 deletions(-)

More information about finalfit at CRAN
Permanent link

Package RcppSpdlog updated to version 0.0.7 with previous version 0.0.6 dated 2021-07-22

Title: 'spdlog' C++ Header Library for Logging
Description: The mature and widely-used C++ logging library 'spdlog' by Gabi Melman provides many desirable features. This package bundles these header files for easy use by R packages via a simple 'LinkingTo:' inclusion.
Author: Dirk Eddelbuettel
Maintainer: Dirk Eddelbuettel <edd@debian.org>

Diff between RcppSpdlog versions 0.0.6 dated 2021-07-22 and 0.0.7 dated 2021-12-05

 RcppSpdlog-0.0.6/RcppSpdlog/inst/doc/introduction.Rmd                 |only
 RcppSpdlog-0.0.6/RcppSpdlog/vignettes/introduction.Rmd                |only
 RcppSpdlog-0.0.7/RcppSpdlog/ChangeLog                                 |   29 
 RcppSpdlog-0.0.7/RcppSpdlog/DESCRIPTION                               |   18 
 RcppSpdlog-0.0.7/RcppSpdlog/MD5                                       |   39 
 RcppSpdlog-0.0.7/RcppSpdlog/README.md                                 |    2 
 RcppSpdlog-0.0.7/RcppSpdlog/build/partial.rdb                         |binary
 RcppSpdlog-0.0.7/RcppSpdlog/build/vignette.rds                        |binary
 RcppSpdlog-0.0.7/RcppSpdlog/inst/NEWS.Rd                              |    8 
 RcppSpdlog-0.0.7/RcppSpdlog/inst/doc/introduction.html                | 1199 +++++-----
 RcppSpdlog-0.0.7/RcppSpdlog/inst/doc/introduction.md                  |only
 RcppSpdlog-0.0.7/RcppSpdlog/inst/include/spdlog/common-inl.h          |    2 
 RcppSpdlog-0.0.7/RcppSpdlog/inst/include/spdlog/common.h              |   38 
 RcppSpdlog-0.0.7/RcppSpdlog/inst/include/spdlog/details/fmt_helper.h  |    2 
 RcppSpdlog-0.0.7/RcppSpdlog/inst/include/spdlog/details/thread_pool.h |    1 
 RcppSpdlog-0.0.7/RcppSpdlog/inst/include/spdlog/fmt/bin_to_hex.h      |    1 
 RcppSpdlog-0.0.7/RcppSpdlog/inst/include/spdlog/logger.h              |  106 
 RcppSpdlog-0.0.7/RcppSpdlog/inst/include/spdlog/sinks/mongo_sink.h    |    2 
 RcppSpdlog-0.0.7/RcppSpdlog/inst/include/spdlog/sinks/qt_sinks.h      |  205 -
 RcppSpdlog-0.0.7/RcppSpdlog/inst/include/spdlog/spdlog.h              |   82 
 RcppSpdlog-0.0.7/RcppSpdlog/inst/include/spdlog/version.h             |    2 
 RcppSpdlog-0.0.7/RcppSpdlog/vignettes/introduction.md                 |only
 RcppSpdlog-0.0.7/RcppSpdlog/vignettes/water.css                       |only
 23 files changed, 900 insertions(+), 836 deletions(-)

More information about RcppSpdlog at CRAN
Permanent link

New package KSgeneral with initial version 1.1.0
Package: KSgeneral
Version: 1.1.0
Title: Computing P-Values of the K-S Test for (Dis)Continuous Null Distribution
Author: Dimitrina S. Dimitrova <D.Dimitrova@city.ac.uk>, Vladimir K. Kaishev <Vladimir.Kaishev.1@city.ac.uk> and Senren Tan <raymondtsrtsr@outlook.com>
Maintainer: Senren Tan <raymondtsrtsr@outlook.com>
Depends: R (>= 3.3.0)
SystemRequirements: fftw3 (>=3.3.4), C++11
Copyright: Copyright holders of FFTW3: Copyright (c) 2003, 2007-11 Matteo Frigo; Copyright (c) 2003, 2007-11 Massachusetts Institute of Technology
Description: Computes a p-value of the one-sample two-sided (or one-sided, as a special case) Kolmogorov-Smirnov (KS) statistic, for any fixed critical level, and an arbitrary, possibly large sample size for a pre-specified purely discrete, mixed or continuous cumulative distribution function (cdf) under the null hypothesis. If a data sample is supplied, 'KSgeneral' computes the p-value corresponding to the value of the KS test statistic computed based on the user provided data sample. The package 'KSgeneral' implements a novel, accurate and efficient method named Exact-KS-FFT, expressing the p-value as a double-boundary non-crossing probability for a homogeneous Poisson process, which is then efficiently computed using Fast Fourier Transform (FFT). The package can also be used to compute and plot the complementary cdf of the KS statistic which is known to depend on the hypothesized distribution when the latter is discontinuous (i.e. purely discrete or mixed). To cite this package in publication use: Dimitrina S. Dimitrova, Vladimir K. Kaishev, and Senren Tan. Computing the Kolmogorov-Smirnov Distribution When the Underlying CDF is Purely Discrete, Mixed, or Continuous. Journal of Statistical Software. 2020; 95(10): 1--42. <doi:10.18637/jss.v095.i10>.
License: GPL (>= 2.0)
URL: https://github.com/raymondtsr/KSgeneral
Encoding: UTF-8
LazyData: true
Imports: Rcpp (>= 0.12.12), MASS, dgof
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2021-12-05 06:36:59 UTC; hedgehog
Repository: CRAN
Date/Publication: 2021-12-05 16:00:05 UTC

More information about KSgeneral at CRAN
Permanent link

New package ivdoctr with initial version 1.0.1
Package: ivdoctr
Title: Ensures Mutually Consistent Beliefs When Using IVs
Version: 1.0.1
Description: Uses data and researcher's beliefs on measurement error and instrumental variable (IV) endogeneity to generate the space of consistent beliefs across measurement error, instrument endogeneity, and instrumental relevance for IV regressions. Package based on DiTraglia and Garcia-Jimeno (2020) <doi:10.1080/07350015.2020.1753528>.
License: CC0
LazyData: TRUE
Depends: R (>= 2.10)
Imports: AER, coda, data.table, graphics, MASS, Rcpp (>= 0.11.6), rgl, sandwich, stats
LinkingTo: Rcpp, RcppArmadillo
Suggests: testthat, haven, MCMCpack, knitr, rmarkdown
Encoding: UTF-8
NeedsCompilation: yes
BugReports: https://github.com/emallickhossain/ivdoctr/issues
VignetteBuilder: knitr
Packaged: 2021-12-05 11:35:47 UTC; mallick
Author: Frank DiTraglia [aut], Mallick Hossain [aut, cre]
Maintainer: Mallick Hossain <emallickhossain@gmail.com>
Repository: CRAN
Date/Publication: 2021-12-05 16:00:02 UTC

More information about ivdoctr at CRAN
Permanent link

Package DGM updated to version 1.7.4 with previous version 1.7.3 dated 2021-05-18

Title: Dynamic Graphical Models
Description: Dynamic graphical models for multivariate time series data to estimate directed dynamic networks in functional magnetic resonance imaging (fMRI), see Schwab et al. (2017) <doi:10.1016/j.neuroimage.2018.03.074>.
Author: Simon Schwab <schw4b@gmail.com>, Ruth Harbord <r.harbord@warwick.ac.uk>, Lilia Costa <liliacosta@ufba.br>, Thomas Nichols <t.e.nichols@warwick.ac.uk>
Maintainer: Simon Schwab <schw4b@gmail.com>

Diff between DGM versions 1.7.3 dated 2021-05-18 and 1.7.4 dated 2021-12-05

 DESCRIPTION    |   11 ++++++-----
 MD5            |    6 +++---
 README.md      |    6 +++---
 src/dlmlpl.cpp |    2 +-
 4 files changed, 13 insertions(+), 12 deletions(-)

More information about DGM at CRAN
Permanent link

Package APCI updated to version 1.0.5 with previous version 1.0.4 dated 2021-12-04

Title: A New Age-Period-Cohort Model for Describing and Investigating Inter-Cohort Differences and Life Course Dynamics
Description: It implemented Age-Period-Interaction Model (APC-I Model) proposed in the paper of Liying Luo and James S. Hodges in 2019. A new age-period-cohort model for describing and investigating inter-cohort differences and life course dynamics.
Author: Jiahui Xu [aut, cre], Liying Luo [aut]
Maintainer: Jiahui Xu <jpx5053@psu.edu>

Diff between APCI versions 1.0.4 dated 2021-12-04 and 1.0.5 dated 2021-12-05

 DESCRIPTION         |    6 +++---
 MD5                 |   10 +++++-----
 R/CohortDeviation.R |   32 +++++++++++++++++++++++++++-----
 R/MainEffect.R      |   16 ++++++++++++----
 R/globals.R         |    2 ++
 R/temp6_model.R     |    6 ++++++
 6 files changed, 55 insertions(+), 17 deletions(-)

More information about APCI at CRAN
Permanent link

Package superb updated to version 0.9.7.8 with previous version 0.9.7.7 dated 2021-10-20

Title: Summary Plots with Adjusted Error Bars
Description: Computes standard error and confidence interval of various descriptive statistics under various designs and sampling schemes. The main function, superbPlot(), can either return a plot or a dataframe with the statistic and its precision interval so that other plotting package can be used. See Cousineau and colleagues (2021) <doi:10.1177/25152459211035109> or Cousineau (2017) <doi:10.5709/acp-0214-z> for a review as well as Cousineau (2005) <doi:10.20982/tqmp.01.1.p042>, Morey (2008) <doi:10.20982/tqmp.04.2.p061>, Baguley (2012) <doi:10.3758/s13428-011-0123-7>, Cousineau & Laurencelle (2016) <doi:10.1037/met0000055>, Cousineau & O'Brien (2014) <doi:10.3758/s13428-013-0441-z>, Calderini & Harding <doi:10.20982/tqmp.15.1.p001> for specific references.
Author: Denis Cousineau [aut, cre], Bradley Harding [ctb], Marc-Andre Goulet [ctb], Jesika Walker [art, pre]
Maintainer: Denis Cousineau <denis.cousineau@uottawa.ca>

Diff between superb versions 0.9.7.7 dated 2021-10-20 and 0.9.7.8 dated 2021-12-05

 DESCRIPTION                                                        |    8 -
 MD5                                                                |   58 +++++-----
 NEWS.md                                                            |    7 +
 R/showSignificance.R                                               |   25 ++--
 build/partial.rdb                                                  |binary
 inst/doc/TheMakingOf.html                                          |    4 
 inst/doc/Vignette1.R                                               |   12 +-
 inst/doc/Vignette1.Rmd                                             |   12 +-
 inst/doc/Vignette1.html                                            |   14 +-
 inst/doc/Vignette3.html                                            |    2 
 inst/doc/Vignette4.html                                            |    4 
 inst/doc/Vignette5.R                                               |    4 
 inst/doc/Vignette5.Rmd                                             |    4 
 inst/doc/Vignette5.html                                            |   22 +--
 inst/doc/Vignette6.R                                               |    6 -
 inst/doc/Vignette6.Rmd                                             |    6 -
 inst/doc/Vignette6.html                                            |   48 ++++----
 inst/doc/Vignette8.html                                            |    2 
 inst/doc/Vignette9.html                                            |   12 +-
 inst/doc/VignetteA.R                                               |    6 -
 inst/doc/VignetteA.Rmd                                             |    6 -
 inst/doc/VignetteA.html                                            |   28 ++--
 inst/doc/VignetteB.html                                            |    4 
 inst/superbShiny/App.R                                             |   11 +
 inst/superbShiny/rsconnect/shinyapps.io/superbplot/superbshiny.dcf |    6 -
 man/showSignificance.Rd                                            |   14 +-
 vignettes/Vignette1.Rmd                                            |   12 +-
 vignettes/Vignette5.Rmd                                            |    4 
 vignettes/Vignette6.Rmd                                            |    6 -
 vignettes/VignetteA.Rmd                                            |    6 -
 30 files changed, 183 insertions(+), 170 deletions(-)

More information about superb at CRAN
Permanent link

Package NetExplorer updated to version 0.0.2 with previous version 0.0.1 dated 2021-11-23

Title: Network Explorer
Description: Social network analysis has become an essential tool in the study of complex systems. 'NetExplorer' allows to visualize and explore complex systems. It is based on 'd3js' library that brings 1) Graphical user interface; 2) Circular, linear, multilayer and force Layout; 3) Network live exploration and 4) SVG exportation.
Author: Sosa Sebastian [aut, cre]
Maintainer: Sosa Sebastian <s.sosa@live.fr>

Diff between NetExplorer versions 0.0.1 dated 2021-11-23 and 0.0.2 dated 2021-12-05

 DESCRIPTION          |    6 +++---
 MD5                  |    6 +++---
 R/Functions.R        |   28 +++++++++++++++-------------
 inst/www/patron1.txt |    2 +-
 4 files changed, 22 insertions(+), 20 deletions(-)

More information about NetExplorer at CRAN
Permanent link

Package ICD10gm updated to version 1.2.4 with previous version 1.2.2 dated 2021-04-09

Title: Metadata Processing for the German Modification of the ICD-10 Coding System
Description: Provides convenient access to the German modification of the International Classification of Diagnoses, 10th revision (ICD-10-GM). It provides functionality to aid in the identification, specification and historisation of ICD-10 codes. Its intended use is the analysis of routinely collected data in the context of epidemiology, medical research and health services research. The underlying metadata are released by the German Institute for Medical Documentation and Information <https://www.dimdi.de>, and are redistributed in accordance with their license.
Author: Ewan Donnachie [aut, cre] (<https://orcid.org/0000-0002-0668-0049>)
Maintainer: Ewan Donnachie <ewan@donnachie.net>

Diff between ICD10gm versions 1.2.2 dated 2021-04-09 and 1.2.4 dated 2021-12-05

 DESCRIPTION                           |   13 -
 MD5                                   |   49 ++-
 NEWS.md                               |   18 +
 R/icd_showchanges.R                   |   38 ++-
 README.md                             |   13 -
 build/partial.rdb                     |binary
 build/vignette.rds                    |binary
 data/charlson_rcs.rda                 |binary
 data/charlson_sundararajan.rda        |binary
 data/icd_meta_blocks.rda              |binary
 data/icd_meta_chapters.rda            |binary
 data/icd_meta_codes.rda               |binary
 data/icd_meta_transition.rda          |binary
 inst/doc/coding_covid-19.Rmd          |    4 
 inst/doc/coding_covid-19.html         |  203 ----------------
 inst/doc/icd10gm_intro.html           |  417 +++++++++-------------------------
 man/charlson_rcs.Rd                   |    2 
 man/icd_meta_blocks.Rd                |    2 
 man/icd_meta_chapters.Rd              |    2 
 man/icd_meta_transition.Rd            |    2 
 man/icd_showchanges.Rd                |   10 
 tests/testthat/test-icd_expand.R      |    4 
 tests/testthat/test-icd_history.R     |    3 
 tests/testthat/test-icd_parse.R       |    3 
 tests/testthat/test-icd_showchanges.R |only
 vignettes/coding_covid-19.Rmd         |    4 
 26 files changed, 216 insertions(+), 571 deletions(-)

More information about ICD10gm at CRAN
Permanent link

Package exactextractr updated to version 0.7.2 with previous version 0.7.1 dated 2021-10-12

Title: Fast Extraction from Raster Datasets using Polygons
Description: Provides a replacement for the 'extract' function from the 'raster' package that is suitable for extracting raster values using 'sf' polygons.
Author: Daniel Baston [aut, cre], ISciences, LLC [cph]
Maintainer: Daniel Baston <dbaston@isciences.com>

Diff between exactextractr versions 0.7.1 dated 2021-10-12 and 0.7.2 dated 2021-12-05

 DESCRIPTION                                             |    8 +-
 MD5                                                     |   24 +++---
 NEWS.md                                                 |    5 +
 README.md                                               |    2 
 build/vignette.rds                                      |binary
 configure                                               |   18 ++--
 inst/doc/vig2_categorical.html                          |    2 
 src/exactextract/src/cell.cpp                           |   10 +-
 src/exactextract/src/cell.h                             |   10 ++
 src/exactextract/src/geos_utils.cpp                     |   13 +++
 src/exactextract/src/geos_utils.h                       |    1 
 src/exactextract/src/raster_cell_intersection.cpp       |   59 ++++++----------
 src/exactextract/test/test_raster_cell_intersection.cpp |   20 +++++
 13 files changed, 104 insertions(+), 68 deletions(-)

More information about exactextractr at CRAN
Permanent link

Package dtplyr updated to version 1.2.0 with previous version 1.1.0 dated 2021-02-19

Title: Data Table Back-End for 'dplyr'
Description: Provides a data.table backend for 'dplyr'. The goal of 'dtplyr' is to allow you to write 'dplyr' code that is automatically translated to the equivalent, but usually much faster, data.table code.
Author: Hadley Wickham [cre, aut], Maximilian Girlich [aut], Mark Fairbanks [aut], Ryan Dickerson [aut], RStudio [cph]
Maintainer: Hadley Wickham <hadley@rstudio.com>

Diff between dtplyr versions 1.1.0 dated 2021-02-19 and 1.2.0 dated 2021-12-05

 dtplyr-1.1.0/dtplyr/R/step-subset-relocate.R                        |only
 dtplyr-1.1.0/dtplyr/tests/testthat/test-step-subset-relocate.R      |only
 dtplyr-1.2.0/dtplyr/DESCRIPTION                                     |   25 -
 dtplyr-1.2.0/dtplyr/MD5                                             |  157 +++---
 dtplyr-1.2.0/dtplyr/NAMESPACE                                       |   12 
 dtplyr-1.2.0/dtplyr/NEWS.md                                         |  115 ++++
 dtplyr-1.2.0/dtplyr/R/complete.R                                    |only
 dtplyr-1.2.0/dtplyr/R/count.R                                       |   56 +-
 dtplyr-1.2.0/dtplyr/R/dtplyr-package.R                              |    1 
 dtplyr-1.2.0/dtplyr/R/fill.R                                        |only
 dtplyr-1.2.0/dtplyr/R/replace_na.R                                  |only
 dtplyr-1.2.0/dtplyr/R/step-call-pivot_longer.R                      |only
 dtplyr-1.2.0/dtplyr/R/step-call-pivot_wider.R                       |   34 -
 dtplyr-1.2.0/dtplyr/R/step-call.R                                   |   58 +-
 dtplyr-1.2.0/dtplyr/R/step-colorder-relocate.R                      |only
 dtplyr-1.2.0/dtplyr/R/step-colorder.R                               |only
 dtplyr-1.2.0/dtplyr/R/step-first.R                                  |   10 
 dtplyr-1.2.0/dtplyr/R/step-group.R                                  |   37 +
 dtplyr-1.2.0/dtplyr/R/step-join.R                                   |  245 ++++++---
 dtplyr-1.2.0/dtplyr/R/step-mutate.R                                 |   50 +-
 dtplyr-1.2.0/dtplyr/R/step-nest.R                                   |only
 dtplyr-1.2.0/dtplyr/R/step-set.R                                    |   12 
 dtplyr-1.2.0/dtplyr/R/step-setnames.R                               |only
 dtplyr-1.2.0/dtplyr/R/step-subset-arrange.R                         |    7 
 dtplyr-1.2.0/dtplyr/R/step-subset-expand.R                          |only
 dtplyr-1.2.0/dtplyr/R/step-subset-filter.R                          |   39 +
 dtplyr-1.2.0/dtplyr/R/step-subset-select.R                          |    5 
 dtplyr-1.2.0/dtplyr/R/step-subset-separate.R                        |only
 dtplyr-1.2.0/dtplyr/R/step-subset-slice.R                           |  194 +++++--
 dtplyr-1.2.0/dtplyr/R/step-subset-summarise.R                       |   70 ++
 dtplyr-1.2.0/dtplyr/R/step-subset-transmute.R                       |   28 -
 dtplyr-1.2.0/dtplyr/R/step-subset.R                                 |   18 
 dtplyr-1.2.0/dtplyr/R/step.R                                        |   20 
 dtplyr-1.2.0/dtplyr/R/tidyeval-across.R                             |   32 -
 dtplyr-1.2.0/dtplyr/R/tidyeval.R                                    |   69 ++
 dtplyr-1.2.0/dtplyr/R/utils.R                                       |   32 +
 dtplyr-1.2.0/dtplyr/R/zzz.R                                         |   16 
 dtplyr-1.2.0/dtplyr/README.md                                       |    9 
 dtplyr-1.2.0/dtplyr/build/dtplyr.pdf                                |only
 dtplyr-1.2.0/dtplyr/build/vignette.rds                              |binary
 dtplyr-1.2.0/dtplyr/inst/doc/translation.R                          |   12 
 dtplyr-1.2.0/dtplyr/inst/doc/translation.Rmd                        |   19 
 dtplyr-1.2.0/dtplyr/inst/doc/translation.html                       |  248 +++++++++-
 dtplyr-1.2.0/dtplyr/man/complete.dtplyr_step.Rd                     |only
 dtplyr-1.2.0/dtplyr/man/drop_na.dtplyr_step.Rd                      |only
 dtplyr-1.2.0/dtplyr/man/dtplyr-package.Rd                           |   13 
 dtplyr-1.2.0/dtplyr/man/expand.dtplyr_step.Rd                       |only
 dtplyr-1.2.0/dtplyr/man/fill.dtplyr_step.Rd                         |only
 dtplyr-1.2.0/dtplyr/man/group_by.dtplyr_step.Rd                     |    4 
 dtplyr-1.2.0/dtplyr/man/left_join.dtplyr_step.Rd                    |   12 
 dtplyr-1.2.0/dtplyr/man/mutate.dtplyr_step.Rd                       |   11 
 dtplyr-1.2.0/dtplyr/man/nest.dtplyr_step.Rd                         |only
 dtplyr-1.2.0/dtplyr/man/pivot_longer.dtplyr_step.Rd                 |only
 dtplyr-1.2.0/dtplyr/man/pivot_wider.dtplyr_step.Rd                  |    2 
 dtplyr-1.2.0/dtplyr/man/relocate.dtplyr_step.Rd                     |    2 
 dtplyr-1.2.0/dtplyr/man/replace_na.dtplyr_step.Rd                   |only
 dtplyr-1.2.0/dtplyr/man/separate.dtplyr_step.Rd                     |only
 dtplyr-1.2.0/dtplyr/man/slice.dtplyr_step.Rd                        |   11 
 dtplyr-1.2.0/dtplyr/man/summarise.dtplyr_step.Rd                    |   16 
 dtplyr-1.2.0/dtplyr/tests/testthat/_snaps/step-call-pivot_longer.md |only
 dtplyr-1.2.0/dtplyr/tests/testthat/_snaps/step-call-pivot_wider.md  |    8 
 dtplyr-1.2.0/dtplyr/tests/testthat/_snaps/step-call.md              |    8 
 dtplyr-1.2.0/dtplyr/tests/testthat/_snaps/step-colorder.md          |only
 dtplyr-1.2.0/dtplyr/tests/testthat/_snaps/step-join.md              |only
 dtplyr-1.2.0/dtplyr/tests/testthat/_snaps/step-subset-filter.md     |only
 dtplyr-1.2.0/dtplyr/tests/testthat/_snaps/step-subset-select.md     |    2 
 dtplyr-1.2.0/dtplyr/tests/testthat/_snaps/step-subset-separate.md   |only
 dtplyr-1.2.0/dtplyr/tests/testthat/_snaps/step-subset-slice.md      |   10 
 dtplyr-1.2.0/dtplyr/tests/testthat/_snaps/step-subset-summarise.md  |only
 dtplyr-1.2.0/dtplyr/tests/testthat/_snaps/tidyeval-across.md        |    4 
 dtplyr-1.2.0/dtplyr/tests/testthat/_snaps/tidyeval.md               |only
 dtplyr-1.2.0/dtplyr/tests/testthat/test-complete.R                  |only
 dtplyr-1.2.0/dtplyr/tests/testthat/test-count.R                     |   47 +
 dtplyr-1.2.0/dtplyr/tests/testthat/test-fill.R                      |only
 dtplyr-1.2.0/dtplyr/tests/testthat/test-replace_na.R                |only
 dtplyr-1.2.0/dtplyr/tests/testthat/test-step-call-pivot_longer.R    |only
 dtplyr-1.2.0/dtplyr/tests/testthat/test-step-call-pivot_wider.R     |   18 
 dtplyr-1.2.0/dtplyr/tests/testthat/test-step-call.R                 |   35 +
 dtplyr-1.2.0/dtplyr/tests/testthat/test-step-colorder-relocate.R    |only
 dtplyr-1.2.0/dtplyr/tests/testthat/test-step-colorder.R             |only
 dtplyr-1.2.0/dtplyr/tests/testthat/test-step-first.R                |    7 
 dtplyr-1.2.0/dtplyr/tests/testthat/test-step-group.R                |   36 +
 dtplyr-1.2.0/dtplyr/tests/testthat/test-step-join.R                 |  198 +++++++
 dtplyr-1.2.0/dtplyr/tests/testthat/test-step-mutate.R               |   44 +
 dtplyr-1.2.0/dtplyr/tests/testthat/test-step-nest.R                 |only
 dtplyr-1.2.0/dtplyr/tests/testthat/test-step-set.R                  |   22 
 dtplyr-1.2.0/dtplyr/tests/testthat/test-step-subset-arrange.R       |   15 
 dtplyr-1.2.0/dtplyr/tests/testthat/test-step-subset-expand.R        |only
 dtplyr-1.2.0/dtplyr/tests/testthat/test-step-subset-filter.R        |   51 ++
 dtplyr-1.2.0/dtplyr/tests/testthat/test-step-subset-select.R        |    7 
 dtplyr-1.2.0/dtplyr/tests/testthat/test-step-subset-separate.R      |only
 dtplyr-1.2.0/dtplyr/tests/testthat/test-step-subset-slice.R         |   97 +++
 dtplyr-1.2.0/dtplyr/tests/testthat/test-step-subset-summarise.R     |   46 +
 dtplyr-1.2.0/dtplyr/tests/testthat/test-step-subset-transmute.R     |   64 ++
 dtplyr-1.2.0/dtplyr/tests/testthat/test-step.R                      |   27 +
 dtplyr-1.2.0/dtplyr/tests/testthat/test-tidyeval-across.R           |   70 ++
 dtplyr-1.2.0/dtplyr/tests/testthat/test-tidyeval.R                  |  126 ++++-
 dtplyr-1.2.0/dtplyr/vignettes/translation.Rmd                       |   19 
 98 files changed, 2210 insertions(+), 452 deletions(-)

More information about dtplyr at CRAN
Permanent link

Package diyar updated to version 0.4.1 with previous version 0.4.0 dated 2021-11-30

Title: Record Linkage and Epidemiological Case Definitions in R
Description: An R package for record linkage and implementing epidemiological case definitions in R. Record linkage is implemented either through a multistage deterministic approach or a probabilistic approach. Matching records are assigned to unique groups. There are mechanisms to address missing data and conflicting matches across linkage stages. Track and assign events (e.g. sample collection) and periods (e.g. hospital admission) to unique groups based on a case definition. The tracking process permits several options such as episode lengths and recurrence. Duplicate events or records can then be identified for removal or further analyses.
Author: Olisaeloka Nsonwu
Maintainer: Olisaeloka Nsonwu <olisa.nsonwu@gmail.com>

Diff between diyar versions 0.4.0 dated 2021-11-30 and 0.4.1 dated 2021-12-05

 DESCRIPTION                |    8 
 MD5                        |   42 ++--
 NAMESPACE                  |    7 
 NEWS.md                    |   33 +++
 R/conv_funcs.R             |    6 
 R/episodes.R               |   26 +-
 R/err_checks.R             |   18 -
 R/overlap.R                |  413 ++++++++++++++++++++++++++++++++++++++-------
 README.md                  |   27 +-
 data/overlap_methods.RData |binary
 inst/doc/episodes.html     |    4 
 inst/doc/links.html        |    4 
 inst/doc/number_line.R     |    2 
 inst/doc/number_line.Rmd   |    2 
 inst/doc/number_line.html  |   28 +--
 inst/doc/overview.html     |    4 
 inst/doc/panes.html        |    4 
 man/episodes_wf_splits.Rd  |    2 
 man/listr.Rd               |    2 
 man/overlaps.Rd            |   44 ++++
 vignettes/fig_n1.png       |binary
 vignettes/number_line.Rmd  |    2 
 22 files changed, 527 insertions(+), 151 deletions(-)

More information about diyar at CRAN
Permanent link

Package RPostgres updated to version 1.4.2 with previous version 1.4.1 dated 2021-09-27

Title: Rcpp Interface to PostgreSQL
Description: Fully DBI-compliant Rcpp-backed interface to PostgreSQL <https://www.postgresql.org/>, an open-source relational database.
Author: Hadley Wickham [aut], Jeroen Ooms [aut], Kirill Müller [aut, cre] (<https://orcid.org/0000-0002-1416-3412>), RStudio [cph], R Consortium [fnd], Tomoaki Nishiyama [ctb] (Code for encoding vectors into strings derived from RPostgreSQL)
Maintainer: Kirill Müller <krlmlr+r@mailbox.org>

Diff between RPostgres versions 1.4.1 dated 2021-09-27 and 1.4.2 dated 2021-12-05

 RPostgres-1.4.1/RPostgres/tests/testthat/_snaps                 |only
 RPostgres-1.4.2/RPostgres/DESCRIPTION                           |    8 -
 RPostgres-1.4.2/RPostgres/MD5                                   |   30 ++--
 RPostgres-1.4.2/RPostgres/NEWS.md                               |   26 +++
 RPostgres-1.4.2/RPostgres/R/PqConnection.R                      |    8 -
 RPostgres-1.4.2/RPostgres/R/quote.R                             |   30 ++--
 RPostgres-1.4.2/RPostgres/R/tables.R                            |   23 ++-
 RPostgres-1.4.2/RPostgres/README.md                             |    2 
 RPostgres-1.4.2/RPostgres/configure                             |    2 
 RPostgres-1.4.2/RPostgres/inst/doc/work-queue.html              |   12 -
 RPostgres-1.4.2/RPostgres/man/RPostgres-package.Rd              |    4 
 RPostgres-1.4.2/RPostgres/src/DbConnection.cpp                  |    2 
 RPostgres-1.4.2/RPostgres/src/PqResultImpl.cpp                  |   25 +++
 RPostgres-1.4.2/RPostgres/tests/testthat/helper-DBItest.R       |   14 +-
 RPostgres-1.4.2/RPostgres/tests/testthat/test-checkInterrupts.R |   39 +----
 RPostgres-1.4.2/RPostgres/tests/testthat/test-immediate.R       |   67 ++--------
 16 files changed, 151 insertions(+), 141 deletions(-)

More information about RPostgres at CRAN
Permanent link

Package MKMeans updated to version 2.0 with previous version 1.0 dated 2021-11-15

Title: A Modern K-Means (MKMeans) Clustering Algorithm
Description: It's a Modern K-Means clustering algorithm allowing data of any number of dimensions, any initial center, and any number of clusters to expect.
Author: Yi Ya [aut, cre], Yarong Yang [aut], Nader Ebrahimi [aut], Yoram Rubin [aut], Jacob Zhang [aut]
Maintainer: Yi Ya <Yi.YA_yaya@hotmail.com>

Diff between MKMeans versions 1.0 dated 2021-11-15 and 2.0 dated 2021-12-05

 DESCRIPTION            |   23 +++++++++++-----
 MD5                    |   18 ++++++-------
 R/C.f.R                |   21 ++++++++++-----
 R/Dist.R               |   16 +++++------
 R/MKMeans.R            |   67 ++++++++++++++++++++++++++++++++-----------------
 man/C.f.Rd             |    5 ++-
 man/Dist.Rd            |    6 ++--
 man/MKMean-class.Rd    |    4 +-
 man/MKMeans-package.Rd |   24 ++++++++---------
 man/MKMeans.Rd         |   30 ++++++++++-----------
 10 files changed, 127 insertions(+), 87 deletions(-)

More information about MKMeans at CRAN
Permanent link

Package wdpar updated to version 1.3.2 with previous version 1.3.1 dated 2021-09-03

Title: Interface to the World Database on Protected Areas
Description: Fetch and clean data from the World Database on Protected Areas (WDPA) and the World Database on Other Effective Area-Based Conservation Measures (WDOECM). Data is obtained from Protected Planet <https://www.protectedplanet.net/en>. To augment data cleaning procedures, users can install the 'prepr' R package (available at <https://github.com/dickoa/prepr>).
Author: Jeffrey O Hanson [aut, cre]
Maintainer: Jeffrey O Hanson <jeffrey.hanson@uqconnect.edu.au>

Diff between wdpar versions 1.3.1 dated 2021-09-03 and 1.3.2 dated 2021-12-05

 wdpar-1.3.1/wdpar/R/geo.R                                  |only
 wdpar-1.3.1/wdpar/tests/testthat/test_geo.R                |only
 wdpar-1.3.2/wdpar/DESCRIPTION                              |   26 -
 wdpar-1.3.2/wdpar/MD5                                      |   69 +--
 wdpar-1.3.2/wdpar/NAMESPACE                                |    2 
 wdpar-1.3.2/wdpar/NEWS.md                                  |   60 ++
 wdpar-1.3.2/wdpar/R/internal.R                             |   54 --
 wdpar-1.3.2/wdpar/R/package.R                              |   19 
 wdpar-1.3.2/wdpar/R/read_sf_n.R                            |only
 wdpar-1.3.2/wdpar/R/st_erase_overlaps.R                    |only
 wdpar-1.3.2/wdpar/R/st_repair_geometry.R                   |only
 wdpar-1.3.2/wdpar/R/wdpa_clean.R                           |  289 +++++--------
 wdpar-1.3.2/wdpar/R/wdpa_dissolve.R                        |only
 wdpar-1.3.2/wdpar/R/wdpa_fetch.R                           |  111 +++-
 wdpar-1.3.2/wdpar/R/wdpa_latest_version.R                  |    7 
 wdpar-1.3.2/wdpar/R/wdpa_read.R                            |   31 -
 wdpar-1.3.2/wdpar/R/wdpa_url.R                             |   49 +-
 wdpar-1.3.2/wdpar/README.md                                |  159 +++++--
 wdpar-1.3.2/wdpar/build/vignette.rds                       |binary
 wdpar-1.3.2/wdpar/inst/CITATION                            |   16 
 wdpar-1.3.2/wdpar/inst/doc/wdpar.Rmd                       |   72 ++-
 wdpar-1.3.2/wdpar/inst/doc/wdpar.html                      |  288 +++++++-----
 wdpar-1.3.2/wdpar/inst/scripts                             |only
 wdpar-1.3.2/wdpar/man/figures/README-readme-map-1.png      |binary
 wdpar-1.3.2/wdpar/man/st_erase_overlaps.Rd                 |    6 
 wdpar-1.3.2/wdpar/man/st_repair_geometry.Rd                |only
 wdpar-1.3.2/wdpar/man/wdpa_clean.Rd                        |   74 ++-
 wdpar-1.3.2/wdpar/man/wdpa_dissolve.Rd                     |only
 wdpar-1.3.2/wdpar/man/wdpa_fetch.Rd                        |   79 ++-
 wdpar-1.3.2/wdpar/man/wdpa_latest_version.Rd               |    7 
 wdpar-1.3.2/wdpar/man/wdpa_read.Rd                         |   39 +
 wdpar-1.3.2/wdpar/man/wdpa_url.Rd                          |   26 -
 wdpar-1.3.2/wdpar/man/wdpar.Rd                             |   19 
 wdpar-1.3.2/wdpar/tests/testthat/helper_skip_functions.R   |only
 wdpar-1.3.2/wdpar/tests/testthat/test_internal.R           |    4 
 wdpar-1.3.2/wdpar/tests/testthat/test_st_erase_overlaps.R  |only
 wdpar-1.3.2/wdpar/tests/testthat/test_st_repair_geometry.R |only
 wdpar-1.3.2/wdpar/tests/testthat/test_wdpa_clean.R         |  114 +++--
 wdpar-1.3.2/wdpar/tests/testthat/test_wdpa_dissolve.R      |only
 wdpar-1.3.2/wdpar/tests/testthat/test_wdpa_fetch.R         |   41 +
 wdpar-1.3.2/wdpar/tests/testthat/test_wdpa_read.R          |   19 
 wdpar-1.3.2/wdpar/vignettes/wdpar.Rmd                      |   72 ++-
 42 files changed, 1121 insertions(+), 631 deletions(-)

More information about wdpar at CRAN
Permanent link

Package sld updated to version 1.0.0 with previous version 0.3.3 dated 2020-06-20

Title: Estimation and Use of the Quantile-Based Skew Logistic Distribution
Description: The skew logistic distribution is a quantile-defined generalisation of the logistic distribution (van Staden and King 2015). Provides random numbers, quantiles, probabilities, densities and density quantiles for the distribution. It provides Quantile-Quantile plots and method of L-Moments estimation (including asymptotic standard errors) for the distribution.
Author: Robert King [aut, cre] (<https://orcid.org/0000-0001-7495-6599>), Paul van Staden [aut] (<https://orcid.org/0000-0002-5710-5984>)
Maintainer: Robert King <Robert.King.Newcastle@gmail.com>

Diff between sld versions 0.3.3 dated 2020-06-20 and 1.0.0 dated 2021-12-05

 Changelog           |   42 +++++-----
 DESCRIPTION         |   19 ++--
 MD5                 |   37 ++++-----
 NAMESPACE           |    6 -
 NEWS                |   24 +++---
 R/CheckParameters.R |   34 ++++----
 R/fit.R             |   60 +++++++--------
 R/fxsld.R           |  112 ++++++++++++++---------------
 R/plotsl.R          |   88 +++++++++++-----------
 R/qfsld.R           |  132 +++++++++++++++++-----------------
 R/qqsl.R            |   74 +++++++++----------
 R/rsld.R            |   22 ++---
 TODO                |    2 
 build               |only
 man/PCB.Rd          |   74 +++++++++----------
 man/fit.Rd          |  150 +++++++++++++++++++--------------------
 man/lmom.Rd         |   84 ++++++++++-----------
 man/plotsl.Rd       |  151 +++++++++++++++++++--------------------
 man/qbSLD.Rd        |  200 ++++++++++++++++++++++++++--------------------------
 man/qqsl.Rd         |  132 +++++++++++++++++-----------------
 20 files changed, 726 insertions(+), 717 deletions(-)

More information about sld at CRAN
Permanent link

Package Rcplex updated to version 0.3-5 with previous version 0.3-4 dated 2021-11-22

Title: R Interface to CPLEX
Description: R interface to CPLEX solvers for linear, quadratic, and (linear and quadratic) mixed integer programs. Support for quadratically constrained programming is available. See the file "INSTALL" for details on how to install the Rcplex package in Linux/Unix-like and Windows systems. Support for sparse matrices is provided by an S3-style class "simple_triplet_matrix" from package slam and by objects from the Matrix package class hierarchy.
Author: Hector Corrada Bravo [aut], Kurt Hornik [ctb], Stefan Theussl [aut, cre]
Maintainer: Stefan Theussl <Stefan.Theussl@R-project.org>

Diff between Rcplex versions 0.3-4 dated 2021-11-22 and 0.3-5 dated 2021-12-05

 DESCRIPTION      |    8 
 MD5              |   14 
 configure        | 5277 ++++++++++++++++++++++++++++++-------------------------
 configure.ac     |    4 
 inst/NEWS        |   13 
 src/Rcplex.c     |    6 
 src/Rcplex.h     |   10 
 src/Rcplex_QCP.c |    6 
 8 files changed, 2963 insertions(+), 2375 deletions(-)

More information about Rcplex at CRAN
Permanent link

Package ratesci updated to version 0.4-0 with previous version 0.3-0 dated 2018-02-15

Title: Confidence Intervals for Comparisons of Binomial or Poisson Rates
Description: Computes confidence intervals for the rate (or risk) difference ('RD') or rate ratio (or relative risk, 'RR') for binomial proportions or Poisson rates, or for odds ratio ('OR', binomial only). Also confidence intervals for a single binomial or Poisson rate, and intervals for matched pairs. Includes skewness-corrected asymptotic score ('SCAS') methods, which have been developed in Laud (2017) <doi:10.1002/pst.1813> from Miettinen & Nurminen (1985) <doi:10.1002/sim.4780040211> and Gart & Nam (1988) <doi:10.2307/2531848>. The same score produces hypothesis tests analogous to the test for binomial RD and RR by Farrington & Manning (1990) <doi:10.1002/sim.4780091208>. The package also includes MOVER methods (Method Of Variance Estimates Recovery) for all contrasts, derived from the Newcombe method but using equal-tailed Jeffreys intervals, and generalised for Bayesian applications incorporating prior information. So-called 'exact' methods for strictly conservative coverage are approximated using continuity corrections. Also includes methods for stratified calculations (e.g. meta-analysis), either assuming fixed effects (matching the CMH test) or incorporating stratum heterogeneity.
Author: Pete Laud [aut, cre]
Maintainer: Pete Laud <p.j.laud@sheffield.ac.uk>

Diff between ratesci versions 0.3-0 dated 2018-02-15 and 0.4-0 dated 2021-12-05

 DESCRIPTION            |   23 
 MD5                    |   42 -
 NEWS.md                |   45 +
 R/moverci.R            |  198 +++--
 R/pairbinci.R          |  192 +++--
 R/rateci.R             |  139 ++--
 R/ratesci-package.R    |   28 
 R/scoreci.R            | 1661 +++++++++++++++++++++++++++++++++----------------
 man/jeffreysci.Rd      |   17 
 man/moverbci.Rd        |   17 
 man/moverci.Rd         |   28 
 man/pairbinci.Rd       |   24 
 man/ratesci-package.Rd |   28 
 man/scasci.Rd          |   77 +-
 man/scaspci.Rd         |    6 
 man/scoreci.Rd         |  228 +++++-
 man/tdasci.Rd          |   89 ++
 tests/testthat/test1.R |  250 ++++---
 tests/testthat/test2.R |  105 +--
 tests/testthat/test3.R |  296 +++++---
 tests/testthat/test4.R |  378 +++++------
 tests/testthat/test5.R |   37 -
 22 files changed, 2570 insertions(+), 1338 deletions(-)

More information about ratesci at CRAN
Permanent link

Package eventstudies (with last version 1.2.2) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2020-06-02 1.2.2

Permanent link
Package mvGPS (with last version 1.2.1) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2021-10-16 1.2.1
2021-04-28 1.1.1
2020-09-17 1.0.2

Permanent link
Package apricom (with last version 1.0.0) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2015-11-24 1.0.0

Permanent link
Package JFE updated to version 2.5.2 with previous version 2.5.1 dated 2020-10-01

Title: Tools and GUI for Analyzing Time Series Data of Just Finance and Econometrics
Description: Support the analysis of financial and econometric time series, including recursive forecasts for machine learning.
Author: Ho Tsung-wu
Maintainer: Ho Tsung-wu <tsungwu@ntnu.edu.tw>

Diff between JFE versions 2.5.1 dated 2020-10-01 and 2.5.2 dated 2021-12-05

 DESCRIPTION                 |   16 ++---
 MD5                         |   22 ++++---
 NAMESPACE                   |    4 -
 R/01utilities.R             |   91 +++++++++++++++++++++++++++++++
 R/05Portfolio.R             |   54 +++++++++---------
 R/05PortoflioMore.R         |    3 -
 R/07timeSeriesML.R          |  127 +++++++++++++++++++++++++++++---------------
 man/data-sets.Rd            |    3 -
 man/downloadStockAI.Rd      |only
 man/riskOptimalPortfolio.Rd |    6 +-
 man/ttsCaret.Rd             |    2 
 man/ttsDS.Rd                |only
 man/ttsPlot.Rd              |   37 ++++++++++++
 13 files changed, 268 insertions(+), 97 deletions(-)

More information about JFE at CRAN
Permanent link


Built and running on Debian GNU/Linux using R, littler and blosxom. Styled with Bootstrap.