Sun, 14 Aug 2022

Package lambdr updated to version 1.2.2 with previous version 1.2.0 dated 2022-04-23

Title: Create a Runtime for Serving Containerised R Functions on 'AWS Lambda'
Description: Runtime for serving containers that can execute R code on the 'AWS Lambda' serverless compute service <https://aws.amazon.com/lambda/>. Provides the necessary functionality for handling the various endpoints required for accepting new input and sending responses.
Author: David Neuzerling [aut, cre], James Goldie [ctb]
Maintainer: David Neuzerling <david@neuzerling.com>

Diff between lambdr versions 1.2.0 dated 2022-04-23 and 1.2.2 dated 2022-08-14

 DESCRIPTION                                   |    8 
 MD5                                           |   34 +-
 NEWS.md                                       |   11 
 R/lambdr.R                                    |    2 
 R/sns-events.R                                |    2 
 R/start-lambda.R                              |    7 
 README.md                                     |   12 
 build/vignette.rds                            |binary
 inst/doc/api-gateway-invocations.html         |  264 +++++++++++++++++++-
 inst/doc/context.html                         |  226 ++++++++++++++++-
 inst/doc/eventbridge-and-sns-invocations.html |  230 ++++++++++++++++-
 inst/doc/lambda-runtime-in-container.html     |  260 ++++++++++++++++++-
 inst/doc/package-structure.html               |  339 +++++++++++++++++++++++---
 man/handle_event_error.Rd                     |    4 
 man/html_response.Rd                          |    4 
 man/lambdr.Rd                                 |    2 
 man/post_lambda_error.Rd                      |    4 
 tests/testthat/test-sns-events.R              |    2 
 18 files changed, 1290 insertions(+), 121 deletions(-)

More information about lambdr at CRAN
Permanent link

Package bizicount updated to version 1.2.0 with previous version 1.1.0 dated 2022-07-03

Title: Bivariate Zero-Inflated Count Models Using Copulas
Description: Maximum likelihood estimation of copula-based zero-inflated (and non-inflated) Poisson and negative binomial count models. Supports Frank and Gaussian copulas. Allows for mixed margins (e.g., one margin Poisson, the other zero-inflated negative binomial), and several marginal link functions. Built-in methods for publication-quality tables using 'texreg', post-estimation diagnostics using 'DHARMa', and testing for marginal zero-modification via <doi:10.1177/0962280217749991>. For information on copula regression for count data, see Genest and Nešlehová (2007) <doi:10.1017/S0515036100014963> as well as Nikoloulopoulos (2013) <doi:10.1007/978-3-642-35407-6_11>. For information on zero-inflated count regression generally, see Lambert (1992) <https:www.jstor.org/stable/1269547?origin=crossref>. The author acknowledges support by NSF DMS-1925119 and DMS-212324.
Author: John Niehaus [aut, cre]
Maintainer: John Niehaus <jniehaus2257@gmail.com>

Diff between bizicount versions 1.1.0 dated 2022-07-03 and 1.2.0 dated 2022-08-14

 DESCRIPTION                    |   11 -
 MD5                            |   29 ++--
 NAMESPACE                      |    4 
 NEWS.md                        |   37 +++++
 R/bizicount-methods.R          |    6 
 R/bizicount-package.R          |   13 +-
 R/bizicount.R                  |   96 +++++++--------
 R/utils.R                      |   72 +++++++----
 R/zi_dist_fns.R                |  253 +++++++++++++++++++----------------------
 R/zi_test.R                    |only
 README.md                      |    6 
 inst/examples/bizicount_ex.R   |    2 
 inst/examples/zi_test_ex.R     |only
 man/bizicount-package.Rd       |   12 +
 man/bizicount.Rd               |   31 ++---
 man/zi_test.Rd                 |only
 tests/testthat/test_unidists.R |  166 +++++++++++++++++++++++---
 17 files changed, 465 insertions(+), 273 deletions(-)

More information about bizicount at CRAN
Permanent link

Package vocaldia updated to version 0.8.4 with previous version 0.8.3 dated 2020-05-08

Title: Create and Manipulate Vocalisation Diagrams
Description: Create adjacency matrices of vocalisation graphs from dataframes containing sequences of speech and silence intervals, transforming these matrices into Markov diagrams, and generating datasets for classification of these diagrams by 'flattening' them and adding global properties (functionals) etc. Vocalisation diagrams date back to early work in psychiatry (Jaffe and Feldstein, 1970) and social psychology (Dabbs and Ruback, 1987) but have only recently been employed as a data representation method for machine learning tasks including meeting segmentation (Luz, 2012) <doi:10.1145/2328967.2328970> and classification (Luz, 2013) <doi:10.1145/2522848.2533788>.
Author: Saturnino Luz [aut, cre]
Maintainer: Saturnino Luz <luzs@acm.org>

Diff between vocaldia versions 0.8.3 dated 2020-05-08 and 0.8.4 dated 2022-08-14

 DESCRIPTION             |   12 ++++++------
 MD5                     |   13 +++++++------
 NEWS.md                 |   26 ++++++++++++++++++++++----
 R/dbank.R               |    1 -
 R/markov.R              |    2 +-
 build                   |only
 man/anonymise.Rd        |    2 +-
 man/vocaldia-package.Rd |   14 ++------------
 8 files changed, 39 insertions(+), 31 deletions(-)

More information about vocaldia at CRAN
Permanent link

Package mailmerge updated to version 0.2.5 with previous version 0.2.4 dated 2022-03-07

Title: Mail Merge Using R Markdown Documents and 'gmailr'
Description: Perform a mail merge (mass email) using the message defined in markdown, the recipients in a 'csv' file, and gmail as the mailing engine. With this package you can parse markdown documents as the body of email, and the 'yaml' header to specify the subject line of the email. Any '{}' braces in the email will be encoded with 'glue::glue()'. You can preview the email in the RStudio viewer pane, and send (draft) email using 'gmailr'.
Author: Andrie de Vries [aut, cre]
Maintainer: Andrie de Vries <apdevries@gmail.com>

Diff between mailmerge versions 0.2.4 dated 2022-03-07 and 0.2.5 dated 2022-08-14

 DESCRIPTION                |    8 ++++----
 MD5                        |   10 +++++-----
 NEWS.md                    |    4 ++++
 build/vignette.rds         |binary
 inst/doc/introduction.html |    1 +
 man/mailmerge-package.Rd   |    2 +-
 6 files changed, 15 insertions(+), 10 deletions(-)

More information about mailmerge at CRAN
Permanent link

Package sortable updated to version 0.4.6 with previous version 0.4.5 dated 2021-12-13

Title: Drag-and-Drop in 'shiny' Apps with 'SortableJS'
Description: Enables drag-and-drop behaviour in Shiny apps, by exposing the functionality of the 'SortableJS' <https://sortablejs.github.io/Sortable/> JavaScript library as an 'htmlwidget'. You can use this in Shiny apps and widgets, 'learnr' tutorials as well as R Markdown. In addition, provides a custom 'learnr' question type - 'question_rank()' - that allows ranking questions with drag-and-drop.
Author: Andrie de Vries [cre, aut], Barret Schloerke [aut], Kenton Russell [aut, ccp] , RStudio [cph, fnd], Lebedev Konstantin [cph]
Maintainer: Andrie de Vries <apdevries@gmail.com>

Diff between sortable versions 0.4.5 dated 2021-12-13 and 0.4.6 dated 2022-08-14

 DESCRIPTION                               |    8 +--
 MD5                                       |   24 ++++-----
 NEWS.md                                   |    7 ++
 build/vignette.rds                        |binary
 inst/doc/built_in.html                    |   21 +++++--
 inst/doc/cloning.html                     |   19 +++++--
 inst/doc/novel_solutions.html             |    9 ++-
 inst/doc/understanding_sortable_js.html   |   79 ++++++++++++++++++++----------
 inst/doc/updating_rank_list.html          |    9 ++-
 inst/doc/using_custom_css.html            |   26 ++++++---
 inst/htmlwidgets/lib/sortable/sortable.js |    4 -
 inst/htmlwidgets/sortable.yaml            |    2 
 man/sortable.Rd                           |    4 -
 13 files changed, 141 insertions(+), 71 deletions(-)

