Mon, 17 Oct 2022

Package webdeveloper updated to version 1.0.5 with previous version 1.0.4 dated 2022-09-14

Title: Functions for Web Development
Description: Organizational framework for web development in R including functions to serve static and dynamic content via HTTP methods, includes the html5 package to create HTML pages, and offers other utility functions for common tasks related to web development.
Author: Timothy Conwell
Maintainer: Timothy Conwell <timconwell@gmail.com>

Diff between webdeveloper versions 1.0.4 dated 2022-09-14 and 1.0.5 dated 2022-10-17

 DESCRIPTION             |    8 ++---
 MD5                     |    8 ++++-
 R/webdeveloper.R        |   70 ++++++++++++++++++++++++++++++++++++++++++++++++
 man/dynamicTemplate.Rd  |only
 man/dynamicTemplate2.Rd |only
 man/findTemplateVars.Rd |only
 man/templateVar.Rd      |only
 7 files changed, 80 insertions(+), 6 deletions(-)

More information about webdeveloper at CRAN
Permanent link

Package tabularaster updated to version 0.7.1 with previous version 0.7.0 dated 2021-03-15

Title: Tidy Tools for 'Raster' Data
Description: Facilities to work with vector and raster data in efficient repeatable and systematic work flow. Missing functionality in existing packages is included here to allow extraction from raster data with 'simple features' and 'Spatial' types and to make extraction consistent and straightforward. Extract cell numbers from raster data and return the cells as a data frame rather than as lists of matrices or vectors. The functions here allow spatial data to be used without special handling for the format currently in use.
Author: Michael D. Sumner [aut, cre]
Maintainer: Michael D. Sumner <mdsumner@gmail.com>

Diff between tabularaster versions 0.7.0 dated 2021-03-15 and 0.7.1 dated 2022-10-17

 DESCRIPTION                                 |    8 
 MD5                                         |   20 
 NEWS.md                                     |    6 
 R/tibble.R                                  |   15 
 README.md                                   |    4 
 build/vignette.rds                          |binary
 inst/doc/cell-index-raster-abstraction.html |  213 ++++++++++
 inst/doc/tabularaster-usage.Rmd             |    2 
 inst/doc/tabularaster-usage.html            |  561 ++++++++++++++++++++--------
 tests/testthat/test-as_tibble.R             |    3 
 vignettes/tabularaster-usage.Rmd            |    2 
 11 files changed, 659 insertions(+), 175 deletions(-)

More information about tabularaster at CRAN
Permanent link

Package modeltime.resample updated to version 0.2.2 with previous version 0.2.1 dated 2022-06-07

Title: Resampling Tools for Time Series Forecasting
Description: A 'modeltime' extension that implements forecast resampling tools that assess time-based model performance and stability for a single time series, panel data, and cross-sectional time series analysis.
Author: Matt Dancho [aut, cre], Business Science [cph]
Maintainer: Matt Dancho <mdancho@business-science.io>

Diff between modeltime.resample versions 0.2.1 dated 2022-06-07 and 0.2.2 dated 2022-10-17

 DESCRIPTION                   |    8 -
 MD5                           |   18 ++--
 NEWS.md                       |    4 
 R/utils-tidy-eval.R           |    3 
 inst/doc/getting-started.html |  160 +++++++++++++++++++-------------------
 inst/doc/panel-data.R         |    2 
 inst/doc/panel-data.Rmd       |    2 
 inst/doc/panel-data.html      |  174 +++++++++++++++++++++---------------------
 man/tidyeval.Rd               |    3 
 vignettes/panel-data.Rmd      |    2 
 10 files changed, 189 insertions(+), 187 deletions(-)

More information about modeltime.resample at CRAN
Permanent link

Package fdrci updated to version 2.4 with previous version 2.3 dated 2022-06-07

Title: Permutation-Based FDR Point and Confidence Interval Estimation
Description: FDR functions for permutation-based estimators, including pi0 as well as FDR confidence intervals. The confidence intervals account for dependencies between tests by the incorporation of an overdispersion parameter, which is estimated from the permuted data. Also included are options for an analog parametric approach.
Author: Joshua Millstein [aut, cre]
Maintainer: Joshua Millstein <joshua.millstein@usc.edu>

Diff between fdrci versions 2.3 dated 2022-06-07 and 2.4 dated 2022-10-17

 fdrci-2.3/fdrci/inst/doc/BY_vignette.R         |only
 fdrci-2.4/fdrci/DESCRIPTION                    |    8 -
 fdrci-2.4/fdrci/MD5                            |   17 +-
 fdrci-2.4/fdrci/R/fdrci-package.R              |    9 +
 fdrci-2.4/fdrci/build/vignette.rds             |binary
 fdrci-2.4/fdrci/inst/doc/BY_vignette.Rmd       |  148 ++++++++++++++++++++--
 fdrci-2.4/fdrci/inst/doc/BY_vignette.html      |  162 +++++++++----------------
 fdrci-2.4/fdrci/man/fdrci-package.Rd           |    9 +
 fdrci-2.4/fdrci/vignettes/BY_vignette.Rmd      |  148 ++++++++++++++++++++--
 fdrci-2.4/fdrci/vignettes/BY_vignette.Rmd.orig |only
 fdrci-2.4/fdrci/vignettes/fdr-fig1-1.png       |only
 11 files changed, 349 insertions(+), 152 deletions(-)

More information about fdrci at CRAN
Permanent link

Package tables updated to version 0.9.10 with previous version 0.9.6 dated 2020-09-22

Title: Formula-Driven Table Generation
Description: Computes and displays complex tables of summary statistics. Output may be in LaTeX, HTML, plain text, or an R matrix for further processing.
Author: Duncan Murdoch
Maintainer: Duncan Murdoch <murdoch.duncan@gmail.com>

Diff between tables versions 0.9.6 dated 2020-09-22 and 0.9.10 dated 2022-10-17

 DESCRIPTION              |    6 
 MD5                      |   24 +-
 R/All.R                  |    2 
 R/html.tabular.R         |   12 +
 R/subset.R               |  225 +++++++++++++---------
 R/tabular.R              |   12 -
 build/vignette.rds       |binary
 inst/NEWS                |   12 +
 inst/doc/HTML.html       |  478 ++++++++++++++++++++++++++++-------------------
 inst/doc/knitrTables.pdf |binary
 inst/doc/tables.pdf      |binary
 man/Percent.Rd           |    3 
 man/html.tabular.Rd      |    9 
 13 files changed, 471 insertions(+), 312 deletions(-)

More information about tables at CRAN
Permanent link

Package PAMmisc updated to version 1.9.5 with previous version 1.9.2 dated 2022-04-29

Title: Miscellaneous Functions for Passive Acoustic Analysis
Description: A collection of miscellaneous functions for passive acoustics. Much of the content here is adapted to R from code written by other people. If you have any ideas of functions to add, please contact Taiki Sakai.
Author: Taiki Sakai [aut, cre], Jay Barlow [ctb], Julie Oswald [ctb], Val Schmidt [ctb]
Maintainer: Taiki Sakai <taiki.sakai@noaa.gov>

Diff between PAMmisc versions 1.9.2 dated 2022-04-29 and 1.9.5 dated 2022-10-17

 DESCRIPTION       |   11 ++++-----
 MD5               |   32 ++++++++++++++--------------
 NAMESPACE         |    2 -
 NEWS.md           |   16 ++++++++++++++
 R/addPgAnno.R     |    4 +--
 R/addPgEvent.R    |    4 +--
 R/addPgGps.R      |    6 ++---
 R/matchEnvData.R  |    1 
 R/ncToData.R      |   60 +++++++++++++++++++++++++++++++++++++++++-------------
 R/ncUtils.R       |    3 ++
 R/raytrace.R      |   40 ++++++++++++++++++------------------
 R/readSpecAnno.R  |    2 -
 R/soundtrapQAQC.R |   14 +++++++++++-
 R/updateUID.R     |    2 -
 README.md         |    5 ++++
 man/addPgGps.Rd   |    2 -
 man/raytrace.Rd   |    2 -
 17 files changed, 135 insertions(+), 71 deletions(-)

More information about PAMmisc at CRAN
Permanent link

Package immunarch updated to version 0.8.0 with previous version 0.7.0 dated 2022-08-09

Title: Bioinformatics Analysis of T-Cell and B-Cell Immune Repertoires
Description: A comprehensive framework for bioinformatics exploratory analysis of bulk and single-cell T-cell receptor and antibody repertoires. It provides seamless data loading, analysis and visualisation for AIRR (Adaptive Immune Receptor Repertoire) data, both bulk immunosequencing (RepSeq) and single-cell sequencing (scRNAseq). Immunarch implements most of the widely used AIRR analysis methods, such as: clonality analysis, estimation of repertoire similarities in distribution of clonotypes and gene segments, repertoire diversity analysis, annotation of clonotypes using external immune receptor databases and clonotype tracking in vaccination and cancer studies. A successor to our previously published 'tcR' immunoinformatics package (Nazarov 2015) <doi:10.1186/s12859-015-0613-1>.
Author: Vadim I. Nazarov [aut, cre], Vasily O. Tsvetkov [aut], Eugene Rumynskiy [aut], Aleksandr A. Popov [aut], Ivan Balashov [aut], Maria Samokhina [aut], Anna Lorenc [ctb], Daniel J. Moore [ctb], Victor Greiff [ctb], ImmunoMind [cph, fnd]
Maintainer: Vadim I. Nazarov <support@immunomind.io>

Diff between immunarch versions 0.7.0 dated 2022-08-09 and 0.8.0 dated 2022-10-17

 immunarch-0.7.0/immunarch/R/wip.R                            |only
 immunarch-0.8.0/immunarch/DESCRIPTION                        |    8 
 immunarch-0.8.0/immunarch/MD5                                |   43 -
 immunarch-0.8.0/immunarch/NAMESPACE                          |    2 
 immunarch-0.8.0/immunarch/R/RcppExports.R                    |    5 
 immunarch-0.8.0/immunarch/R/align_lineage.R                  |  191 ++-----
 immunarch-0.8.0/immunarch/R/clustering.R                     |    1 
 immunarch-0.8.0/immunarch/R/distance.R                       |   35 -
 immunarch-0.8.0/immunarch/R/germline.R                       |  289 ++++-------
 immunarch-0.8.0/immunarch/R/phylip.R                         |  104 +--
 immunarch-0.8.0/immunarch/R/seqCluster.R                     |   81 ++-
 immunarch-0.8.0/immunarch/R/shiny.R                          |    2 
 immunarch-0.8.0/immunarch/R/somatic_hypermutation.R          |   21 
 immunarch-0.8.0/immunarch/R/tools.R                          |   88 +--
 immunarch-0.8.0/immunarch/inst/doc/v1_introduction.html      |   15 
 immunarch-0.8.0/immunarch/inst/doc/v2_data.html              |   19 
 immunarch-0.8.0/immunarch/man/repAlignLineage.Rd             |   29 -
 immunarch-0.8.0/immunarch/man/repClonalFamily.Rd             |   13 
 immunarch-0.8.0/immunarch/man/repGermline.Rd                 |   22 
 immunarch-0.8.0/immunarch/man/seqDist.Rd                     |    4 
 immunarch-0.8.0/immunarch/vignettes/web_only/BCRpipeline.Rmd |  117 +++-
 immunarch-0.8.0/immunarch/vignettes/web_only/load_10x.Rmd    |    6 
 immunarch-0.8.0/immunarch/vignettes/web_only/load_mixcr.Rmd  |    4 
 23 files changed, 527 insertions(+), 572 deletions(-)

More information about immunarch at CRAN
Permanent link

Package image.textlinedetector updated to version 0.2.2 with previous version 0.2.1 dated 2022-08-19

Title: Segment Images in Text Lines and Words
Description: Find text lines in scanned images and segment the lines into words. Includes implementations of the paper 'Novel A* Path Planning Algorithm for Line Segmentation of Handwritten Documents' by Surinta O. et al (2014) <doi:10.1109/ICFHR.2014.37> available at <https://github.com/smeucci/LineSegm>, an implementation of 'A Statistical approach to line segmentation in handwritten documents' by Arivazhagan M. et al (2007) <doi:10.1117/12.704538>, and a wrapper for an image segmentation technique to detect words in text lines as described in the paper 'Scale Space Technique for Word Segmentation in Handwritten Documents' by Manmatha R. and Srimal N. (1999) paper at <doi:10.1007/3-540-48236-9_3>, wrapper for code available at <https://github.com/arthurflor23/text-segmentation>. Provides as well functionality to put cursive text in images upright using the approach defined in the paper 'A new normalization technique for cursive handwritten words' by Vinciarelli A. a [...truncated...]
Author: Jan Wijffels [aut, cre, cph] , Vrije Universiteit Brussel - DIGI: Brussels Platform for Digital Humanities [cph] , Jeroen Ooms [ctb, cph] , Arthur Flor [ctb, cph] , Saverio Meucci [ctb, cph] , Yeara Kozlov [ctb, cph] , Tino Weinkauf [ctb, cph] , Hara [...truncated...]
Maintainer: Jan Wijffels <jwijffels@bnosac.be>

Diff between image.textlinedetector versions 0.2.1 dated 2022-08-19 and 0.2.2 dated 2022-10-17

 DESCRIPTION                  |   10 
 LICENSE                      |    2 
 LICENSE.note                 |  234 +++++++++++-----------
 MD5                          |   30 +-
 NAMESPACE                    |   28 +-
 NEWS.md                      |   78 +++----
 R/RcppExports.R              |  118 +++++------
 R/deslant.R                  |  134 ++++++------
 R/pkg.R                      |   10 
 R/textlinedetector.R         |  448 +++++++++++++++++++++----------------------
 README.md                    |  184 ++++++++---------
 configure                    |   27 +-
 man/image_textlines_astar.Rd |  120 +++++------
 man/ocv_deslant.Rd           |  106 +++++-----
 src/Makevars.ucrt            |    4 
 tools/winlibs.R              |   20 -
 16 files changed, 782 insertions(+), 771 deletions(-)

More information about image.textlinedetector at CRAN
Permanent link

Package greport updated to version 0.7-3 with previous version 0.7-2 dated 2020-02-10

Title: Graphical Reporting for Clinical Trials
Description: Contains many functions useful for monitoring and reporting the results of clinical trials and other experiments in which treatments are compared. LaTeX is used to typeset the resulting reports, recommended to be in the context of 'knitr'. The 'Hmisc', 'ggplot2', and 'lattice' packages are used by 'greport' for high-level graphics.
Author: Frank E Harrell Jr <fh@fharrell.com>
Maintainer: Frank E Harrell Jr <fh@fharrell.com>

Diff between greport versions 0.7-2 dated 2020-02-10 and 0.7-3 dated 2022-10-17

 DESCRIPTION           |   18 +++++++++---------
 MD5                   |   14 +++++++-------
 NEWS                  |    3 +++
 R/greport-package.r   |    4 +++-
 README.md             |    2 +-
 inst/feh.bib          |    6 +++---
 inst/tests/report.Rnw |   15 ++++-----------
 man/greport.Rd        |    8 +++++---
 8 files changed, 35 insertions(+), 35 deletions(-)

More information about greport at CRAN
Permanent link

Package Tplyr updated to version 1.0.1 with previous version 0.4.4 dated 2022-01-27

Title: A Traceability Focused Grammar of Clinical Data Summary
Description: A traceability focused tool created to simplify the data manipulation necessary to create clinical summaries.
Author: Eli Miller [aut] , Mike Stackhouse [aut, cre] , Ashley Tarasiewicz [aut], Nathan Kosiba [aut] , Atorus Research LLC [cph]
Maintainer: Mike Stackhouse <mike.stackhouse@atorusresearch.com>

Diff between Tplyr versions 0.4.4 dated 2022-01-27 and 1.0.1 dated 2022-10-17

 DESCRIPTION                              |   12 
 MD5                                      |  166 +++--
 NAMESPACE                                |   43 +
 NEWS.md                                  |   21 
 R/apply_formats.R                        |only
 R/assertions.R                           |    4 
 R/build.R                                |   89 ++-
 R/count.R                                |  467 +++++-----------
 R/count_bindings.R                       |   65 ++
 R/denom.R                                |   45 -
 R/desc.R                                 |   79 +-
 R/desc_bindings.R                        |   45 +
 R/format.R                               |  101 ++-
 R/layer_bindings.R                       |   72 ++
 R/layer_templates.R                      |only
 R/layering.R                             |    1 
 R/meta-builders.R                        |only
 R/meta-helpers.R                         |only
 R/meta.R                                 |only
 R/meta_utils.R                           |only
 R/nested.R                               |   56 +
 R/precision.R                            |   65 ++
 R/process_metadata.R                     |only
 R/riskdiff.R                             |   17 
 R/shift.R                                |    3 
 R/shift_bindings.R                       |    4 
 R/sort.R                                 |   61 +-
 R/stats.R                                |    3 
 R/str_indent_wrap.R                      |only
 R/utils-pipe.R                           |only
 R/utils.R                                |   90 ++-
 R/zzz.R                                  |   55 +
 README.md                                |   69 +-
 build/vignette.rds                       |binary
 inst/doc/Tplyr.html                      |  617 ++++++++++++++++++---
 inst/doc/count.html                      |  303 +++++++++-
 inst/doc/custom-metadata.R               |only
 inst/doc/custom-metadata.Rmd             |only
 inst/doc/custom-metadata.html            |only
 inst/doc/denom.Rmd                       |    2 
 inst/doc/denom.html                      |  575 ++++++++++++++++---
 inst/doc/desc.R                          |   67 +-
 inst/doc/desc.Rmd                        |   84 ++
 inst/doc/desc.html                       |  898 ++++++++++++++++++++++++-------
 inst/doc/layer_templates.R               |only
 inst/doc/layer_templates.Rmd             |only
 inst/doc/layer_templates.html            |only
 inst/doc/metadata.R                      |only
 inst/doc/metadata.Rmd                    |only
 inst/doc/metadata.html                   |only
 inst/doc/options.html                    |  425 ++++++++++++--
 inst/doc/shift.html                      |  279 +++++++++
 inst/doc/table.Rmd                       |    2 
 inst/doc/table.html                      |  360 +++++++++++-
 man/append_metadata.Rd                   |only
 man/apply_formats.Rd                     |only
 man/build.Rd                             |   36 -
 man/f_str.Rd                             |  145 +++--
 man/get_meta_result.Rd                   |only
 man/get_meta_subset.Rd                   |only
 man/get_metadata.Rd                      |only
 man/layer_attachment.Rd                  |    2 
 man/layer_templates.Rd                   |only
 man/metadata_additions.Rd                |only
 man/pipe.Rd                              |only
 man/process_formatting.Rd                |    2 
 man/process_metadata.Rd                  |only
 man/set_distinct_by.Rd                   |    5 
 man/set_format_strings.Rd                |    4 
 man/set_numeric_threshold.Rd             |only
 man/set_precision_data.Rd                |only
 man/set_stats_as_columns.Rd              |only
 man/str_indent_wrap.Rd                   |only
 man/tplyr_meta.Rd                        |only
 tests/testthat/_snaps/apply_formats.md   |only
 tests/testthat/_snaps/count.md           |  163 +++++
 tests/testthat/_snaps/desc.md            |   29 -
 tests/testthat/_snaps/functional.md      |    4 
 tests/testthat/_snaps/layer_templates.md |only
 tests/testthat/_snaps/meta.md            |only
 tests/testthat/_snaps/meta_utils.md      |only
 tests/testthat/_snaps/precision.md       |only
 tests/testthat/_snaps/riskdiff.md        |    4 
 tests/testthat/_snaps/shift.md           |    8 
 tests/testthat/_snaps/table.md           |   16 
 tests/testthat/_snaps/utils.md           |   10 
 tests/testthat/adlb.Rdata                |only
 tests/testthat/adsl.Rdata                |only
 tests/testthat/t_cap_comp.Rdata          |only
 tests/testthat/t_uncap_comp.Rdata        |only
 tests/testthat/test-apply_formats.R      |only
 tests/testthat/test-count.R              |  225 +++++--
 tests/testthat/test-desc.R               |  170 +----
 tests/testthat/test-layer_templates.R    |only
 tests/testthat/test-meta.R               |only
 tests/testthat/test-meta_utils.R         |only
 tests/testthat/test-precision.R          |  138 ++++
 tests/testthat/test-riskdiff.R           |   14 
 tests/testthat/test-shift.R              |    5 
 tests/testthat/test-sort.R               |    2 
 tests/testthat/test-str_indent_wrap.R    |only
 tests/testthat/test-utils.R              |  112 +--
 vignettes/adas.Rdata                     |only
 vignettes/custom-metadata.Rmd            |only
 vignettes/denom.Rmd                      |    2 
 vignettes/desc.Rmd                       |   84 ++
 vignettes/layer_templates.Rmd            |only
 vignettes/metadata.Rmd                   |only
 vignettes/table.Rmd                      |    2 
 109 files changed, 4957 insertions(+), 1470 deletions(-)

