Sat, 12 Jun 2021

Package msaeRB updated to version 0.2.1 with previous version 0.2.0 dated 2021-06-09

Title: Ratio Benchmarking for Multivariate Small Area Estimation
Description: Implements multivariate ratio benchmarking small area estimation. This package provides ratio benchmarking estimation for univariate and multivariate small area estimation and its MSE. In fact, MSE estimators for ratio benchmark are not readily available, so resampling method that called parametric bootstrap is applied. The ratio benchmark model and parametric bootstrap in this package are based on the model proposed in small area estimation. J.N.K Rao and Isabel Molina (2015, ISBN: 978-1-118-73578-7).
Author: Zenda Oka Briantiko [aut, cre], Azka Ubaidillah [aut]
Maintainer: Zenda Oka Briantiko <221710087@stis.ac.id>

Diff between msaeRB versions 0.2.0 dated 2021-06-09 and 0.2.1 dated 2021-06-12

 DESCRIPTION         |    6 +++---
 MD5                 |   12 ++++++------
 R/est_msaeRBns.R    |    2 +-
 R/mse_msaeRBns.R    |    4 ++--
 R/mse_saeRBns.R     |    4 ++--
 man/mse_msaeRBns.Rd |    2 +-
 man/mse_saeRBns.Rd  |    2 +-
 7 files changed, 16 insertions(+), 16 deletions(-)

More information about msaeRB at CRAN
Permanent link

Package themis updated to version 0.1.4 with previous version 0.1.3 dated 2020-11-12