More information about sortable at CRAN
Permanent link

Package mlr3cluster updated to version 0.1.4 with previous version 0.1.3 dated 2022-04-06

Title: Cluster Extension for 'mlr3'
Description: Extends the 'mlr3' package with cluster analysis.
Author: Damir Pulatov [cre, aut], Michel Lang [aut]
Maintainer: Damir Pulatov <damirpolat@protonmail.com>

Diff between mlr3cluster versions 0.1.3 dated 2022-04-06 and 0.1.4 dated 2022-08-14

 DESCRIPTION                               |   12 ++---
 MD5                                       |   72 +++++++++++++++---------------
 NAMESPACE                                 |    2 
 NEWS.md                                   |    4 +
 R/PredictionDataClust.R                   |    6 +-
 R/as_prediction_clust.R                   |   36 +++++++--------
 R/zzz.R                                   |   45 ++++++++++--------
 README.md                                 |    2 
 man/LearnerClust.Rd                       |   48 ++++++++++----------
 man/MeasureClust.Rd                       |   28 +++++------
 man/PredictionClust.Rd                    |   34 +++++++-------
 man/TaskClust.Rd                          |   60 ++++++++++++-------------
 man/as_prediction_clust.Rd                |   36 +++++++--------
 man/mlr_learners_clust.FF.Rd              |   56 ++++++++++++-----------
 man/mlr_learners_clust.MiniBatchKMeans.Rd |   56 ++++++++++++-----------
 man/mlr_learners_clust.SimpleKMeans.Rd    |   56 ++++++++++++-----------
 man/mlr_learners_clust.agnes.Rd           |   56 ++++++++++++-----------
 man/mlr_learners_clust.ap.Rd              |   56 ++++++++++++-----------
 man/mlr_learners_clust.cmeans.Rd          |   56 ++++++++++++-----------
 man/mlr_learners_clust.cobweb.Rd          |   56 ++++++++++++-----------
 man/mlr_learners_clust.dbscan.Rd          |   56 ++++++++++++-----------
 man/mlr_learners_clust.diana.Rd           |   56 ++++++++++++-----------
 man/mlr_learners_clust.em.Rd              |   56 ++++++++++++-----------
 man/mlr_learners_clust.fanny.Rd           |   56 ++++++++++++-----------
 man/mlr_learners_clust.featureless.Rd     |   56 ++++++++++++-----------
 man/mlr_learners_clust.hclust.Rd          |   56 ++++++++++++-----------
 man/mlr_learners_clust.kkmeans.Rd         |   56 ++++++++++++-----------
 man/mlr_learners_clust.kmeans.Rd          |   56 ++++++++++++-----------
 man/mlr_learners_clust.meanshift.Rd       |   56 ++++++++++++-----------
 man/mlr_learners_clust.pam.Rd             |   56 ++++++++++++-----------
 man/mlr_learners_clust.xmeans.Rd          |   56 ++++++++++++-----------
 man/mlr_measures_clust.ch.Rd              |   12 +++--
 man/mlr_measures_clust.db.Rd              |    6 +-
 man/mlr_measures_clust.dunn.Rd            |    6 +-
 man/mlr_measures_clust.silhouette.Rd      |    6 +-
 man/mlr_measures_clust.wss.Rd             |    6 +-
 man/mlr_tasks_usarrests.Rd                |    6 +-
 37 files changed, 769 insertions(+), 666 deletions(-)

More information about mlr3cluster at CRAN
Permanent link

Package ffsimulator updated to version 1.2.1 with previous version 1.2.0 dated 2021-12-21

Title: Simulate Fantasy Football Seasons
Description: Uses bootstrap resampling to run fantasy football season simulations supported by historical rankings and 'nflfastR' data, calculating optimal lineups, and returning aggregated results.
Author: Tan Ho [aut, cre, cph]
Maintainer: Tan Ho <tan@tanho.ca>

Diff between ffsimulator versions 1.2.0 dated 2021-12-21 and 1.2.1 dated 2022-08-14

 DESCRIPTION                    |   10 
 MD5                            |   38 +-
 NEWS.md                        |   20 +
 R/0_ff_simulate.R              |  576 ++++++++++++++++++++---------------------
 R/0_ff_simulate_week.R         |  528 ++++++++++++++++++-------------------
 R/0_ff_wins_added.R            |  308 ++++++++++-----------
 R/2_rankings.R                 |  127 ++++-----
 R/3_rosters_replacementlevel.R |  134 ++++-----
 R/7_schedule.R                 |  490 +++++++++++++++++-----------------
 R/utils-ffscrapr.R             |  200 +++++++-------
 README.md                      |   20 -
 build/vignette.rds             |binary
 data/fp_rankings_history.rda   |binary
 inst/doc/basic.html            |  316 +++++++++++++++++++---
 inst/doc/custom.R              |    2 
 inst/doc/custom.Rmd            |    2 
 inst/doc/custom.html           |  325 ++++++++++++++++++++---
 man/ffsimulator-package.Rd     |    2 
 man/fp_rankings_history.Rd     |    2 
 vignettes/custom.Rmd           |    2 
 20 files changed, 1801 insertions(+), 1301 deletions(-)

More information about ffsimulator at CRAN
Permanent link

Package sss updated to version 0.2.1 with previous version 0.2.0 dated 2021-12-14

Title: Import Files in the Triple-s (Standard Survey Structure) Format
Description: Tools to import survey files in the '.sss' (triple-s) format. The package provides the function 'read.sss()' that reads the '.asc' (or '.csv') and '.sss' files of a triple-s survey data file. See also <https://www.triple-s.org/>.
Author: Andrie de Vries [aut, cre]
Maintainer: Andrie de Vries <apdevries@gmail.com>

Diff between sss versions 0.2.0 dated 2021-12-14 and 0.2.1 dated 2022-08-14

 sss-0.2.0/sss/NEWS               |only
 sss-0.2.1/sss/DESCRIPTION        |   10 +++++-----
 sss-0.2.1/sss/MD5                |   10 +++++-----
 sss-0.2.1/sss/NEWS.md            |only
 sss-0.2.1/sss/build/vignette.rds |binary
 sss-0.2.1/sss/inst/doc/sss.html  |   20 +++++++++++++-------
 sss-0.2.1/sss/man/sss-package.Rd |    4 ++--
 7 files changed, 25 insertions(+), 19 deletions(-)

More information about sss at CRAN
Permanent link

Package soundgen updated to version 2.5.2 with previous version 2.5.1 dated 2022-02-10

Title: Sound Synthesis and Acoustic Analysis
Description: Performs parametric synthesis of sounds with harmonic and noise components such as animal vocalizations or human voice. Also offers tools for audio manipulation and acoustic analysis, including pitch tracking, spectral analysis, audio segmentation, pitch and formant shifting, etc. Includes four interactive web apps for synthesizing and annotating audio, manually correcting pitch contours, and measuring formant frequencies. Reference: Anikin (2019) <doi:10.3758/s13428-018-1095-7>.
Author: Andrey Anikin [aut, cre]
Maintainer: Andrey Anikin <rty.anik@rambler.ru>