More information about Tplyr at CRAN
Permanent link

Package quadcleanR updated to version 1.1.0 with previous version 1.0.0 dated 2022-06-17

Title: Cleanup and Visualization of Quadrat Data
Description: A tool that can be customized to aid in the clean up of ecological data collected using quadrats and can crop quadrats to ensure comparability between quadrats collected under different methodologies.
Author: Dominique Maucieri [aut, cre]
Maintainer: Dominique Maucieri <dominiquemaucieri@gmail.com>

Diff between quadcleanR versions 1.0.0 dated 2022-06-17 and 1.1.0 dated 2022-10-17

 quadcleanR-1.0.0/quadcleanR/R/simple_cleaned.R                    |only
 quadcleanR-1.0.0/quadcleanR/data/simple_cleaned.rda               |only
 quadcleanR-1.0.0/quadcleanR/inst/doc/cleaning_cropping.R          |only
 quadcleanR-1.0.0/quadcleanR/inst/doc/cleaning_cropping.Rmd        |only
 quadcleanR-1.0.0/quadcleanR/inst/doc/cleaning_cropping.html       |only
 quadcleanR-1.0.0/quadcleanR/inst/doc/cleaning_simple.R            |only
 quadcleanR-1.0.0/quadcleanR/inst/doc/cleaning_simple.Rmd          |only
 quadcleanR-1.0.0/quadcleanR/inst/doc/cleaning_simple.html         |only
 quadcleanR-1.0.0/quadcleanR/man/simple_cleaned.Rd                 |only
 quadcleanR-1.0.0/quadcleanR/vignettes/cleaning_cropping.Rmd       |only
 quadcleanR-1.0.0/quadcleanR/vignettes/cleaning_simple.Rmd         |only
 quadcleanR-1.1.0/quadcleanR/DESCRIPTION                           |    8 
 quadcleanR-1.1.0/quadcleanR/MD5                                   |   65 ++---
 quadcleanR-1.1.0/quadcleanR/NEWS.md                               |   16 +
 quadcleanR-1.1.0/quadcleanR/R/change_values.R                     |    2 
 quadcleanR-1.1.0/quadcleanR/R/corals.R                            |only
 quadcleanR-1.1.0/quadcleanR/R/cover_calc.R                        |   68 ++++-
 quadcleanR-1.1.0/quadcleanR/R/final_cleaned.R                     |only
 quadcleanR-1.1.0/quadcleanR/R/usable_obs.R                        |   18 -
 quadcleanR-1.1.0/quadcleanR/README.md                             |    9 
 quadcleanR-1.1.0/quadcleanR/build/partial.rdb                     |binary
 quadcleanR-1.1.0/quadcleanR/build/vignette.rds                    |binary
 quadcleanR-1.1.0/quadcleanR/data/coral_labelset.rda               |binary
 quadcleanR-1.1.0/quadcleanR/data/corals.rda                       |only
 quadcleanR-1.1.0/quadcleanR/data/environmental_data.rda           |binary
 quadcleanR-1.1.0/quadcleanR/data/final_cleaned.rda                |only
 quadcleanR-1.1.0/quadcleanR/data/softcoral_LQuads.rda             |binary
 quadcleanR-1.1.0/quadcleanR/data/softcoral_SQuads.rda             |binary
 quadcleanR-1.1.0/quadcleanR/data/softcoral_annotations.rda        |binary
 quadcleanR-1.1.0/quadcleanR/inst/doc/cleaning_coral.R             |only
 quadcleanR-1.1.0/quadcleanR/inst/doc/cleaning_coral.Rmd           |only
 quadcleanR-1.1.0/quadcleanR/inst/doc/cleaning_coral.html          |only
 quadcleanR-1.1.0/quadcleanR/inst/doc/cleaning_cropping_coral.R    |only
 quadcleanR-1.1.0/quadcleanR/inst/doc/cleaning_cropping_coral.Rmd  |only
 quadcleanR-1.1.0/quadcleanR/inst/doc/cleaning_cropping_coral.html |only
 quadcleanR-1.1.0/quadcleanR/inst/doc/cropping.html                |  130 +++++-----
 quadcleanR-1.1.0/quadcleanR/inst/doc/function_examples.R          |only
 quadcleanR-1.1.0/quadcleanR/inst/doc/function_examples.Rmd        |only
 quadcleanR-1.1.0/quadcleanR/inst/doc/function_examples.html       |only
 quadcleanR-1.1.0/quadcleanR/man/change_values.Rd                  |    2 
 quadcleanR-1.1.0/quadcleanR/man/corals.Rd                         |only
 quadcleanR-1.1.0/quadcleanR/man/final_cleaned.Rd                  |only
 quadcleanR-1.1.0/quadcleanR/man/usable_obs.Rd                     |   10 
 quadcleanR-1.1.0/quadcleanR/tests/testthat/test-cover_calc.R      |   31 ++
 quadcleanR-1.1.0/quadcleanR/tests/testthat/test-usable_obs.R      |   18 +
 quadcleanR-1.1.0/quadcleanR/vignettes/cleaning_coral.Rmd          |only
 quadcleanR-1.1.0/quadcleanR/vignettes/cleaning_cropping_coral.Rmd |only
 quadcleanR-1.1.0/quadcleanR/vignettes/function_examples.Rmd       |only
 48 files changed, 250 insertions(+), 127 deletions(-)

More information about quadcleanR at CRAN
Permanent link

Package datefixR updated to version 1.3.0 with previous version 1.2.0 dated 2022-09-22

Title: Standardize Dates in Different Formats or with Missing Data
Description: There are many different formats dates are commonly represented with: the order of day, month, or year can differ, different separators ("-", "/", or whitespace) can be used, months can be numerical, names, or abbreviations and year given as two digits or four. 'datefixR' takes dates in all these different formats and converts them to R's built-in date class. If 'datefixR' cannot standardize a date, such as because it is too malformed, then the user is told which date cannot be standardized and the corresponding ID for the row. 'datefixR' also allows the imputation of missing days and months with user-controlled behavior.
Author: Nathan Constantine-Cooke [aut, cre] , Jonathan Kitt [ctb, trl], Antonio J. Perez-Luque [ctb, trl] , Daniel Possenriede [ctb, trl] , Kaique dos S. Alves [rev] , Al-Ahmadgaid B. Asaad [rev]
Maintainer: Nathan Constantine-Cooke <nathan.constantine-cooke@ed.ac.uk>

Diff between datefixR versions 1.2.0 dated 2022-09-22 and 1.3.0 dated 2022-10-17

 DESCRIPTION                               |   13 
 MD5                                       |   38 -
 NEWS.md                                   |   16 
 R/datefixR-package.R                      |   17 
 README.md                                 |   62 ++
 inst/WORDLIST                             |    4 
 inst/doc/datefixR.R                       |    7 
 inst/doc/datefixR.Rmd                     |   64 +-
 inst/doc/datefixR.html                    |  140 +++--
 inst/po/de/LC_MESSAGES/R-datefixR.mo      |binary
 inst/po/en@quot/LC_MESSAGES/R-datefixR.mo |binary
 man/datefixR.Rd                           |   20 
 po/R-datefixR.pot                         |    4 
 po/R-de.po                                |   44 -
 tests/testthat/_snaps/fix_date.md         |    2 
 tests/testthat/_snaps/fix_dates.md        |    2 
 tests/testthat/test_app_1.R               |   10 
 tests/testthat/test_fix_date_char.R       |   46 -
 tests/testthat/test_languages.R           |  709 +++++++++---------------------
 vignettes/datefixR.Rmd                    |   64 +-
 20 files changed, 563 insertions(+), 699 deletions(-)

More information about datefixR at CRAN
Permanent link

Package SoilTaxonomy updated to version 0.2.2 with previous version 0.2.0 dated 2022-07-13

Title: A System of Soil Classification for Making and Interpreting Soil Surveys
Description: Taxonomic dictionaries, formative element lists, and functions related to the maintenance, development and application of U.S. Soil Taxonomy. Data and functionality are based on official U.S. Department of Agriculture sources including the latest edition of the Keys to Soil Taxonomy. Descriptions and metadata are obtained from the National Soil Information System or Soil Survey Geographic databases. Other sources are referenced in the data documentation. Provides tools for understanding and interacting with concepts in the U.S. Soil Taxonomic System. Most of the current utilities are for working with taxonomic concepts at the "higher" taxonomic levels: Order, Suborder, Great Group, and Subgroup.
Author: Andrew Brown [aut, cre], Dylan Beaudette [aut]
Maintainer: Andrew Brown <andrew.g.brown@usda.gov>

Diff between SoilTaxonomy versions 0.2.0 dated 2022-07-13 and 0.2.2 dated 2022-10-17

 DESCRIPTION                              |   10 -
 MD5                                      |   46 +++---
 NAMESPACE                                |    8 +
 NEWS.md                                  |   11 +
 R/SoilTaxonomyLevels.R                   |only
 R/extractSMR.R                           |only
 R/family-classes.R                       |    2 
 R/formative-elements.R                   |  235 +++++++++++++++++--------------
 R/getChildTaxa.R                         |   28 +--
 R/getParentTaxa.R                        |   42 ++---
 R/hierarchy.R                            |only
 R/newick.R                               |only
 build/vignette.rds                       |binary
 data/ST.rda                              |binary
 data/ST_family_classes.rda               |binary
 data/ST_features.rda                     |binary
 data/ST_formative_elements.rda           |binary
 data/ST_unique_list.rda                  |binary
 man/FormativeElements.Rd                 |    7 
 man/ST.Rd                                |    2 
 man/SoilTaxonomyLevels.Rd                |only
 man/extractSMR.Rd                        |only
 man/getChildTaxa.Rd                      |    2 
 man/hierarchy.Rd                         |only
 man/newick_string.Rd                     |only
 tests/testthat/test-SoilTaxonomyLevels.R |only
 tests/testthat/test-extractSMR.R         |only
 tests/testthat/test-hierarchy.R          |only
 tests/testthat/test-newick.R             |only
 tests/testthat/test-parseFamily.R        |    2 
 30 files changed, 229 insertions(+), 166 deletions(-)

More information about SoilTaxonomy at CRAN
Permanent link

Package logconcens updated to version 0.17-1 with previous version 0.17-0 dated 2019-11-27

Title: Maximum Likelihood Estimation of a Log-Concave Density Based on Censored Data
Description: Based on right or interval censored data, compute the maximum likelihood estimator of a (sub)probability density under the assumption that it is log-concave. For further information see Duembgen, Rufibach and Schuhmacher (2014) <doi:10.1214/14-EJS930>.
Author: Dominic Schuhmacher <dominic.schuhmacher@mathematik.uni-goettingen.de>, Kaspar Rufibach <kaspar.rufibach@gmail.com>, Lutz Duembgen <duembgen@stat.unibe.ch>
Maintainer: Dominic Schuhmacher <dominic.schuhmacher@mathematik.uni-goettingen.de>

Diff between logconcens versions 0.17-0 dated 2019-11-27 and 0.17-1 dated 2022-10-17

 DESCRIPTION                |   15 +++++++--------
 MD5                        |   25 +++++++++++++------------
 R/logconcens.R             |    4 ++--
 build                      |only
 man/cure.profile.Rd        |    2 +-
 man/lc.control.Rd          |    2 +-
 man/lcdensity-methods.Rd   |    2 +-
 man/logcon.Rd              |    8 ++++----
 man/logconcens-internal.Rd |    2 +-
 man/logconcens-package.Rd  |    4 ++--
 man/loglike.Rd             |    2 +-
 man/plotint.Rd             |    2 +-
 src/logconcens.c           |   24 +++++++++++++-----------
 src/logconcens_init.c      |    5 ++++-
 14 files changed, 51 insertions(+), 46 deletions(-)

More information about logconcens at CRAN
Permanent link

Package ivgets updated to version 0.1.1 with previous version 0.1.0 dated 2022-07-08

Title: General to Specific Modeling and Indicator Saturation in 2SLS Models
Description: Provides facilities of general to specific model selection for exogenous regressors in 2SLS models. Furthermore, indicator saturation methods can be used to detect outliers and structural breaks in the sample.
Author: Kurle Jonas [aut, cre]
Maintainer: Kurle Jonas <mail@jonaskurle.com>

Diff between ivgets versions 0.1.0 dated 2022-07-08 and 0.1.1 dated 2022-10-17

 DESCRIPTION                         |    8 
 MD5                                 |   32 -
 NAMESPACE                           |    5 
 NEWS.md                             |only
 R/base_iv.R                         |  356 ++++++------
 R/isativ.R                          |  522 +++++++++---------
 R/utility.R                         |  799 ++++++++++++++++------------
 README.md                           |   12 
 man/isat.ivreg.Rd                   |  235 ++++----
 man/ivisat.Rd                       |  231 ++++----
 man/ivregFun.Rd                     |    5 
 man/twosls.Rd                       |only
 man/twosls.alt.Rd                   |only
 tests/testthat/_snaps/isativ.md     |  138 ++++
 tests/testthat/_snaps/utility.md    |only
 tests/testthat/test-base_iv.R       |  664 ++++++++++++-----------
 tests/testthat/test-isativ.R        |  510 +++++++++++------
 tests/testthat/test-isativ_nosnap.R |  401 +++++++-------
 tests/testthat/test-utility.R       | 1027 ++++++++++++++++++------------------
 19 files changed, 2749 insertions(+), 2196 deletions(-)

More information about ivgets at CRAN
Permanent link

Package html5 updated to version 1.0.2 with previous version 1.0.1 dated 2022-08-09

Title: Creates Valid HTML5 Strings
Description: Generates valid HTML tag strings for HTML5 elements documented by Mozilla. Attributes are passed as named lists, with names being the attribute name and values being the attribute value. Attribute values are automatically double-quoted. To declare a DOCTYPE, wrap html() with function doctype(). Mozilla's documentation for HTML5 is available here: <https://developer.mozilla.org/en-US/docs/Web/HTML/Element>. Elements marked as obsolete are not included.
Author: Timothy Conwell
Maintainer: Timothy Conwell <timconwell@gmail.com>

Diff between html5 versions 1.0.1 dated 2022-08-09 and 1.0.2 dated 2022-10-17

 html5-1.0.1/html5/man/hgroup.Rd               |only
 html5-1.0.2/html5/DESCRIPTION                 |    6 
 html5-1.0.2/html5/MD5                         |  245 ++--
 html5-1.0.2/html5/R/html5.R                   | 1406 ++++++++++++++++++++------
 html5-1.0.2/html5/R/sysdata.rda               |binary
 html5-1.0.2/html5/man/a.Rd                    |   10 
 html5-1.0.2/html5/man/abbr.Rd                 |   12 
 html5-1.0.2/html5/man/address.Rd              |   10 
 html5-1.0.2/html5/man/applet.Rd               |only
 html5-1.0.2/html5/man/area.Rd                 |    9 
 html5-1.0.2/html5/man/article.Rd              |   10 
 html5-1.0.2/html5/man/aside.Rd                |   10 
 html5-1.0.2/html5/man/attr_helper.Rd          |    8 
 html5-1.0.2/html5/man/audio.Rd                |   10 
 html5-1.0.2/html5/man/b.Rd                    |   10 
 html5-1.0.2/html5/man/base.Rd                 |    9 
 html5-1.0.2/html5/man/bdi.Rd                  |   10 
 html5-1.0.2/html5/man/bdo.Rd                  |   10 
 html5-1.0.2/html5/man/blockquote.Rd           |   10 
 html5-1.0.2/html5/man/body.Rd                 |   10 
 html5-1.0.2/html5/man/br.Rd                   |    9 
 html5-1.0.2/html5/man/button.Rd               |   12 
 html5-1.0.2/html5/man/canvas.Rd               |   10 
 html5-1.0.2/html5/man/caption.Rd              |   10 
 html5-1.0.2/html5/man/cite.Rd                 |   10 
 html5-1.0.2/html5/man/code.Rd                 |   10 
 html5-1.0.2/html5/man/col.Rd                  |    9 
 html5-1.0.2/html5/man/colgroup.Rd             |   10 
 html5-1.0.2/html5/man/content.Rd              |only
 html5-1.0.2/html5/man/content_indenter.Rd     |only
 html5-1.0.2/html5/man/data.Rd                 |   10 
 html5-1.0.2/html5/man/datalist.Rd             |   10 
 html5-1.0.2/html5/man/dd.Rd                   |   10 
 html5-1.0.2/html5/man/del.Rd                  |   10 
 html5-1.0.2/html5/man/details.Rd              |   10 
 html5-1.0.2/html5/man/dfn.Rd                  |   10 
 html5-1.0.2/html5/man/dialog.Rd               |   10 
 html5-1.0.2/html5/man/div.Rd                  |   10 
 html5-1.0.2/html5/man/dl.Rd                   |   10 
 html5-1.0.2/html5/man/dt.Rd                   |   10 
 html5-1.0.2/html5/man/em.Rd                   |   10 
 html5-1.0.2/html5/man/embed.Rd                |    9 
 html5-1.0.2/html5/man/empty_tag_helper.Rd     |only
 html5-1.0.2/html5/man/fieldset.Rd             |   10 
 html5-1.0.2/html5/man/figcaption.Rd           |   10 
 html5-1.0.2/html5/man/figure.Rd               |   10 
 html5-1.0.2/html5/man/footer.Rd               |   12 
 html5-1.0.2/html5/man/form.Rd                 |   10 
 html5-1.0.2/html5/man/formatted_tag_helper.Rd |only
 html5-1.0.2/html5/man/h1.Rd                   |   10 
 html5-1.0.2/html5/man/h2.Rd                   |   10 
 html5-1.0.2/html5/man/h3.Rd                   |   10 
 html5-1.0.2/html5/man/h4.Rd                   |   10 
 html5-1.0.2/html5/man/h5.Rd                   |   10 
 html5-1.0.2/html5/man/h6.Rd                   |   10 
 html5-1.0.2/html5/man/head.Rd                 |   10 
 html5-1.0.2/html5/man/header.Rd               |   10 
 html5-1.0.2/html5/man/hr.Rd                   |    9 
 html5-1.0.2/html5/man/html.Rd                 |   10 
 html5-1.0.2/html5/man/html5_vars.Rd           |only
 html5-1.0.2/html5/man/i.Rd                    |   10 
 html5-1.0.2/html5/man/iframe.Rd               |   10 
 html5-1.0.2/html5/man/img.Rd                  |    9 
 html5-1.0.2/html5/man/input.Rd                |    9 
 html5-1.0.2/html5/man/ins.Rd                  |   10 
 html5-1.0.2/html5/man/kbd.Rd                  |   10 
 html5-1.0.2/html5/man/keygen.Rd               |only
 html5-1.0.2/html5/man/label.Rd                |   10 
 html5-1.0.2/html5/man/legend.Rd               |   10 
 html5-1.0.2/html5/man/li.Rd                   |   10 
 html5-1.0.2/html5/man/link.Rd                 |    9 
 html5-1.0.2/html5/man/main.Rd                 |   10 
 html5-1.0.2/html5/man/map.Rd                  |   10 
 html5-1.0.2/html5/man/mark.Rd                 |   10 
 html5-1.0.2/html5/man/menu.Rd                 |   12 
 html5-1.0.2/html5/man/menuitem.Rd             |only
 html5-1.0.2/html5/man/meta.Rd                 |    9 
 html5-1.0.2/html5/man/meter.Rd                |   10 
 html5-1.0.2/html5/man/nav.Rd                  |   10 
 html5-1.0.2/html5/man/noscript.Rd             |   10 
 html5-1.0.2/html5/man/object.Rd               |   10 
 html5-1.0.2/html5/man/ol.Rd                   |   10 
 html5-1.0.2/html5/man/optgroup.Rd             |   10 
 html5-1.0.2/html5/man/option.Rd               |   10 
 html5-1.0.2/html5/man/output.Rd               |   10 
 html5-1.0.2/html5/man/p.Rd                    |   10 
 html5-1.0.2/html5/man/param.Rd                |    9 
 html5-1.0.2/html5/man/picture.Rd              |   10 
 html5-1.0.2/html5/man/pre.Rd                  |   12 
 html5-1.0.2/html5/man/progress.Rd             |   10 
 html5-1.0.2/html5/man/q.Rd                    |   10 
 html5-1.0.2/html5/man/rb.Rd                   |only
 html5-1.0.2/html5/man/rp.Rd                   |   10 
 html5-1.0.2/html5/man/rt.Rd                   |   10 
 html5-1.0.2/html5/man/rtc.Rd                  |only
 html5-1.0.2/html5/man/ruby.Rd                 |   10 
 html5-1.0.2/html5/man/s.Rd                    |   10 
 html5-1.0.2/html5/man/samp.Rd                 |   10 
 html5-1.0.2/html5/man/script.Rd               |   10 
 html5-1.0.2/html5/man/section.Rd              |   10 
 html5-1.0.2/html5/man/select.Rd               |   12 
 html5-1.0.2/html5/man/shadow.Rd               |only
 html5-1.0.2/html5/man/slot.Rd                 |   10 
 html5-1.0.2/html5/man/small.Rd                |   10 
 html5-1.0.2/html5/man/source.Rd               |   11 
 html5-1.0.2/html5/man/span.Rd                 |   10 
 html5-1.0.2/html5/man/strong.Rd               |   10 
 html5-1.0.2/html5/man/style.Rd                |   10 
 html5-1.0.2/html5/man/sub.Rd                  |   10 
 html5-1.0.2/html5/man/summary.Rd              |   10 
 html5-1.0.2/html5/man/sup.Rd                  |   10 
 html5-1.0.2/html5/man/table.Rd                |   10 
 html5-1.0.2/html5/man/tag_helper.Rd           |   15 
 html5-1.0.2/html5/man/tbody.Rd                |   10 
 html5-1.0.2/html5/man/td.Rd                   |   10 
 html5-1.0.2/html5/man/template.Rd             |   10 
 html5-1.0.2/html5/man/textarea.Rd             |   10 
 html5-1.0.2/html5/man/tfoot.Rd                |   10 
 html5-1.0.2/html5/man/th.Rd                   |   10 
 html5-1.0.2/html5/man/thead.Rd                |   10 
 html5-1.0.2/html5/man/time.Rd                 |   10 
 html5-1.0.2/html5/man/title.Rd                |   10 
 html5-1.0.2/html5/man/tr.Rd                   |   10 
 html5-1.0.2/html5/man/track.Rd                |    9 
 html5-1.0.2/html5/man/tt.Rd                   |only
 html5-1.0.2/html5/man/u.Rd                    |   10 
 html5-1.0.2/html5/man/ul.Rd                   |   10 
 html5-1.0.2/html5/man/var.Rd                  |   10 
 html5-1.0.2/html5/man/video.Rd                |   10 
 html5-1.0.2/html5/man/wbr.Rd                  |    9 
 130 files changed, 2211 insertions(+), 579 deletions(-)