Title: Extra Recipes Steps for Dealing with Unbalanced Data
Description: A dataset with an uneven number of cases in each class is said to be unbalanced. Many models produce a subpar performance on unbalanced datasets. A dataset can be balanced by increasing the number of minority cases using SMOTE 2011 <arXiv:1106.1813>, BorderlineSMOTE 2005 <doi:10.1007/11538059_91> and ADASYN 2008 <https://ieeexplore.ieee.org/document/4633969>. Or by decreasing the number of majority cases using NearMiss 2003 <https://www.site.uottawa.ca/~nat/Workshop2003/jzhang.pdf> or Tomek link removal 1976 <https://ieeexplore.ieee.org/document/4309452>.
Author: Emil Hvitfeldt [aut, cre] (<https://orcid.org/0000-0002-0679-1945>)
Maintainer: Emil Hvitfeldt <emilhhvitfeldt@gmail.com>

Diff between themis versions 0.1.3 dated 2020-11-12 and 0.1.4 dated 2021-06-12

 themis-0.1.3/themis/R/adasyn.R                               |only
 themis-0.1.3/themis/R/bsmote.R                               |only
 themis-0.1.3/themis/R/downsample.R                           |only
 themis-0.1.3/themis/R/nearmiss.R                             |only
 themis-0.1.3/themis/R/rose.R                                 |only
 themis-0.1.3/themis/R/smote.R                                |only
 themis-0.1.3/themis/R/tomek.R                                |only
 themis-0.1.3/themis/R/upsample.R                             |only
 themis-0.1.4/themis/DESCRIPTION                              |    8 
 themis-0.1.4/themis/MD5                                      |   73 ++++---
 themis-0.1.4/themis/NAMESPACE                                |    3 
 themis-0.1.4/themis/NEWS.md                                  |    4 
 themis-0.1.4/themis/R/adasyn_impl.R                          |   55 +++++
 themis-0.1.4/themis/R/bsmote_impl.R                          |   86 +++++++++
 themis-0.1.4/themis/R/misc.R                                 |   15 +
 themis-0.1.4/themis/R/nearmiss_impl.R                        |    8 
 themis-0.1.4/themis/R/smote_impl.R                           |  101 ++++++++---
 themis-0.1.4/themis/R/step_adasyn.R                          |only
 themis-0.1.4/themis/R/step_bsmote.R                          |only
 themis-0.1.4/themis/R/step_downsample.R                      |only
 themis-0.1.4/themis/R/step_nearmiss.R                        |only
 themis-0.1.4/themis/R/step_rose.R                            |only
 themis-0.1.4/themis/R/step_smote.R                           |only
 themis-0.1.4/themis/R/step_tomek.R                           |only
 themis-0.1.4/themis/R/step_upsample.R                        |only
 themis-0.1.4/themis/README.md                                |   28 +--
 themis-0.1.4/themis/man/adasyn.Rd                            |only
 themis-0.1.4/themis/man/bsmote.Rd                            |only
 themis-0.1.4/themis/man/figures/README-unnamed-chunk-2-1.png |binary
 themis-0.1.4/themis/man/figures/README-unnamed-chunk-3-1.png |binary
 themis-0.1.4/themis/man/figures/README-unnamed-chunk-4-1.png |binary
 themis-0.1.4/themis/man/figures/README-unnamed-chunk-5-1.png |binary
 themis-0.1.4/themis/man/figures/README-unnamed-chunk-6-1.png |binary
 themis-0.1.4/themis/man/required_pkgs.step.Rd                |    5 
 themis-0.1.4/themis/man/smote.Rd                             |only
 themis-0.1.4/themis/man/step_adasyn.Rd                       |    2 
 themis-0.1.4/themis/man/step_bsmote.Rd                       |    2 
 themis-0.1.4/themis/man/step_downsample.Rd                   |    2 
 themis-0.1.4/themis/man/step_nearmiss.Rd                     |    2 
 themis-0.1.4/themis/man/step_rose.Rd                         |    2 
 themis-0.1.4/themis/man/step_smote.Rd                        |    2 
 themis-0.1.4/themis/man/step_tomek.Rd                        |    2 
 themis-0.1.4/themis/man/step_upsample.Rd                     |    2 
 themis-0.1.4/themis/tests/testthat/test-adasyn_impl.R        |only
 themis-0.1.4/themis/tests/testthat/test-bsmote_impl.R        |only
 themis-0.1.4/themis/tests/testthat/test-nearmiss.R           |   10 +
 themis-0.1.4/themis/tests/testthat/test-rose.R               |   23 ++
 themis-0.1.4/themis/tests/testthat/test-smote_impl.R         |   27 ++
 48 files changed, 375 insertions(+), 87 deletions(-)

More information about themis at CRAN
Permanent link

Package act updated to version 1.1.0 with previous version 1.0.2 dated 2021-04-18

Title: Aligned Corpus Toolkit
Description: The Aligned Corpus Toolkit (act) is designed for linguists that work with time aligned transcription data. It offers functions to import and export various annotation file formats ('ELAN' .eaf, 'EXMARaLDA .exb and 'Praat' .TextGrid files), create print transcripts in the style of conversation analysis, search transcripts (span searches across multiple annotations, search in normalized annotations, make concordances etc.), export and re-import search results (.csv and 'Excel' .xlsx format), create cuts for the search results (print transcripts, audio/video cuts using 'FFmpeg' and video sub titles in 'Subrib title' .srt format), modify the data in a corpus (search/replace, delete, filter etc.), interact with 'Praat' using 'Praat'-scripts, and exchange data with the 'rPraat' package. The package is itself written in R and may be expanded by other users.
Author: Oliver Ehmer [aut, cre]
Maintainer: Oliver Ehmer <oliver.ehmer@romanistik.uni-freiburg.de>

Diff between act versions 1.0.2 dated 2021-04-18 and 1.1.0 dated 2021-06-12

 act-1.0.2/act/R/search_meta.R                             |only
 act-1.0.2/act/inst/examples/search_meta.R                 |only
 act-1.0.2/act/man/search_meta.Rd                          |only
 act-1.1.0/act/DESCRIPTION                                 |    8 
 act-1.1.0/act/MD5                                         |  190 ++++++------
 act-1.1.0/act/NAMESPACE                                   |    4 
 act-1.1.0/act/R/act_info.R                                |   38 +-
 act-1.1.0/act/R/act_info_summarized.R                     |    6 
 act-1.1.0/act/R/annotations_all.R                         |   12 
 act-1.1.0/act/R/annotations_delete.R                      |   14 
 act-1.1.0/act/R/annotations_delete_empty.R                |    4 
 act-1.1.0/act/R/annotations_matrix.R                      |    2 
 act-1.1.0/act/R/annotations_replace_copy.R                |  153 +++++----
 act-1.1.0/act/R/class_layout.R                            |   50 +--
 act-1.1.0/act/R/class_search.R                            |   16 -
 act-1.1.0/act/R/class_transcript.R                        |    9 
 act-1.1.0/act/R/corpus_export.R                           |   47 ++-
 act-1.1.0/act/R/corpus_new.R                              |    6 
 act-1.1.0/act/R/export_eaf.R                              |   25 +
 act-1.1.0/act/R/export_exb.R                              |   24 -
 act-1.1.0/act/R/export_printtranscript.R                  |   50 +--
 act-1.1.0/act/R/export_rpraat.R                           |    4 
 act-1.1.0/act/R/export_textgrid.R                         |   84 ++---
 act-1.1.0/act/R/helper_format_time.R                      |   48 ---
 act-1.1.0/act/R/import.R                                  |    2 
 act-1.1.0/act/R/import_eaf.R                              |    4 
 act-1.1.0/act/R/import_exb.R                              |    6 
 act-1.1.0/act/R/import_rpraat.R                           |    8 
 act-1.1.0/act/R/import_textgrid.R                         |    4 
 act-1.1.0/act/R/matrix_load.R                             |    2 
 act-1.1.0/act/R/media_assign.R                            |    2 
 act-1.1.0/act/R/search_cuts.R                             |only
 act-1.1.0/act/R/search_cuts_media.R                       |   71 ++--
 act-1.1.0/act/R/search_cuts_printtranscript.R             |   70 ++--
 act-1.1.0/act/R/search_cuts_srt.R                         |   12 
 act-1.1.0/act/R/search_import_export.R                    |    4 
 act-1.1.0/act/R/search_makefilter.R                       |only
 act-1.1.0/act/R/search_new.R                              |   23 -
 act-1.1.0/act/R/search_openresult_inelan.R                |   20 +
 act-1.1.0/act/R/search_openresult_inpraat.R               |   10 
 act-1.1.0/act/R/search_playresults_inquicktime.R          |    2 
 act-1.1.0/act/R/search_run.R                              |   18 -
 act-1.1.0/act/R/search_sub.R                              |   23 +
 act-1.1.0/act/R/search_transcript_content.R               |    4 
 act-1.1.0/act/R/search_transcript_fulltext.R              |    6 
 act-1.1.0/act/R/tiers_add.R                               |    2 
 act-1.1.0/act/R/tiers_convert.R                           |    4 
 act-1.1.0/act/R/tiers_delete.R                            |   21 +
 act-1.1.0/act/R/tiers_rename.R                            |   14 
 act-1.1.0/act/R/tiers_sort.R                              |    2 
 act-1.1.0/act/R/transcripts_cure.R                        |    2 
 act-1.1.0/act/R/transcripts_filter.R                      |    2 
 act-1.1.0/act/R/transcripts_filter_single.R               |    2 
 act-1.1.0/act/R/transcripts_merge.R                       |  215 +++++---------
 act-1.1.0/act/R/transcripts_merge2.R                      |only
 act-1.1.0/act/data/examplecorpus.RData                    |binary
 act-1.1.0/act/inst/examples/annotations_delete.R          |    2 
 act-1.1.0/act/inst/examples/annotations_replace_copy.R    |    8 
 act-1.1.0/act/inst/examples/export_printtranscript.R      |    2 
 act-1.1.0/act/inst/examples/search_cuts.R                 |only
 act-1.1.0/act/inst/examples/search_cuts_media.R           |    8 
 act-1.1.0/act/inst/examples/search_cuts_printtranscript.R |    4 
 act-1.1.0/act/inst/examples/search_cuts_srt.R             |    2 
 act-1.1.0/act/inst/examples/search_makefilter.R           |only
 act-1.1.0/act/inst/examples/search_sub.R                  |    2 
 act-1.1.0/act/inst/examples/transcripts_delete.R          |    2 
 act-1.1.0/act/inst/examples/transcripts_filter_single.R   |    4 
 act-1.1.0/act/inst/examples/transcripts_merge.R           |   62 ++--
 act-1.1.0/act/inst/examples/transcripts_merge2.R          |only
 act-1.1.0/act/man/annotations_delete.Rd                   |    8 
 act-1.1.0/act/man/annotations_delete_empty.Rd             |    2 
 act-1.1.0/act/man/annotations_matrix.Rd                   |    2 
 act-1.1.0/act/man/annotations_replace_copy.Rd             |   22 -
 act-1.1.0/act/man/corpus_export.Rd                        |   18 -
 act-1.1.0/act/man/export_printtranscript.Rd               |    7 
 act-1.1.0/act/man/export_rpraat.Rd                        |    2 
 act-1.1.0/act/man/helper_format_time.Rd                   |    3 
 act-1.1.0/act/man/import_rpraat.Rd                        |    2 
 act-1.1.0/act/man/layout-class.Rd                         |    4 
 act-1.1.0/act/man/matrix_load.Rd                          |    2 
 act-1.1.0/act/man/search-class.Rd                         |    4 
 act-1.1.0/act/man/search_cuts.Rd                          |only
 act-1.1.0/act/man/search_cuts_media.Rd                    |   23 -
 act-1.1.0/act/man/search_cuts_printtranscript.Rd          |   19 -
 act-1.1.0/act/man/search_cuts_srt.Rd                      |    8 
 act-1.1.0/act/man/search_makefilter.Rd                    |only
 act-1.1.0/act/man/search_new.Rd                           |    2 
 act-1.1.0/act/man/search_openresult_inelan.Rd             |    4 
 act-1.1.0/act/man/search_run.Rd                           |    2 
 act-1.1.0/act/man/search_sub.Rd                           |   14 
 act-1.1.0/act/man/tiers_add.Rd                            |    2 
 act-1.1.0/act/man/tiers_convert.Rd                        |    2 
 act-1.1.0/act/man/tiers_delete.Rd                         |    2 
 act-1.1.0/act/man/tiers_rename.Rd                         |    2 
 act-1.1.0/act/man/tiers_sort.Rd                           |    2 
 act-1.1.0/act/man/transcript-class.Rd                     |    2 
 act-1.1.0/act/man/transcripts_cure.Rd                     |    2 
 act-1.1.0/act/man/transcripts_delete.Rd                   |    2 
 act-1.1.0/act/man/transcripts_filter.Rd                   |    2 
 act-1.1.0/act/man/transcripts_filter_single.Rd            |    6 
 act-1.1.0/act/man/transcripts_merge.Rd                    |   93 +++---
 act-1.1.0/act/man/transcripts_merge2.Rd                   |only
 102 files changed, 926 insertions(+), 784 deletions(-)

More information about act at CRAN
Permanent link

Package rmcfs updated to version 1.3.3 with previous version 1.3.2 dated 2021-05-28

Title: The MCFS-ID Algorithm for Feature Selection and Interdependency Discovery
Description: MCFS-ID (Monte Carlo Feature Selection and Interdependency Discovery) is a Monte Carlo method-based tool for feature selection. It also allows for the discovery of interdependencies between the relevant features. MCFS-ID is particularly suitable for the analysis of high-dimensional, 'small n large p' transactional and biological data. M. Draminski, J. Koronacki (2018) <doi:10.18637/jss.v085.i12>.
Author: Michal Draminski [aut, cre], Jacek Koronacki [aut], Julian Zubek [ctb]
Maintainer: Michal Draminski <michal.draminski@ipipan.waw.pl>

Diff between rmcfs versions 1.3.2 dated 2021-05-28 and 1.3.3 dated 2021-06-12

 DESCRIPTION                                                 |    8 
 MD5                                                         |   40 ++--
 NEWS.md                                                     |    5 
 R/onLoad.R                                                  |    2 
 R/rmcfs.R                                                   |    4 
 inst/doc/v85i12.pdf                                         |binary
 inst/java/dmLab.jar                                         |binary
 java/src/dmLab/DMLabInfo.java                               |    4 
 java/src/dmLab/array/Array.java                             |   37 +++
 java/src/dmLab/array/FArray.java                            |  113 +++++++++++-
 java/src/dmLab/array/SArray.java                            |    9 
 java/src/dmLab/array/functions/SelectFunctions.java         |  109 +++--------
 java/src/dmLab/mcfs/MCFSParams.java                         |    9 
 java/src/dmLab/mcfs/attributesRI/AttributesRI.java          |   11 +
 java/src/dmLab/mcfs/mcfsEngine/MCFSAutoParams.java          |   24 ++
 java/src/dmLab/mcfs/mcfsEngine/MCFSExperiment.java          |   35 ++-
 java/src/dmLab/mcfs/mcfsEngine/MCFSFinalCV.java             |   19 +-
 java/src/dmLab/mcfs/mcfsEngine/framework/MCFSFramework.java |   10 -
 java/src/dmLab/mcfs/mcfsEngine/modules/Projection.java      |   57 ++----
 java/src/dmLab/utils/ArrayUtils.java                        |   47 +++-
 man/mcfs.Rd                                                 |    2 
 21 files changed, 367 insertions(+), 178 deletions(-)

More information about rmcfs at CRAN
Permanent link

Package ffscrapr updated to version 1.4.3 with previous version 1.4.2 dated 2021-05-10

Title: API Client for Fantasy Football League Platforms
Description: Helps access various Fantasy Football APIs by handling authentication and rate-limiting, forming appropriate calls, and returning tidy dataframes which can be easily connected to other data sources.
Author: Tan Ho [aut, cre], Tony ElHabr [ctb], Joe Sydlowski [ctb]
Maintainer: Tan Ho <tan@tanho.ca>

Diff between ffscrapr versions 1.4.2 dated 2021-05-10 and 1.4.3 dated 2021-06-12

 ffscrapr-1.4.2/ffscrapr/inst/doc/ffscrapr_scoringhistory.R      |only
 ffscrapr-1.4.2/ffscrapr/man/figures/ffscrapr.svg                |only
 ffscrapr-1.4.2/ffscrapr/man/figures/logo.png                    |only
 ffscrapr-1.4.3/ffscrapr/DESCRIPTION                             |    8 
 ffscrapr-1.4.3/ffscrapr/LICENSE                                 |    2 
 ffscrapr-1.4.3/ffscrapr/MD5                                     |  145 ++++----
 ffscrapr-1.4.3/ffscrapr/NEWS.md                                 |   19 +
 ffscrapr-1.4.3/ffscrapr/R/0_utils.R                             |    2 
 ffscrapr-1.4.3/ffscrapr/R/1_import_dp.R                         |   48 ++
 ffscrapr-1.4.3/ffscrapr/R/espn_league.R                         |    1 
 ffscrapr-1.4.3/ffscrapr/R/espn_scoringhistory.R                 |    2 
 ffscrapr-1.4.3/ffscrapr/R/flea_league.R                         |    1 
 ffscrapr-1.4.3/ffscrapr/R/flea_scoringhistory.R                 |    2 
 ffscrapr-1.4.3/ffscrapr/R/mfl_league.R                          |    1 
 ffscrapr-1.4.3/ffscrapr/R/mfl_scoringhistory.R                  |    2 
 ffscrapr-1.4.3/ffscrapr/R/sleeper_draft.R                       |    1 
 ffscrapr-1.4.3/ffscrapr/R/sleeper_draftpicks.R                  |   13 
 ffscrapr-1.4.3/ffscrapr/R/sleeper_league.R                      |    1 
 ffscrapr-1.4.3/ffscrapr/R/sleeper_schedule.R                    |   22 -
 ffscrapr-1.4.3/ffscrapr/R/sleeper_scoringhistory.R              |    2 
 ffscrapr-1.4.3/ffscrapr/README.md                               |   53 +--
 ffscrapr-1.4.3/ffscrapr/build/vignette.rds                      |binary
 ffscrapr-1.4.3/ffscrapr/data/dp_name_mapping.rda                |only
 ffscrapr-1.4.3/ffscrapr/inst/doc/espn_authentication.Rmd        |    4 
 ffscrapr-1.4.3/ffscrapr/inst/doc/espn_authentication.html       |    4 
 ffscrapr-1.4.3/ffscrapr/inst/doc/espn_basics.R                  |    6 
 ffscrapr-1.4.3/ffscrapr/inst/doc/espn_basics.Rmd                |   10 
 ffscrapr-1.4.3/ffscrapr/inst/doc/espn_basics.html               |  175 +++++----
 ffscrapr-1.4.3/ffscrapr/inst/doc/espn_getendpoint.R             |    6 
 ffscrapr-1.4.3/ffscrapr/inst/doc/espn_getendpoint.Rmd           |   10 
 ffscrapr-1.4.3/ffscrapr/inst/doc/espn_getendpoint.html          |    5 
 ffscrapr-1.4.3/ffscrapr/inst/doc/ffscrapr_caching.Rmd           |    7 
 ffscrapr-1.4.3/ffscrapr/inst/doc/ffscrapr_caching.html          |    7 
 ffscrapr-1.4.3/ffscrapr/inst/doc/ffscrapr_scoringhistory.Rmd    |   36 --
 ffscrapr-1.4.3/ffscrapr/inst/doc/ffscrapr_scoringhistory.html   |   20 -
 ffscrapr-1.4.3/ffscrapr/inst/doc/fleaflicker_basics.R           |    6 
 ffscrapr-1.4.3/ffscrapr/inst/doc/fleaflicker_basics.Rmd         |   10 
 ffscrapr-1.4.3/ffscrapr/inst/doc/fleaflicker_basics.html        |  134 +++----
 ffscrapr-1.4.3/ffscrapr/inst/doc/fleaflicker_getendpoint.R      |    6 
 ffscrapr-1.4.3/ffscrapr/inst/doc/fleaflicker_getendpoint.Rmd    |   10 
 ffscrapr-1.4.3/ffscrapr/inst/doc/fleaflicker_getendpoint.html   |    5 
 ffscrapr-1.4.3/ffscrapr/inst/doc/mfl_basics.R                   |    6 
 ffscrapr-1.4.3/ffscrapr/inst/doc/mfl_basics.Rmd                 |   10 
 ffscrapr-1.4.3/ffscrapr/inst/doc/mfl_basics.html                |  157 ++++----
 ffscrapr-1.4.3/ffscrapr/inst/doc/mfl_getendpoint.R              |    6 
 ffscrapr-1.4.3/ffscrapr/inst/doc/mfl_getendpoint.Rmd            |   10 
 ffscrapr-1.4.3/ffscrapr/inst/doc/mfl_getendpoint.html           |   32 +
 ffscrapr-1.4.3/ffscrapr/inst/doc/sleeper_basics.R               |    6 
 ffscrapr-1.4.3/ffscrapr/inst/doc/sleeper_basics.Rmd             |   10 
 ffscrapr-1.4.3/ffscrapr/inst/doc/sleeper_basics.html            |  176 +++++-----
 ffscrapr-1.4.3/ffscrapr/inst/doc/sleeper_getendpoint.R          |    6 
 ffscrapr-1.4.3/ffscrapr/inst/doc/sleeper_getendpoint.Rmd        |   10 
 ffscrapr-1.4.3/ffscrapr/inst/doc/sleeper_getendpoint.html       |   62 +--
 ffscrapr-1.4.3/ffscrapr/man/dot-sleeper_matchup.Rd              |only
 ffscrapr-1.4.3/ffscrapr/man/dp_cleannames.Rd                    |   27 +
 ffscrapr-1.4.3/ffscrapr/man/dp_name_mapping.Rd                  |only
 ffscrapr-1.4.3/ffscrapr/man/ff_scoringhistory.Rd                |    2 
 ffscrapr-1.4.3/ffscrapr/man/ffscrapr-package.Rd                 |    4 
 ffscrapr-1.4.3/ffscrapr/man/figures/logo.svg                    |only
 ffscrapr-1.4.3/ffscrapr/man/nflfastr_rosters.Rd                 |    2 
 ffscrapr-1.4.3/ffscrapr/man/nflfastr_weekly.Rd                  |    2 
 ffscrapr-1.4.3/ffscrapr/man/pipe.Rd                             |    2 
 ffscrapr-1.4.3/ffscrapr/tests/testthat/setup.R                  |    6 
 ffscrapr-1.4.3/ffscrapr/tests/testthat/test-ff_draft.R          |    5 
 ffscrapr-1.4.3/ffscrapr/tests/testthat/test-ff_scoringhistory.R |    4 
 ffscrapr-1.4.3/ffscrapr/tests/testthat/test-import_dp.R         |   15 
 ffscrapr-1.4.3/ffscrapr/vignettes/espn_authentication.Rmd       |    4 
 ffscrapr-1.4.3/ffscrapr/vignettes/espn_basics.Rmd               |   10 
 ffscrapr-1.4.3/ffscrapr/vignettes/espn_getendpoint.Rmd          |   10 
 ffscrapr-1.4.3/ffscrapr/vignettes/ffscrapr_caching.Rmd          |    7 
 ffscrapr-1.4.3/ffscrapr/vignettes/ffscrapr_scoringhistory.Rmd   |   36 --
 ffscrapr-1.4.3/ffscrapr/vignettes/fleaflicker_basics.Rmd        |   10 
 ffscrapr-1.4.3/ffscrapr/vignettes/fleaflicker_getendpoint.Rmd   |   10 
 ffscrapr-1.4.3/ffscrapr/vignettes/mfl_basics.Rmd                |   10 
 ffscrapr-1.4.3/ffscrapr/vignettes/mfl_getendpoint.Rmd           |   10 
 ffscrapr-1.4.3/ffscrapr/vignettes/sleeper_basics.Rmd            |   10 
 ffscrapr-1.4.3/ffscrapr/vignettes/sleeper_getendpoint.Rmd       |   10 
 77 files changed, 827 insertions(+), 646 deletions(-)

More information about ffscrapr at CRAN
Permanent link

Package seplyr updated to version 1.0.3 with previous version 1.0.1 dated 2020-10-18

Title: Improved Standard Evaluation Interfaces for Common Data Manipulation Tasks
Description: The 'seplyr' (standard evaluation plying) package supplies improved standard evaluation adapter methods for important common 'dplyr' data manipulation tasks. In addition the 'seplyr' package supplies several new "key operations bound together" methods. These include 'group_summarize()' (which combines grouping, arranging and calculation in an atomic unit), 'add_group_summaries()' (which joins grouped summaries into a 'data.frame' in a well documented manner), 'add_group_indices()' (which adds per-group identifiers to a 'data.frame' without depending on row-order), 'partition_mutate_qt()' (which optimizes mutate sequences), and 'if_else_device()' (which simulates per-row if-else blocks in expression sequences).
Author: John Mount [aut, cre], Win-Vector LLC [cph]
Maintainer: John Mount <jmount@win-vector.com>

Diff between seplyr versions 1.0.1 dated 2020-10-18 and 1.0.3 dated 2021-06-12

 DESCRIPTION                     |   11 
 MD5                             |   14 
 NEWS.md                         |    4 
 inst/doc/MutatePartitioner.html |  654 ++++++++++++----------------------------
 inst/doc/named_map_builder.html |  328 ++------------------
 inst/doc/rename_se.html         |  318 ++-----------------
 inst/doc/seplyr.html            |  356 +++------------------
 inst/doc/using_seplyr.html      |  483 +++++++----------------------
 8 files changed, 460 insertions(+), 1708 deletions(-)

More information about seplyr at CRAN
Permanent link

Package RTL updated to version 0.1.7 with previous version 0.1.6 dated 2021-04-07

Title: Risk Tool Library - Trading, Risk, Analytic for Commodities
Description: Collection of functions and metadata to complement core packages in Finance and Commodities, including futures expiry tables and <https://www.morningstar.com/products/commodities-and-energy> API functions. See <https://github.com/risktoollib/RTL>.
Author: Philippe Cote [aut, cre], Nima Safaian [aut], Mikel Buchinski [ctb], Joe Rikk [ctb], Gabriela Sanchez [ctb], Usman Farooq [ctb]
Maintainer: Philippe Cote <pcote@ualberta.ca>

Diff between RTL versions 0.1.6 dated 2021-04-07 and 0.1.7 dated 2021-06-12

 RTL-0.1.6/RTL/data/crudepipelines.rda    |only
 RTL-0.1.6/RTL/data/lngterminals.rda      |only
 RTL-0.1.6/RTL/data/nghubs.rda            |only
 RTL-0.1.6/RTL/data/ngpipelines.rda       |only
 RTL-0.1.6/RTL/data/ngstorage.rda         |only
 RTL-0.1.6/RTL/data/productspipelines.rda |only
 RTL-0.1.6/RTL/data/productsterminals.rda |only
 RTL-0.1.6/RTL/data/refineries.rda        |only
 RTL-0.1.6/RTL/man/crudepipelines.Rd      |only
 RTL-0.1.6/RTL/man/lngterminals.Rd        |only
 RTL-0.1.6/RTL/man/nghubs.Rd              |only
 RTL-0.1.6/RTL/man/ngpipelines.Rd         |only
 RTL-0.1.6/RTL/man/ngstorage.Rd           |only
 RTL-0.1.6/RTL/man/productspipelines.Rd   |only
 RTL-0.1.6/RTL/man/productsterminals.Rd   |only
 RTL-0.1.6/RTL/man/refineries.Rd          |only
 RTL-0.1.7/RTL/DESCRIPTION                |   28 +++++----
 RTL-0.1.7/RTL/MD5                        |   96 +++++++++++++------------------
 RTL-0.1.7/RTL/NAMESPACE                  |    1 
 RTL-0.1.7/RTL/NEWS.md                    |   27 ++++++++
 RTL-0.1.7/RTL/R/data.R                   |   53 -----------------
 RTL-0.1.7/RTL/R/distdescplot.R           |   19 ++++--
 RTL-0.1.7/RTL/R/garch.R                  |   20 ++++--
 RTL-0.1.7/RTL/R/getGIS.R                 |only
 RTL-0.1.7/RTL/R/globals.R                |    3 
 RTL-0.1.7/RTL/R/ir_df_us.R               |    7 +-
 RTL-0.1.7/RTL/R/morningstar.R            |    9 ++
 RTL-0.1.7/RTL/R/promptBeta.R             |    5 +
 RTL-0.1.7/RTL/R/refineryLP.R             |    9 ++
 RTL-0.1.7/RTL/R/tradeStats.R             |   60 ++++++++++++-------
 RTL-0.1.7/RTL/README.md                  |   70 ++++++++++++++++------
 RTL-0.1.7/RTL/data/cancrudeassays.rda    |binary
 RTL-0.1.7/RTL/data/cancrudeassayssum.rda |binary
 RTL-0.1.7/RTL/data/cancrudeprices.rda    |binary
 RTL-0.1.7/RTL/data/crudeassaysBP.rda     |binary
 RTL-0.1.7/RTL/data/crudeassaysXOM.rda    |binary
 RTL-0.1.7/RTL/data/crudes.rda            |binary
 RTL-0.1.7/RTL/data/dflong.rda            |binary
 RTL-0.1.7/RTL/data/dfwide.rda            |binary
 RTL-0.1.7/RTL/data/eiaStocks.rda         |binary
 RTL-0.1.7/RTL/data/eiaStorageCap.rda     |binary
 RTL-0.1.7/RTL/data/expiry_table.rda      |binary
 RTL-0.1.7/RTL/data/fizdiffs.rda          |binary
 RTL-0.1.7/RTL/data/planets.rda           |binary
 RTL-0.1.7/RTL/data/ref.opt.inputs.rda    |binary
 RTL-0.1.7/RTL/data/ref.opt.outputs.rda   |binary
 RTL-0.1.7/RTL/data/tradeprocess.rda      |binary
 RTL-0.1.7/RTL/data/usSwapCurves.rda      |binary
 RTL-0.1.7/RTL/data/usSwapCurvesPar.rda   |binary
 RTL-0.1.7/RTL/data/usSwapIR.rda          |binary
 RTL-0.1.7/RTL/data/usSwapIRdef.rda       |binary
 RTL-0.1.7/RTL/man/eiaStocks.Rd           |    3 
 RTL-0.1.7/RTL/man/eiaStorageCap.Rd       |    3 
 RTL-0.1.7/RTL/man/garch.Rd               |    2 
 RTL-0.1.7/RTL/man/getGIS.Rd              |only
 RTL-0.1.7/RTL/man/getPrice.Rd            |    3 
 RTL-0.1.7/RTL/man/tickers_eia.Rd         |    5 -
 RTL-0.1.7/RTL/man/tradeStats.Rd          |   11 +--
 58 files changed, 245 insertions(+), 189 deletions(-)

More information about RTL at CRAN
Permanent link

Package rppo (with last version 1.0.2) was removed from CRAN

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

2021-06-02 1.0.2
2020-09-18 1.0.1

Permanent link
Package mlbstatsR (with last version 0.1.0) was removed from CRAN

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

2021-05-17 0.1.0

Permanent link
Package ANOVAreplication (with last version 1.1.4) was removed from CRAN

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

2019-07-18 1.1.4
2018-01-27 1.1.3
2017-09-30 1.1.2
2017-08-24 1.1.1
2017-04-25 1.0.0

Permanent link
Package surveyvoi (with last version 1.0.3) was removed from CRAN

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

2021-05-31 1.0.3
2021-05-27 1.0.2

Permanent link
Package mixmeta updated to version 1.1.3 with previous version 1.1.2 dated 2021-05-15

Title: An Extended Mixed-Effects Framework for Meta-Analysis
Description: A collection of functions to perform various meta-analytical models through a unified mixed-effects framework, including standard univariate fixed and random-effects meta-analysis and meta-regression, and non-standard extensions such as multivariate, multilevel, longitudinal, and dose-response models.
Author: Antonio Gasparrini [aut, cre], Francesco Sera [aut]
Maintainer: Antonio Gasparrini <antonio.gasparrini@lshtm.ac.uk>

Diff between mixmeta versions 1.1.2 dated 2021-05-15 and 1.1.3 dated 2021-06-12

 DESCRIPTION      |    8 ++++----
 MD5              |    8 ++++----
 NEWS.md          |   10 +++++++++-
 R/coef.mixmeta.R |    2 +-
 inst/NEWS        |   10 +++++++++-
 5 files changed, 27 insertions(+), 11 deletions(-)

More information about mixmeta at CRAN
Permanent link

Package tidyBF updated to version 0.5.1 with previous version 0.5.0 dated 2021-03-04

Title: Tidy Wrapper for 'BayesFactor' Package
Description: Provides helper functions that make it easy to run 'BayesFactor' package tests on a data which is in a tidy format. Additionally, it provides a more consistent syntax and by default returns a dataframe with rich details. These functions can also return expressions containing results from Bayes Factor tests that can then be displayed on custom plots. Posterior estimation is carried out using the 'bayestestR' package.
Author: Indrajeet Patil [aut, cre, cph] (<https://orcid.org/0000-0003-1995-6531>, @patilindrajeets)
Maintainer: Indrajeet Patil <patilindrajeet.science@gmail.com>

Diff between tidyBF versions 0.5.0 dated 2021-03-04 and 0.5.1 dated 2021-06-12

 tidyBF-0.5.0/tidyBF/man/figures/README-expr_plot-1.png       |only
 tidyBF-0.5.0/tidyBF/man/figures/README-expr_plot2-1.png      |only
 tidyBF-0.5.0/tidyBF/man/figures/README-expr_plot3-1.png      |only
 tidyBF-0.5.0/tidyBF/man/figures/README-expr_plot4-1.png      |only
 tidyBF-0.5.0/tidyBF/man/figures/README-expr_plot5-1.png      |only
 tidyBF-0.5.0/tidyBF/man/figures/lifecycle-archived.svg       |only
 tidyBF-0.5.0/tidyBF/man/figures/lifecycle-defunct.svg        |only
 tidyBF-0.5.0/tidyBF/man/figures/lifecycle-deprecated.svg     |only
 tidyBF-0.5.0/tidyBF/man/figures/lifecycle-experimental.svg   |only
 tidyBF-0.5.0/tidyBF/man/figures/lifecycle-maturing.svg       |only
 tidyBF-0.5.0/tidyBF/man/figures/lifecycle-questioning.svg    |only
 tidyBF-0.5.0/tidyBF/man/figures/lifecycle-stable.svg         |only
 tidyBF-0.5.0/tidyBF/man/figures/lifecycle-superseded.svg     |only
 tidyBF-0.5.1/tidyBF/DESCRIPTION                              |   15 
 tidyBF-0.5.1/tidyBF/LICENSE                                  |    4 
 tidyBF-0.5.1/tidyBF/MD5                                      |   77 -
 tidyBF-0.5.1/tidyBF/NAMESPACE                                |  112 +-
 tidyBF-0.5.1/tidyBF/NEWS.md                                  |  228 ++---
 tidyBF-0.5.1/tidyBF/R/attach.R                               |   14 
 tidyBF-0.5.1/tidyBF/R/bf_contingency_tab.R                   |  355 ++++----
 tidyBF-0.5.1/tidyBF/R/bf_corr_test.R                         |  120 +-
 tidyBF-0.5.1/tidyBF/R/bf_expr_template.R                     |  187 ++--
 tidyBF-0.5.1/tidyBF/R/bf_meta_random.R                       |  139 +--
 tidyBF-0.5.1/tidyBF/R/bf_ttest.R                             |  340 +++----
 tidyBF-0.5.1/tidyBF/R/data.R                                 |   62 -
 tidyBF-0.5.1/tidyBF/R/global_vars.R                          |   48 -
 tidyBF-0.5.1/tidyBF/R/helpers_bf_tests.R                     |  242 ++---
 tidyBF-0.5.1/tidyBF/R/reexports.R                            |   50 -
 tidyBF-0.5.1/tidyBF/README.md                                |  473 ----------
 tidyBF-0.5.1/tidyBF/inst/CITATION                            |   14 
 tidyBF-0.5.1/tidyBF/inst/WORDLIST                            |   51 -
 tidyBF-0.5.1/tidyBF/man/bf_contingency_tab.Rd                |  222 ++---
 tidyBF-0.5.1/tidyBF/man/bf_corr_test.Rd                      |  150 +--
 tidyBF-0.5.1/tidyBF/man/bf_expr_template.Rd                  |   98 +-
 tidyBF-0.5.1/tidyBF/man/bf_extractor.Rd                      |  138 +--
 tidyBF-0.5.1/tidyBF/man/bf_meta_random.Rd                    |  150 +--
 tidyBF-0.5.1/tidyBF/man/bf_ttest.Rd                          |  302 +++---
 tidyBF-0.5.1/tidyBF/tests/spelling.R                         |   12 
 tidyBF-0.5.1/tidyBF/tests/testthat.R                         |    8 
 tidyBF-0.5.1/tidyBF/tests/testthat/test-bf_contingency_tab.R |  338 +++----
 tidyBF-0.5.1/tidyBF/tests/testthat/test-bf_corr_test.R       |  180 ++--
 tidyBF-0.5.1/tidyBF/tests/testthat/test-bf_extractor.R       |   92 +-
 tidyBF-0.5.1/tidyBF/tests/testthat/test-bf_meta_random.R     |  144 +--
 tidyBF-0.5.1/tidyBF/tests/testthat/test-bf_oneway_anova.R    |  486 +++++------
 tidyBF-0.5.1/tidyBF/tests/testthat/test-bf_ttest.R           |  270 +++---
 tidyBF-0.5.1/tidyBF/tests/testthat/test-loop_execution.R     |  216 ++--
 46 files changed, 2464 insertions(+), 2873 deletions(-)

More information about tidyBF at CRAN
Permanent link

Package slga updated to version 1.2.0 with previous version 1.1.2 dated 2021-01-13

Title: Data Access Tools for the Soil and Landscape Grid of Australia
Description: Provides access to soil and landscape grid of Australia raster datasets via existing open geospatial consortium web coverage services. See <https://www.clw.csiro.au/aclep/soilandlandscapegrid/index.html>.
Author: Lauren O'Brien [aut, cre] (<https://orcid.org/0000-0002-7336-2171>), Ross Searle [ant] (<https://orcid.org/0000-0003-0256-1496>)
Maintainer: Lauren O'Brien <obrlsoilau@gmail.com>

Diff between slga versions 1.1.2 dated 2021-01-13 and 1.2.0 dated 2021-06-12

 DESCRIPTION                          |   12 -
 MD5                                  |   28 +--
 NAMESPACE                            |    3 
 NEWS.md                              |    5 
 R/aoi_processing.R                   |   38 ++--
 R/helpers.R                          |    1 
 R/raster_processing.R                |    6 
 README.md                            |   13 -
 build/vignette.rds                   |binary
 inst/doc/slga.html                   |  294 ++++++-----------------------------
 man/aoi_align.Rd                     |    2 
 man/aoi_convert.Rd                   |    3 
 man/aoi_overlaps.Rd                  |    1 
 man/make_circ_mask.Rd                |    1 
 tests/testthat/test_aoi_processing.R |    7 
 15 files changed, 126 insertions(+), 288 deletions(-)

More information about slga at CRAN
Permanent link

Package microservices updated to version 0.1.2 with previous version 0.1.1 dated 2021-06-05

Title: Breakdown a Monolithic Application to a Suite of Services
Description: 'Microservice' architectural style is an approach to developing a single application as a suite of small services, each running in its own process and communicating with lightweight mechanisms, often an 'HTTP' resource 'API'. These services are built around business capabilities and independently deployable by fully automated deployment machinery. There is a bare minimum of centralized management of these services, which may be written in different programming languages and use different data storage technologies.
Author: Harel Lustiger [aut, cre] (<https://orcid.org/0000-0003-2953-9598>), Tidylab [cph, fnd]
Maintainer: Harel Lustiger <tidylab@gmail.com>

Diff between microservices versions 0.1.1 dated 2021-06-05 and 0.1.2 dated 2021-06-12

 microservices-0.1.1/microservices/man/add_plumber_service.Rd                                |only
 microservices-0.1.1/microservices/man/use_plumber_microservice.Rd                           |only
 microservices-0.1.2/microservices/DESCRIPTION                                               |    6 -
 microservices-0.1.2/microservices/MD5                                                       |   26 ++---
 microservices-0.1.2/microservices/NAMESPACE                                                 |    2 
 microservices-0.1.2/microservices/NEWS.md                                                   |    6 +
 microservices-0.1.2/microservices/R/plumber-add_service.R                                   |   45 ++++------
 microservices-0.1.2/microservices/R/plumber-use_microservice.R                              |   33 ++-----
 microservices-0.1.2/microservices/inst/configurations/fs.yml                                |    4 
 microservices-0.1.2/microservices/inst/templates/R/plumber-add_service.R                    |   45 ++++------
 microservices-0.1.2/microservices/inst/templates/R/plumber-use_microservice.R               |   33 ++-----
 microservices-0.1.2/microservices/inst/templates/inst/configurations/fs.yml                 |    4 
 microservices-0.1.2/microservices/inst/templates/tests/testthat/test-plumber-microservice.R |   16 +--
 microservices-0.1.2/microservices/man/add_service.Rd                                        |only
 microservices-0.1.2/microservices/man/use_microservice.Rd                                   |only
 microservices-0.1.2/microservices/tests/testthat/test-plumber-microservice.R                |   16 +--
 16 files changed, 105 insertions(+), 131 deletions(-)

More information about microservices at CRAN
Permanent link

Package EvaluateCore updated to version 0.1.2 with previous version 0.1.1 dated 2020-06-03

Title: Quality Evaluation of Core Collections
Description: Implements various quality evaluation statistics to assess the value of plant germplasm core collections using qualitative and quantitative phenotypic trait data according to Odong et al. (2015) <doi:10.1007/s00122-012-1971-y>.
Author: J. Aravind [aut, cre] (<https://orcid.org/0000-0002-4791-442X>), Vikender Kaur [aut] (<https://orcid.org/0000-0001-9698-7329>), Dhammaprakash Pandhari Wankhede [aut] (<https://orcid.org/0000-0001-6384-8664>), Joghee Nanjundan [aut] (<https://orcid.org/0000-0001-6254-7341>), ICAR-NBGPR [cph] (www.nbpgr.ernet.in)
Maintainer: J. Aravind <j.aravind@icar.gov.in>

Diff between EvaluateCore versions 0.1.1 dated 2020-06-03 and 0.1.2 dated 2021-06-12

 DESCRIPTION                      |   31 +++--
 MD5                              |   77 +++++++------
 NEWS.md                          |    6 +
 R/bar.evaluate.core.R            |    2 
 R/box.evaluate.core.R            |    2 
 R/checks.evaluate.core.R         |    2 
 R/chisquare.evalueate.core.R     |   12 --
 R/corr.evaluate.core.R           |   12 --
 R/coverage.evaluate.core.R       |   26 +---
 R/cr.evaluate.core.R             |   30 +----
 R/dist.evaluate.core.R           |   21 +--
 R/freqdist.evaluate.core.R       |    2 
 R/globals.R                      |    2 
 R/iqr.evaluate.core.R            |    2 
 R/levene.evaluate.core.R         |   13 +-
 R/pca.evaluate.core.R            |    2 
 R/pdfdist.evaluate.core.R        |   14 +-
 R/percentdiff.evaluate.core.R    |  134 +++++++++---------------
 R/qq.evaluate.core.R             |    2 
 R/shannon.evaluate.core.R        |   61 +++--------
 R/signtest.evaluate.core.R       |   45 +++-----
 R/snk.evaluate.core.R            |    2 
 R/ttest.evaluate.core.R          |    2 
 R/vr.evaluate.core.R             |   36 ++----
 README.md                        |  216 +++++++++++++++++++++++++++++++++------
 build/EvaluateCore.pdf           |only
 build/partial.rdb                |binary
 inst/CITATION                    |    6 -
 inst/REFERENCES.bib              |   20 +--
 man/chisquare.evaluate.core.Rd   |   10 -
 man/corr.evaluate.core.Rd        |   10 -
 man/coverage.evaluate.core.Rd    |   22 +--
 man/cr.evaluate.core.Rd          |   26 +---
 man/dist.evaluate.core.Rd        |   18 +--
 man/levene.evaluate.core.Rd      |   11 -
 man/pdfdist.evaluate.core.Rd     |   12 --
 man/percentdiff.evaluate.core.Rd |  132 +++++++++--------------
 man/shannon.evaluate.core.Rd     |   59 +++-------
 man/signtest.evaluate.core.Rd    |   39 ++-----
 man/vr.evaluate.core.Rd          |   32 +----
 40 files changed, 569 insertions(+), 582 deletions(-)

More information about EvaluateCore at CRAN
Permanent link

Package augmentedRCBD updated to version 0.1.5 with previous version 0.1.4 dated 2021-02-17

Title: Analysis of Augmented Randomised Complete Block Designs
Description: Functions for analysis of data generated from experiments in augmented randomised complete block design according to Federer, W.T. (1961) <doi:10.2307/2527837>. Computes analysis of variance, adjusted means, descriptive statistics, genetic variability statistics etc. Further includes data visualization and report generation functions.
Author: J. Aravind [aut, cre] (<https://orcid.org/0000-0002-4791-442X>), S. Mukesh Sankar [aut], Dhammaprakash Pandhari Wankhede [aut] (<https://orcid.org/0000-0001-6384-8664>), Vikender Kaur [aut], ICAR-NBGPR [cph] (www.nbpgr.ernet.in)
Maintainer: J. Aravind <j.aravind@icar.gov.in>

Diff between augmentedRCBD versions 0.1.4 dated 2021-02-17 and 0.1.5 dated 2021-06-12

 DESCRIPTION                                    |   19 +-
 MD5                                            |   58 ++++----
 NAMESPACE                                      |    1 
 NEWS.md                                        |    6 
 R/augmentedRCBD.R                              |    9 -
 R/augmentedRCBD.bulk.R                         |    4 
 R/describe.augmentedRCBD.R                     |    2 
 R/freqdist.augmentedRCBD.R                     |    2 
 R/globals.R                                    |    2 
 R/gva.augmentedRCBD.R                          |  174 ++++++++++--------------
 R/print.augmentedRCBD.R                        |    2 
 R/print.augmentedRCBD.bulk.R                   |    2 
 R/report.augmentedRCBD.R                       |    2 
 R/report.augmentedRCBD.bulk.R                  |    2 
 R/xtra.R                                       |    2 
 README.md                                      |  177 +++++++++++++++++++++++--
 build/augmentedRCBD.pdf                        |binary
 build/partial.rdb                              |binary
 build/vignette.rds                             |binary
 inst/REFERENCES.bib                            |   33 ++++
 inst/doc/Data_Analysis_with_augmentedRCBD.Rmd  |    6 
 inst/doc/Data_Analysis_with_augmentedRCBD.pdf  |binary
 man/augmentedRCBD.Rd                           |    7 
 man/gva.augmentedRCBD.Rd                       |  157 ++++++++--------------
 vignettes/Data_Analysis_with_augmentedRCBD.Rmd |    6 
 vignettes/REFERENCES.bib                       |   38 ++++-
 vignettes/tmp-pdfcrop-12084.tex                |only
 vignettes/tmp-pdfcrop-12632.tex                |only
 vignettes/tmp-pdfcrop-14248.tex                |only
 vignettes/tmp-pdfcrop-17692.tex                |only
 vignettes/tmp-pdfcrop-18776.tex                |only
 vignettes/tmp-pdfcrop-19248.tex                |only
 vignettes/tmp-pdfcrop-2168.tex                 |only
 vignettes/tmp-pdfcrop-2356.tex                 |only
 34 files changed, 438 insertions(+), 273 deletions(-)

More information about augmentedRCBD at CRAN
Permanent link

Package sigr updated to version 1.1.4 with previous version 1.1.3 dated 2020-10-16

Title: Succinct and Correct Statistical Summaries for Reports
Description: Succinctly and correctly format statistical summaries of various models and tests (F-test, Chi-Sq-test, Fisher-test, T-test, and rank-significance). This package also includes empirical tests, such as Monte Carlo and bootstrap distribution estimates.
Author: John Mount [aut, cre], Nina Zumel [aut], Win-Vector LLC [cph]
Maintainer: John Mount <jmount@win-vector.com>

Diff between sigr versions 1.1.3 dated 2020-10-16 and 1.1.4 dated 2021-06-12

 DESCRIPTION                  |    9 
 MD5                          |    8 
 NEWS.md                      |    4 
 inst/doc/lmExample.html      |  322 +++--------------------------
 inst/doc/sigrFormatting.html |  470 ++++++++++---------------------------------
 5 files changed, 158 insertions(+), 655 deletions(-)

More information about sigr at CRAN
Permanent link

Package scrubr updated to version 0.4.0 with previous version 0.3.2 dated 2020-04-07

Title: Clean Biological Occurrence Records
Description: Clean biological occurrence records. Includes functionality for cleaning based on various aspects of spatial coordinates, unlikely values due to political 'centroids', coordinates based on where collections of specimens are held, and more.
Author: Scott Chamberlain [aut, cre] (<https://orcid.org/0000-0003-1444-9135>)
Maintainer: Scott Chamberlain <myrmecocystus@gmail.com>

Diff between scrubr versions 0.3.2 dated 2020-04-07 and 0.4.0 dated 2021-06-12

 scrubr-0.3.2/scrubr/README.md                        |only
 scrubr-0.3.2/scrubr/build                            |only
 scrubr-0.3.2/scrubr/inst/doc                         |only
 scrubr-0.3.2/scrubr/inst/extdata/README.md           |only
 scrubr-0.3.2/scrubr/vignettes                        |only
 scrubr-0.4.0/scrubr/DESCRIPTION                      |   14 +++------
 scrubr-0.4.0/scrubr/LICENSE                          |    2 -
 scrubr-0.4.0/scrubr/MD5                              |   29 ++++++++-----------
 scrubr-0.4.0/scrubr/NEWS.md                          |    9 +++++
 scrubr-0.4.0/scrubr/R/coord-funs.R                   |    7 ++++
 scrubr-0.4.0/scrubr/R/ecoregion.R                    |   29 ++++++++++++++-----
 scrubr-0.4.0/scrubr/R/fix_names.R                    |    2 -
 scrubr-0.4.0/scrubr/data/sampledata7.rda             |binary
 scrubr-0.4.0/scrubr/man/coords.Rd                    |    7 ++++
 scrubr-0.4.0/scrubr/man/eco_region.Rd                |   10 +++++-
 scrubr-0.4.0/scrubr/tests/testthat/er1.rds           |only
 scrubr-0.4.0/scrubr/tests/testthat/er2.rds           |only
 scrubr-0.4.0/scrubr/tests/testthat/test-coords.R     |    2 +
 scrubr-0.4.0/scrubr/tests/testthat/test-eco_region.R |only
 19 files changed, 77 insertions(+), 34 deletions(-)

More information about scrubr at CRAN
Permanent link

Package rqdatatable updated to version 1.3.0 with previous version 1.2.9 dated 2020-10-17

Title: 'rquery' for 'data.table'
Description: Implements the 'rquery' piped Codd-style query algebra using 'data.table'. This allows for a high-speed in memory implementation of Codd-style data manipulation tools.
Author: John Mount [aut, cre], Win-Vector LLC [cph]
Maintainer: John Mount <jmount@win-vector.com>

Diff between rqdatatable versions 1.2.9 dated 2020-10-17 and 1.3.0 dated 2021-06-12

 DESCRIPTION                   |    9 -
 MD5                           |   10 -
 NEWS.md                       |    5 
 inst/doc/GroupedSampling.html |  354 ++++++------------------------------------
 inst/doc/R_mapping.html       |  342 +++++-----------------------------------
 inst/doc/logisticexample.html |  354 ++++++------------------------------------
 6 files changed, 164 insertions(+), 910 deletions(-)

More information about rqdatatable at CRAN
Permanent link

Package metaplus updated to version 1.0-2 with previous version 1.0-1 dated 2021-05-30

Title: Robust Meta-Analysis and Meta-Regression
Description: Performs meta-analysis and meta-regression using standard and robust methods with confidence intervals based on the profile likelihood. Robust methods are based on alternative distributions for the random effect, either the t-distribution (Lee and Thompson, 2008 <doi:10.1002/sim.2897> or Baker and Jackson, 2008 <doi:10.1007/s10729-007-9041-8>) or mixtures of normals (Beath, 2014 <doi:10.1002/jrsm.1114>).
Author: Ken Beath [aut, cre], Ben Bolker [aut], R Development Core Team [aut]
Maintainer: Ken Beath <ken.beath@mq.edu.au>

Diff between metaplus versions 1.0-1 dated 2021-05-30 and 1.0-2 dated 2021-06-12

 DESCRIPTION           |    8 +-
 MD5                   |   14 +--
 NAMESPACE             |    2 
 R/metaplus.R          |    6 +
 R/profilet.metaplus.R |  178 ++++++++++++++++----------------------------------
 build/vignette.rds    |binary
 inst/NEWS             |    8 ++
 man/metaplus.Rd       |    4 -
 8 files changed, 85 insertions(+), 135 deletions(-)

More information about metaplus at CRAN
Permanent link

Package fulltext updated to version 2.0 with previous version 1.7.0 dated 2021-02-13

Title: Full Text of 'Scholarly' Articles Across Many Data Sources
Description: Provides a single interface to many sources of full text 'scholarly' data, including 'Biomed Central', Public Library of Science, 'Pubmed Central', 'eLife', 'F1000Research', 'PeerJ', 'Pensoft', 'Hindawi', 'arXiv' 'preprints', and more. Functionality included for searching for articles, downloading full or partial text, downloading supplementary materials, converting to various data formats.
Author: Scott Chamberlain [aut, cre] (<https://orcid.org/0000-0003-1444-9135>), rOpenSci [fnd] (https://ropensci.org/)
Maintainer: Scott Chamberlain <myrmecocystus@gmail.com>

Diff between fulltext versions 1.7.0 dated 2021-02-13 and 2.0 dated 2021-06-12

 fulltext-1.7.0/fulltext/tests/fixtures/ft_links_error_bmc.yml      |only
 fulltext-1.7.0/fulltext/tests/fixtures/ft_links_error_crossref.yml |only
 fulltext-1.7.0/fulltext/tests/fixtures/ft_links_plos.yml           |only
 fulltext-2.0/fulltext/DESCRIPTION                                  |    6 +-
 fulltext-2.0/fulltext/MD5                                          |   23 ++++-----
 fulltext-2.0/fulltext/NEWS.md                                      |   13 +++++
 fulltext-2.0/fulltext/R/ft_abstract.R                              |   24 ++++-----
 fulltext-2.0/fulltext/R/ma_utils.R                                 |   25 ++++------
 fulltext-2.0/fulltext/R/plugins_abstract.R                         |    3 -
 fulltext-2.0/fulltext/man/ft_abstract.Rd                           |    8 +--
 fulltext-2.0/fulltext/man/microsoft-internals.Rd                   |    9 ++-
 fulltext-2.0/fulltext/tests/testthat/test-ft_abstract.R            |   11 +++-
 fulltext-2.0/fulltext/tests/testthat/test-ft_links.R               |   22 +++-----
 fulltext-2.0/fulltext/tests/testthat/test-ftd_doi.R                |    6 ++
 14 files changed, 80 insertions(+), 70 deletions(-)

More information about fulltext at CRAN
Permanent link

Package cdata updated to version 1.2.0 with previous version 1.1.9 dated 2020-10-17

Title: Fluid Data Transformations
Description: Supplies higher-order coordinatized data specification and fluid transform operators that include pivot and anti-pivot as special cases. The methodology is describe in 'Zumel', 2018, "Fluid data reshaping with 'cdata'", <https://winvector.github.io/FluidData/FluidDataReshapingWithCdata.html> , <DOI:10.5281/zenodo.1173299> . This package introduces the idea of explicit control table specification of data transforms. Works on in-memory data or on remote data using 'rquery' and 'SQL' database interfaces.
Author: John Mount [aut, cre], Nina Zumel [aut], Win-Vector LLC [cph]
Maintainer: John Mount <jmount@win-vector.com>

Diff between cdata versions 1.1.9 dated 2020-10-17 and 1.2.0 dated 2021-06-12

 DESCRIPTION                      |    9 
 MD5                              |   24 
 NEWS.md                          |    4 
 README.md                        |   45 -
 inst/doc/blocksrecs.html         |  446 ++++--------------
 inst/doc/cdata.html              |  368 ++-------------
 inst/doc/control_table_keys.Rmd  |   10 
 inst/doc/control_table_keys.html |  460 ++++---------------
 inst/doc/design.html             |  420 +++--------------
 inst/doc/exercises.html          |  944 ++++++++++++++-------------------------
 inst/doc/general_transform.html  |  560 ++++++-----------------
 inst/doc/operators.html          |  502 +++++---------------
 vignettes/control_table_keys.Rmd |   10 
 13 files changed, 1026 insertions(+), 2776 deletions(-)

More information about cdata at CRAN
Permanent link


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