Diff between soundgen versions 2.5.1 dated 2022-02-10 and 2.5.2 dated 2022-08-14

 DESCRIPTION                        |   14 
 MD5                                |  224 ++--
 NEWS                               |   47 -
 R/SSM.R                            |   12 
 R/am.R                             |   35 
 R/amplitude.R                      |  147 ++-
 R/analyze.R                        |   39 
 R/apps.R                           |   85 -
 R/audSpec.R                        |    4 
 R/compareSounds.R                  |    8 
 R/data.R                           |   22 
 R/duration.R                       |    2 
 R/filters.R                        |   63 -
 R/formants.R                       |  169 +--
 R/invertModulSpec.R                |    6 
 R/io.R                             |   24 
 R/loudness.R                       |    3 
 R/matchPars.R                      |    4 
 R/morph.R                          |    2 
 R/optimize.R                       |    2 
 R/osc.R                            |    1 
 R/pitchDescriptives.R              |   38 
 R/pitchTrackers.R                  |    4 
 R/postprocessing.R                 |   11 
 R/prosody.R                        |   13 
 R/resample.R                       |   76 -
 R/segment.R                        |    3 
 R/shiftFormants.R                  |    2 
 R/shiftPitch.R                     |   88 -
 R/smoothContours.R                 |    9 
 R/soundgen.R                       |   10 
 R/spectralDescr.R                  |    1 
 R/spectrogram.R                    |    2 
 R/surprisal.R                      |    4 
 R/utilities_analyze.R              |   19 
 R/utilities_formants.R             |    2 
 R/utilities_math.R                 |    8 
 R/utilities_morph.R                |    4 
 R/utilities_pitch_postprocessing.R |   61 +
 R/utilities_soundgen.R             |    6 
 R/vtl.R                            |  271 +++--
 build/vignette.rds                 |binary
 data/hillenbrand.rda               |binary
 inst/doc/acoustic_analysis.Rmd     |   11 
 inst/doc/acoustic_analysis.html    | 1454 ++++++++++++++++++++++++------
 inst/doc/sound_generation.html     | 1736 ++++++++++++++++++++++++++++++-------
 inst/shiny/annotation_app/server.R |   19 
 inst/shiny/formant_app/server.R    |   73 +
 inst/shiny/formant_app/ui.R        |   14 
 inst/shiny/pitch_app/server.R      |   55 -
 inst/shiny/soundgen_main/server.R  |   10 
 man/analyze.Rd                     |    7 
 man/analyzeFrame.Rd                |    4 
 man/annotation_app.Rd              |   12 
 man/audSpectrogram.Rd              |   28 
 man/bandpass.Rd                    |   18 
 man/dot-addFormants.Rd             |    5 
 man/dot-analyze.Rd                 |   36 
 man/dot-audSpectrogram.Rd          |   25 
 man/dot-bandpass.Rd                |   24 
 man/dot-fade.Rd                    |   21 
 man/dot-filterSoundByMS.Rd         |   16 
 man/dot-flatEnv.Rd                 |   11 
 man/dot-getLoudness.Rd             |   13 
 man/dot-getPitchZc.Rd              |    4 
 man/dot-getRMS.Rd                  |   28 
 man/dot-getSurprisal.Rd            |   25 
 man/dot-modulationSpectrum.Rd      |   21 
 man/dot-osc.Rd                     |   17 
 man/dot-prosody.Rd                 |   11 
 man/dot-resample.Rd                |   16 
 man/dot-segment.Rd                 |   17 
 man/dot-spectrogram.Rd             |   26 
 man/dot-ssm.Rd                     |   13 
 man/drawContour.Rd                 |    2 
 man/estimateVTL.Rd                 |   61 -
 man/fade.Rd                        |   11 
 man/filterSoundByMS.Rd             |   21 
 man/flatEnv.Rd                     |   11 
 man/formant_app.Rd                 |   15 
 man/generateHarmonics.Rd           |    4 
 man/generateNoise.Rd               |    6 
 man/getAM_env.Rd                   |    2 
 man/getDiscreteContour.Rd          |    4 
 man/getDom.Rd                      |    4 
 man/getDuration.Rd                 |    2 
 man/getFormantDispersion.Rd        |   24 
 man/getLoudness.Rd                 |   18 
 man/getPitchAutocor.Rd             |    4 
 man/getPitchCep.Rd                 |    4 
 man/getPitchHps.Rd                 |    4 
 man/getPitchSpec.Rd                |    4 
 man/getPitchZc.Rd                  |    9 
 man/getPrior.Rd                    |   12 
 man/getRMS.Rd                      |   40 
 man/getSmoothSpectrum.Rd           |    4 
 man/getSurprisal.Rd                |   32 
 man/hillenbrand.Rd                 |   24 
 man/intplNA.Rd                     |    9 
 man/modulationSpectrum.Rd          |    5 
 man/osc.Rd                         |   18 
 man/phasePropagate.Rd              |    2 
 man/pitchDescriptives.Rd           |    7 
 man/pitch_app.Rd                   |   34 
 man/plotSpec.Rd                    |   21 
 man/processAudio.Rd                |    5 
 man/prosody.Rd                     |   22 
 man/resample.Rd                    |   41 
 man/schwa.Rd                       |   73 +
 man/segment.Rd                     |    5 
 man/ssm.Rd                         |   18 
 man/writeAudio.Rd                  |    8 
 vignettes/acoustic_analysis.Rmd    |   11 
 113 files changed, 3908 insertions(+), 2008 deletions(-)

More information about soundgen at CRAN
Permanent link

Package quincunx updated to version 0.1.5 with previous version 0.1.4 dated 2021-10-30

Title: REST API Client for the 'PGS' Catalog
Description: Programmatic access to the 'PGS' Catalog. This package provides easy access to 'PGS' Catalog data by accessing the REST API <https://www.pgscatalog.org/rest/>.
Author: Ramiro Magno [aut, cre] , Isabel Duarte [aut] , Ana-Teresa Maia [aut] , CINTESIS [cph, fnd]
Maintainer: Ramiro Magno <ramiro.magno@gmail.com>

Diff between quincunx versions 0.1.4 dated 2021-10-30 and 0.1.5 dated 2022-08-14

 quincunx-0.1.4/quincunx/inst/references.bib.sav          |only
 quincunx-0.1.4/quincunx/man/figures/pgs_scoring_file.svg |only
 quincunx-0.1.5/quincunx/DESCRIPTION                      |    8 -
 quincunx-0.1.5/quincunx/MD5                              |   36 ++++----
 quincunx-0.1.5/quincunx/NEWS.md                          |only
 quincunx-0.1.5/quincunx/R/get_performance_metrics.R      |    2 
 quincunx-0.1.5/quincunx/R/get_publications.R             |    3 
 quincunx-0.1.5/quincunx/R/get_releases.R                 |    3 
 quincunx-0.1.5/quincunx/R/get_sample_sets.R              |    3 
 quincunx-0.1.5/quincunx/R/get_scores.R                   |    3 
 quincunx-0.1.5/quincunx/R/get_traits.R                   |    3 
 quincunx-0.1.5/quincunx/R/read_pgs_scoring_file.R        |   66 +++++++++------
 quincunx-0.1.5/quincunx/README.md                        |   10 +-
 quincunx-0.1.5/quincunx/build/partial.rdb                |binary
 quincunx-0.1.5/quincunx/man/figures/cintesis.svg         |only
 quincunx-0.1.5/quincunx/man/get_performance_metrics.Rd   |    2 
 quincunx-0.1.5/quincunx/man/get_publications.Rd          |    3 
 quincunx-0.1.5/quincunx/man/get_releases.Rd              |    3 
 quincunx-0.1.5/quincunx/man/get_sample_sets.Rd           |    3 
 quincunx-0.1.5/quincunx/man/get_scores.Rd                |    3 
 quincunx-0.1.5/quincunx/man/get_traits.Rd                |    3 
 21 files changed, 94 insertions(+), 60 deletions(-)

More information about quincunx at CRAN
Permanent link

Package ggh4x updated to version 0.2.2 with previous version 0.2.1 dated 2021-11-24

Title: Hacks for 'ggplot2'
Description: A 'ggplot2' extension that does a variety of little helpful things. The package extends 'ggplot2' facets through customisation, by setting individual scales per panel, resizing panels and providing nested facets. Also allows multiple colour and fill scales per plot. Also hosts a smaller collection of stats, geoms and axis guides.
Author: Teun van den Brand [aut, cre]
Maintainer: Teun van den Brand <tahvdbrand@gmail.com>