More information about html5 at CRAN
Permanent link

Package wrMisc updated to version 1.10.1 with previous version 1.10.0 dated 2022-10-03

Title: Analyze Experimental High-Throughput (Omics) Data
Description: The efficient treatment and convenient analysis of experimental high-throughput (omics) data gets facilitated through this collection of diverse functions. Several functions address advanced object-conversions, like manipulating lists of lists or lists of arrays, reorganizing lists to arrays or into separate vectors, merging of multiple entries, etc. Another set of functions provides speed-optimized calculation of standard deviation (sd), coefficient of variance (CV) or standard error of the mean (SEM) for data in matrixes or means per line with respect to additional grouping (eg n groups of replicates). Other functions facilitate dealing with non-redundant information, by indexing unique, adding counters to redundant or eliminating lines with respect redundancy in a given reference-column, etc. Help is provided to identify very closely matching numeric values to generate (partial) distance matrixes for very big data in a memory efficient manner or to reduce the complexity of large dat [...truncated...]
Author: Wolfgang Raffelsberger [aut, cre]
Maintainer: Wolfgang Raffelsberger <w.raffelsberger@gmail.com>

Diff between wrMisc versions 1.10.0 dated 2022-10-03 and 1.10.1 dated 2022-10-17

 DESCRIPTION                   |    6 
 MD5                           |   20 -
 NAMESPACE                     |    2 
 R/normalizeThis.R             |  132 ++++++++---
 R/rowNormalize.R              |  327 +++++++++++++++++----------
 inst/doc/wrMiscVignette1.R    |   94 ++++----
 inst/doc/wrMiscVignette1.Rmd  |  105 ++++----
 inst/doc/wrMiscVignette1.html |  491 +++++++++++++++++++++---------------------
 man/normalizeThis.Rd          |   60 ++++-
 man/rowNormalize.Rd           |   33 +-
 vignettes/wrMiscVignette1.Rmd |  105 ++++----
 11 files changed, 788 insertions(+), 587 deletions(-)

More information about wrMisc at CRAN
Permanent link

Package plotdap updated to version 1.0.0 with previous version 0.0.9 dated 2020-10-28

Title: Easily Visualize Data from 'ERDDAP' Servers via the 'rerddap' Package
Description: Easily visualize and animate 'tabledap' and 'griddap' objects obtained via the 'rerddap' package in a simple one-line command, using either base graphics or 'ggplot2' graphics. 'plotdap' handles extracting and reshaping the data, map projections and continental outlines. Optionally the data can be animated through time using the 'gganmiate' package.
Author: Carson Sievert [aut], Roy Mendelssohn [aut, ctb, cre]
Maintainer: Roy Mendelssohn <roy.mendelssohn@noaa.gov>

Diff between plotdap versions 0.0.9 dated 2020-10-28 and 1.0.0 dated 2022-10-17

 DESCRIPTION                 |   20 +-
 MD5                         |   20 +-
 NEWS.md                     |    5 
 R/add_tabledap.R            |    1 
 R/plotdap.R                 |    3 
 R/utils.R                   |    2 
 build/vignette.rds          |binary
 inst/doc/using_plotdap.R    |    3 
 inst/doc/using_plotdap.Rmd  |    5 
 inst/doc/using_plotdap.html |  440 +++++++++++++++++++++++++++++---------------
 vignettes/using_plotdap.Rmd |    5 
 11 files changed, 336 insertions(+), 168 deletions(-)

More information about plotdap at CRAN
Permanent link

Package rddi updated to version 0.1.1 with previous version 0.1.0 dated 2022-06-07

Title: R Interface to DDI Codebook 2.5
Description: A direct interface to the underlying XML representation of DDI Codebook 2.5 with flexible API creation.
Author: Daniel Woulfin [aut, cre] , Patrick Anker [aut] , Global TIES for Children [cph]
Maintainer: Daniel Woulfin <dw2896@nyu.edu>

Diff between rddi versions 0.1.0 dated 2022-06-07 and 0.1.1 dated 2022-10-17

 DESCRIPTION                      |   25 +--
 MD5                              |   70 ++++-----
 NAMESPACE                        |    6 
 NEWS.md                          |only
 R/attributes.R                   |    5 
 R/citation.R                     |    3 
 R/dataAccs.R                     |    4 
 R/ddi_node.R                     |    2 
 R/docDscr_variables.R            |   18 +-
 R/docroot.R                      |   18 +-
 R/fileTxt.R                      |   30 ++--
 R/general.R                      |   24 ++-
 R/method.R                       |   28 +--
 R/othrStdyMat.R                  |   81 +++++++----
 R/stdyInfo.R                     |   34 ++--
 R/studyAuthorization.R           |    2 
 R/studyDevelopment.R             |    6 
 R/table.R                        |    4 
 R/variables.R                    |  284 ++++++++++++++++++++++++++++++++++-----
 README.md                        |  100 +++++++------
 inst/doc/rddi_intro.R            |   81 ++++++++++-
 inst/doc/rddi_intro.Rmd          |  105 +++++++++++++-
 inst/doc/rddi_intro.html         |  197 ++++++++++++++++++++-------
 man/ddi_anlyInfo.Rd              |    4 
 man/ddi_controlledVocabUsed.Rd   |    2 
 man/ddi_developmentActivity.Rd   |    2 
 man/ddi_dimensns.Rd              |    4 
 man/ddi_geoBndBox.Rd             |    2 
 man/ddi_othrStdyMat.Rd           |   21 +-
 man/ddi_qstn.Rd                  |only
 man/ddi_qualityStatement.Rd      |    6 
 man/ddi_studyAuthorization.Rd    |    2 
 man/ddi_valrng.Rd                |    2 
 man/ddi_var.Rd                   |   18 --
 tests/testthat/test-unwrapped.R  |   62 ++++++++
 tests/testthat/test_attributes.R |   30 ++++
 vignettes/rddi_intro.Rmd         |  105 +++++++++++++-
 37 files changed, 1061 insertions(+), 326 deletions(-)

More information about rddi at CRAN
Permanent link

Package openeo updated to version 1.2.2 with previous version 1.2.1 dated 2022-06-24

Title: Client Interface for 'openEO' Servers
Description: Access data and processing functionalities of 'openEO' compliant back-ends in R.
Author: Florian Lahn [aut, cre], Peter James Zellner [ctb], Matthias Mohr [ctb]
Maintainer: Florian Lahn <florian.lahn@eftas.com>

Diff between openeo versions 1.2.1 dated 2022-06-24 and 1.2.2 dated 2022-10-17

 DESCRIPTION                                 |   12 
 MD5                                         |   41 
 NAMESPACE                                   |  534 +-
 NEWS.md                                     |  583 +-
 R/argument_types.R                          | 6105 ++++++++++++++--------------
 R/authentication.R                          |    6 
 R/client.R                                  |   13 
 R/debugging.R                               |    2 
 R/jobs.R                                    | 1276 ++---
 R/print-functions.R                         | 1301 ++---
 R/process_graph_building.R                  | 2048 ++++-----
 R/spatial.R                                 |only
 R/udf.R                                     |  346 -
 R/utilities.R                               |  449 +-
 R/zzz.R                                     |   40 
 README.md                                   |  310 -
 inst/geojson                                |only
 man/BoundingBox.Rd                          |   83 
 man/UdfCodeArgument.Rd                      |   41 
 man/as.bbox.Rd                              |only
 man/st_bbox.ProcessNode.Rd                  |only
 man/toJSON.Rd                               |    8 
 tests/testthat/test-argument-bounding-box.R |  115 
 tests/testthat/test-argument-udf-code.R     |only
 24 files changed, 6781 insertions(+), 6532 deletions(-)

More information about openeo at CRAN
Permanent link

Package TDAvec updated to version 0.1.2 with previous version 0.1.1 dated 2022-08-23

Title: Vector Summaries of Persistence Diagrams
Description: Tools for computing various vector summaries of persistence diagrams studied in Topological Data Analysis. For improved computational efficiency, all code for the vector summaries is written in 'C++' using the 'Rcpp' package.
Author: Umar Islambekov [aut], Alexey Luchinsky [aut, cre], Hasani Pathirana [ctb]
Maintainer: Alexey Luchinsky <aluchi@bgsu.edu>

Diff between TDAvec versions 0.1.1 dated 2022-08-23 and 0.1.2 dated 2022-10-17

 DESCRIPTION                   |    8 -
 MD5                           |   44 ++---
 NEWS.md                       |    5 
 R/RcppExports.R               |   14 +
 build/vignette.rds            |binary
 inst/doc/TDAvec_vignette.R    |   55 ++++---
 inst/doc/TDAvec_vignette.Rmd  |   98 +++++++-----
 inst/doc/TDAvec_vignette.html |  328 ++++++++++++++++++++++--------------------
 man/computeECC.Rd             |   15 -
 man/computeNL.Rd              |only
 man/computePES.Rd             |   10 -
 man/computePI.Rd              |   27 +--
 man/computePL.Rd              |    2 
 man/computePS.Rd              |    8 -
 man/computeVAB.Rd             |    4 
 man/computeVPB.Rd             |   10 -
 src/NL.cpp                    |only
 src/PES.cpp                   |    4 
 src/PI.cpp                    |   30 ++-
 src/PL.cpp                    |    2 
 src/PS.cpp                    |   27 ++-
 src/RcppExports.cpp           |   23 ++
 src/VPB.cpp                   |    6 
 vignettes/TDAvec_vignette.Rmd |   98 +++++++-----
 24 files changed, 458 insertions(+), 360 deletions(-)

More information about TDAvec at CRAN
Permanent link

Package rstpm2 updated to version 1.5.8 with previous version 1.5.7 dated 2022-07-13

Title: Smooth Survival Models, Including Generalized Survival Models
Description: R implementation of generalized survival models (GSMs), smooth accelerated failure time (AFT) models and Markov multi-state models. For the GSMs, g(S(t|x))=eta(t,x) for a link function g, survival S at time t with covariates x and a linear predictor eta(t,x). The main assumption is that the time effect(s) are smooth <doi:10.1177/0962280216664760>. For fully parametric models with natural splines, this re-implements Stata's 'stpm2' function, which are flexible parametric survival models developed by Royston and colleagues. We have extended the parametric models to include any smooth parametric smoothers for time. We have also extended the model to include any smooth penalized smoothers from the 'mgcv' package, using penalized likelihood. These models include left truncation, right censoring, interval censoring, gamma frailties and normal random effects <doi:10.1002/sim.7451>, and copulas. For the smooth AFTs, S(t|x) = S_0(t*eta(t,x)), where the baseline survival function S_0 [...truncated...]
Author: Mark Clements [aut, cre], Xing-Rong Liu [aut], Benjamin Christoffersen [aut], Paul Lambert [ctb], Lasse Hjort Jakobsen [ctb], Alessandro Gasparini [ctb], Gordon Smyth [cph], Patrick Alken [cph], Simon Wood [cph], Rhys Ulerich [cph]
Maintainer: Mark Clements <mark.clements@ki.se>

Diff between rstpm2 versions 1.5.7 dated 2022-07-13 and 1.5.8 dated 2022-10-17

 rstpm2-1.5.7/rstpm2/src/RuniqueCombs.c        |only
 rstpm2-1.5.7/rstpm2/src/RuniqueCombs.h        |only
 rstpm2-1.5.7/rstpm2/src/bspline.c             |only
 rstpm2-1.5.7/rstpm2/src/c_optim.h             |only
 rstpm2-1.5.7/rstpm2/src/gsl_bspline.c         |only
 rstpm2-1.5.7/rstpm2/src/gsl_bspline.h         |only
 rstpm2-1.5.8/rstpm2/DESCRIPTION               |   10 -
 rstpm2-1.5.8/rstpm2/MD5                       |   42 ++--
 rstpm2-1.5.8/rstpm2/NAMESPACE                 |    4 
 rstpm2-1.5.8/rstpm2/R/aft.R                   |    2 
 rstpm2-1.5.8/rstpm2/R/gaussquad.R             |    2 
 rstpm2-1.5.8/rstpm2/R/pm2-3.R                 |   40 ++++
 rstpm2-1.5.8/rstpm2/R/read_gsm.R              |only
 rstpm2-1.5.8/rstpm2/inst/doc/Introduction.pdf |binary
 rstpm2-1.5.8/rstpm2/inst/doc/SimpleGuide.pdf  |binary
 rstpm2-1.5.8/rstpm2/inst/doc/multistate.pdf   |binary
 rstpm2-1.5.8/rstpm2/inst/doc/predictnl.pdf    |binary
 rstpm2-1.5.8/rstpm2/inst/include              |only
 rstpm2-1.5.8/rstpm2/inst/working_code.R       |  183 ++++++++++++++++++
 rstpm2-1.5.8/rstpm2/man/gsm_design.Rd         |only
 rstpm2-1.5.8/rstpm2/man/simulate-methods.Rd   |only
 rstpm2-1.5.8/rstpm2/man/vuniroot.Rd           |    2 
 rstpm2-1.5.8/rstpm2/src/Makevars              |    2 
 rstpm2-1.5.8/rstpm2/src/aft.cpp               |  251 --------------------------
 rstpm2-1.5.8/rstpm2/src/gsm.cpp               |only
 rstpm2-1.5.8/rstpm2/src/package_init.c        |    2 
 rstpm2-1.5.8/rstpm2/src/splines.cpp           |only
 27 files changed, 260 insertions(+), 280 deletions(-)

More information about rstpm2 at CRAN
Permanent link

New package starry with initial version 0.1.1
Package: starry
Title: Explore Data with Plots and Tables
Version: 0.1.1
Description: Provides modular functions and applications for quickly generating plots and tables. Each modular function opens a graphical user interface providing the user with options to create and customise plots and tables.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: bslib, dplyr, ggplot2, magrittr, shiny, shinyjs, shinyWidgets
Suggests: knitr, rmarkdown
NeedsCompilation: no
Packaged: 2022-10-16 14:03:09 UTC; Home
Author: Joe Chelladurai [aut, cre]
Maintainer: Joe Chelladurai <joe.chelladurai@outlook.com>
Repository: CRAN
Date/Publication: 2022-10-17 12:00:02 UTC

More information about starry at CRAN
Permanent link

New package msamp with initial version 1.0.0
Package: msamp
Title: Estimate Sample Size to Detect Bacterial Contamination in a Product Lot
Version: 1.0.0
Description: Estimates the sample size needed to detect microbial contamination in a lot with a user-specified detection probability and user-specified analytical sensitivity. Various patterns of microbial contamination are accounted for: homogeneous (Poisson), heterogeneous (Poisson-Gamma) or localized(Zero-inflated Poisson). Ida Jongenburger et al. (2010) <doi:10.1016/j.foodcont.2012.02.004> "Impact of microbial distributions on food safety". Leroy Simon (1963) <doi:10.1017/S0515036100001975> "Casualty Actuarial Society - The Negative Binomial and Poisson Distributions Compared".
License: Unlimited
Encoding: UTF-8
VignetteBuilder: knitr
Suggests: knitr, rmarkdown
Imports: graphics, stats, grDevices
NeedsCompilation: no
Packaged: 2022-10-16 18:30:56 UTC; MFerguso
Author: Martine Ferguson [aut, cre]
Maintainer: Martine Ferguson <martine.ferguson@fda.hhs.gov>
Repository: CRAN
Date/Publication: 2022-10-17 12:00:05 UTC

More information about msamp at CRAN
Permanent link

New package modelenv with initial version 0.1.0
Package: modelenv
Title: Provide Tools to Register Models for Use in 'tidymodels'
Version: 0.1.0
Description: An developer focused, low dependency package in 'tidymodels' that provides functions to register how models are to be used. Functions to register models are complimented with accessor functions to retrieve registered model information to aid in model fitting and error handling.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: glue, rlang, tibble, vctrs
Suggests: covr, testthat (>= 3.0.0)
Config/Needs/website: tidyverse/tidytemplate
URL: https://github.com/tidymodels/modelenv
BugReports: https://github.com/tidymodels/modelenv/issues
NeedsCompilation: no
Packaged: 2022-10-15 19:07:03 UTC; emilhvitfeldt
Author: Emil Hvitfeldt [aut, cre]
Maintainer: Emil Hvitfeldt <emilhhvitfeldt@gmail.com>
Repository: CRAN
Date/Publication: 2022-10-17 12:00:07 UTC

More information about modelenv at CRAN
Permanent link

New package MantaID with initial version 1.0.1
Package: MantaID
Title: A Machine-Learning Based Tool to Automate the Identification of Biological Database IDs
Version: 1.0.1
Description: The number of biological databases is growing rapidly, but different databases use different IDs to refer to the same biological entity. The inconsistency in IDs impedes the integration of various types of biological data. To resolve the problem, we developed 'MantaID', a data-driven, machine-learning based approach that automates identifying IDs on a large scale. The 'MantaID' model's prediction accuracy was proven to be 99%, and it correctly and effectively predicted 100,000 ID entries within two minutes. 'MantaID' supports the discovery and exploitation of ID patterns from large quantities of databases. (e.g., up to 542 biological databases). An easy-to-use freely available open-source software R package, a user-friendly web application, and APIs were also developed for 'MantaID' to improve applicability. To our knowledge, 'MantaID' is the first tool that enables an automatic, quick, accurate, and comprehensive identification of large quantities of IDs, and can therefore be used as [...truncated...]
License: GPL (>= 3)
Encoding: UTF-8
Suggests:
Depends: R (>= 4.2.0)
Imports: biomaRt, caret, data.table, dplyr, ggplot2, keras, magrittr, mlr3, purrr, reshape2, scutr, stringr, tibble, tidyr, tidyselect,mlr3tuning,paradox,RColorBrewer,ggcorrplot
LazyData: true
NeedsCompilation: no
Packaged: 2022-10-17 09:01:30 UTC; Molaison
Author: Zeng Zhengpeng [aut, cre, ctb]
Maintainer: Zeng Zhengpeng <molaison@foxmail.com>
Repository: CRAN
Date/Publication: 2022-10-17 12:45:18 UTC

More information about MantaID at CRAN
Permanent link