Diff between ggh4x versions 0.2.1 dated 2021-11-24 and 0.2.2 dated 2022-08-14

 DESCRIPTION                                    |   36 -
 MD5                                            |  226 +++++-----
 NAMESPACE                                      |   13 
 NEWS.md                                        |   25 +
 R/conveniences.R                               |   56 +-
 R/coord_axes_inside.R                          |only
 R/element_part_rect.R                          |   12 
 R/facet_grid2.R                                |   13 
 R/facet_manual.R                               |   28 -
 R/facet_nested.R                               |   65 +--
 R/facet_nested_wrap.R                          |   30 -
 R/facet_wrap2.R                                |   17 
 R/facetted_pos_scales.R                        |   59 +-
 R/force_panelsize.R                            |   32 -
 R/geom_outline_point.R                         |only
 R/geom_pointpath.R                             |   53 +-
 R/geom_polygonraster.R                         |  244 +++++------
 R/geom_rectrug.R                               |   94 ++--
 R/geom_text_aimed.R                            |   34 -
 R/ggh4x-package.R                              |   41 +
 R/ggh4x_extensions.R                           |   26 -
 R/guide_axis_logticks.R                        |   44 +-
 R/guide_axis_manual.R                          |   10 
 R/guide_axis_minor.R                           |   23 -
 R/guide_axis_nested.R                          |   30 +
 R/guide_axis_scalebar.R                        |only
 R/guide_axis_truncated.R                       |    4 
 R/guide_axis_utils.R                           |    4 
 R/guide_dendrogram.R                           |   14 
 R/guide_stringlegend.R                         |   26 -
 R/position_disjoint_ranges.R                   |   18 
 R/position_lineartrans.R                       |   82 +--
 R/scale_dendrogram.R                           |    7 
 R/scale_listed.R                               |   16 
 R/scale_multi.R                                |  342 +++++++--------
 R/stat_difference.R                            |   20 
 R/stat_funxy.R                                 |   69 +--
 R/stat_rle.R                                   |   74 +--
 R/stat_roll.R                                  |   68 +--
 R/stat_theodensity.R                           |   58 +-
 R/strip_nested.R                               |   20 
 R/strip_split.R                                |only
 R/strip_vanilla.R                              |    6 
 R/themes.R                                     |   70 ++-
 R/utils.R                                      |    8 
 R/utils_grid.R                                 |    4 
 README.md                                      |   10 
 build/vignette.rds                             |binary
 inst/doc/Facets.R                              |    3 
 inst/doc/Facets.Rmd                            |    6 
 inst/doc/Facets.html                           |  537 ++++++++++++++++++++++---
 inst/doc/Miscellaneous.html                    |  282 ++++++++++++-
 inst/doc/PositionGuides.html                   |  364 +++++++++++++++-
 inst/doc/Statistics.html                       |  371 +++++++++++++++--
 inst/doc/ggh4x.html                            |  223 ++++++++++
 man/center_limits.Rd                           |    2 
 man/coord_axes_inside.Rd                       |only
 man/element_part_rect.Rd                       |    4 
 man/facet_grid2.Rd                             |   17 
 man/facet_manual.Rd                            |    4 
 man/facet_nested.Rd                            |   63 +-
 man/facet_nested_wrap.Rd                       |   46 +-
 man/facet_wrap2.Rd                             |   10 
 man/facetted_pos_scales.Rd                     |   78 +--
 man/figures/lifecycle-archived.svg             |only
 man/figures/lifecycle-defunct.svg              |only
 man/figures/lifecycle-deprecated.svg           |only
 man/figures/lifecycle-experimental.svg         |only
 man/figures/lifecycle-maturing.svg             |only
 man/figures/lifecycle-questioning.svg          |only
 man/figures/lifecycle-stable.svg               |only
 man/figures/lifecycle-superseded.svg           |only
 man/force_panelsizes.Rd                        |   42 -
 man/geom_outline_point.Rd                      |only
 man/geom_pointpath.Rd                          |   23 -
 man/geom_polygonraster.Rd                      |   36 -
 man/geom_rectmargin.Rd                         |   62 +-
 man/geom_text_aimed.Rd                         |   50 +-
 man/ggh4x-package.Rd                           |    3 
 man/ggh4x_extensions.Rd                        |   34 -
 man/ggsubset.Rd                                |   18 
 man/guide_axis_logticks.Rd                     |   46 --
 man/guide_axis_manual.Rd                       |   22 -
 man/guide_axis_minor.Rd                        |   37 -
 man/guide_axis_nested.Rd                       |   48 +-
 man/guide_axis_scalebar.Rd                     |only
 man/guide_axis_truncated.Rd                    |    5 
 man/guide_dendro.Rd                            |   27 -
 man/guide_stringlegend.Rd                      |    6 
 man/position_disjoint_ranges.Rd                |   28 -
 man/position_lineartrans.Rd                    |   94 ++--
 man/scale_dendrogram.Rd                        |   14 
 man/scale_fill_multi.Rd                        |   31 -
 man/scale_listed.Rd                            |   10 
 man/stat_difference.Rd                         |   32 -
 man/stat_funxy.Rd                              |    4 
 man/stat_rle.Rd                                |   34 -
 man/stat_rollingkernel.Rd                      |   24 -
 man/stat_theodensity.Rd                        |   70 +--
 man/strip_nested.Rd                            |    9 
 man/strip_split.Rd                             |only
 man/strip_themed.Rd                            |    1 
 man/strip_vanilla.Rd                           |    1 
 man/theme_extensions.Rd                        |only
 man/weave_factors.Rd                           |   15 
 tests/testthat/Rplots.pdf                      |binary
 tests/testthat/_snaps/geom_outline_point.md    |only
 tests/testthat/_snaps/guide_axis_logticks.md   |only
 tests/testthat/_snaps/guide_axis_minor.md      |only
 tests/testthat/_snaps/guide_axis_nested.md     |only
 tests/testthat/_snaps/utils.md                 |    9 
 tests/testthat/test-coord_axes_inside.R        |only
 tests/testthat/test-facet_nested.R             |   19 
 tests/testthat/test-facet_nested_wrap.R        |   18 
 tests/testthat/test-geom_outline_point.R       |only
 tests/testthat/test-ggsubset.R                 |   42 +
 tests/testthat/test-guide_axis_logticks.R      |    3 
 tests/testthat/test-guide_axis_manual.R        |   10 
 tests/testthat/test-guide_axis_minor.R         |    2 
 tests/testthat/test-guide_axis_nested.R        |    4 
 tests/testthat/test-guide_axis_scalebar.R      |only
 tests/testthat/test-guide_axis_truncated.R     |    8 
 tests/testthat/test-position_disjoint_ranges.R |    2 
 tests/testthat/test-scale_colour_multi.R       |  521 +++++++++++-------------
 tests/testthat/test-scale_fill_multi.R         |  523 +++++++++++-------------
 vignettes/Facets.Rmd                           |    6 
 126 files changed, 3879 insertions(+), 2255 deletions(-)

More information about ggh4x at CRAN
Permanent link

Package waveslim updated to version 1.8.4 with previous version 1.8.3 dated 2022-06-20

Title: Basic Wavelet Routines for One-, Two-, and Three-Dimensional Signal Processing
Description: Basic wavelet routines for time series (1D), image (2D) and array (3D) analysis. The code provided here is based on wavelet methodology developed in Percival and Walden (2000); Gencay, Selcuk and Whitcher (2001); the dual-tree complex wavelet transform (DTCWT) from Kingsbury (1999, 2001) as implemented by Selesnick; and Hilbert wavelet pairs (Selesnick 2001, 2002). All figures in chapters 4-7 of GSW (2001) are reproducible using this package and R code available at the book website(s) below.
Author: Brandon Whitcher
Maintainer: Brandon Whitcher <bwhitcher@gmail.com>