New package isoorbi with initial version 1.0.0
Package: isoorbi
Title: Process Orbitrap Iso Data
Version: 1.0.0
Date: 2022-10-12
URL: https://github.com/isoverse/isoorbi
BugReports: https://github.com/isoverse/isoorbi/issues
Depends: R (>= 4.0.0)
Imports: tidyr (>= 1.2.0), dplyr (>= 1.0.0), magrittr (>= 2.0.0), rlang (>= 1.0.0), readr (>= 2.1.0), stringr (>= 1.4.0)
Suggests: devtools, knitr, rmarkdown, testthat
Description: Read and process isotopocule data from an Orbitrap Iso mass spectrometer. Hilkert et al. (2021) <doi:10.1021/acs.analchem.1c00944>.
License: MIT + file LICENSE
Encoding: UTF-8
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-10-16 05:17:48 UTC; caj
Author: Caj Neubauer [aut, cre, cph] , Sebastian Kopf [aut] , Kristyna Kantnerova [aut]
Maintainer: Caj Neubauer <caj.neubauer@colorado.edu>
Repository: CRAN
Date/Publication: 2022-10-17 12:02:41 UTC

More information about isoorbi at CRAN
Permanent link

Package drhur updated to version 1.0.0 with previous version 0.1.0 dated 2020-10-30

Title: Learning R with Dr. Hu
Description: Tutorials of R learning easily and happily.
Author: Yue Hu [aut, cre], Yufei Sun [aut]
Maintainer: Yue Hu <yuehu@tsinghua.edu.cn>

Diff between drhur versions 0.1.0 dated 2020-10-30 and 1.0.0 dated 2022-10-17

 drhur-0.1.0/drhur/inst/tutorials/analyzing     |only
 drhur-0.1.0/drhur/inst/tutorials/munging       |only
 drhur-0.1.0/drhur/inst/tutorials/playing       |only
 drhur-0.1.0/drhur/inst/tutorials/visualizing   |only
 drhur-1.0.0/drhur/DESCRIPTION                  |   24 +-
 drhur-1.0.0/drhur/LICENSE                      |    4 
 drhur-1.0.0/drhur/MD5                          |   98 ++++++-----
 drhur-1.0.0/drhur/NEWS.md                      |    6 
 drhur-1.0.0/drhur/R/drhur.R                    |   25 +-
 drhur-1.0.0/drhur/R/wvs7.R                     |only
 drhur-1.0.0/drhur/README.md                    |    4 
 drhur-1.0.0/drhur/build/vignette.rds           |binary
 drhur-1.0.0/drhur/data                         |only
 drhur-1.0.0/drhur/inst/doc/drhur-vignette.R    |   26 +-
 drhur-1.0.0/drhur/inst/doc/drhur-vignette.Rmd  |   28 +--
 drhur-1.0.0/drhur/inst/doc/drhur-vignette.html |  218 ++++++++++++-------------
 drhur-1.0.0/drhur/inst/tutorials/calculate_cn  |only
 drhur-1.0.0/drhur/inst/tutorials/describe_cn   |only
 drhur-1.0.0/drhur/inst/tutorials/play_cn       |only
 drhur-1.0.0/drhur/inst/tutorials/visualize_cn  |only
 drhur-1.0.0/drhur/inst/tutorials/wrangle_cn    |only
 drhur-1.0.0/drhur/man/drhur.Rd                 |   21 --
 drhur-1.0.0/drhur/man/figures                  |only
 drhur-1.0.0/drhur/man/wvs7.Rd                  |only
 drhur-1.0.0/drhur/vignettes/drhur-vignette.Rmd |   28 +--
 25 files changed, 253 insertions(+), 229 deletions(-)

More information about drhur at CRAN
Permanent link

New package pinterestadsR with initial version 0.1.0
Package: pinterestadsR
Title: Access to Pinterest Ads via the 'Windsor.ai' API
Version: 0.1.0
Description: Collect marketing data from Pinterest Ads using the 'Windsor.ai' API <https://windsor.ai/api-fields/>. Use four spaces when indenting paragraphs within the Description.
License: GPL-3
URL: https://windsor.ai/
Depends: R (>= 3.5.0)
Imports: jsonlite (>= 1.7.2)
Suggests: knitr, rmarkdown, dplyr, ggplot2, tidyr, curl
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
LazyData: true
NeedsCompilation: no
Packaged: 2022-10-12 17:09:26 UTC; pablo
Author: Pablo Sanchez [cre, aut], Windsor.ai [cph]
Maintainer: Pablo Sanchez <pablosama@outlook.es>
Repository: CRAN
Date/Publication: 2022-10-17 11:50:02 UTC

More information about pinterestadsR at CRAN
Permanent link

New package OryzaProbe with initial version 0.1.0
Package: OryzaProbe
Title: Rice Microarray Probe ID Conversion, from Probe ID to RAP-DB ID
Version: 0.1.0
Description: Microarray probe ID is not convenient for further enrichment analysis and target gene selection. The package is created for the rice microarray probe ID conversion. This package can convert microarray probe ID from GPL6864 <https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GPL6864>, GPL8852 <https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GPL8852>, and GPL2025 <https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GPL2025> platforms to RAP-DB ID. RAP-DB "The Rice Annotation Project Database" <https://rapdb.dna.affrc.go.jp> is a well-known database for rice Oryza sativa, and the gene ID in this database is widely used in many areas related to rice research. For multiple probes representing a single gene, This package can merge them by taking the mean, max, or min value of these probes. Or we can keep multiple probes by appending sequence numbers to duplicate the RAP-DB ID.
License: GPL-3
Encoding: UTF-8
Imports: stats
Depends: R (>= 2.10)
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-10-15 11:26:47 UTC; liuyo
Author: Youming Liu [aut, cre, cph]
Maintainer: Youming Liu <lym@g.ecc.u-tokyo.ac.jp>
Repository: CRAN
Date/Publication: 2022-10-17 11:55:27 UTC

More information about OryzaProbe at CRAN
Permanent link

New package googleadsR with initial version 0.1.2
Package: googleadsR
Title: Access to Google Ads via the 'Windsor.ai' API
Version: 0.1.2
Description: Collect marketing data from google Ads using the 'Windsor.ai' API <https://windsor.ai/api-fields/>.
License: MIT + file LICENSE
Depends: R (>= 3.5.0)
Imports: jsonlite (>= 1.7.2)
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
Suggests: knitr, rmarkdown, dplyr, ggplot2, tidyr, curl
LazyData: true
NeedsCompilation: no
Packaged: 2022-10-11 16:06:42 UTC; pablo
Author: Pablo Sanchez [aut, cre], Windsor.ai [cph]
Maintainer: Pablo Sanchez <pablosama@outlook.es>
Repository: CRAN
Date/Publication: 2022-10-17 11:52:36 UTC

More information about googleadsR at CRAN
Permanent link

New package facebookadsR with initial version 0.1.0
Package: facebookadsR
Title: Access to Facebook Ads via the 'Windsor.ai' API
Version: 0.1.0
Description: Collect marketing data from facebook Ads using the 'Windsor.ai' API <https://windsor.ai/api-fields/>. Use four spaces when indenting paragraphs within the Description.
License: GPL-3
URL: https://windsor.ai/
Depends: R (>= 3.5.0)
Imports: jsonlite (>= 1.7.2)
Suggests: knitr, rmarkdown, dplyr, ggplot2, tidyr, curl
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
LazyData: true
NeedsCompilation: no
Packaged: 2022-10-11 15:51:16 UTC; pablo
Author: Pablo Sanchez [cre, aut], Windsor.ai [cph]
Maintainer: Pablo Sanchez <pablosama@outlook.es>
Repository: CRAN
Date/Publication: 2022-10-17 11:52:39 UTC

More information about facebookadsR at CRAN
Permanent link

Package exams updated to version 2.4-0 with previous version 2.3-6 dated 2020-04-06

Title: Automatic Generation of Exams in R
Description: Automatic generation of exams based on exercises in Markdown or LaTeX format, possibly including R code for dynamic generation of exercise elements. Exercise types include single-choice and multiple-choice questions, arithmetic problems, string questions, and combinations thereof (cloze). Output formats include standalone files (PDF, HTML, Docx, ODT, ...), Moodle XML, QTI 1.2, QTI 2.1, Blackboard, Canvas, OpenOlat, ILIAS, TestVision, Particify, ARSnova, Kahoot!, Grasple, and TCExam. In addition to fully customizable PDF exams, a standardized PDF format (NOPS) is provided that can be printed, scanned, and automatically evaluated.
Author: Achim Zeileis [aut, cre] , Bettina Gruen [aut] , Friedrich Leisch [aut] , Nikolaus Umlauf [aut], Mirko Birbaumer [ctb], Dominik Ernst [ctb], Patrik Keller [ctb], Niels Smits [ctb] , Reto Stauffer [ctb], Kenji Sato [ctb], Florian Wickelmaier [ctb]
Maintainer: Achim Zeileis <Achim.Zeileis@R-project.org>

Diff between exams versions 2.3-6 dated 2020-04-06 and 2.4-0 dated 2022-10-17

 exams-2.3-6/exams/inst/exercises/currency1.Rnw          |only
 exams-2.3-6/exams/inst/exercises/currency9.Rnw          |only
 exams-2.3-6/exams/inst/tex/html-plain.tex               |only
 exams-2.3-6/exams/inst/tex/plain9.tex                   |only
 exams-2.4-0/exams/DESCRIPTION                           |   45 
 exams-2.4-0/exams/MD5                                   |  253 ++--
 exams-2.4-0/exams/NAMESPACE                             |   31 
 exams-2.4-0/exams/NEWS.md                               |  399 ++++++
 exams-2.4-0/exams/R/browse_exercise.R                   |only
 exams-2.4-0/exams/R/exams2arsnova.R                     |    4 
 exams-2.4-0/exams/R/exams2blackboard.R                  |  132 +-
 exams-2.4-0/exams/R/exams2canvas.R                      |    6 
 exams-2.4-0/exams/R/exams2grasple.R                     |only
 exams-2.4-0/exams/R/exams2html.R                        |   30 
 exams-2.4-0/exams/R/exams2ilias.R                       |only
 exams-2.4-0/exams/R/exams2kahoot.R                      |only
 exams-2.4-0/exams/R/exams2lops.R                        |    4 
 exams-2.4-0/exams/R/exams2moodle.R                      |  363 ++++-
 exams-2.4-0/exams/R/exams2nops.R                        |   55 
 exams-2.4-0/exams/R/exams2openolat.R                    |  106 +
 exams-2.4-0/exams/R/exams2pandoc.R                      |   17 
 exams-2.4-0/exams/R/exams2particify.R                   |only
 exams-2.4-0/exams/R/exams2pdf.R                         |   82 -
 exams-2.4-0/exams/R/exams2qti12.R                       |  197 ++-
 exams-2.4-0/exams/R/exams2qti21.R                       |  975 +++++++++-------
 exams-2.4-0/exams/R/exams2tcexam.R                      |   13 
 exams-2.4-0/exams/R/exams2testvision.R                  |only
 exams-2.4-0/exams/R/exams_eval.R                        |   81 -
 exams-2.4-0/exams/R/exams_skeleton.R                    |   99 -
 exams-2.4-0/exams/R/expar.R                             |    4 
 exams-2.4-0/exams/R/fileURI.R                           |    7 
 exams-2.4-0/exams/R/formatters.R                        |   11 
 exams-2.4-0/exams/R/moodle2exams.R                      |only
 exams-2.4-0/exams/R/nops_eval.R                         |   22 
 exams-2.4-0/exams/R/nops_scan.R                         |   95 +
 exams-2.4-0/exams/R/pandoc.R                            |   74 -
 exams-2.4-0/exams/R/read_exercise.R                     |   96 -
 exams-2.4-0/exams/R/read_metainfo.R                     |  151 +-
 exams-2.4-0/exams/R/stresstests.R                       |    7 
 exams-2.4-0/exams/R/testvision2exams.R                  |only
 exams-2.4-0/exams/R/tex2image.R                         |   11 
 exams-2.4-0/exams/R/to_choice.R                         |   28 
 exams-2.4-0/exams/R/transformers.R                      |   13 
 exams-2.4-0/exams/R/xexams.R                            |   59 
 exams-2.4-0/exams/build/partial.rdb                     |only
 exams-2.4-0/exams/build/vignette.rds                    |binary
 exams-2.4-0/exams/inst/css                              |only
 exams-2.4-0/exams/inst/doc/exams.R                      |   28 
 exams-2.4-0/exams/inst/doc/exams.Rnw                    |   11 
 exams-2.4-0/exams/inst/doc/exams.pdf                    |binary
 exams-2.4-0/exams/inst/doc/exams2.R                     |    8 
 exams-2.4-0/exams/inst/doc/exams2.Rnw                   |   15 
 exams-2.4-0/exams/inst/doc/exams2.pdf                   |binary
 exams-2.4-0/exams/inst/exercises/anova.Rmd              |    7 
 exams-2.4-0/exams/inst/exercises/anova.Rnw              |    7 
 exams-2.4-0/exams/inst/exercises/automaton.Rmd          |    7 
 exams-2.4-0/exams/inst/exercises/automaton.Rnw          |    7 
 exams-2.4-0/exams/inst/exercises/boxhist2.Rmd           |   16 
 exams-2.4-0/exams/inst/exercises/boxplots.Rmd           |    5 
 exams-2.4-0/exams/inst/exercises/boxplots.Rnw           |    5 
 exams-2.4-0/exams/inst/exercises/cholesky.Rmd           |    3 
 exams-2.4-0/exams/inst/exercises/cholesky.Rnw           |    3 
 exams-2.4-0/exams/inst/exercises/confint3.Rmd           |    2 
 exams-2.4-0/exams/inst/exercises/confint3.Rnw           |    2 
 exams-2.4-0/exams/inst/exercises/countrycodes.Rmd       |    2 
 exams-2.4-0/exams/inst/exercises/currency8.Rmd          |    4 
 exams-2.4-0/exams/inst/exercises/currency8.Rnw          |    7 
 exams-2.4-0/exams/inst/exercises/dist2.Rmd              |    8 
 exams-2.4-0/exams/inst/exercises/dist2.Rnw              |    8 
 exams-2.4-0/exams/inst/exercises/essayreg.Rmd           |    6 
 exams-2.4-0/exams/inst/exercises/essayreg.Rnw           |    3 
 exams-2.4-0/exams/inst/exercises/essayreg2.Rmd          |only
 exams-2.4-0/exams/inst/exercises/essayreg2.Rnw          |only
 exams-2.4-0/exams/inst/exercises/fourfold2.Rmd          |   10 
 exams-2.4-0/exams/inst/exercises/lm2.Rmd                |only
 exams-2.4-0/exams/inst/exercises/lm2.Rnw                |only
 exams-2.4-0/exams/inst/exercises/lm3.Rmd                |only
 exams-2.4-0/exams/inst/exercises/lm3.Rnw                |only
 exams-2.4-0/exams/inst/exercises/regression.Rnw         |    2 
 exams-2.4-0/exams/inst/exercises/relfreq.Rmd            |   89 -
 exams-2.4-0/exams/inst/exercises/relfreq.Rnw            |  135 +-
 exams-2.4-0/exams/inst/exercises/scatterplot.Rmd        |    7 
 exams-2.4-0/exams/inst/exercises/scatterplot.Rnw        |    7 
 exams-2.4-0/exams/inst/exercises/tstat.Rmd              |    4 
 exams-2.4-0/exams/inst/exercises/vowels.Rmd             |only
 exams-2.4-0/exams/inst/exercises/vowels.Rnw             |only
 exams-2.4-0/exams/inst/nops/cz.dcf                      |only
 exams-2.4-0/exams/inst/nops/fr.dcf                      |    2 
 exams-2.4-0/exams/inst/nops/gl.dcf                      |only
 exams-2.4-0/exams/inst/nops/gsw.dcf                     |    2 
 exams-2.4-0/exams/inst/nops/hu.dcf                      |    2 
 exams-2.4-0/exams/inst/nops/sk.dcf                      |    1 
 exams-2.4-0/exams/inst/tex/NOSWEAVE                     |only
 exams-2.4-0/exams/inst/tex/exam.tex                     |    5 
 exams-2.4-0/exams/inst/tex/form.tex                     |only
 exams-2.4-0/exams/inst/tex/plain-highlight.tex          |    5 
 exams-2.4-0/exams/inst/tex/plain.tex                    |    7 
 exams-2.4-0/exams/inst/tex/plain8.tex                   |    4 
 exams-2.4-0/exams/inst/tex/solution.tex                 |    5 
 exams-2.4-0/exams/inst/xml/blackboard.xml               |   16 
 exams-2.4-0/exams/inst/xml/canvas_qti12.xml             |only
 exams-2.4-0/exams/inst/xml/ilias.xml                    |only
 exams-2.4-0/exams/inst/xml/moodlequiz.xml               |only
 exams-2.4-0/exams/inst/xml/plain.html                   |    1 
 exams-2.4-0/exams/inst/xml/plain8.html                  |    2 
 exams-2.4-0/exams/inst/xml/qti21.xml                    |   33 
 exams-2.4-0/exams/inst/xml/testvision.xml               |only
 exams-2.4-0/exams/inst/xml/testvision_question.xml      |only
 exams-2.4-0/exams/man/exams.Rd                          |   16 
 exams-2.4-0/exams/man/exams2arsnova.Rd                  |   17 
 exams-2.4-0/exams/man/exams2blackboard.Rd               |   48 
 exams-2.4-0/exams/man/exams2canvas.Rd                   |   17 
 exams-2.4-0/exams/man/exams2grasple.Rd                  |only
 exams-2.4-0/exams/man/exams2html.Rd                     |   57 
 exams-2.4-0/exams/man/exams2ilias.Rd                    |only
 exams-2.4-0/exams/man/exams2kahoot.Rd                   |only
 exams-2.4-0/exams/man/exams2lops.Rd                     |   11 
 exams-2.4-0/exams/man/exams2moodle.Rd                   |   77 -
 exams-2.4-0/exams/man/exams2nops.Rd                     |   35 
 exams-2.4-0/exams/man/exams2openolat.Rd                 |   97 +
 exams-2.4-0/exams/man/exams2pandoc.Rd                   |   26 
 exams-2.4-0/exams/man/exams2particify.Rd                |only
 exams-2.4-0/exams/man/exams2pdf.Rd                      |   48 
 exams-2.4-0/exams/man/exams2qti12.Rd                    |  198 +--
 exams-2.4-0/exams/man/exams2qti21.Rd                    |only
 exams-2.4-0/exams/man/exams2tcexam.Rd                   |   14 
 exams-2.4-0/exams/man/exams2testvision.Rd               |only
 exams-2.4-0/exams/man/exams_eval.Rd                     |   61 -
 exams-2.4-0/exams/man/exams_skeleton.Rd                 |   12 
 exams-2.4-0/exams/man/make_exercise_transform_pandoc.Rd |only
 exams-2.4-0/exams/man/match_exams_call.Rd               |    4 
 exams-2.4-0/exams/man/matrix_to_schoice.Rd              |    4 
 exams-2.4-0/exams/man/moodle2exams.Rd                   |only
 exams-2.4-0/exams/man/nops_eval.Rd                      |   26 
 exams-2.4-0/exams/man/nops_language.Rd                  |   11 
 exams-2.4-0/exams/man/nops_scan.Rd                      |   20 
 exams-2.4-0/exams/man/read_exercise.Rd                  |    9 
 exams-2.4-0/exams/man/stresstests.Rd                    |   17 
 exams-2.4-0/exams/man/testvision2exams.Rd               |only
 exams-2.4-0/exams/man/tex2image.Rd                      |    2 
 exams-2.4-0/exams/man/xexams.Rd                         |   23 
 exams-2.4-0/exams/man/xweave.Rd                         |    5 
 exams-2.4-0/exams/tests/encodings.R                     |    3 
 exams-2.4-0/exams/vignettes/exams.Rnw                   |   11 
 exams-2.4-0/exams/vignettes/exams.bib                   |    4 
 exams-2.4-0/exams/vignettes/exams2.Rnw                  |   15 
 146 files changed, 3135 insertions(+), 1726 deletions(-)

More information about exams at CRAN
Permanent link

Package protolite updated to version 2.1.2 with previous version 2.1.1 dated 2021-07-28

Title: Highly Optimized Protocol Buffer Serializers
Description: Pure C++ implementations for reading and writing several common data formats based on Google protocol-buffers. Currently supports 'rexp.proto' for serialized R objects, 'geobuf.proto' for binary geojson, and 'mvt.proto' for vector tiles. This package uses the auto-generated C++ code by protobuf-compiler, hence the entire serialization is optimized at compile time. The 'RProtoBuf' package on the other hand uses the protobuf runtime library to provide a general- purpose toolkit for reading and writing arbitrary protocol-buffer data in R.
Author: Jeroen Ooms
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>

Diff between protolite versions 2.1.1 dated 2021-07-28 and 2.1.2 dated 2022-10-17

 DESCRIPTION |    6 +++---
 MD5         |    8 ++++----
 NEWS        |    3 +++
 cleanup     |    2 +-
 configure   |   42 ++++++++++++++++++++++++++++--------------
 5 files changed, 39 insertions(+), 22 deletions(-)

More information about protolite at CRAN
Permanent link

Package data.table updated to version 1.14.4 with previous version 1.14.2 dated 2021-09-27

Title: Extension of `data.frame`
Description: Fast aggregation of large data (e.g. 100GB in RAM), fast ordered joins, fast add/modify/delete of columns by group using no copies at all, list columns, friendly and fast character-separated-value read/write. Offers a natural and flexible syntax, for faster development.
Author: Matt Dowle [aut, cre], Arun Srinivasan [aut], Jan Gorecki [ctb], Michael Chirico [ctb], Pasha Stetsenko [ctb], Tom Short [ctb], Steve Lianoglou [ctb], Eduard Antonyan [ctb], Markus Bonsch [ctb], Hugh Parsonage [ctb], Scott Ritchie [ctb], Kun Ren [ctb [...truncated...]
Maintainer: Matt Dowle <mattjdowle@gmail.com>

Diff between data.table versions 1.14.2 dated 2021-09-27 and 1.14.4 dated 2022-10-17

 data.table-1.14.2/data.table/man/update.dev.pkg.Rd                                       |only
 data.table-1.14.4/data.table/DESCRIPTION                                                 |    6 
 data.table-1.14.4/data.table/MD5                                                         |   87 ++++----
 data.table-1.14.4/data.table/NAMESPACE                                                   |    5 
 data.table-1.14.4/data.table/NEWS.md                                                     |   47 ++++
 data.table-1.14.4/data.table/R/devel.R                                                   |    4 
 data.table-1.14.4/data.table/R/merge.R                                                   |    4 
 data.table-1.14.4/data.table/R/onAttach.R                                                |    2 
 data.table-1.14.4/data.table/R/onLoad.R                                                  |    7 
 data.table-1.14.4/data.table/README.md                                                   |    6 
 data.table-1.14.4/data.table/build/vignette.rds                                          |binary
 data.table-1.14.4/data.table/inst/cc                                                     |    2 
 data.table-1.14.4/data.table/inst/doc/datatable-benchmarking.html                        |   18 +
 data.table-1.14.4/data.table/inst/doc/datatable-faq.html                                 |   18 +
 data.table-1.14.4/data.table/inst/doc/datatable-importing.html                           |   18 +
 data.table-1.14.4/data.table/inst/doc/datatable-intro.Rmd                                |    2 
 data.table-1.14.4/data.table/inst/doc/datatable-intro.html                               |   20 +
 data.table-1.14.4/data.table/inst/doc/datatable-keys-fast-subset.html                    |   24 +-
 data.table-1.14.4/data.table/inst/doc/datatable-reference-semantics.html                 |   18 +
 data.table-1.14.4/data.table/inst/doc/datatable-reshape.html                             |   18 +
 data.table-1.14.4/data.table/inst/doc/datatable-sd-usage.Rmd                             |    4 
 data.table-1.14.4/data.table/inst/doc/datatable-sd-usage.html                            |   22 +-
 data.table-1.14.4/data.table/inst/doc/datatable-secondary-indices-and-auto-indexing.html |   26 +-
 data.table-1.14.4/data.table/inst/tests/tests.Rraw.bz2                                   |binary
 data.table-1.14.4/data.table/man/data.table.Rd                                           |    4 
 data.table-1.14.4/data.table/man/fwrite.Rd                                               |    2 
 data.table-1.14.4/data.table/man/update_dev_pkg.Rd                                       |only
 data.table-1.14.4/data.table/po/R-data.table.pot                                         |    2 
 data.table-1.14.4/data.table/po/R-zh_CN.po                                               |    4 
 data.table-1.14.4/data.table/src/Makevars.in                                             |    5 
 data.table-1.14.4/data.table/src/Makevars.win                                            |    2 
 data.table-1.14.4/data.table/src/assign.c                                                |    4 
 data.table-1.14.4/data.table/src/data.table.h                                            |   82 +++++++
 data.table-1.14.4/data.table/src/forder.c                                                |   10 
 data.table-1.14.4/data.table/src/fread.c                                                 |   37 +--
 data.table-1.14.4/data.table/src/fwrite.c                                                |   53 ++---
 data.table-1.14.4/data.table/src/fwrite.h                                                |   35 +--
 data.table-1.14.4/data.table/src/fwriteR.c                                               |   10 
 data.table-1.14.4/data.table/src/gsumm.c                                                 |   48 ++--
 data.table-1.14.4/data.table/src/init.c                                                  |  104 ----------
 data.table-1.14.4/data.table/src/openmp-utils.c                                          |    8 
 data.table-1.14.4/data.table/src/snprintf.c                                              |    2 
 data.table-1.14.4/data.table/src/utils.c                                                 |    8 
 data.table-1.14.4/data.table/vignettes/Makefile                                          |only
 data.table-1.14.4/data.table/vignettes/datatable-intro.Rmd                               |    2 
 data.table-1.14.4/data.table/vignettes/datatable-sd-usage.Rmd                            |    4 
 46 files changed, 439 insertions(+), 345 deletions(-)

More information about data.table at CRAN
Permanent link

New package specieschrom with initial version 1.0.0
Package: specieschrom
Title: The Species Chromatogram
Version: 1.0.0
Maintainer: Loick Kleparski <loick.kleparski@hotmail.fr>
Description: A simple method to display and characterise the multidimensional ecological niche of a species. The method also estimates the optimums and amplitudes along each niche dimension. Give also an estimation of the degree of niche overlapping between species. See Kleparski and Beaugrand (2022) <doi:10.1002/ece3.8830> for further details.
License: GPL-3
Encoding: UTF-8
Imports: colorRamps, ggplot2, reshape2, utils
Suggests: rmarkdown, knitr, abind
VignetteBuilder: knitr
Depends: R (>= 2.10)
LazyData: true
URL: https://github.com/loick-klpr/specieschrom
BugReports: https://github.com/loick-klpr/specieschrom/issues
NeedsCompilation: no
Packaged: 2022-10-14 17:43:14 UTC; moi
Author: Loick Kleparski [aut, cre] , Gregory Beaugrand [aut] , Universite Littoral Cote d'Opale [cph]
Repository: CRAN
Date/Publication: 2022-10-17 09:20:02 UTC

More information about specieschrom at CRAN
Permanent link

New package rTRIPLEXCWFlux with initial version 0.1.0
Package: rTRIPLEXCWFlux
Title: Carbon-Water Coupled Model
Version: 0.1.0
Author: Shulan Sun [aut, cre], Wenhua Xiang [aut]
Maintainer: Shulan Sun <sslhhxx@163.com>
Description: A carbon-water coupled model (TRIPLEX-CW-Flux) is based on two well-established models, TRIPLEX-Flux model and Penman–Monteith model, integrates soil water and water vapor pressure deficits into the stomatal conductance submodule to estimate net ecosystem production and evapotranspiration in forest ecosystems.<https://github.com/ShulanSun/rTRIPLEX_CW_Flux>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 2.10)
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
URL: https://github.com/ShulanSun/rTRIPLEX_CW_Flux
NeedsCompilation: no
Packaged: 2022-10-15 03:01:46 UTC; SAMSUNG
Repository: CRAN
Date/Publication: 2022-10-17 09:30:02 UTC

More information about rTRIPLEXCWFlux at CRAN
Permanent link

Package openssl updated to version 2.0.4 with previous version 2.0.3 dated 2022-09-14

Title: Toolkit for Encryption, Signatures and Certificates Based on OpenSSL
Description: Bindings to OpenSSL libssl and libcrypto, plus custom SSH key parsers. Supports RSA, DSA and EC curves P-256, P-384, P-521, and curve25519. Cryptographic signatures can either be created and verified manually or via x509 certificates. AES can be used in cbc, ctr or gcm mode for symmetric encryption; RSA for asymmetric (public key) encryption or EC for Diffie Hellman. High-level envelope functions combine RSA and AES for encrypting arbitrary sized data. Other utilities include key generators, hash functions (md5, sha1, sha256, etc), base64 encoder, a secure random number generator, and 'bignum' math methods for manually performing crypto calculations on large multibyte integers.
Author: Jeroen Ooms [aut, cre] , Oliver Keyes [ctb]
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>

Diff between openssl versions 2.0.3 dated 2022-09-14 and 2.0.4 dated 2022-10-17

 DESCRIPTION                  |    6 ++---
 MD5                          |   22 +++++++++----------
 NEWS                         |    3 ++
 inst/doc/bignum.html         |   32 ++++++++++++++--------------
 inst/doc/crypto_hashing.html |    4 +--
 inst/doc/keys.html           |   48 +++++++++++++++++++++----------------------
 inst/doc/secure_rng.html     |   18 ++++++++--------
 src/error.c                  |    4 +--
 src/info.c                   |    4 +--
 src/keygen.c                 |    4 +--
 src/ssl.c                    |    2 -
 src/utils.h                  |    2 -
 12 files changed, 76 insertions(+), 73 deletions(-)

More information about openssl at CRAN
Permanent link

Package NCmisc updated to version 1.2.0 with previous version 1.1.6 dated 2018-11-11

Title: Miscellaneous Functions for Creating Adaptive Functions and Scripts
Description: A set of handy functions. Includes a versatile one line progress bar, one line function timer with detailed output, time delay function, text histogram, object preview, CRAN package search, simpler package installer, Linux command install check, a flexible Mode function, top function, simulation of correlated data, and more.
Author: Nicholas Cooper
Maintainer: Nicholas Cooper <njcooper@gmx.co.uk>

Diff between NCmisc versions 1.1.6 dated 2018-11-11 and 1.2.0 dated 2022-10-17

 DESCRIPTION                 |   12 
 MD5                         |   55 ++-
 NAMESPACE                   |   22 +
 R/NCmisc.R                  |  621 ++++++++++++++++++++++++++++++++++++++------
 man/NCmisc-internal.Rd      |    6 
 man/NCmisc-package.Rd       |   26 +
 man/Numerify.Rd             |only
 man/comma.list.Rd           |only
 man/estimate.memory.Rd      |    9 
 man/fakeLines.Rd            |    9 
 man/file.split.Rd           |   10 
 man/getRepositories.Rd      |    6 
 man/has.method.Rd           |    2 
 man/is.vec.logical.Rd       |only
 man/is.vec.numeric.Rd       |only
 man/loess.scatter.Rd        |   21 +
 man/loop.tracker.Rd         |   13 
 man/must.use.package.Rd     |   23 -
 man/nearest.to.Rd           |only
 man/packages.loaded.Rd      |    7 
 man/preview.Rd              |    9 
 man/prv.large.Rd            |   15 -
 man/replace.missing.df.Rd   |only
 man/rmv.names.Rd            |only
 man/search.cran.Rd          |    7 
 man/sim.cor.Rd              |   10 
 man/spc.Rd                  |    4 
 man/summarise.r.datasets.Rd |    8 
 man/summary2.Rd             |only
 man/table2d.Rd              |only
 man/timeit.Rd               |    3 
 man/top.Rd                  |   10 
 man/which.outlier.Rd        |    9 
 33 files changed, 744 insertions(+), 173 deletions(-)

More information about NCmisc at CRAN
Permanent link

Package KnockoffTrio updated to version 1.0.1 with previous version 1.0.0 dated 2022-03-07

Title: Trio Data Analysis with Knockoff Statistics for FDR Control
Description: Identification of putative causal variants in genome-wide association studies with the trio design. The package implements the methods in the paper: Yang, Y., Wang, C., Liu, L., Buxbaum, J., He, Z., & Ionita-Laza, I. (2022). KnockoffTrio: A knockoff framework for the identification of putative causal variants in genome-wide association studies with trio design. The American Journal of Human Genetics, 109(10), 1761-1776.
Author: Yi Yang [aut, cre]
Maintainer: Yi Yang <yi.yang@cityu.edu.hk>

Diff between KnockoffTrio versions 1.0.0 dated 2022-03-07 and 1.0.1 dated 2022-10-17

 DESCRIPTION         |   12 ++++++------
 MD5                 |    6 +++---
 R/KnockoffTrio.R    |    3 ++-
 R/create_knockoff.R |   11 ++++++-----
 4 files changed, 17 insertions(+), 15 deletions(-)

More information about KnockoffTrio at CRAN
Permanent link

Package ICGE updated to version 0.4.2 with previous version 0.4.1 dated 2021-06-15

Title: Estimation of Number of Clusters and Identification of Atypical Units
Description: It is a package that helps to estimate the number of real clusters in data as well as to identify atypical units. The underlying methods are based on distances rather than on unit x variables.
Author: Itziar Irigoien [aut, cre], Concepcion Arenas [aut]
Maintainer: Itziar Irigoien <itziar.irigoien@ehu.eus>

Diff between ICGE versions 0.4.1 dated 2021-06-15 and 0.4.2 dated 2022-10-17

 DESCRIPTION             |    8 +-
 MD5                     |   18 ++---
 R/dcor.R                |    4 -
 R/dgower.R              |    2 
 R/estW_simple.R         |    4 -
 R/gowerWITHmissing_v2.R |    2 
 man/chowdary.Rd         |    5 -
 man/dermatology.Rd      |  158 ++++++++++++++++++++++++------------------------
 man/dmahal.Rd           |    3 
 man/lympha.Rd           |    2 
 10 files changed, 101 insertions(+), 105 deletions(-)

More information about ICGE at CRAN
Permanent link

Package genpathmox updated to version 0.9 with previous version 0.8 dated 2022-05-05

Title: Pathmox Approach Segmentation Tree Analysis
Description: It provides an interesting solution for handling a high number of segmentation variables in partial least squares structural equation modeling. The package implements the "Pathmox" algorithm (Lamberti, Sanchez, and Aluja,(2016)<doi:10.1002/asmb.2168>) including the F-coefficient test (Lamberti, Sanchez, and Aluja,(2017)<doi:10.1002/asmb.2270>) to detect the path coefficients responsible for the identified differences). The package also allows running the hybrid multi-group approach (Lamberti (2021) <doi:10.1007/s11135-021-01096-9>).
Author: Giuseppe Lamberti [aut, cre]
Maintainer: Giuseppe Lamberti <giuseppelamb@hotmail.com>

Diff between genpathmox versions 0.8 dated 2022-05-05 and 0.9 dated 2022-10-17

 DESCRIPTION    |    6 +++---
 MD5            |    8 ++++----
 R/data.R       |    4 ++--
 R/get_plots.R  |    4 ++++
 man/climate.Rd |    4 ++--
 5 files changed, 15 insertions(+), 11 deletions(-)

More information about genpathmox at CRAN
Permanent link

Package equateMultiple updated to version 0.1.1 with previous version 0.1.0 dated 2021-04-06

Title: Equating of Multiple Forms
Description: Equating of multiple forms using Item Response Theory (IRT) methods (Battauz M. (2017) <doi:10.1007/s11336-016-9517-x> and Haberman S. J. (2009) <doi:10.1002/j.2333-8504.2009.tb02197.x>).
Author: Michela Battauz
Maintainer: Michela Battauz <michela.battauz@uniud.it>

Diff between equateMultiple versions 0.1.0 dated 2021-04-06 and 0.1.1 dated 2022-10-17

 DESCRIPTION                           |    6 
 MD5                                   |   12 -
 R/EqMult.r                            |    2 
 build/vignette.rds                    |binary
 inst/doc/equateMultiple_tutorial.html |  310 ++++++++++++++--------------------
 src/EqMult.cpp                        |   56 +++---
 src/RcppExports.cpp                   |    5 
 7 files changed, 179 insertions(+), 212 deletions(-)

More information about equateMultiple at CRAN
Permanent link

Package dabr updated to version 0.0.4 with previous version 0.0.3 dated 2021-05-22

Title: Database Management with R
Description: Provides functions to manage databases: select, update, insert, and delete records, list tables, backup tables as CSV files, and import CSV files as tables.
Author: Roberto Villegas-Diaz [aut, cre] , SPECIAL Research Group @ University of Reading [cph]
Maintainer: Roberto Villegas-Diaz <r.villegas-diaz@outlook.com>

Diff between dabr versions 0.0.3 dated 2021-05-22 and 0.0.4 dated 2022-10-17

 DESCRIPTION         |   12 +++----
 MD5                 |    8 ++--
 NEWS.md             |    4 ++
 README.md           |   85 ++++++++++++++++++++--------------------------------
 man/dabr-package.Rd |    6 +--
 5 files changed, 49 insertions(+), 66 deletions(-)

More information about dabr at CRAN
Permanent link

New package cities with initial version 0.1.0
Package: cities
Title: Clinical Trials with Intercurrent Events Simulator
Version: 0.1.0
Maintainer: Ahmad Hakeem Abdul Wahab <hakeemwahab00@gmail.com>
Description: Simulates clinical trials and summarizes causal effects and treatment policy estimands in the presence of intercurrent events in a transparent and intuitive manner.
License: GPL (>= 3)
Encoding: UTF-8
VignetteBuilder: knitr
Imports: dplyr, ggplot2, plotly, tidyr, ggthemes
Suggests: testthat (>= 3.0.0), knitr, rmarkdown
NeedsCompilation: no
Packaged: 2022-10-14 18:13:00 UTC; AAbdulW1
Author: Ahmad Hakeem Abdul Wahab [aut, cre] , Yongming Qu [aut], Hege Michiels [aut], Junxiang Luo [aut], Run Zhuang [aut], Dominique McDaniel [aut], Dong Xi [aut], Elena Polverejan [aut], Steven Gilbert [aut], Stephen Ruberg [aut], Arman Sabbagh [aut]
Repository: CRAN
Date/Publication: 2022-10-17 09:22:35 UTC

More information about cities at CRAN
Permanent link

Package gee updated to version 4.13-25 with previous version 4.13-24 dated 2022-10-02

Title: Generalized Estimation Equation Solver
Description: Generalized Estimation Equation solver.
Author: Vincent J Carey [aut], Thomas S Lumley [trl] , Cleve Moler [ctb] , Brian Ripley [trl, cre, ctb]
Maintainer: Brian Ripley <ripley@stats.ox.ac.uk>

Diff between gee versions 4.13-24 dated 2022-10-02 and 4.13-25 dated 2022-10-17

 DESCRIPTION |    8 ++++----
 MD5         |    4 ++--
 src/ugee.c  |    3 +--
 3 files changed, 7 insertions(+), 8 deletions(-)

More information about gee at CRAN
Permanent link

Package tpr updated to version 0.3-3 with previous version 0.3-2 dated 2021-06-20

Title: Temporal Process Regression
Description: Regression models for temporal process responses with time-varying coefficient.
Author: Jun Yan <jun.yan@uconn.edu>
Maintainer: Jun Yan <jun.yan@uconn.edu>

Diff between tpr versions 0.3-2 dated 2021-06-20 and 0.3-3 dated 2022-10-17

 ChangeLog    |    4 ++++
 DESCRIPTION  |    7 +++----
 MD5          |    6 +++---
 src/inter.cc |    6 +++---
 4 files changed, 13 insertions(+), 10 deletions(-)

More information about tpr at CRAN
Permanent link

Package SCpubr updated to version 1.0.1 with previous version 1.0.0 dated 2022-10-14

Title: Generate Publication Ready Visualizations of Single Cell Transcriptomics Data
Description: A system that provides a streamlined way of generating publication ready plots for known Single-Cell transcriptomics data in a “publication ready” format. This is, the goal is to automatically generate plots with the highest quality possible, that can be used right away or with minimal modifications for a research article.
Author: Enrique Blanco-Carmona [cre, aut]
Maintainer: Enrique Blanco-Carmona <scpubr@gmail.com>