Diff between waveslim versions 1.8.3 dated 2022-06-20 and 1.8.4 dated 2022-08-14

 waveslim-1.8.3/waveslim/man/Andel.Rd               |only
 waveslim-1.8.3/waveslim/man/Dualtree.Rd            |only
 waveslim-1.8.3/waveslim/man/Farras.Rd              |only
 waveslim-1.8.3/waveslim/man/Selesnick.Rd           |only
 waveslim-1.8.3/waveslim/man/Thresholding.Rd        |only
 waveslim-1.8.3/waveslim/man/bandpass.Rd            |only
 waveslim-1.8.3/waveslim/man/cplxdual.Rd            |only
 waveslim-1.8.3/waveslim/man/fb.Rd                  |only
 waveslim-1.8.3/waveslim/man/hilbert.Rd             |only
 waveslim-1.8.3/waveslim/man/hwt.analysis.Rd        |only
 waveslim-1.8.3/waveslim/man/sdf.Rd                 |only
 waveslim-1.8.3/waveslim/man/stack.plot.Rd          |only
 waveslim-1.8.3/waveslim/man/wpt.test.Rd            |only
 waveslim-1.8.4/waveslim/DESCRIPTION                |   26 
 waveslim-1.8.4/waveslim/MD5                        |  206 +++----
 waveslim-1.8.4/waveslim/R/cascade.R                |   99 +++
 waveslim-1.8.4/waveslim/R/cov.R                    |  159 +++++
 waveslim-1.8.4/waveslim/R/cplxdual2D.R             |   40 +
 waveslim-1.8.4/waveslim/R/data.R                   |only
 waveslim-1.8.4/waveslim/R/denoise.R                |   45 +
 waveslim-1.8.4/waveslim/R/dualtree.R               |  591 ++++++++++++++-------
 waveslim-1.8.4/waveslim/R/dualtree2D.R             |  427 ++++++++-------
 waveslim-1.8.4/waveslim/R/dwpt.R                   |  191 ++++++
 waveslim-1.8.4/waveslim/R/dwpt_boot.R              |   36 +
 waveslim-1.8.4/waveslim/R/dwpt_sim.R               |  105 +++
 waveslim-1.8.4/waveslim/R/dwt.R                    |  343 +++++++++++-
 waveslim-1.8.4/waveslim/R/fdp.R                    |   55 +
 waveslim-1.8.4/waveslim/R/hilbert.R                |  130 ++++
 waveslim-1.8.4/waveslim/R/hosking.R                |   41 +
 waveslim-1.8.4/waveslim/R/misc.R                   |   31 -
 waveslim-1.8.4/waveslim/R/mra.2d.R                 |   61 ++
 waveslim-1.8.4/waveslim/R/multiple.R               |   91 +++
 waveslim-1.8.4/waveslim/R/periodogram.R            |   10 
 waveslim-1.8.4/waveslim/R/sdf.R                    |  117 +++-
 waveslim-1.8.4/waveslim/R/shift.2d.R               |   41 +
 waveslim-1.8.4/waveslim/R/spp.R                    |   35 +
 waveslim-1.8.4/waveslim/R/stack.plot.R             |   17 
 waveslim-1.8.4/waveslim/R/tapers.R                 |   57 ++
 waveslim-1.8.4/waveslim/R/three_D.R                |   81 ++
 waveslim-1.8.4/waveslim/R/two_D.R                  |  270 ++++++++-
 waveslim-1.8.4/waveslim/R/up.sample.R              |   13 
 waveslim-1.8.4/waveslim/R/var_2D.R                 |   19 
 waveslim-1.8.4/waveslim/R/wave.filter.R            |   50 +
 waveslim-1.8.4/waveslim/man/FSfarras.Rd            |only
 waveslim-1.8.4/waveslim/man/acvs.andel8.Rd         |only
 waveslim-1.8.4/waveslim/man/afb.Rd                 |only
 waveslim-1.8.4/waveslim/man/ar1.Rd                 |   21 
 waveslim-1.8.4/waveslim/man/bandpass.var.spp.Rd    |only
 waveslim-1.8.4/waveslim/man/barbara.Rd             |   19 
 waveslim-1.8.4/waveslim/man/basis.Rd               |   31 -
 waveslim-1.8.4/waveslim/man/blocks.Rd              |   22 
 waveslim-1.8.4/waveslim/man/brick.wall.Rd          |   67 +-
 waveslim-1.8.4/waveslim/man/convolve2D.Rd          |   50 -
 waveslim-1.8.4/waveslim/man/cpi.Rd                 |   23 
 waveslim-1.8.4/waveslim/man/cplxdual2D.Rd          |only
 waveslim-1.8.4/waveslim/man/cshift.Rd              |only
 waveslim-1.8.4/waveslim/man/css.test.Rd            |only
 waveslim-1.8.4/waveslim/man/dau.Rd                 |   24 
 waveslim-1.8.4/waveslim/man/denoise.dwt.2d.Rd      |   82 +-
 waveslim-1.8.4/waveslim/man/doppler.Rd             |   24 
 waveslim-1.8.4/waveslim/man/dpss.taper.Rd          |   86 +--
 waveslim-1.8.4/waveslim/man/dualfilt1.Rd           |   34 -
 waveslim-1.8.4/waveslim/man/dualtree.Rd            |only
 waveslim-1.8.4/waveslim/man/dwpt.2d.Rd             |  108 +--
 waveslim-1.8.4/waveslim/man/dwpt.Rd                |  118 ++--
 waveslim-1.8.4/waveslim/man/dwpt.boot.Rd           |   79 +-
 waveslim-1.8.4/waveslim/man/dwpt.sim.Rd            |   91 +--
 waveslim-1.8.4/waveslim/man/dwt.2d.Rd              |   64 +-
 waveslim-1.8.4/waveslim/man/dwt.3d.Rd              |   36 -
 waveslim-1.8.4/waveslim/man/dwt.Rd                 |  127 ++--
 waveslim-1.8.4/waveslim/man/dwt.hilbert.Rd         |only
 waveslim-1.8.4/waveslim/man/exchange.Rd            |   25 
 waveslim-1.8.4/waveslim/man/fdp.mle.Rd             |   81 +-
 waveslim-1.8.4/waveslim/man/fdp.sdf.Rd             |only
 waveslim-1.8.4/waveslim/man/find.adaptive.basis.Rd |   54 +
 waveslim-1.8.4/waveslim/man/heavisine.Rd           |   25 
 waveslim-1.8.4/waveslim/man/hilbert.filter.Rd      |   56 +
 waveslim-1.8.4/waveslim/man/hosking.sim.Rd         |   48 -
 waveslim-1.8.4/waveslim/man/ibm.Rd                 |   20 
 waveslim-1.8.4/waveslim/man/japan.Rd               |   28 
 waveslim-1.8.4/waveslim/man/jumpsine.Rd            |   24 
 waveslim-1.8.4/waveslim/man/kobe.Rd                |   22 
 waveslim-1.8.4/waveslim/man/linchirp.Rd            |   22 
 waveslim-1.8.4/waveslim/man/manual.thresh.Rd       |only
 waveslim-1.8.4/waveslim/man/mexm.Rd                |   23 
 waveslim-1.8.4/waveslim/man/modhwt.coh.Rd          |only
 waveslim-1.8.4/waveslim/man/modwt.2d.Rd            |   66 +-
 waveslim-1.8.4/waveslim/man/modwt.3d.Rd            |   34 -
 waveslim-1.8.4/waveslim/man/modwt.Rd               |  128 ++--
 waveslim-1.8.4/waveslim/man/mra.2d.Rd              |  102 +--
 waveslim-1.8.4/waveslim/man/mra.3d.Rd              |   81 +-
 waveslim-1.8.4/waveslim/man/mra.Rd                 |  101 +--
 waveslim-1.8.4/waveslim/man/mult.loc.Rd            |   73 +-
 waveslim-1.8.4/waveslim/man/my.acf.Rd              |   34 -
 waveslim-1.8.4/waveslim/man/nile.Rd                |   48 -
 waveslim-1.8.4/waveslim/man/ortho.basis.Rd         |   35 -
 waveslim-1.8.4/waveslim/man/per.Rd                 |   22 
 waveslim-1.8.4/waveslim/man/phase.shift.Rd         |   58 +-
 waveslim-1.8.4/waveslim/man/phase.shift.hilbert.Rd |   37 -
 waveslim-1.8.4/waveslim/man/plot.dwt.2d.Rd         |   46 -
 waveslim-1.8.4/waveslim/man/qmf.Rd                 |   42 -
 waveslim-1.8.4/waveslim/man/rotcumvar.Rd           |   57 +-
 waveslim-1.8.4/waveslim/man/shift.2d.Rd            |   61 +-
 waveslim-1.8.4/waveslim/man/sine.taper.Rd          |   33 -
 waveslim-1.8.4/waveslim/man/spin.covariance.Rd     |   61 +-
 waveslim-1.8.4/waveslim/man/spp.mle.Rd             |   76 +-
 waveslim-1.8.4/waveslim/man/spp.var.Rd             |   46 -
 waveslim-1.8.4/waveslim/man/squared.gain.Rd        |   46 -
 waveslim-1.8.4/waveslim/man/stackPlot.Rd           |only
 waveslim-1.8.4/waveslim/man/testing.hov.Rd         |   89 +--
 waveslim-1.8.4/waveslim/man/tourism.Rd             |   23 
 waveslim-1.8.4/waveslim/man/unemploy.Rd            |   23 
 waveslim-1.8.4/waveslim/man/up.sample.Rd           |   30 -
 waveslim-1.8.4/waveslim/man/wave.filter.Rd         |   53 -
 waveslim-1.8.4/waveslim/man/wave.variance.2d.Rd    |only
 waveslim-1.8.4/waveslim/man/wave.variance.Rd       |   93 +--
 waveslim-1.8.4/waveslim/man/wavelet.filter.Rd      |   84 +-
 waveslim-1.8.4/waveslim/man/xbox.Rd                |   27 
 118 files changed, 4533 insertions(+), 2097 deletions(-)