Diff between SCpubr versions 1.0.0 dated 2022-10-14 and 1.0.1 dated 2022-10-17

 DESCRIPTION                                      |   23 
 MD5                                              |  180 +-
 NEWS.md                                          |    3 
 R/do_BarPlot.R                                   |    1 
 R/do_BeeSwarmPlot.R                              |    1 
 R/do_BoxPlot.R                                   |    1 
 R/do_CellularStatesPlot.R                        |    1 
 R/do_ChordDiagramPlot.R                          |    2 
 R/do_CopyNumberVariantPlot.R                     |    1 
 R/do_CorrelationPlot.R                           |    2 
 R/do_DimPlot.R                                   |    1 
 R/do_DotPlot.R                                   |    3 
 R/do_EnrichmentHeatmap.R                         |    1 
 R/do_FeaturePlot.R                               |    2 
 R/do_GeyserPlot.R                                |    1 
 R/do_GroupwiseDEPlot.R                           |    1 
 R/do_NebulosaPlot.R                              |    3 
 R/do_PathwayActivityPlot.R                       |    1 
 R/do_RidgePlot.R                                 |    3 
 R/do_TFActivityPlot.R                            |    2 
 R/do_TermEnrichmentPlot.R                        |    3 
 R/do_ViolinPlot.R                                |    1 
 R/do_VolcanoPlot.R                               |    1 
 R/utils.R                                        |   65 
 README.md                                        |   75 
 man/do_BarPlot.Rd                                |  138 -
 man/do_BeeSwarmPlot.Rd                           |   36 
 man/do_BoxPlot.Rd                                |  122 -
 man/do_CellularStatesPlot.Rd                     |  188 +-
 man/do_ChordDiagramPlot.Rd                       |  263 +--
 man/do_ColorPalette.Rd                           |  121 -
 man/do_CopyNumberVariantPlot.Rd                  |   99 -
 man/do_CorrelationPlot.Rd                        |   56 
 man/do_DimPlot.Rd                                |  239 +-
 man/do_DotPlot.Rd                                |   96 -
 man/do_EnrichmentHeatmap.Rd                      |  179 +-
 man/do_FeaturePlot.Rd                            |  136 -
 man/do_GeyserPlot.Rd                             |  389 ++--
 man/do_GroupwiseDEPlot.Rd                        |  117 -
 man/do_NebulosaPlot.Rd                           |   53 
 man/do_PathwayActivityPlot.Rd                    |  200 +-
 man/do_RidgePlot.Rd                              |  133 -
 man/do_TFActivityPlot.Rd                         |  214 +-
 man/do_TermEnrichmentPlot.Rd                     |   66 
 man/do_ViolinPlot.Rd                             |  100 -
 man/do_VolcanoPlot.Rd                            |   46 
 man/examples/examples_do_BarPlot.R               |  138 -
 man/examples/examples_do_BeeSwarmPlot.R          |   36 
 man/examples/examples_do_BoxPlot.R               |  122 -
 man/examples/examples_do_CellularStatesPlot.R    |  188 +-
 man/examples/examples_do_ChordDiagramPlot.R      |  263 +--
 man/examples/examples_do_ColorPalette.R          |  121 -
 man/examples/examples_do_CopyNumberVariantPlot.R |   99 -
 man/examples/examples_do_CorrelationPlot.R       |   56 
 man/examples/examples_do_DimPlot.R               |  239 +-
 man/examples/examples_do_DotPlot.R               |   96 -
 man/examples/examples_do_EnrichmentHeatmap.R     |  179 +-
 man/examples/examples_do_FeaturePlot.R           |  136 -
 man/examples/examples_do_GeyserPlot.R            |  389 ++--
 man/examples/examples_do_GroupwiseDEPlot.R       |  117 -
 man/examples/examples_do_NebulosaPlot.R          |   53 
 man/examples/examples_do_PathwayActivityPlot.R   |  200 +-
 man/examples/examples_do_RidgePlot.R             |  133 -
 man/examples/examples_do_TFActivityPlot.R        |  214 +-
 man/examples/examples_do_TermEnrichmentPlot.R    |   66 
 man/examples/examples_do_ViolinPlot.R            |  100 -
 man/examples/examples_do_VolcanoPlot.R           |   46 
 man/state_dependencies.Rd                        |    6 
 tests/testthat/setup.R                           |   63 
 tests/testthat/test-do_BarPlot.R                 |  424 ++---
 tests/testthat/test-do_BeeSwarmPlot.R            |  382 ++--
 tests/testthat/test-do_BoxPlot.R                 |  216 +-
 tests/testthat/test-do_CellularStatesPlot.R      | 1857 +++++++++++------------
 tests/testthat/test-do_ChordDiagramPlot.R        |  464 ++---
 tests/testthat/test-do_ColorPalette.R            |  142 -
 tests/testthat/test-do_CopyNumberVariantPlot.R   |  213 +-
 tests/testthat/test-do_CorrelationPlot.R         |  138 -
 tests/testthat/test-do_DimPlot.R                 |  567 +++----
 tests/testthat/test-do_DotPlot.R                 |  579 +++----
 tests/testthat/test-do_EnrichmentHeatmap.R       |  400 ++--
 tests/testthat/test-do_FeaturePlot.R             |  632 ++++---
 tests/testthat/test-do_GeyserPlot.R              |  432 ++---
 tests/testthat/test-do_GroupwiseDEPlot.R         |  182 +-
 tests/testthat/test-do_NebulosaPlot.R            |  331 ++--
 tests/testthat/test-do_PathwayActivityPlot.R     |  197 +-
 tests/testthat/test-do_RidgePlot.R               |  202 +-
 tests/testthat/test-do_TFActivityPlot.R          |  211 +-
 tests/testthat/test-do_TermEnrichmentPlot.R      |  239 +-
 tests/testthat/test-do_ViolinPlot.R              |  267 +--
 tests/testthat/test-do_VolcanoPlot.R             |  193 +-
 tests/testthat/test-utils.R                      | 1578 ++++++++++---------
 91 files changed, 8518 insertions(+), 7757 deletions(-)

More information about SCpubr at CRAN
Permanent link

Package rvinecopulib updated to version 0.6.2.1.2 with previous version 0.6.2.1.1 dated 2022-09-04

Title: High Performance Algorithms for Vine Copula Modeling
Description: Provides an interface to 'vinecopulib', a C++ library for vine copula modeling. The 'rvinecopulib' package implements the core features of the popular 'VineCopula' package, in particular inference algorithms for both vine copula and bivariate copula models. Advantages over 'VineCopula' are a sleeker and more modern API, improved performances, especially in high dimensions, nonparametric and multi-parameter families, and the ability to model discrete variables. The 'rvinecopulib' package includes 'vinecopulib' as header-only C++ library (currently version 0.6.2). Thus users do not need to install 'vinecopulib' itself in order to use 'rvinecopulib'. Since their initial releases, 'vinecopulib' is licensed under the MIT License, and 'rvinecopulib' is licensed under the GNU GPL version 3.
Author: Thomas Nagler [aut, cre], Thibault Vatter [aut]
Maintainer: Thomas Nagler <info@vinecopulib.org>

Diff between rvinecopulib versions 0.6.2.1.1 dated 2022-09-04 and 0.6.2.1.2 dated 2022-10-17

 DESCRIPTION                                     |    6 ++--
 MD5                                             |    8 ++---
 NEWS.md                                         |    8 ++++-
 README.md                                       |    2 -
 inst/include/vinecopulib/misc/nlohmann_json.hpp |   33 ++----------------------
 5 files changed, 17 insertions(+), 40 deletions(-)

More information about rvinecopulib at CRAN
Permanent link

Package ndjson updated to version 0.9.0 with previous version 0.8.0 dated 2019-11-13

Title: Wicked-Fast Streaming 'JSON' ('ndjson') Reader
Description: Streaming 'JSON' ('ndjson') has one 'JSON' record per-line and many modern 'ndjson' files contain large numbers of records. These constructs may not be columnar in nature, but it is often useful to read in these files and "flatten" the structure out to enable working with the data in an R 'data.frame'-like context. Functions are provided that make it possible to read in plain 'ndjson' files or compressed ('gz') 'ndjson' files and either validate the format of the records or create "flat" 'data.table' structures from them.
Author: Bob Rudis [aut, cre] , Niels Lohmann [aut] , Deepak Bandyopadhyay [aut] , Lutz Kettner [aut] , Neal Fultz [ctb] , Maarten Demeyer [ctb]
Maintainer: Bob Rudis <bob@rud.is>

Diff between ndjson versions 0.8.0 dated 2019-11-13 and 0.9.0 dated 2022-10-17

 ndjson-0.8.0/ndjson/NEWS.md             |only
 ndjson-0.9.0/ndjson/DESCRIPTION         |   16 
 ndjson-0.9.0/ndjson/MD5                 |   13 
 ndjson-0.9.0/ndjson/R/ndjson-package.R  |   10 
 ndjson-0.9.0/ndjson/inst/include/json.h |40962 ++++++++++++++++----------------
 ndjson-0.9.0/ndjson/man/ndjson.Rd       |   11 
 ndjson-0.9.0/ndjson/src/Makevars        |    2 
 ndjson-0.9.0/ndjson/src/RcppExports.cpp |    5 
 8 files changed, 21517 insertions(+), 19502 deletions(-)

More information about ndjson at CRAN
Permanent link

Package jsonStrings updated to version 2.1.0 with previous version 2.0.0 dated 2022-04-05

Title: Manipulation of JSON Strings
Description: Fast manipulation of JSON strings. Allows to extract or delete an element in a JSON string, merge two JSON strings, and more.
Author: Stephane Laurent [aut, cre], Niels Lohmann [cph]
Maintainer: Stephane Laurent <laurent_step@outlook.fr>

Diff between jsonStrings versions 2.0.0 dated 2022-04-05 and 2.1.0 dated 2022-10-17

 DESCRIPTION       |   26 -
 MD5               |   14 
 NEWS.md           |   29 +
 R/RcppExports.R   |   22 -
 R/jsonStrings.R   |  916 +++++++++++++++++++++++++++---------------------------
 man/jsonString.Rd |  116 +++---
 src/Makevars      |    2 
 src/Makevars.win  |    2 
 8 files changed, 566 insertions(+), 561 deletions(-)

More information about jsonStrings at CRAN
Permanent link

Package fda.usc updated to version 2.1.0 with previous version 2.0.2 dated 2020-02-17

Title: Functional Data Analysis and Utilities for Statistical Computing
Description: Routines for exploratory and descriptive analysis of functional data such as depth measurements, atypical curves detection, regression models, supervised classification, unsupervised classification and functional analysis of variance.
Author: Manuel Febrero Bande [aut], Manuel Oviedo de la Fuente [aut, cre], Pedro Galeano [ctb], Alicia Nieto [ctb], Eduardo Garcia-Portugues [ctb]
Maintainer: Manuel Oviedo de la Fuente <manuel.oviedo@udc.es>

Diff between fda.usc versions 2.0.2 dated 2020-02-17 and 2.1.0 dated 2022-10-17

 fda.usc-2.0.2/fda.usc/R/fdata2model.R.R                              |only
 fda.usc-2.0.2/fda.usc/R/fregre.gsam.ncomp.R                          |only
 fda.usc-2.0.2/fda.usc/inst/figures/logo09.png                        |only
 fda.usc-2.0.2/fda.usc/inst/script/project.Rproj                      |only
 fda.usc-2.1.0/fda.usc/DESCRIPTION                                    |   18 
 fda.usc-2.1.0/fda.usc/MD5                                            |  492 +++---
 fda.usc-2.1.0/fda.usc/NAMESPACE                                      |   31 
 fda.usc-2.1.0/fda.usc/NEWS                                           |  121 -
 fda.usc-2.1.0/fda.usc/NEWS.md                                        |only
 fda.usc-2.1.0/fda.usc/R/Adot.R                                       |    6 
 fda.usc-2.1.0/fda.usc/R/CV.S.R                                       |  198 +-
 fda.usc-2.1.0/fda.usc/R/Descriptive.R                                |    4 
 fda.usc-2.1.0/fda.usc/R/GCCV.S.R                                     |  337 ++--
 fda.usc-2.1.0/fda.usc/R/GCV.S.R                                      |  219 +-
 fda.usc-2.1.0/fda.usc/R/Ginv.R                                       |    4 
 fda.usc-2.1.0/fda.usc/R/Kernel.R                                     |    2 
 fda.usc-2.1.0/fda.usc/R/Kernel.asymmetric.R                          |    2 
 fda.usc-2.1.0/fda.usc/R/LMDC.select.R                                |    4 
 fda.usc-2.1.0/fda.usc/R/Outliers.fdata.R                             |    4 
 fda.usc-2.1.0/fda.usc/R/S.basis.R                                    |    2 
 fda.usc-2.1.0/fda.usc/R/S.np.R                                       |   81 -
 fda.usc-2.1.0/fda.usc/R/TestFunctions.R                              |only
 fda.usc-2.1.0/fda.usc/R/Var.y.R                                      |    2 
 fda.usc-2.1.0/fda.usc/R/accuracy.R                                   |  158 +-
 fda.usc-2.1.0/fda.usc/R/auxiliar_VS.R                                |   14 
 fda.usc-2.1.0/fda.usc/R/classif.DD.aux.r                             |    8 
 fda.usc-2.1.0/fda.usc/R/classif.DD.r                                 |   54 
 fda.usc-2.1.0/fda.usc/R/classif.ML.R                                 |  336 +++-
 fda.usc-2.1.0/fda.usc/R/classif.ML.vs.R                              |only
 fda.usc-2.1.0/fda.usc/R/classif.gkam.R                               |    4 
 fda.usc-2.1.0/fda.usc/R/classif.glm.R                                |   54 
 fda.usc-2.1.0/fda.usc/R/classif.glm.vs.R                             |only
 fda.usc-2.1.0/fda.usc/R/classif.gsam.R                               |   55 
 fda.usc-2.1.0/fda.usc/R/classif.gsam.vs.R                            |only
 fda.usc-2.1.0/fda.usc/R/classif.kfold.R                              |    2 
 fda.usc-2.1.0/fda.usc/R/classif.np.r                                 |   24 
 fda.usc-2.1.0/fda.usc/R/classif.univariate.R                         |  167 --
 fda.usc-2.1.0/fda.usc/R/cond.F.R                                     |    2 
 fda.usc-2.1.0/fda.usc/R/cond.mode.R                                  |    2 
 fda.usc-2.1.0/fda.usc/R/cond.quantile.R                              |    2 
 fda.usc-2.1.0/fda.usc/R/corStruct.R                                  |    8 
 fda.usc-2.1.0/fda.usc/R/create.fdata.basis.R                         |  204 +-
 fda.usc-2.1.0/fda.usc/R/datasets.R                                   |   23 
 fda.usc-2.1.0/fda.usc/R/dcor.xy.r                                    |   36 
 fda.usc-2.1.0/fda.usc/R/depth.fdata.r                                |   13 
 fda.usc-2.1.0/fda.usc/R/depth.mdata.R                                |   14 
 fda.usc-2.1.0/fda.usc/R/depth.mfdata.r                               |    6 
 fda.usc-2.1.0/fda.usc/R/dev.S.R                                      |   16 
 fda.usc-2.1.0/fda.usc/R/dfv.test.R                                   |    6 
 fda.usc-2.1.0/fda.usc/R/dis.cos.cor.R                                |   95 -
 fda.usc-2.1.0/fda.usc/R/fanova.RPm.R                                 |    6 
 fda.usc-2.1.0/fda.usc/R/fanova.RPm.boot.R                            |    4 
 fda.usc-2.1.0/fda.usc/R/fanova.hetero.R                              |    4 
 fda.usc-2.1.0/fda.usc/R/fanova.onefactor.R                           |    2 
 fda.usc-2.1.0/fda.usc/R/fda.usc-package.R                            |   15 
 fda.usc-2.1.0/fda.usc/R/fda.usc.internal.R                           |    4 
 fda.usc-2.1.0/fda.usc/R/fdata.R                                      |   10 
 fda.usc-2.1.0/fda.usc/R/fdata.bootstrap.r                            |    4 
 fda.usc-2.1.0/fda.usc/R/fdata.cen.R                                  |    2 
 fda.usc-2.1.0/fda.usc/R/fdata.methods.R                              |   37 
 fda.usc-2.1.0/fda.usc/R/fdata2basis.R                                |only
 fda.usc-2.1.0/fda.usc/R/fdata2fd.R                                   |    4 
 fda.usc-2.1.0/fda.usc/R/fdata2model.R                                |  302 ++-
 fda.usc-2.1.0/fda.usc/R/fdata2pc.R                                   |  784 +++++++---
 fda.usc-2.1.0/fda.usc/R/flm.Ftest.R                                  |    6 
 fda.usc-2.1.0/fda.usc/R/flm.test.R                                   |   37 
 fda.usc-2.1.0/fda.usc/R/fregre.basis.R                               |  135 -
 fda.usc-2.1.0/fda.usc/R/fregre.basis.cv.R                            |  100 -
 fda.usc-2.1.0/fda.usc/R/fregre.basis.cv.old.R                        |    2 
 fda.usc-2.1.0/fda.usc/R/fregre.basis.fr.r                            |   10 
 fda.usc-2.1.0/fda.usc/R/fregre.bootstrap.r                           |  309 ---
 fda.usc-2.1.0/fda.usc/R/fregre.gkam.r                                |   93 -
 fda.usc-2.1.0/fda.usc/R/fregre.glm.R                                 |  729 +--------
 fda.usc-2.1.0/fda.usc/R/fregre.glm.cv.R                              |only
 fda.usc-2.1.0/fda.usc/R/fregre.glm.vs.R                              |only
 fda.usc-2.1.0/fda.usc/R/fregre.gls.r                                 |   39 
 fda.usc-2.1.0/fda.usc/R/fregre.gsam.R                                |  486 ++----
 fda.usc-2.1.0/fda.usc/R/fregre.gsam.cv.R                             |  111 -
 fda.usc-2.1.0/fda.usc/R/fregre.gsam.vs.R                             |  513 +++---
 fda.usc-2.1.0/fda.usc/R/fregre.igls.r                                |   78 
 fda.usc-2.1.0/fda.usc/R/fregre.lm.r                                  |  729 ++++-----
 fda.usc-2.1.0/fda.usc/R/fregre.np.cv.r                               |   36 
 fda.usc-2.1.0/fda.usc/R/fregre.np.r                                  |   39 
 fda.usc-2.1.0/fda.usc/R/fregre.pc.R                                  |  336 ++--
 fda.usc-2.1.0/fda.usc/R/fregre.plm.R                                 |   25 
 fda.usc-2.1.0/fda.usc/R/h.default.R                                  |   52 
 fda.usc-2.1.0/fda.usc/R/influence.fregre.fd.R                        |    4 
 fda.usc-2.1.0/fda.usc/R/influence.quan.R                             |  354 ++--
 fda.usc-2.1.0/fda.usc/R/inprod.fdata.R                               |    4 
 fda.usc-2.1.0/fda.usc/R/int.simpson.R                                |   29 
 fda.usc-2.1.0/fda.usc/R/kernels.R                                    |    2 
 fda.usc-2.1.0/fda.usc/R/kmeans.auxiliary.R                           |    2 
 fda.usc-2.1.0/fda.usc/R/kmeans.centers.update.R                      |    9 
 fda.usc-2.1.0/fda.usc/R/kmeans.fd.R                                  |    7 
 fda.usc-2.1.0/fda.usc/R/kmeans.fd.dist.R                             |    6 
 fda.usc-2.1.0/fda.usc/R/ldata.R                                      |    6 
 fda.usc-2.1.0/fda.usc/R/metric.DTW.R                                 |   16 
 fda.usc-2.1.0/fda.usc/R/metric.dist.R                                |    6 
 fda.usc-2.1.0/fda.usc/R/metric.hausdorff.R                           |    6 
 fda.usc-2.1.0/fda.usc/R/metric.kl.r                                  |    4 
 fda.usc-2.1.0/fda.usc/R/metric.ldata.R                               |  426 +----
 fda.usc-2.1.0/fda.usc/R/metric.lp.R                                  |    4 
 fda.usc-2.1.0/fda.usc/R/mfdata.R                                     |only
 fda.usc-2.1.0/fda.usc/R/norm.fdata.r                                 |    7 
 fda.usc-2.1.0/fda.usc/R/ops.fda.usc.r                                |   16 
 fda.usc-2.1.0/fda.usc/R/optim.basis.R                                |    4 
 fda.usc-2.1.0/fda.usc/R/optim.np.r                                   |    4 
 fda.usc-2.1.0/fda.usc/R/plot.depth.R                                 |    2 
 fda.usc-2.1.0/fda.usc/R/plot.fdata.R                                 |    6 
 fda.usc-2.1.0/fda.usc/R/predict.classif.R                            |  198 +-
 fda.usc-2.1.0/fda.usc/R/predict.fregre.fd.r                          |    4 
 fda.usc-2.1.0/fda.usc/R/predict.fregre.fr.r                          |    2 
 fda.usc-2.1.0/fda.usc/R/predict.fregre.glm.R                         |  136 -
 fda.usc-2.1.0/fda.usc/R/predict.fregre.gls.r                         |   55 
 fda.usc-2.1.0/fda.usc/R/predict.fregre.gsam.R                        |  369 +---
 fda.usc-2.1.0/fda.usc/R/predict.fregre.lm.R                          |  194 +-
 fda.usc-2.1.0/fda.usc/R/predict.fregre.plm.R                         |    4 
 fda.usc-2.1.0/fda.usc/R/predict.gls.nlme.r                           |    4 
 fda.usc-2.1.0/fda.usc/R/rcombfdata.R                                 |    8 
 fda.usc-2.1.0/fda.usc/R/rp.flm.test.R                                |   14 
 fda.usc-2.1.0/fda.usc/R/rproc2fdata.R                                |  270 +--
 fda.usc-2.1.0/fda.usc/R/rwild.R                                      |    2 
 fda.usc-2.1.0/fda.usc/R/semimetric.NPFDA.r                           |   83 -
 fda.usc-2.1.0/fda.usc/R/summary.anova.R                              |    2 
 fda.usc-2.1.0/fda.usc/R/summary.classif.R                            |    2 
 fda.usc-2.1.0/fda.usc/R/summary.fdata.comp.r                         |   96 -
 fda.usc-2.1.0/fda.usc/R/summary.fregre.fd.r                          |   24 
 fda.usc-2.1.0/fda.usc/R/summary.fregre.gkam.R                        |    2 
 fda.usc-2.1.0/fda.usc/R/zzz.r                                        |    5 
 fda.usc-2.1.0/fda.usc/README.md                                      |   43 
 fda.usc-2.1.0/fda.usc/build                                          |only
 fda.usc-2.1.0/fda.usc/inst/CITATION                                  |    4 
 fda.usc-2.1.0/fda.usc/inst/script/PLOS_influenza2fig.R               |   14 
 fda.usc-2.1.0/fda.usc/inst/script/PLOS_simulationsAR1.R              |    4 
 fda.usc-2.1.0/fda.usc/inst/script/PLOS_simulationsAR2.R              |    2 
 fda.usc-2.1.0/fda.usc/inst/script/classif.svm_pruebas_type_1vsAll.R  |   16 
 fda.usc-2.1.0/fda.usc/inst/script/influenza.R                        |   14 
 fda.usc-2.1.0/fda.usc/inst/script/rp.flm.test_models_and_scenarios.R |    4 
 fda.usc-2.1.0/fda.usc/man/CV.S.Rd                                    |  166 +-
 fda.usc-2.1.0/fda.usc/man/Descriptive.Rd                             |  354 ++--
 fda.usc-2.1.0/fda.usc/man/FDR.Rd                                     |  110 -
 fda.usc-2.1.0/fda.usc/man/GCCV.S.Rd                                  |  218 +-
 fda.usc-2.1.0/fda.usc/man/GCV.S.Rd                                   |  168 +-
 fda.usc-2.1.0/fda.usc/man/Kernel.Rd                                  |  114 -
 fda.usc-2.1.0/fda.usc/man/Kernel.asymmetric.Rd                       |  112 -
 fda.usc-2.1.0/fda.usc/man/Kernel.integrate.Rd                        |  126 -
 fda.usc-2.1.0/fda.usc/man/LMDC.select.Rd                             |  386 ++--
 fda.usc-2.1.0/fda.usc/man/MCO.Rd                                     |  114 -
 fda.usc-2.1.0/fda.usc/man/Outliers.fdata.Rd                          |  196 +-
 fda.usc-2.1.0/fda.usc/man/P.penalty.Rd                               |  100 -
 fda.usc-2.1.0/fda.usc/man/PCvM.statistic.Rd                          |  154 -
 fda.usc-2.1.0/fda.usc/man/S.basis.Rd                                 |  128 -
 fda.usc-2.1.0/fda.usc/man/S.np.Rd                                    |  180 +-
 fda.usc-2.1.0/fda.usc/man/Var.y.Rd                                   |  102 -
 fda.usc-2.1.0/fda.usc/man/accuracy.Rd                                |  140 -
 fda.usc-2.1.0/fda.usc/man/aemet.Rd                                   |  119 -
 fda.usc-2.1.0/fda.usc/man/classif.DD.Rd                              |  466 ++---
 fda.usc-2.1.0/fda.usc/man/classif.ML.Rd                              |  365 ++--
 fda.usc-2.1.0/fda.usc/man/classif.depth.Rd                           |  156 -
 fda.usc-2.1.0/fda.usc/man/classif.gkam.Rd                            |  242 +--
 fda.usc-2.1.0/fda.usc/man/classif.glm.Rd                             |  249 +--
 fda.usc-2.1.0/fda.usc/man/classif.gsam.Rd                            |  245 +--
 fda.usc-2.1.0/fda.usc/man/classif.gsam.vs.Rd                         |only
 fda.usc-2.1.0/fda.usc/man/classif.kfold.Rd                           |  268 +--
 fda.usc-2.1.0/fda.usc/man/classif.np.Rd                              |  245 +--
 fda.usc-2.1.0/fda.usc/man/cond.F.Rd                                  |  210 +-
 fda.usc-2.1.0/fda.usc/man/cond.mode.Rd                               |  142 -
 fda.usc-2.1.0/fda.usc/man/cond.quantile.Rd                           |  182 +-
 fda.usc-2.1.0/fda.usc/man/create.fdata.basis.Rd                      |  233 +-
 fda.usc-2.1.0/fda.usc/man/dcor.xy.Rd                                 |  236 +--
 fda.usc-2.1.0/fda.usc/man/depth.fdata.Rd                             |  536 +++---
 fda.usc-2.1.0/fda.usc/man/depth.mdata.Rd                             |  278 +--
 fda.usc-2.1.0/fda.usc/man/depth.mfdata.Rd                            |  404 ++---
 fda.usc-2.1.0/fda.usc/man/dev.S.Rd                                   |  228 +-
 fda.usc-2.1.0/fda.usc/man/dfv.test.Rd                                |  256 +--
 fda.usc-2.1.0/fda.usc/man/dis.cos.cor.Rd                             |   90 -
 fda.usc-2.1.0/fda.usc/man/fEqDistrib.test.Rd                         |only
 fda.usc-2.1.0/fda.usc/man/fEqMoments.test.Rd                         |only
 fda.usc-2.1.0/fda.usc/man/fanova.RPm.Rd                              |  338 ++--
 fda.usc-2.1.0/fda.usc/man/fanova.hetero.Rd                           |  178 +-
 fda.usc-2.1.0/fda.usc/man/fanova.onefactor.Rd                        |  142 -
 fda.usc-2.1.0/fda.usc/man/fda.usc-package.Rd                         |  307 +--
 fda.usc-2.1.0/fda.usc/man/fda.usc.internal.Rd                        |  256 +--
 fda.usc-2.1.0/fda.usc/man/fdata.Rd                                   |  172 +-
 fda.usc-2.1.0/fda.usc/man/fdata.bootstrap.Rd                         |  244 +--
 fda.usc-2.1.0/fda.usc/man/fdata.cen.Rd                               |   80 -
 fda.usc-2.1.0/fda.usc/man/fdata.deriv.Rd                             |  150 -
 fda.usc-2.1.0/fda.usc/man/fdata.methods.Rd                           |  188 +-
 fda.usc-2.1.0/fda.usc/man/fdata2basis.Rd                             |only
 fda.usc-2.1.0/fda.usc/man/fdata2fd.Rd                                |  130 -
 fda.usc-2.1.0/fda.usc/man/fdata2pc.Rd                                |  156 -
 fda.usc-2.1.0/fda.usc/man/fdata2pls.Rd                               |  175 +-
 fda.usc-2.1.0/fda.usc/man/flm.Ftest.Rd                               |  172 +-
 fda.usc-2.1.0/fda.usc/man/flm.test.Rd                                |  508 +++---
 fda.usc-2.1.0/fda.usc/man/fregre.basis.Rd                            |  293 +--
 fda.usc-2.1.0/fda.usc/man/fregre.basis.cv.Rd                         |  264 +--
 fda.usc-2.1.0/fda.usc/man/fregre.basis.fr.Rd                         |  330 ++--
 fda.usc-2.1.0/fda.usc/man/fregre.bootstrap.Rd                        |  238 +--
 fda.usc-2.1.0/fda.usc/man/fregre.gkam.Rd                             |  276 +--
 fda.usc-2.1.0/fda.usc/man/fregre.glm.Rd                              |  261 +--
 fda.usc-2.1.0/fda.usc/man/fregre.glm.vs.Rd                           |only
 fda.usc-2.1.0/fda.usc/man/fregre.gls.Rd                              |  270 +--
 fda.usc-2.1.0/fda.usc/man/fregre.gsam.Rd                             |  311 ++-
 fda.usc-2.1.0/fda.usc/man/fregre.gsam.vs.Rd                          |  351 ++--
 fda.usc-2.1.0/fda.usc/man/fregre.igls.Rd                             |  225 +-
 fda.usc-2.1.0/fda.usc/man/fregre.lm.Rd                               |  281 +--
 fda.usc-2.1.0/fda.usc/man/fregre.np.Rd                               |  252 +--
 fda.usc-2.1.0/fda.usc/man/fregre.np.cv.Rd                            |  288 +--
 fda.usc-2.1.0/fda.usc/man/fregre.pc.Rd                               |  279 +--
 fda.usc-2.1.0/fda.usc/man/fregre.pc.cv.Rd                            |  278 +--
 fda.usc-2.1.0/fda.usc/man/fregre.plm.Rd                              |  332 ++--
 fda.usc-2.1.0/fda.usc/man/fregre.pls.Rd                              |  221 +-
 fda.usc-2.1.0/fda.usc/man/fregre.pls.cv.Rd                           |  232 +-
 fda.usc-2.1.0/fda.usc/man/h.default.Rd                               |  129 -
 fda.usc-2.1.0/fda.usc/man/influence.fregre.fd.Rd                     |  136 -
 fda.usc-2.1.0/fda.usc/man/influence_quan.Rd                          |  178 +-
 fda.usc-2.1.0/fda.usc/man/inprod.fdata.Rd                            |  116 -
 fda.usc-2.1.0/fda.usc/man/int.simpson.Rd                             |  102 -
 fda.usc-2.1.0/fda.usc/man/kmeans.fd.Rd                               |  237 +--
 fda.usc-2.1.0/fda.usc/man/ldata.Rd                                   |  152 -
 fda.usc-2.1.0/fda.usc/man/metric.DTW.Rd                              |  176 +-
 fda.usc-2.1.0/fda.usc/man/metric.dist.Rd                             |   98 -
 fda.usc-2.1.0/fda.usc/man/metric.hausdorff.Rd                        |  108 -
 fda.usc-2.1.0/fda.usc/man/metric.kl.Rd                               |  178 +-
 fda.usc-2.1.0/fda.usc/man/metric.ldata.Rd                            |  130 -
 fda.usc-2.1.0/fda.usc/man/metric.lp.Rd                               |  198 +-
 fda.usc-2.1.0/fda.usc/man/mfdata.Rd                                  |only
 fda.usc-2.1.0/fda.usc/man/na.omit.fdata.Rd                           |   80 -
 fda.usc-2.1.0/fda.usc/man/norm.fdata.Rd                              |  128 -
 fda.usc-2.1.0/fda.usc/man/ops.fda.usc.Rd                             |   99 -
 fda.usc-2.1.0/fda.usc/man/optim.basis.Rd                             |  286 +--
 fda.usc-2.1.0/fda.usc/man/optim.np.Rd                                |  290 +--
 fda.usc-2.1.0/fda.usc/man/phoneme.Rd                                 |  108 -
 fda.usc-2.1.0/fda.usc/man/plot.fdata.Rd                              |  244 +--
 fda.usc-2.1.0/fda.usc/man/poblenou.Rd                                |  102 -
 fda.usc-2.1.0/fda.usc/man/predict.classif.DD.Rd                      |  158 +-
 fda.usc-2.1.0/fda.usc/man/predict.classif.Rd                         |  146 -
 fda.usc-2.1.0/fda.usc/man/predict.fregre.fd.Rd                       |  278 +--
 fda.usc-2.1.0/fda.usc/man/predict.fregre.fr.Rd                       |  140 -
 fda.usc-2.1.0/fda.usc/man/predict.fregre.gls.Rd                      |  220 +-
 fda.usc-2.1.0/fda.usc/man/predict.fregre.lm.Rd                       |  317 +---
 fda.usc-2.1.0/fda.usc/man/r.ou.Rd                                    |   90 -
 fda.usc-2.1.0/fda.usc/man/rcombfdata.Rd                              |  128 -
 fda.usc-2.1.0/fda.usc/man/rdir.pc.Rd                                 |  280 +--
 fda.usc-2.1.0/fda.usc/man/rp.flm.statistic.Rd                        |  206 +-
 fda.usc-2.1.0/fda.usc/man/rp.flm.test.Rd                             |  488 +++---
 fda.usc-2.1.0/fda.usc/man/rproc2fdata.Rd                             |  188 +-
 fda.usc-2.1.0/fda.usc/man/rwild.Rd                                   |  114 -
 fda.usc-2.1.0/fda.usc/man/semimetric.NPFDA.Rd                        |  312 +--
 fda.usc-2.1.0/fda.usc/man/semimetric.basis.Rd                        |  150 -
 fda.usc-2.1.0/fda.usc/man/subset.fdata.Rd                            |   56 
 fda.usc-2.1.0/fda.usc/man/summary.classif.Rd                         |  128 -
 fda.usc-2.1.0/fda.usc/man/summary.fdata.comp.Rd                      |  111 -
 fda.usc-2.1.0/fda.usc/man/summary.fregre.fd.Rd                       |  168 +-
 fda.usc-2.1.0/fda.usc/man/summary.fregre.gkam.Rd                     |  130 -
 fda.usc-2.1.0/fda.usc/man/tecator.Rd                                 |   82 -
 fda.usc-2.1.0/fda.usc/man/weights4class.Rd                           |   42 
 257 files changed, 16782 insertions(+), 16993 deletions(-)

More information about fda.usc at CRAN
Permanent link

Package dynr updated to version 0.1.16-91 with previous version 0.1.16-27 dated 2021-11-18

Title: Dynamic Models with Regime-Switching
Description: Intensive longitudinal data have become increasingly prevalent in various scientific disciplines. Many such data sets are noisy, multivariate, and multi-subject in nature. The change functions may also be continuous, or continuous but interspersed with periods of discontinuities (i.e., showing regime switches). The package 'dynr' (Dynamic Modeling in R) is an R package that implements a set of computationally efficient algorithms for handling a broad class of linear and nonlinear discrete- and continuous- time models with regime-switching properties under the constraint of linear Gaussian measurement functions. The discrete-time models can generally take on the form of a state-space or difference equation model. The continuous-time models are generally expressed as a set of ordinary or stochastic differential equations. All estimation and computations are performed in C, but users are provided with the option to specify the model of interest via a set of simple and easy-to-learn model [...truncated...]
Author: Lu Ou [aut], Michael D. Hunter [aut, cre] , Sy-Miin Chow [aut] , Linying Ji [aut], Meng Chen [aut], Hui-Ju Hung [aut], Jungmin Lee [aut], Yanling Li [aut], Jonathan Park [aut], Massachusetts Institute of Technology [cph], S. G. Johnson [cph], Benoit [...truncated...]
Maintainer: Michael D. Hunter <mike.dynr@gmail.com>

Diff between dynr versions 0.1.16-27 dated 2021-11-18 and 0.1.16-91 dated 2022-10-17

 dynr-0.1.16-27/dynr/NEWS                                       |only
 dynr-0.1.16-91/dynr/DESCRIPTION                                |   47 -
 dynr-0.1.16-91/dynr/MD5                                        |  102 +-
 dynr-0.1.16-91/dynr/NAMESPACE                                  |    1 
 dynr-0.1.16-91/dynr/NEWS.md                                    |only
 dynr-0.1.16-91/dynr/R/dynrCook.R                               |  139 ---
 dynr-0.1.16-91/dynr/R/dynrFuncAddress.R                        |    4 
 dynr-0.1.16-91/dynr/R/dynrGetDerivs.R                          |  131 +--
 dynr-0.1.16-91/dynr/R/dynrModel.R                              |  171 ++++
 dynr-0.1.16-91/dynr/R/dynrPlot.R                               |    4 
 dynr-0.1.16-91/dynr/R/dynrRecipe.R                             |  177 +++-
 dynr-0.1.16-91/dynr/R/dynrTaste.R                              |  150 ++-
 dynr-0.1.16-91/dynr/R/dynrVersion.R                            |    2 
 dynr-0.1.16-91/dynr/build/partial.rdb                          |binary
 dynr-0.1.16-91/dynr/build/vignette.rds                         |binary
 dynr-0.1.16-91/dynr/configure.win                              |    5 
 dynr-0.1.16-91/dynr/demo/RSLinearDiscreteYang.R                |    8 
 dynr-0.1.16-91/dynr/inst/doc/InstallationForDevelopers.Rnw     |   62 +
 dynr-0.1.16-91/dynr/inst/doc/InstallationForDevelopers.pdf     |binary
 dynr-0.1.16-91/dynr/inst/doc/InstallationForUsers.Rnw          |   70 -
 dynr-0.1.16-91/dynr/inst/doc/InstallationForUsers.pdf          |binary
 dynr-0.1.16-91/dynr/inst/doc/LinearDiscreteTimeModels.R        |   17 
 dynr-0.1.16-91/dynr/inst/doc/LinearDiscreteTimeModels.Rnw      |    9 
 dynr-0.1.16-91/dynr/inst/doc/LinearDiscreteTimeModels.pdf      |binary
 dynr-0.1.16-91/dynr/inst/doc/NonlinearContinuousTimeModels.pdf |binary
 dynr-0.1.16-91/dynr/inst/doc/linearSDE.R                       |    8 
 dynr-0.1.16-91/dynr/inst/doc/linearSDE.Rmd                     |    4 
 dynr-0.1.16-91/dynr/inst/doc/linearSDE.html                    |  200 +++--
 dynr-0.1.16-91/dynr/inst/models/passing/errorCheckSAEM.R       |  384 ++++------
 dynr-0.1.16-91/dynr/man/ExpandRandomAsLVModel.Rd               |only
 dynr-0.1.16-91/dynr/man/coef.dynrCook.Rd                       |    2 
 dynr-0.1.16-91/dynr/man/confint.dynrCook.Rd                    |    2 
 dynr-0.1.16-91/dynr/man/dynr.cook.Rd                           |    2 
 dynr-0.1.16-91/dynr/man/dynr.flowField.Rd                      |   20 
 dynr-0.1.16-91/dynr/man/dynr.ggplot.Rd                         |    2 
 dynr-0.1.16-91/dynr/man/dynr.model.Rd                          |    3 
 dynr-0.1.16-91/dynr/man/dynr.trajectory.Rd                     |   22 
 dynr-0.1.16-91/dynr/man/getdx.Rd                               |   23 
 dynr-0.1.16-91/dynr/man/logLik.dynrCook.Rd                     |    2 
 dynr-0.1.16-91/dynr/man/nobs.dynrCook.Rd                       |    2 
 dynr-0.1.16-91/dynr/man/nobs.dynrModel.Rd                      |    3 
 dynr-0.1.16-91/dynr/man/plotGCV.Rd                             |    4 
 dynr-0.1.16-91/dynr/man/prep.matrixDynamics.Rd                 |    4 
 dynr-0.1.16-91/dynr/man/prep.noise.Rd                          |    4 
 dynr-0.1.16-91/dynr/man/theta_plot.Rd                          |    6 
 dynr-0.1.16-91/dynr/src/Makevars.ucrt                          |only
 dynr-0.1.16-91/dynr/src/Makevars.win                           |    8 
 dynr-0.1.16-91/dynr/src/adaodesolver.c                         |   12 
 dynr-0.1.16-91/dynr/src/adaodesolver.h                         |    4 
 dynr-0.1.16-91/dynr/tools/prep                                 |    2 
 dynr-0.1.16-91/dynr/vignettes/InstallationForDevelopers.Rnw    |   62 +
 dynr-0.1.16-91/dynr/vignettes/InstallationForUsers.Rnw         |   70 -
 dynr-0.1.16-91/dynr/vignettes/LinearDiscreteTimeModels.Rnw     |    9 
 dynr-0.1.16-91/dynr/vignettes/linearSDE.Rmd                    |    4 
 54 files changed, 1072 insertions(+), 895 deletions(-)

More information about dynr at CRAN
Permanent link

Package conos updated to version 1.5.0 with previous version 1.4.9 dated 2022-09-30