More information about waveslim at CRAN
Permanent link

Package memoiR updated to version 1.2-1 with previous version 1.2-0 dated 2022-07-10

Title: R Markdown and Bookdown Templates to Publish Documents
Description: Producing high-quality documents suitable for publication directly from R is made possible by the R Markdown ecosystem. 'memoiR' makes it easy. It provides templates to knit memoirs, articles and slideshows with helpers to publish the documents on GitHub Pages and activate continuous integration.
Author: Eric Marcon [aut, cre]
Maintainer: Eric Marcon <eric.marcon@agroparistech.fr>

Diff between memoiR versions 1.2-0 dated 2022-07-10 and 1.2-1 dated 2022-08-14

 DESCRIPTION                                                          |    6 
 MD5                                                                  |   36 ++--
 NEWS.md                                                              |   17 +-
 R/memoiR.R                                                           |    3 
 README.md                                                            |    2 
 inst/rmarkdown/templates/memoir/skeleton/82-syntax.Rmd               |   70 ++++++++
 inst/rmarkdown/templates/memoir/skeleton/index.Rmd                   |    4 
 inst/rmarkdown/templates/memoir/skeleton/latex/preamble.tex          |   44 +----
 inst/rmarkdown/templates/memoir/skeleton/latex/template.tex          |   78 +++++++++-
 inst/rmarkdown/templates/memoir/skeleton/style.css                   |   20 ++
 inst/rmarkdown/templates/simple_article/skeleton/latex/template.tex  |   21 +-
 inst/rmarkdown/templates/simple_article/skeleton/skeleton.Rmd        |   11 +
 inst/rmarkdown/templates/simple_article/skeleton/style.css           |only
 inst/rmarkdown/templates/stylish_article/skeleton/latex/template.tex |   20 +-
 inst/rmarkdown/templates/stylish_article/skeleton/skeleton.Rmd       |    5 
 inst/rmarkdown/templates/stylish_article/skeleton/style.css          |only
 man/Knit.Rd                                                          |    2 
 man/add_font.Rd                                                      |   38 ++--
 man/add_hyphen.Rd                                                    |   38 ++--
 man/figures/logo.svg                                                 |   52 +++---
 20 files changed, 319 insertions(+), 148 deletions(-)

More information about memoiR at CRAN
Permanent link

Package raster updated to version 3.5-29 with previous version 3.5-21 dated 2022-06-27

Title: Geographic Data Analysis and Modeling
Description: Reading, writing, manipulating, analyzing and modeling of spatial data. The package implements basic and high-level functions for raster data and for vector data operations such as intersections. See the manual and tutorials on <https://rspatial.org/> to get started.
Author: Robert J. Hijmans [cre, aut] , Jacob van Etten [ctb], Michael Sumner [ctb], Joe Cheng [ctb], Dan Baston [ctb], Andrew Bevan [ctb], Roger Bivand [ctb], Lorenzo Busetto [ctb], Mort Canty [ctb], Ben Fasoli [ctb], David Forrest [ctb], Aniruddha Ghosh [ct [...truncated...]
Maintainer: Robert J. Hijmans <r.hijmans@gmail.com>

Diff between raster versions 3.5-21 dated 2022-06-27 and 3.5-29 dated 2022-08-14

 DESCRIPTION             |   15 -
 MD5                     |   70 ++---
 NAMESPACE               |    2 
 R/AAgeneric_functions.R |    5 
 R/aggregate_sp.R        |  174 ++++++++-----
 R/blockSize.R           |   64 ++--
 R/buffer.R              |   60 ++--
 R/coverPolygons.R       |  183 +++++++-------
 R/cropSpatial.R         |  192 +++++++-------
 R/distance.R            |   14 -
 R/erase.R               |  326 ++++++++++++------------
 R/extractPoints_sp.R    |   36 +-
 R/getData.R             |   10 
 R/intersect_sp.R        |  627 ++++++++++++++++++++++++------------------------
 R/projection.R          |    4 
 R/rasterFromXYZ.R       |   17 -
 R/rasterToPolygons.R    |    8 
 R/rasterizeLines.R      |    9 
 R/select.R              |   12 
 R/shp.R                 |   14 -
 R/symdif.R              |   49 +--
 R/union_sp.R            |  149 ++++++-----
 build/partial.rdb       |binary
 man/aggregate.Rd        |   17 -
 man/area.Rd             |    8 
 man/blockSize.Rd        |    3 
 man/buffer.Rd           |    1 
 man/cover.Rd            |   15 -
 man/crop.Rd             |    6 
 man/erase.Rd            |   14 -
 man/intersect.Rd        |   22 -
 man/raster-package.Rd   |    2 
 man/rasterToPolygons.Rd |    2 
 man/shapefile.Rd        |    4 
 man/symdif.Rd           |   13 
 man/union.Rd            |   15 -
 36 files changed, 1151 insertions(+), 1011 deletions(-)

More information about raster at CRAN
Permanent link

New package SPB with initial version 1.0
Package: SPB
Title: Simple Progress Bars for Procedural Coding
Version: 1.0
Maintainer: Fabio Ashtar Telarico <Fabio-Ashtar.Telarico@fdv.uni-lj.si>
Description: Provides a simple progress bar to use for basic and advanced users that suits all those who prefer procedural programming. It is especially useful for integration into markdown files thanks to the progress bar's customisable appearance.
Depends: methods, utils, crayon
Imports: knitr
License: GPL (>= 3)
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2022-08-12 12:46:29 UTC; fabio
Author: Fabio Ashtar Telarico [aut, cre]
Repository: CRAN
Date/Publication: 2022-08-14 08:50:07 UTC

More information about SPB at CRAN
Permanent link

New package dispeRse with initial version 1.0
Package: dispeRse
Title: Simulation of Demic Diffusion with Environmental Constraints
Version: 1.0
Description: Simulates demic diffusion building on models previously developed for the expansion of Neolithic and other food-producing economies during the Holocene (Fort et al. (2012) <doi:10.7183/0002-7316.77.2.203>, Souza et al. (2021) <doi:10.1098/rsif.2021.0499>). Growth and emigration are modelled as density-dependent processes using logistic growth and an asymptotic threshold model. Environmental and terrain layers, which can change over time, affect carrying capacity, growth and mobility. Multiple centres of origin with their respective starting times can be specified.
Depends: R (>= 4.0.0)
Imports: raster, sp, rgdal
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
NeedsCompilation: yes
Packaged: 2022-08-12 12:12:18 UTC; jgregoriods
Author: Jonas Gregorio de Souza [aut, cre]
Maintainer: Jonas Gregorio de Souza <jonas.gregorio@gmail.com>
Repository: CRAN
Date/Publication: 2022-08-14 08:50:01 UTC

More information about dispeRse at CRAN
Permanent link

New package corTESTsrd with initial version 0.9-2
Package: corTESTsrd
Title: Significance Testing of Rank Cross-Correlations under SRD
Version: 0.9-2
Date: 2022-08-04
Depends: R (>= 3.5.0)
Imports: stats
Description: Significance test of Spearman's Rho or Kendall's Tau between short-range dependent random variables.
NeedsCompilation: yes
License: LGPL (>= 2.1)
Encoding: UTF-8
Packaged: 2022-08-12 13:36:34 UTC; derro
Author: David Lun [aut, cre], Svenja Fischer [aut], Alberto Viglione [aut]
Maintainer: David Lun <lun@hydro.tuwien.ac.at>
Repository: CRAN
Date/Publication: 2022-08-14 08:50:04 UTC

More information about corTESTsrd at CRAN
Permanent link

Package climaemet updated to version 1.0.2 with previous version 1.0.1 dated 2022-02-24

Title: Climate AEMET Tools
Description: Tools to download the climatic data of the Spanish Meteorological Agency (AEMET) directly from R using their API and create scientific graphs (climate charts, trend analysis of climate time series, temperature and precipitation anomalies maps, warming stripes graphics, climatograms, etc.).
Author: Manuel Pizarro [aut, cph] , Diego Hernangomez [aut, cre] , Gema Fernandez-Aviles [aut]
Maintainer: Diego Hernangomez <diego.hernangomezherrero@gmail.com>

Diff between climaemet versions 1.0.1 dated 2022-02-24 and 1.0.2 dated 2022-08-14

 DESCRIPTION                             |    8 
 MD5                                     |   30 +--
 NEWS.md                                 |  129 ++++++++-----
 README.md                               |   62 +++---
 build/vignette.rds                      |binary
 data/climaemet_9434_climatogram.rda     |binary
 data/climaemet_9434_temp.rda            |binary
 data/climaemet_9434_wind.rda            |binary
 inst/CITATION                           |   16 +
 inst/doc/climaemet.Rmd                  |   33 +--
 inst/doc/climaemet.html                 |  295 ++++++++++++++++++++++++++++----
 man/climaemet-package.Rd                |    2 
 man/figures/README-climatestripes-1.png |binary
 man/figures/README-spatial-1.png        |binary
 vignettes/climaemet.Rmd                 |   33 +--
 vignettes/spatial-1.png                 |binary
 16 files changed, 433 insertions(+), 175 deletions(-)

More information about climaemet at CRAN
Permanent link

New package VAJointSurv with initial version 0.1.0
Package: VAJointSurv
Title: Variational Approximation for Joint Survival and Marker Models
Version: 0.1.0
Maintainer: Benjamin Christoffersen <boennecd@gmail.com>
Description: Estimates joint marker (longitudinal) and and survival (time-to-event) outcomes using variational approximations. The package supports multivariate markers allowing for correlated error terms and multiple types of survival outcomes which may be left-truncated, right-censored, and recurrent. Time-varying fixed and random covariate effects are supported along with non-proportional hazards.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/boennecd/VAJointSurv
BugReports: https://github.com/boennecd/VAJointSurv/issues
LinkingTo: Rcpp, RcppArmadillo, RcppEigen, testthat, psqn (>= 0.3.0)
Imports: Rcpp, splines, utils, stats, SimSurvNMarker, psqn, Matrix, methods, lme4
Suggests: rmarkdown, knitr, testthat (>= 3.0.0), xml2, R.rsp
Depends: R (>= 3.5.0), survival
VignetteBuilder: R.rsp
SystemRequirements: C++17
NeedsCompilation: yes
Packaged: 2022-08-11 14:53:24 UTC; boennecd
Author: Benjamin Christoffersen [cre, aut] , Mark Clements [aut], Birzhan Akynkozhayev [aut], Antoine Savine [cph]
Repository: CRAN
Date/Publication: 2022-08-14 07:40:05 UTC

More information about VAJointSurv at CRAN
Permanent link

New package shinyStorePlus with initial version 0.6
Package: shinyStorePlus
Title: Secure in-Browser Storage for 'Shiny' Inputs and Variables
Version: 0.6
Maintainer: Obinna Obianom <idonshayo@gmail.com>
Description: Store persistent and synchronized data from 'Shiny' inputs within the browser in a secure format. Refresh 'Shiny' applications and preserve user-inputs over multiple sessions. A database-like storage format is implemented using 'Dexie.js' <https://dexie.org>, a minimal wrapper for 'IndexedDB'.
License: MIT + file LICENSE
URL: https://github.com/oobianom/shinyStorePlus
BugReports: https://github.com/oobianom/shinyStorePlus
Depends: R (>= 3.4)
Imports: shiny, jsonlite, utils, htmltools
Suggests: rmarkdown, knitr, qpdf
Encoding: UTF-8
VignetteBuilder: knitr
Language: en-US
LazyData: false
NeedsCompilation: no
Packaged: 2022-08-10 12:24:01 UTC; in198
Author: Obinna Obianom [aut, cre]
Repository: CRAN
Date/Publication: 2022-08-14 07:20:02 UTC

More information about shinyStorePlus at CRAN
Permanent link

New package rTensor2 with initial version 0.1.0
Package: rTensor2
Title: MultiLinear Algebra
Version: 0.1.0
Author: Kyle Caudle <kyle.caudle@sdsmt.edu>
Maintainer: Kyle Caudle <kyle.caudle@sdsmt.edu>
Description: A set of tools for basic tensor operators. A tensor in the context of data analysis in a multidimensional array. The tools in this package rely on using any discrete transformation (e.g. Fast Fourier Transform (FFT)). Standard tools included are the Eigenvalue decomposition of a tensor, the QR decomposition and LU decomposition. Other functionality includes the inverse of a tensor and the transpose of a symmetric tensor. Functionality in the package is outlined in Kernfeld et al. (2015) <https://www.sciencedirect.com/science/article/pii/S0024379515004358>.
Depends: R (>= 4.2.0)
Imports: methods,rTensor, wavethresh, gsignal, Matrix, matrixcalc
License: GPL-3
Encoding: UTF-8
Suggests: testthat (>= 3.1.4)
NeedsCompilation: no
Packaged: 2022-08-11 14:49:46 UTC; kcaudle
Repository: CRAN
Date/Publication: 2022-08-14 07:40:01 UTC

More information about rTensor2 at CRAN
Permanent link

New package NestedMenu with initial version 0.1.0
Package: NestedMenu
Title: A Nested Menu Widget for 'Shiny' Applications
Version: 0.1.0
Description: Provides a nested menu widget for usage in 'Shiny' applications. This is useful for hierarchical choices (e.g. continent, country, city).
License: GPL-3
URL: https://github.com/stla/NestedMenu
BugReports: https://github.com/stla/NestedMenu/issues
Imports: fontawesome, htmltools, htmlwidgets, jquerylib, shiny
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2022-08-11 15:53:55 UTC; stla
Author: Stephane Laurent [aut, cre]
Maintainer: Stephane Laurent <laurent_step@outlook.fr>
Repository: CRAN
Date/Publication: 2022-08-14 07:40:08 UTC

More information about NestedMenu at CRAN
Permanent link

New package gmwmx with initial version 1.0.0
Package: gmwmx
Title: Estimate Functional and Stochastic Parameters of Linear Models with Correlated Residuals
Version: 1.0.0
License: AGPL-3
Description: Implements the Generalized Method of Wavelet Moments with Exogenous Inputs estimator (GMWMX) presented in Cucci, D. A., Voirol, L., Kermarrec, G., Montillet, J. P., and Guerrier, S. (2022) <arXiv:2206.09668>. The GMWMX estimator allows to estimate functional and stochastic parameters of linear models with correlated residuals. The 'gmwmx' package provides functions to estimate, compare and analyze models, utilities to load and work with Global Navigation Satellite System (GNSS) data as well as methods to compare results with the Maximum Likelihood Estimator (MLE) implemented in Hector.
Encoding: UTF-8
LazyData: true
Depends: R (>= 4.0.0)
Suggests: rmarkdown, knitr, simts
VignetteBuilder: knitr
LinkingTo: Rcpp, RcppArmadillo
Imports: Rcpp, fs, stringi, wv, Matrix, longmemo, rjson
NeedsCompilation: yes
Packaged: 2022-08-10 12:49:09 UTC; lionel
Author: Davide Antonio Cucci [aut], Lionel Voirol [aut, cre], Stephane Guerrier [aut], Jean-Philippe Montillet [ctb], Gael Kermarrec [ctb]
Maintainer: Lionel Voirol <lionelvoirol@hotmail.com>
Repository: CRAN
Date/Publication: 2022-08-14 07:20:06 UTC

More information about gmwmx at CRAN
Permanent link

New package genieBPC with initial version 1.0.0
Package: genieBPC
Title: Project GENIE BioPharma Collaborative Data Processing Pipeline
Version: 1.0.0
Description: The American Association Research (AACR) Project Genomics Evidence Neoplasia Information Exchange (GENIE) BioPharma Collaborative represents a multi-year, multi-institution effort to build a pan-cancer repository of linked clinico-genomic data. The genomic and clinical data are provided in multiple releases (separate releases for each cancer cohort with updates following data corrections), which are stored on the data sharing platform 'Synapse' <https://www.synapse.org/>. The 'genieBPC' package provides a seamless way to obtain the data corresponding to each release from 'Synapse' and to prepare datasets for analysis.
License: MIT + file LICENSE
BugReports: https://github.com/GENIE-BPC/genieBPC/issues
Depends: R (>= 3.4)
Imports: cli (>= 2.5.0), dplyr (>= 1.0.6), dtplyr (>= 1.1.0), httr, jsonlite, purrr (>= 0.3.4), rlang (>= 1.0.0), stringr (>= 1.4.0), sunburstR, tibble (>= 3.1.2), tidyr
Suggests: covr (>= 3.5.1), ggplot2 (>= 3.3.5), gt (>= 0.3.0), gtsummary (>= 1.5.2), knitr (>= 1.33), magrittr (>= 2.0.1), plotly (>= 4.10.0), rmarkdown (>= 2.8), testthat (>= 3.0.0), markdown, spelling
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: TRUE
URL: https://genie-bpc.github.io/genieBPC/
Language: en-US
NeedsCompilation: no
Packaged: 2022-08-11 13:07:49 UTC; laveryj
Author: Jessica A. Lavery [aut, cre] , Michael A. Curry [aut] , Samantha Brown [aut] , Karissa Whiting [aut] , Axel Martin [aut], Daniel D. Sjoberg [ctb]
Maintainer: Jessica A. Lavery <laveryj@mskcc.org>
Repository: CRAN
Date/Publication: 2022-08-14 07:30:02 UTC

More information about genieBPC at CRAN
Permanent link

New package dyntaper with initial version 1.1
Package: dyntaper
Title: Dynamic Stem Profile Models, AKA Tree Taper Equations
Version: 1.1
Description: Performs calculations with tree taper (or stem profile) equations, including model fitting. The package implements the methods from García, O. (2015) "Dynamic modelling of tree form" <http://mcfns.net/index.php/Journal/article/view/MCFNS7.1_2>. The models are parsimonious, describe well the tree bole shape over its full length, and are consistent with wood formation mechanisms through time.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 2.10)
VignetteBuilder: knitr
Suggests: knitr, lattice
URL: https://github.com/ogarciav/dyntaper
BugReports: https://github.com/ogarciav/dyntaper/issues
NeedsCompilation: no
Packaged: 2022-08-12 03:55:06 UTC; oscar
Author: Oscar Garcia [cre, aut]
Maintainer: Oscar Garcia <garcia@dasometrics.net>
Repository: CRAN
Date/Publication: 2022-08-14 08:00:02 UTC

More information about dyntaper at CRAN
Permanent link

Package climate (with last version 1.0.5) was removed from CRAN

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

2022-08-09 1.0.5

Permanent link
Package fixedincome (with last version 0.0.2) was removed from CRAN

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

2022-07-16 0.0.2
2022-03-17 0.0.1

Permanent link
Package Rodam (with last version 0.1.14) was removed from CRAN

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

2022-03-01 0.1.14
2021-11-12 0.1.12
2021-10-26 0.1.10
2021-06-29 0.1.8
2019-03-21 0.1.6
2018-10-11 0.1.4
2018-06-01 0.1.3
2016-10-05 0.1.2

Permanent link
Package ecce (with last version 1.0.9) was removed from CRAN

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

2022-01-14 1.0.9
2022-01-13 1.0.8
2020-06-29 1.0.7

Permanent link
Package istacr (with last version 0.1.3) was removed from CRAN

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

2020-12-04 0.1.3
2019-12-17 0.1.1
2019-05-03 0.1.0

Permanent link
Package ccdrAlgorithm (with last version 0.0.6) was removed from CRAN

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

2022-04-11 0.0.6
2018-06-01 0.0.5
2017-09-11 0.0.4
2017-03-12 0.0.3
2016-11-20 0.0.2
2016-08-10 0.0.1

Permanent link
Package glmvsd updated to version 1.5 with previous version 1.4 dated 2016-01-07

Title: Variable Selection Deviation Measures and Instability Tests for High-Dimensional Generalized Linear Models
Description: Variable selection deviation (VSD) measures and instability tests for high-dimensional model selection methods such as LASSO, SCAD and MCP, etc., to decide whether the sparse patterns identified by those methods are reliable.
Author: Ying Nan <nanx0006@gmail.com>, Yanjia Yu <yuxxx748@umn.edu>, Yi Yang <yi.yang6@mcgill.ca>, Yuhong Yang <yyang@stat.umn.edu>
Maintainer: Yi Yang <yi.yang6@mcgill.ca>

Diff between glmvsd versions 1.4 dated 2016-01-07 and 1.5 dated 2022-08-14

 ChangeLog             |    7 ++++++-
 DESCRIPTION           |   12 ++++++------
 MD5                   |   18 +++++++++---------
 NAMESPACE             |    5 ++++-
 R/binomialfit.R       |   31 ++++++++++++++++++++++++-------
 R/gaussianfit.R       |   34 ++++++++++++++++++++++++++--------
 R/glmvsd.R            |   21 +++++++++++++++------
 R/lsARM.R             |    6 +++---
 man/glmvsd.Rd         |   13 +++++++++----
 man/stability.test.Rd |    3 +--
 10 files changed, 103 insertions(+), 47 deletions(-)

More information about glmvsd at CRAN
Permanent link


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