Title: Clustering on Network of Samples
Description: Wires together large collections of single-cell RNA-seq datasets, which allows for both the identification of recurrent cell clusters and the propagation of information between datasets in multi-sample or atlas-scale collections. 'Conos' focuses on the uniform mapping of homologous cell types across heterogeneous sample collections. For instance, users could investigate a collection of dozens of peripheral blood samples from cancer patients combined with dozens of controls, which perhaps includes samples of a related tissue such as lymph nodes. This package interacts with data available through the 'conosPanel' package, which is available in a 'drat' repository. To access this data package, see the instructions at <https://github.com/kharchenkolab/conos>. The size of the 'conosPanel' package is approximately 12 MB.
Author: Viktor Petukhov [aut], Nikolas Barkas [aut], Peter Kharchenko [aut], Weiliang Qiu [ctb], Evan Biederstedt [aut, cre]
Maintainer: Evan Biederstedt <evan.biederstedt@gmail.com>

Diff between conos versions 1.4.9 dated 2022-09-30 and 1.5.0 dated 2022-10-17

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

More information about conos at CRAN
Permanent link

New package reportRmd with initial version 0.0.1
Package: reportRmd
Title: Tidy Presentation of Clinical Reporting
Version: 0.0.1
Description: Streamlined statistical reporting in 'Rmarkdown' environments. Facilitates the automated reporting of descriptive statistics, multiple univariate models, multivariable models and tables combining these outputs. Plotting functions include customisable survival curves, forest plots from logistic and ordinal regression and bivariate comparison plots.
License: MIT + file LICENSE
Suggests: rmarkdown, testthat (>= 3.0.0)
Encoding: UTF-8
Imports: aod, cmprsk, geepack, ggplot2, ggpubr, gridExtra, kableExtra, knitr, MASS, pander, plyr, rlang, scales, survival
Depends: R (>= 2.10)
LazyData: true
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-10-13 13:27:15 UTC; lisa
Author: Lisa Avery [cre, aut], Ryan Del Bel [aut], Osvaldo Espin-Garcia [aut], Tyler Pittman [aut] , Yanning Wang [ctr], Jessica Weiss [aut], Wei Xu [aut]
Maintainer: Lisa Avery <lisa.avery@uhn.ca>
Repository: CRAN
Date/Publication: 2022-10-17 06:10:02 UTC

More information about reportRmd at CRAN
Permanent link

New package noisemodel with initial version 1.0.2
Package: noisemodel
Version: 1.0.2
Title: Noise Models for Classification Datasets
Description: Implementation of models for the controlled introduction of errors in classification datasets. This package contains the noise models described in Saez (2022) <doi:10.3390/math10203736> that allow corrupting class labels, attributes and both simultaneously.
License: GPL (>= 3)
Depends: R (>= 3.5.0)
Imports: caret, nnet, e1071, FNN, classInt, ggplot2, ExtDist, lsr, stringr, RColorBrewer, RSNNS, C50
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
Encoding: UTF-8
NeedsCompilation: no
Author: Jose A. Saez [aut, cre]
Maintainer: Jose A. Saez <joseasaezm@ugr.es>
Repository: CRAN
Date/Publication: 2022-10-17 06:20:02 UTC
Packaged: 2022-10-14 13:05:44 UTC; joseasaezm

More information about noisemodel at CRAN
Permanent link

New package metabup with initial version 0.1.3
Package: metabup
Title: Bayesian Meta-Analysis Using Basic Uncertain Pooling
Version: 0.1.3
Description: Contains functions that allow Bayesian meta-analysis (1) with binomial data, counts(y) and total counts (n) or, (2) with user-supplied point estimates and associated variances. Case (1) provides an analysis based on the logit transformation of the sample proportion. This methodology is also appropriate for combining data from sample surveys and related sources. The functions can calculate the corresponding similarity matrix. More details can be found in Cahoy and Sedransk (2023), Cahoy and Sedransk (2022) <doi:10.1007/s42519-018-0027-2>, Evans and Sedransk (2001) <doi:10.1093/biomet/88.3.643>, and Malec and Sedransk (1992) <doi:10.1093/biomet/79.3.593>.
License: GPL (>= 3)
Encoding: UTF-8
Imports: stats, ggplot2, partitions
Depends: R (>= 2.10)
NeedsCompilation: no
Packaged: 2022-10-13 18:59:24 UTC; cahoyd
Author: Dexter Cahoy [aut, cre], Joseph Sedransk [aut]
Maintainer: Dexter Cahoy <dexter.cahoy@gmail.com>
Repository: CRAN
Date/Publication: 2022-10-17 06:20:08 UTC

More information about metabup at CRAN
Permanent link

New package gridOT with initial version 1.0
Package: gridOT
Title: Approximate Optimal Transport Between Two-Dimensional Grids
Version: 1.0
Date: 2022-11-10
Description: Can be used for optimal transport between two-dimensional grids with respect to separable cost functions of l^p form. It utilizes the Frank-Wolfe algorithm to approximate so-called pivot measures: one-dimensional transport plans that fully describe the full transport, see G. Auricchio (2021) <arXiv:2105.07278>. For these, it offers methods for visualization and to extract the corresponding transport plans and costs. Additionally, related functions for one-dimensional optimal transport are available.
License: GPL-3
Imports: Rcpp (>= 1.0.8.3)
LinkingTo: Rcpp, RcppArmadillo
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2022-10-14 14:57:38 UTC; Michl
Author: Michel Groppe [aut, cre], Nicholas Bonneel [ctb], Egervary Research Group on Combinatorial Optimization [cph]
Maintainer: Michel Groppe <michel.groppe@stud.uni-goettingen.de>
Repository: CRAN
Date/Publication: 2022-10-17 06:22:41 UTC

More information about gridOT at CRAN
Permanent link

New package ggstats with initial version 0.1.0
Package: ggstats
Title: Extension to 'ggplot2' for Plotting Stats
Version: 0.1.0
Description: Provides suite of functions to plot regression model coefficients ("forest plots"). The suite also includes new statistics to compute proportions, weighted mean and cross-tabulation statistics, as well as new geometries to add alternative background color to a plot.
License: GPL-3
URL: https://larmarange.github.io/ggstats/
BugReports: https://github.com/larmarange/ggstats/issues
Imports: broom.helpers, cli, dplyr, forcats, ggplot2, lifecycle, magrittr, scales, stats, tidyr
Suggests: broom, emmeans, knitr, labelled, reshape, rmarkdown, nnet, testthat (>= 3.0.0), spelling, survey, survival, vdiffr
Encoding: UTF-8
Language: en-US
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-10-14 15:56:18 UTC; josep
Author: Joseph Larmarange [aut, cre]
Maintainer: Joseph Larmarange <joseph@larmarange.net>
Repository: CRAN
Date/Publication: 2022-10-17 06:32:32 UTC

More information about ggstats at CRAN
Permanent link

Package doBy updated to version 4.6.14 with previous version 4.6.13 dated 2022-05-02

Title: Groupwise Statistics, LSmeans, Linear Estimates, Utilities
Description: Utility package containing: 1) Facilities for working with grouped data: 'do' something to data stratified 'by' some variables. 2) LSmeans (least-squares means), general linear estimates. 3) Restrict functions to a smaller domain. 4) Miscellaneous other utilities.
Author: Soeren Hoejsgaard <sorenh@math.aau.dk> and Ulrich Halekoh <uhalekoh@health.sdu.dk>
Maintainer: Soeren Hoejsgaard <sorenh@math.aau.dk>

Diff between doBy versions 4.6.13 dated 2022-05-02 and 4.6.14 dated 2022-10-17

 doBy-4.6.13/doBy/data/crimeRate.txt                       |only
 doBy-4.6.13/doBy/data/haldCement.txt                      |only
 doBy-4.6.13/doBy/data/potatoes.txt                        |only
 doBy-4.6.14/doBy/DESCRIPTION                              |    9 -
 doBy-4.6.14/doBy/MD5                                      |   56 +++++----
 doBy-4.6.14/doBy/NAMESPACE                                |    7 +
 doBy-4.6.14/doBy/NEWS.md                                  |   15 ++
 doBy-4.6.14/doBy/R/DATA-doby.R                            |   57 ++++++++-
 doBy-4.6.14/doBy/R/DATA-personality.R                     |only
 doBy-4.6.14/doBy/R/by-scaleBy.R                           |only
 doBy-4.6.14/doBy/R/expr_to_fun.R                          |only
 doBy-4.6.14/doBy/R/recover_pca_data.R                     |only
 doBy-4.6.14/doBy/R/split_byrow_bycol.R                    |only
 doBy-4.6.14/doBy/build/vignette.rds                       |binary
 doBy-4.6.14/doBy/data/crimeRate.txt.gz                    |only
 doBy-4.6.14/doBy/data/crime_rate.RData                    |only
 doBy-4.6.14/doBy/data/haldCement.txt.gz                   |only
 doBy-4.6.14/doBy/data/personality.RData                   |only
 doBy-4.6.14/doBy/data/potatoes.txt.gz                     |only
 doBy-4.6.14/doBy/data/prostate.RData                      |only
 doBy-4.6.14/doBy/inst/doc/doby.pdf                        |binary
 doBy-4.6.14/doBy/inst/doc/linest_lsmeans.Rnw              |   19 +--
 doBy-4.6.14/doBy/inst/doc/linest_lsmeans.pdf              |binary
 doBy-4.6.14/doBy/inst/doc/restrict_fun.R                  |   25 ----
 doBy-4.6.14/doBy/inst/doc/restrict_fun.Rnw                |   87 ++++++--------
 doBy-4.6.14/doBy/inst/doc/restrict_fun.pdf                |binary
 doBy-4.6.14/doBy/man/NIRmilk.Rd                           |    3 
 doBy-4.6.14/doBy/man/breastcancer.Rd                      |    3 
 doBy-4.6.14/doBy/man/by_scale.Rd                          |only
 doBy-4.6.14/doBy/man/crimeRate.Rd                         |    2 
 doBy-4.6.14/doBy/man/crime_rate.Rd                        |only
 doBy-4.6.14/doBy/man/data-personality.Rd                  |only
 doBy-4.6.14/doBy/man/data-prostate.Rd                     |only
 doBy-4.6.14/doBy/man/expr_to_fun.Rd                       |only
 doBy-4.6.14/doBy/man/recover_pca_data.Rd                  |only
 doBy-4.6.14/doBy/man/scale2.Rd                            |only
 doBy-4.6.14/doBy/man/split_byrow_bycol.Rd                 |only
 doBy-4.6.14/doBy/vignettes/linest_lsmeans-concordance.tex |only
 doBy-4.6.14/doBy/vignettes/linest_lsmeans.Rnw             |   19 +--
 doBy-4.6.14/doBy/vignettes/restrict_fun-concordance.tex   |only
 doBy-4.6.14/doBy/vignettes/restrict_fun.Rnw               |   87 ++++++--------
 41 files changed, 221 insertions(+), 168 deletions(-)

More information about doBy at CRAN
Permanent link

Package dint updated to version 2.1.4 with previous version 2.1.3 dated 2020-02-06

Title: A Toolkit for Year-Quarter, Year-Month and Year-Isoweek Dates
Description: S3 classes and methods to create and work with year-quarter, year-month and year-isoweek vectors. Basic arithmetic operations (such as adding and subtracting) are supported, as well as formatting and converting to and from standard R date types.
Author: Stefan Fleck [aut, cre]
Maintainer: Stefan Fleck <stefan.b.fleck@gmail.com>

Diff between dint versions 2.1.3 dated 2020-02-06 and 2.1.4 dated 2022-10-17

 dint-2.1.3/dint/tests/testthat/manual_tests/ggplot_scales.html |only
 dint-2.1.4/dint/DESCRIPTION                                    |    7 
 dint-2.1.4/dint/LICENSE                                        |    4 
 dint-2.1.4/dint/MD5                                            |  173 -
 dint-2.1.4/dint/NAMESPACE                                      |  386 +-
 dint-2.1.4/dint/NEWS.md                                        |  144 
 dint-2.1.4/dint/R/accessors.R                                  |  602 +--
 dint-2.1.4/dint/R/arithmetic.R                                 |  904 ++---
 dint-2.1.4/dint/R/date_xx.R                                    |  516 +--
 dint-2.1.4/dint/R/date_y.R                                     |  172 -
 dint-2.1.4/dint/R/date_ym.R                                    |  276 -
 dint-2.1.4/dint/R/date_yq.R                                    |  288 -
 dint-2.1.4/dint/R/date_yw.R                                    |  284 -
 dint-2.1.4/dint/R/dint-package.R                               |  176 -
 dint-2.1.4/dint/R/extract.r                                    |  334 +-
 dint-2.1.4/dint/R/first_of.R                                   | 1012 +++---
 dint-2.1.4/dint/R/format.R                                     |  844 ++---
 dint-2.1.4/dint/R/increment.R                                  |  160 
 dint-2.1.4/dint/R/parser.R                                     |  393 +-
 dint-2.1.4/dint/R/predicates.R                                 |  230 -
 dint-2.1.4/dint/R/scale_date_xx.R                              |  996 +++---
 dint-2.1.4/dint/R/seq.R                                        |  258 -
 dint-2.1.4/dint/R/utils-sfmisc.R                               | 1608 +++++-----
 dint-2.1.4/dint/R/utils.R                                      |  292 -
 dint-2.1.4/dint/R/zoo-compat.R                                 |  360 +-
 dint-2.1.4/dint/README.md                                      |  208 -
 dint-2.1.4/dint/build/vignette.rds                             |binary
 dint-2.1.4/dint/inst/WORDLIST                                  |   52 
 dint-2.1.4/dint/inst/doc/dint.R                                |  362 +-
 dint-2.1.4/dint/inst/doc/dint.Rmd                              |  624 +--
 dint-2.1.4/dint/inst/doc/dint.html                             | 1318 ++++----
 dint-2.1.4/dint/man/Ops.date_xx.Rd                             |   56 
 dint-2.1.4/dint/man/Summary.date_xx.Rd                         |   52 
 dint-2.1.4/dint/man/as.Date.date_xx.Rd                         |  132 
 dint-2.1.4/dint/man/as_yearqtr.Rd                              |  128 
 dint-2.1.4/dint/man/c.date_xx.Rd                               |   54 
 dint-2.1.4/dint/man/date_xx.Rd                                 |  100 
 dint-2.1.4/dint/man/date_xx_arithmetic.Rd                      |   78 
 dint-2.1.4/dint/man/date_xx_arithmetic_disabled.Rd             |   78 
 dint-2.1.4/dint/man/date_xx_breaks.Rd                          |   66 
 dint-2.1.4/dint/man/date_xx_sequences.Rd                       |   62 
 dint-2.1.4/dint/man/date_y.Rd                                  |   88 
 dint-2.1.4/dint/man/date_ym.Rd                                 |   98 
 dint-2.1.4/dint/man/date_yq.Rd                                 |   98 
 dint-2.1.4/dint/man/date_yw.Rd                                 |   98 
 dint-2.1.4/dint/man/day_of_isoweek.Rd                          |  102 
 dint-2.1.4/dint/man/day_of_isoyear.Rd                          |   82 
 dint-2.1.4/dint/man/day_of_month.Rd                            |  112 
 dint-2.1.4/dint/man/day_of_quarter.Rd                          |   64 
 dint-2.1.4/dint/man/day_of_year.Rd                             |   96 
 dint-2.1.4/dint/man/dint-package.Rd                            |   56 
 dint-2.1.4/dint/man/extract_date_xx.Rd                         |  184 -
 dint-2.1.4/dint/man/first_of_yq.Rd                             |   90 
 dint-2.1.4/dint/man/format_date_xx.Rd                          |  214 -
 dint-2.1.4/dint/man/format_ym.Rd                               |  124 
 dint-2.1.4/dint/man/format_yq.Rd                               |  124 
 dint-2.1.4/dint/man/format_yw.Rd                               |  122 
 dint-2.1.4/dint/man/getters.Rd                                 |  132 
 dint-2.1.4/dint/man/period_bounds.Rd                           |  100 
 dint-2.1.4/dint/man/print.date_xx.Rd                           |   38 
 dint-2.1.4/dint/man/rep.date_xx.Rd                             |   38 
 dint-2.1.4/dint/man/round_date_xx.Rd                           |   82 
 dint-2.1.4/dint/man/scale_date_xx.Rd                           |  270 -
 dint-2.1.4/dint/man/y-plus.Rd                                  |  100 
 dint-2.1.4/dint/man/year.Rd                                    |   94 
 dint-2.1.4/dint/man/yq.Rd                                      |   80 
 dint-2.1.4/dint/tests/testthat.R                               |    8 
 dint-2.1.4/dint/tests/testthat/manual_tests/ggplot_scales.R    |   16 
 dint-2.1.4/dint/tests/testthat/manual_tests/ggplot_scales.Rmd  |  742 ++--
 dint-2.1.4/dint/tests/testthat/manual_tests/print_methods.R    |   26 
 dint-2.1.4/dint/tests/testthat/test_accessors.R                |   72 
 dint-2.1.4/dint/tests/testthat/test_arithmetic.R               |  308 +
 dint-2.1.4/dint/tests/testthat/test_date_xx.R                  |  100 
 dint-2.1.4/dint/tests/testthat/test_date_y.R                   |   12 
 dint-2.1.4/dint/tests/testthat/test_date_ym.R                  |   26 
 dint-2.1.4/dint/tests/testthat/test_date_yq.R                  |  167 -
 dint-2.1.4/dint/tests/testthat/test_date_yw.R                  |  116 
 dint-2.1.4/dint/tests/testthat/test_extract.r                  |   98 
 dint-2.1.4/dint/tests/testthat/test_first_of.R                 |  558 +--
 dint-2.1.4/dint/tests/testthat/test_format.R                   |  416 +-
 dint-2.1.4/dint/tests/testthat/test_increment.R                |   92 
 dint-2.1.4/dint/tests/testthat/test_parser.R                   |  125 
 dint-2.1.4/dint/tests/testthat/test_predicates.R               |  118 
 dint-2.1.4/dint/tests/testthat/test_scale_date_xx.R            |  216 -
 dint-2.1.4/dint/tests/testthat/test_seq.R                      |  378 +-
 dint-2.1.4/dint/tests/testthat/test_utils.R                    |   70 
 dint-2.1.4/dint/tests/testthat/test_zoo-compat.R               |   50 
 dint-2.1.4/dint/vignettes/dint.Rmd                             |  624 +--
 88 files changed, 10480 insertions(+), 10333 deletions(-)

More information about dint at CRAN
Permanent link

New package CMMs with initial version 1.0.0
Package: CMMs
Title: Compositional Mediation Model
Version: 1.0.0
Description: A compositional mediation model for continuous outcome and binary outcomes to deal with mediators that are compositional data. Lin, Ziqiang et al. (2022) <doi:10.1016/j.jad.2021.12.019>.
Depends: R (>= 3.5.0)
License: GPL-3
Encoding: UTF-8
Imports: fastDummies,survey,robCompositions,ggplot2,forcats,dplyr
LazyData: true
NeedsCompilation: no
Packaged: 2022-10-14 17:05:49 UTC; linzi
Author: Ziqiang Lin [aut, cre], Jinqun Cheng [aut], Qiaoxuan Lin [aut], Wayne Lawrence [aut], Wangjian Zhang [aut], Yanhui Gao [aut]
Maintainer: Ziqiang Lin <linziqiang0314@gmail.com>
Repository: CRAN
Date/Publication: 2022-10-17 06:35:19 UTC

More information about CMMs at CRAN
Permanent link

Package GenHMM1d (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-01-21 0.1.0

Permanent link
Package rasterList (with last version 0.5.8) was removed from CRAN

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

2017-08-11 0.5.8

Permanent link
Package WLinfer (with last version 1.2.0) was removed from CRAN

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

2022-09-02 1.2.0
2020-09-27 1.1.0
2020-09-09 1.0.0

Permanent link
Package LindleyR (with last version 1.1.0) was removed from CRAN

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

2016-06-23 1.1.0
2016-05-22 1.0.0

Permanent link
Package textreadr (with last version 1.2.0) was removed from CRAN

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

2021-10-09 1.2.0
2020-06-17 1.0.2
2018-09-28 0.9.0
2018-09-27 0.8.1
2017-12-12 0.7.0
2017-04-30 0.5.1
2017-02-19 0.3.1
2017-01-11 0.3.0

Permanent link
Package lmomPi (with last version 0.5.0) was removed from CRAN

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

2017-11-29 0.5.0

Permanent link
Package VaRES (with last version 1.0.1) was removed from CRAN

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

2022-06-23 1.0.1
2013-08-27 1.0

Permanent link
Package activityCounts (with last version 0.1.2) was removed from CRAN

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

2019-07-31 0.1.2

Permanent link
Package ezpickr (with last version 2.1.0) was removed from CRAN

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

2020-11-16 2.1.0

Permanent link

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