Sat, 26 Jun 2021

Package RcppRedis updated to version 0.1.11 with previous version 0.1.10 dated 2020-01-16

Title: 'Rcpp' Bindings for 'Redis' using the 'hiredis' Library
Description: Connection to the 'Redis' key/value store using the C-language client library 'hiredis' (included as a fallback) with 'MsgPack' encoding provided via 'RcppMsgPack' headers.
Author: Dirk Eddelbuettel
Maintainer: Dirk Eddelbuettel <edd@debian.org>

Diff between RcppRedis versions 0.1.10 dated 2020-01-16 and 0.1.11 dated 2021-06-26

 ChangeLog         |   43 +++++++++++++++++++++++++++++++++++++++++++
 DESCRIPTION       |   11 +++++++----
 MD5               |   18 ++++++++++--------
 README.md         |   10 ++++++++--
 configure         |   18 +++++++++---------
 configure.ac      |    4 ++--
 inst/NEWS.Rd      |   14 +++++++++++++-
 src/Makevars.ucrt |only
 src/Makevars.win  |   13 ++++++-------
 src/Redis.cpp     |   19 +++++++++++++++----
 tools             |only
 11 files changed, 113 insertions(+), 37 deletions(-)

More information about RcppRedis at CRAN
Permanent link

Package BIRDS updated to version 0.2.0 with previous version 0.1.27.1 dated 2021-03-01

Title: Biodiversity Information Review and Decision Support
Description: It helps making the evaluation and preparation of biodiversity data easy, systematic and reproducible. It also helps the users to overlay the point observations into a custom grid that is useful for further analysis. The review summarise statistics that helps evaluate whether a set of species observations is fit-for-use and take decisions upon its use of on further analyses. It does so by quantifying the sampling effort (amount of effort expended during an event) and data completeness (data gaps) to help judge whether the data is representative, valid and fit for any intended purpose. The 'BIRDS' package is most useful when working with heterogeneous data sets with variation in the sampling process, i.e. where data have been collected and reported in various ways and therefore varying in sampling effort and data completeness (i.e. how well the reported observations describe the true state). Primary biodiversity data (PBD) combining data from different data sets, like e.g. Global Biodiversity Information Facility (GBIF) mediated data, commonly vary in the ways data has been generated - containing opportunistically collected presence-only data together with and data from systematic monitoring programs. The set of tools provided is aimed at understanding the process that generated the data (i.e. observing, recording and reporting species into databases). References: Ruete (2015) <doi:10.3897/BDJ.3.e5361>; Szabo, Vesk, Baxter & Possingham (2010) <doi:10.1890/09-0877.1>; Telfer, Preston 6 Rothery (2002) <doi:10.1016/S0006-3207(02)00050-2>.
Author: Debora Arlt [aut] (<https://orcid.org/0000-0003-0874-4250>), Alejandro Ruete [aut, cre] (<https://orcid.org/0000-0001-7681-2812>), Anton Hammarström [aut]
Maintainer: Alejandro Ruete <aleruete@gmail.com>

Diff between BIRDS versions 0.1.27.1 dated 2021-03-01 and 0.2.0 dated 2021-06-26

 DESCRIPTION                               |   16 -
 MD5                                       |  160 ++++++------
 NAMESPACE                                 |   25 -
 R/BIRDS_pkg.r                             |   24 -
 R/biodiversityFunctions.R                 |   16 -
 R/data.R                                  |    6 
 R/exploreVisits.r                         |  254 ++++---------------
 R/exportBirds.R                           |  116 +++++----
 R/exposeIgnorance.R                       |    2 
 R/focalSpecies.R                          |  230 ++++++++++++-----
 R/getUTM.r                                |only
 R/makeGrid.r                              |  385 ++++++++++++++----------------
 R/observationIndex.R                      |   89 ++++--
 R/organizeBirds.R                         |  259 +++++++++++---------
 R/overlayBirds.R                          |  179 +++++++------
 R/removeObservations.R                    |   10 
 R/summarizeBirds.R                        |  231 ++++++++++--------
 R/sysdata.rda                             |binary
 README.md                                 |  347 +++++++++++++++++----------
 build/partial.rdb                         |binary
 build/vignette.rds                        |binary
 data/SB.rdata                             |binary
 data/gotaland.rdata                       |binary
 data/searchPolygon.rdata                  |binary
 data/simpleSB.rdata                       |binary
 inst/doc/BIRDS.R                          |   42 +--
 inst/doc/BIRDS.Rmd                        |   42 +--
 inst/doc/BIRDS.html                       |  121 ++++-----
 inst/doc/technical_details.Rmd            |    2 
 inst/doc/technical_details.html           |    7 
 inst/doc/working_with_xts_timeseries.Rmd  |    2 
 inst/doc/working_with_xts_timeseries.html |  146 ++++++-----
 man/BIRDS.Rd                              |   98 +++----
 man/OB2Polygon.Rd                         |   66 ++---
 man/bombusObs.Rd                          |   82 +++---
 man/bryophytaObs.Rd                       |   82 +++---
 man/communityMatrix.Rd                    |   68 ++---
 man/communityMatrixGrid.Rd                |   70 ++---
 man/createOverlayForGrid.Rd               |   46 +--
 man/createVisits.Rd                       |  112 ++++----
 man/deconstructOverlay.Rd                 |   42 +--
 man/drawPolygon.Rd                        |   66 ++---
 man/exploreVisits.Rd                      |  138 +++++-----
 man/exportBirds.Rd                        |   96 +++----
 man/exposeIgnorance.Rd                    |   82 +++---
 man/extractPresence.Rd                    |   36 +-
 man/focalSpReport.Rd                      |  107 ++++----
 man/focalSpSummary.Rd                     |   66 ++---
 man/getGridIDs.Rd                         |   44 +--
 man/getSpatial.Rd                         |   42 +--
 man/getSpatioTemporal.Rd                  |   44 +--
 man/getTemporal.Rd                        |   42 +--
 man/getUTMproj.Rd                         |   44 +--
 man/getUTMzone.Rd                         |only
 man/gotaland.Rd                           |    2 
 man/includeUniqueSpillover.Rd             |   46 +--
 man/listSpecies.Rd                        |   48 +--
 man/logObsInd.Rd                          |   64 ++--
 man/makeCircle.Rd                         |   55 ++--
 man/makeGrid.Rd                           |  135 +++++-----
 man/normalize.Rd                          |   36 +-
 man/obsData.Rd                            |    2 
 man/obsIndex.Rd                           |  144 +++++------
 man/obsIndexSpatial.Rd                    |   58 ++--
 man/obsIndexTemporal.Rd                   |   76 ++---
 man/organizeBirds.Rd                      |  254 ++++++++++---------
 man/organizeDate.Rd                       |   62 ++--
 man/overlayBirds.Rd                       |  125 ++++-----
 man/recBySpp.Rd                           |   82 +++---
 man/removeObs.Rd                          |  140 +++++-----
 man/renameGrid.Rd                         |    9 
 man/searchPolygon.Rd                      |    2 
 man/simpleSB.Rd                           |    2 
 man/simplifySpp.Rd                        |   40 +--
 man/spatialVisits.Rd                      |   93 +++----
 man/summarizeBirds.Rd                     |   22 -
 man/visits.Rd                             |   77 +++---
 man/whichNonEmpty.Rd                      |   37 +-
 tests/testthat/test-export.R              |  155 ++++++------
 vignettes/BIRDS.Rmd                       |   42 +--
 vignettes/technical_details.Rmd           |    2 
 vignettes/working_with_xts_timeseries.Rmd |    2 
 82 files changed, 3114 insertions(+), 2882 deletions(-)

More information about BIRDS at CRAN
Permanent link

Package OpenRepGrid.ic updated to version 0.5.1 with previous version 0.5.0 dated 2021-01-09

Title: Interpretive Clustering for Repertory Grids
Description: Shiny UI to identify cliques of related constructs in repertory grid data. See Burr, King, & Heckmann (2020) <doi:10.1080/14780887.2020.1794088> for a description of the interpretive clustering (IC) method.
Author: Mark Heckmann [aut, cre, cph] (<https://orcid.org/0000-0002-0736-7417>), Viv Burr [aut], Nigel King [aut]
Maintainer: Mark Heckmann <heckmann.mark@gmail.com>

Diff between OpenRepGrid.ic versions 0.5.0 dated 2021-01-09 and 0.5.1 dated 2021-06-26

 OpenRepGrid.ic-0.5.0/OpenRepGrid.ic/inst/shiny/rsconnect          |only
 OpenRepGrid.ic-0.5.1/OpenRepGrid.ic/DESCRIPTION                   |   17 -
 OpenRepGrid.ic-0.5.1/OpenRepGrid.ic/MD5                           |   35 +-
 OpenRepGrid.ic-0.5.1/OpenRepGrid.ic/NAMESPACE                     |   58 ++--
 OpenRepGrid.ic-0.5.1/OpenRepGrid.ic/build/partial.rdb             |binary
 OpenRepGrid.ic-0.5.1/OpenRepGrid.ic/inst/CITATION                 |    6 
 OpenRepGrid.ic-0.5.1/OpenRepGrid.ic/inst/shiny/ui.R               |   35 --
 OpenRepGrid.ic-0.5.1/OpenRepGrid.ic/man/OpenRepGrid.ic.Rd         |  138 ++++-----
 OpenRepGrid.ic-0.5.1/OpenRepGrid.ic/man/add_image_border.Rd       |   24 -
 OpenRepGrid.ic-0.5.1/OpenRepGrid.ic/man/align_positive_poles.Rd   |   24 -
 OpenRepGrid.ic-0.5.1/OpenRepGrid.ic/man/calculate_similarity.Rd   |   36 +-
 OpenRepGrid.ic-0.5.1/OpenRepGrid.ic/man/cell_text_split.Rd        |   42 +--
 OpenRepGrid.ic-0.5.1/OpenRepGrid.ic/man/check_excel_input.Rd      |   28 +-
 OpenRepGrid.ic-0.5.1/OpenRepGrid.ic/man/check_excel_input_test.Rd |   28 +-
 OpenRepGrid.ic-0.5.1/OpenRepGrid.ic/man/clique_color_pals.Rd      |   44 +--
 OpenRepGrid.ic-0.5.1/OpenRepGrid.ic/man/create_excel_output.Rd    |   40 +-
 OpenRepGrid.ic-0.5.1/OpenRepGrid.ic/man/ic.Rd                     |   46 +--
 OpenRepGrid.ic-0.5.1/OpenRepGrid.ic/man/network_graph_images.Rd   |  140 +++++-----
 OpenRepGrid.ic-0.5.1/OpenRepGrid.ic/man/valence_pole_prefix.Rd    |   24 -
 19 files changed, 369 insertions(+), 396 deletions(-)

More information about OpenRepGrid.ic at CRAN
Permanent link

Package SynthETIC updated to version 1.0.1 with previous version 1.0.0 dated 2021-04-02

Title: Synthetic Experience Tracking Insurance Claims
Description: Creation of an individual claims simulator which generates various features of non-life insurance claims. An initial set of test parameters, designed to mirror the experience of an Auto Liability portfolio, were set up and applied by default to generate a realistic test data set of individual claims (see vignette). The simulated data set then allows practitioners to back-test the validity of various reserving models and to prove and/or disprove certain actuarial assumptions made in claims modelling. The distributional assumptions used to generate this data set can be easily modified by users to match their experiences. Reference: Avanzi B, Taylor G, Wang M, Wong B (2020) "SynthETIC: an individual insurance claim simulator with feature control" <arXiv:2008.05693>.
Author: Benjamin Avanzi [aut], Greg Taylor [aut], Melantha Wang [aut, cre], Bernard Wong [aut]
Maintainer: Melantha Wang <wang.melantha@gmail.com>

Diff between SynthETIC versions 1.0.0 dated 2021-04-02 and 1.0.1 dated 2021-06-26

 DESCRIPTION                  |    6 +-
 MD5                          |   16 +++----
 NEWS.md                      |   19 ++++++++
 R/output.R                   |   86 +++++++++++++++++++++++++++++++-------
 inst/doc/SynthETIC-demo.R    |    3 -
 inst/doc/SynthETIC-demo.Rmd  |    5 +-
 inst/doc/SynthETIC-demo.html |   96 +++++++++++++++++++++----------------------
 man/claim_output.Rd          |   27 ++++++++----
 vignettes/SynthETIC-demo.Rmd |    5 +-
 9 files changed, 179 insertions(+), 84 deletions(-)

More information about SynthETIC at CRAN
Permanent link

Package SurvHiDim updated to version 0.1.1 with previous version 0.1.0 dated 2021-04-09

Title: High Dimensional Survival Data Analysis
Description: High dimensional time to events data analysis with variable selection technique. Currently support LASSO, clustering and Bonferroni's correction.
Author: Atanu Bhattacharjee [aut, cre, ctb], Akash Pawar [aut, ctb]
Maintainer: Atanu Bhattacharjee <atanustat@gmail.com>

Diff between SurvHiDim versions 0.1.0 dated 2021-04-09 and 0.1.1 dated 2021-06-26

 DESCRIPTION      |   10 +++++-----
 MD5              |   10 ++++++++--
 NAMESPACE        |   45 ++++++++++++++++++++++++---------------------
 R/multicoxa.R    |only
 R/multicoxb.R    |only
 R/survdesc.R     |only
 man/multicoxa.Rd |only
 man/multicoxb.Rd |only
 man/survdesc.Rd  |only
 9 files changed, 37 insertions(+), 28 deletions(-)

More information about SurvHiDim at CRAN
Permanent link

Package basictabler updated to version 1.0.2 with previous version 1.0.1 dated 2021-05-12

Title: Construct Rich Tables for Output to 'HTML'/'Excel'
Description: Easily create tables from data frames/matrices. Create/manipulate tables row-by-row, column-by-column or cell-by-cell. Use common formatting/styling to output rich tables as 'HTML', 'HTML widgets' or to 'Excel'.
Author: Christopher Bailiss [aut, cre]
Maintainer: Christopher Bailiss <cbailiss@gmail.com>

Diff between basictabler versions 1.0.1 dated 2021-05-12 and 1.0.2 dated 2021-06-26

 DESCRIPTION                            |    9 
 MD5                                    |   59 ++--
 NEWS.md                                |   16 +
 R/BasicTable.R                         |   85 +++++
 R/FlexTableRenderer.R                  |only
 R/FlexTableStyle.R                     |only
 R/FlexTableStyles.R                    |only
 R/TableOpenXlsxRenderer.R              |    2 
 R/TableOpenXlsxStyles.R                |    8 
 R/styleParsing.R                       |  185 ++++++++++++
 README.md                              |    4 
 build/vignette.rds                     |binary
 inst/doc/v01-introduction.html         |   33 +-
 inst/doc/v02-workingwithcells.html     |   61 ++--
 inst/doc/v03-outputs.R                 |   72 ++++
 inst/doc/v03-outputs.Rmd               |  132 +++++++++
 inst/doc/v03-outputs.html              |  355 +++++++++++++++++++++---
 inst/doc/v04-styling.R                 |   77 +++--
 inst/doc/v04-styling.Rmd               |   88 ++++--
 inst/doc/v04-styling.html              |  482 +++++++++++++++++----------------
 inst/doc/v05-findingandformatting.html |   61 ++--
 inst/doc/v06-shiny.html                |    4 
 inst/doc/v07-excelexport.html          |    4 
 man/BasicTable.Rd                      |   37 ++
 man/FlexTableRenderer.Rd               |only
 man/FlexTableStyle.Rd                  |only
 man/FlexTableStyles.Rd                 |only
 man/PxToPt.Rd                          |only
 man/getFtBorderFromCssBorder.Rd        |only
 man/getFtBorderStyleFromCssBorder.Rd   |only
 man/getFtBorderWidthFromCssBorder.Rd   |only
 man/getXlBorderFromCssBorder.Rd        |    2 
 man/parseFtBorder.Rd                   |only
 tests/testthat/test06_themingTests.R   |   27 +
 vignettes/v03-outputs.Rmd              |  132 +++++++++
 vignettes/v04-styling.Rmd              |   88 ++++--
 36 files changed, 1577 insertions(+), 446 deletions(-)

More information about basictabler at CRAN
Permanent link

Package LSMRealOptions updated to version 0.2.1 with previous version 0.2.0 dated 2021-05-04

Title: Value American and Real Options Through LSM Simulation
Description: The least-squares Monte Carlo (LSM) simulation method is a popular method for the approximation of the value of early and multiple exercise options. 'LSMRealOptions' provides implementations of the LSM simulation method to value American option products and capital investment projects through real options analysis. 'LSMRealOptions' values capital investment projects with cash flows dependent upon underlying state variables that are stochastically evolving, providing analysis into the timing and critical values at which investment is optimal. 'LSMRealOptions' provides flexibility in the stochastic processes followed by underlying assets, the number of state variables, basis functions and underlying asset characteristics to allow a broad range of assets to be valued through the LSM simulation method. Real options projects are further able to be valued whilst considering construction periods, time-varying initial capital expenditures and path-dependent operational flexibility including the ability to temporarily shutdown or permanently abandon projects after initial investment has occurred. The LSM simulation method was first presented in the prolific work of Longstaff and Schwartz (2001) <doi:10.1093/rfs/14.1.113>.
Author: Thomas Aspinall [aut, cre] (<https://orcid.org/0000-0002-6968-1989>), Adrian Gepp [aut] (<https://orcid.org/0000-0003-1666-5501>), Geoff Harris [aut] (<https://orcid.org/0000-0003-4284-8619>), Simone Kelly [aut] (<https://orcid.org/0000-0002-6528-8557>), Colette Southam [aut] (<https://orcid.org/0000-0001-7263-2347>), Bruce Vanstone [aut] (<https://orcid.org/0000-0002-3977-2468>)
Maintainer: Thomas Aspinall <tomaspinall2512@gmail.com>

Diff between LSMRealOptions versions 0.2.0 dated 2021-05-04 and 0.2.1 dated 2021-06-26

 LSMRealOptions-0.2.0/LSMRealOptions/R/deprecated_functions.R     |only
 LSMRealOptions-0.2.0/LSMRealOptions/man/GBM.Simulate.Rd          |only
 LSMRealOptions-0.2.0/LSMRealOptions/man/LSM.AmericanOption.Rd    |only
 LSMRealOptions-0.2.0/LSMRealOptions/man/LSM.RealOption.OF.Rd     |only
 LSMRealOptions-0.2.0/LSMRealOptions/man/LSM.RealOption.Rd        |only
 LSMRealOptions-0.2.0/LSMRealOptions/man/figures                  |only
 LSMRealOptions-0.2.1/LSMRealOptions/DESCRIPTION                  |   11 
 LSMRealOptions-0.2.1/LSMRealOptions/MD5                          |   36 
 LSMRealOptions-0.2.1/LSMRealOptions/NAMESPACE                    |    4 
 LSMRealOptions-0.2.1/LSMRealOptions/NEWS.md                      |    4 
 LSMRealOptions-0.2.1/LSMRealOptions/R/LSM_american_option.R      |    4 
 LSMRealOptions-0.2.1/LSMRealOptions/R/LSM_real_option.R          |   11 
 LSMRealOptions-0.2.1/LSMRealOptions/R/LSM_real_option_OF.R       |    2 
 LSMRealOptions-0.2.1/LSMRealOptions/inst/doc/LSMRealOptions.R    |    6 
 LSMRealOptions-0.2.1/LSMRealOptions/inst/doc/LSMRealOptions.Rmd  |  974 +++++-----
 LSMRealOptions-0.2.1/LSMRealOptions/inst/doc/LSMRealOptions.html |   78 
 LSMRealOptions-0.2.1/LSMRealOptions/man/LSM_american_option.Rd   |    2 
 LSMRealOptions-0.2.1/LSMRealOptions/vignettes/LSMRealOptions.Rmd |  974 +++++-----
 18 files changed, 1057 insertions(+), 1049 deletions(-)

More information about LSMRealOptions at CRAN
Permanent link

Package rangemap updated to version 0.1.17 with previous version 0.1.16 dated 2021-02-05

Title: Simple Tools for Defining Species Ranges
Description: A collection of tools to create species range maps based on occurrence data, statistics, and spatial objects. Other tools in this collection can be used to analyze the environmental characteristics of the species ranges. Plotting options to represent results in various manners are also available. Results obtained using these tools can be used to explore the distribution of species and define areas of occupancy and extent of occurrence of species. Other packages help to explore species distributions using distinct methods, but options presented in this set of tools (e.g., using trend surface analysis and concave hull polygons) are exclusive. Description of methods, approaches, and comments for some of the tools implemented here can be found in: IUCN (2001) <https://portals.iucn.org/library/node/10315>, Peterson et al. (2011) <https://www.degruyter.com/princetonup/view/title/506966>, and Graham and Hijmans (2006) <doi:10.1111/j.1466-8238.2006.00257.x>.
Author: Marlon E. Cobos [aut, cre] (<https://orcid.org/0000-0002-2611-1767>), Vijay Barve [aut] (<https://orcid.org/0000-0002-4852-2567>), Narayani Barve [aut] (<https://orcid.org/0000-0002-7893-8774>), Alberto Jimenez-Valverde [aut] (<https://orcid.org/0000-0001-9962-2106>), Claudia Nuñez-Penichet [aut] (<https://orcid.org/0000-0001-7442-8593>)
Maintainer: Marlon E. Cobos <manubio13@gmail.com>

Diff between rangemap versions 0.1.16 dated 2021-02-05 and 0.1.17 dated 2021-06-26

 DESCRIPTION                               |    8 
 MD5                                       |   96 -
 NEWS.md                                   |   30 
 R/Classes.R                               |  154 +-
 R/buffer_point_helpers.R                  |  158 +-
 R/country_codes.R                         |   98 -
 R/geobuffer_points.R                      |  230 +--
 R/globals.R                               |    6 
 R/helpers.R                               | 1039 ++++++++--------
 R/occ_doc.R                               |  144 +-
 R/plotting_helpers.R                      |  414 +++---
 R/rangemap.R                              |   40 
 R/rangemap_bound.R                        |  782 ++++++------
 R/rangemap_buff.R                         |  395 +++---
 R/rangemap_enm.R                          |  605 +++++----
 R/rangemap_explore.R                      |  203 +--
 R/rangemap_fig.R                          |  621 +++++----
 R/rangemap_hull.R                         |  586 +++++----
 R/rangemap_tsa.R                          |  625 +++++-----
 R/ranges_doc.R                            |  190 +--
 R/ranges_emaps.R                          |  430 +++---
 R/ranges_espace.R                         |  396 +++---
 R/raster_doc.R                            |  104 -
 R/summary.R                               |  190 +--
 README.md                                 | 1873 ++++++++++++++----------------
 build/vignette.rds                        |binary
 inst/doc/rangemap_short_tutorial_I.R      |  150 +-
 inst/doc/rangemap_short_tutorial_I.Rmd    |  328 ++---
 inst/doc/rangemap_short_tutorial_I.html   |  734 ++++-------
 inst/doc/rangemap_short_tutorial_II.R     |  112 -
 inst/doc/rangemap_short_tutorial_II.Rmd   |  208 +--
 inst/doc/rangemap_short_tutorial_II.html  |  646 +++-------
 inst/doc/rangemap_short_tutorial_III.R    |  114 -
 inst/doc/rangemap_short_tutorial_III.Rmd  |  202 +--
 inst/doc/rangemap_short_tutorial_III.html |  636 +++-------
 inst/doc/rangemap_short_tutorial_IV.R     |  144 +-
 inst/doc/rangemap_short_tutorial_IV.Rmd   |  262 ++--
 inst/doc/rangemap_short_tutorial_IV.html  |  660 +++-------
 man/GADM_spoly.Rd                         |    2 
 man/eoo.Rd                                |   12 
 man/rangemap_boundaries.Rd                |   45 
 man/rangemap_buffer.Rd                    |   20 
 man/rangemap_enm.Rd                       |   19 
 man/rangemap_hull.Rd                      |   25 
 man/rangemap_tsa.Rd                       |   12 
 vignettes/rangemap_short_tutorial_I.Rmd   |  328 ++---
 vignettes/rangemap_short_tutorial_II.Rmd  |  208 +--
 vignettes/rangemap_short_tutorial_III.Rmd |  202 +--
 vignettes/rangemap_short_tutorial_IV.Rmd  |  262 ++--
 49 files changed, 7141 insertions(+), 7607 deletions(-)

More information about rangemap at CRAN
Permanent link

New package TensorClustering with initial version 1.0.2
Package: TensorClustering
Title: Model-Based Tensor Clustering
Version: 1.0.2
Authors@R: c(person(given = "Kai", family = "Deng", role = c("aut","cre"), email = "kd18h@stat.fsu.edu"), person(given = "Yuqing", family = "Pan", role = "aut", email = "yuqing.pan@stat.fsu.edu"), person(given = "Xin", family = "Zhang", role = "aut", email = "henry@stat.fsu.edu"), person(given = "Qing", family = "Mai", role = "aut", email = "mai@stat.fsu.edu"))
Description: Performs model-based tensor clustering methods including Tensor Gaussian Mixture Model (TGMM), Tensor Envelope Mixture Model (TEMM) by Deng and Zhang (2021) <DOI: 10.1111/biom.13486>, Doubly-Enhanced EM (DEEM) algorithm by Mai, Zhang, Pan and Deng (2021) <DOI: 10.1080/01621459.2021.1904959>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: false
Imports: MASS, tensr, rTensor, TRES, abind, combinat, pracma, stats, mvtnorm, Rcpp
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2021-06-26 04:52:38 UTC; azuryee
Author: Kai Deng [aut, cre], Yuqing Pan [aut], Xin Zhang [aut], Qing Mai [aut]
Maintainer: Kai Deng <kd18h@stat.fsu.edu>
Repository: CRAN
Date/Publication: 2021-06-26 05:40:02 UTC

More information about TensorClustering at CRAN
Permanent link

Package RMVL updated to version 0.0.1.3 with previous version 0.0.1.2 dated 2021-06-23

Title: Mappable Vector Library for Handling Large Datasets
Description: Mappable vector library provides convenient way to access large datasets on solid state drives. This bypasses limitation of physical memory size as well as limited bandwidth of database interfaces. Access speed depends on storage medium, so solid state drive is recommended, preferably with PCI Express (or M.2 nvme) interface. The data is memory mapped into R and then accessed using usual R list and array subscription operators. The layout of underlying MVL files is optimized for large datasets. The vectors are stored to guarantee alignment for vector intrinsics after memory map. The package is built on top of libMVL, which can be used as standalone C library. libMVL has simple C API making it easy to interchange of datasets with outside programs.
Author: Vladimir Dergachev [aut, cre] (<https://orcid.org/0000-0003-4708-6625>)
Maintainer: Vladimir Dergachev <support@altumrete.com>

Diff between RMVL versions 0.0.1.2 dated 2021-06-23 and 0.0.1.3 dated 2021-06-26

 DESCRIPTION              |    6 +++---
 MD5                      |    8 +++++---
 NAMESPACE                |    2 ++
 R/RMVL.R                 |   23 +++++++++++++++++++++++
 man/dim.MVL_OBJECT.Rd    |only
 man/length.MVL_OBJECT.Rd |only
 6 files changed, 33 insertions(+), 6 deletions(-)

More information about RMVL at CRAN
Permanent link

Package shipunov updated to version 1.15 with previous version 1.14 dated 2021-03-17

Title: Miscellaneous Functions from Alexey Shipunov
Description: A collection of functions for data manipulation, plotting and statistical computing, to use separately or with the book "Visual Statistics. Use R!": Shipunov (2020) <http://ashipunov.info/shipunov/software/r/r-en.htm>. Most useful functions: Bclust(), Jclust() and BootA() which bootstrap hierarchical clustering; Recode() which does multiple recoding in a fast, simple and flexible way; Misclass() which outputs confusion matrix even if classes are not concerted; Overlap() which measures group separation on any projection; Biarrows() which converts any scatterplot into biplot; and Pleiad() which is fast and flexible correlogram.
Author: Alexey Shipunov [aut, cre], Paul Murrell [ctb], Marcello D'Orazio [ctb], Stephen Turner [ctb], Eugeny Altshuler [ctb], Roland Rau [ctb], Marcus W Beck [ctb], Sebastian Gibb [ctb], Weiliang Qiu [ctb], Emmanuel Paradis [ctb], Roger Koenker [ctb], R Core Team [ctb]
Maintainer: Alexey Shipunov <dactylorhiza@gmail.com>

Diff between shipunov versions 1.14 dated 2021-03-17 and 1.15 dated 2021-06-26

 DESCRIPTION        |    8 ++++----
 MD5                |   14 ++++++++------
 NAMESPACE          |    6 +++++-
 NEWS               |    4 ++++
 R/clustergram.r    |only
 TODO               |   38 +++++++++++++++++++++++---------------
 inst/bin/Rresults  |    9 +++++++--
 man/Clustergram.Rd |only
 man/Rresults.Rd    |   17 ++++++++++++-----
 9 files changed, 63 insertions(+), 33 deletions(-)

More information about shipunov at CRAN
Permanent link

Package iNZightPlots updated to version 2.13.2 with previous version 2.13.0 dated 2021-05-05

Title: Graphical Tools for Exploring Data with 'iNZight'
Description: Simple plotting function(s) for exploratory data analysis with flexible options allowing for easy plot customisation. The goal is to make it easy for beginners to start exploring a dataset through simple R function calls, as well as provide a similar interface to summary statistics and inference information. Includes functionality to generate interactive HTML-driven graphs. Used by 'iNZight', a graphical user interface providing easy exploration and visualisation of data for students of statistics, available in both desktop and online versions.
Author: Tom Elliott [aut, cre] (<https://orcid.org/0000-0002-7815-6318>), Yu Han Soh [aut], Daniel Barnett [aut]
Maintainer: Tom Elliott <tom.elliott@auckland.ac.nz>

Diff between iNZightPlots versions 2.13.0 dated 2021-05-05 and 2.13.2 dated 2021-06-26

 DESCRIPTION                            |    6 +-
 MD5                                    |   20 ++++----
 R/exportHTML.R                         |   74 +++++++++++++++++++--------------
 man/exportHTML.Rd                      |   22 ++++-----
 tests/testthat/test_ftplots.R          |   14 ++++++
 tests/testthat/test_interaction.R      |   15 ++++++
 tests/testthat/test_repweights.R       |    4 +
 tests/testthat/test_summary.R          |    4 +
 tests/testthat/test_survey.R           |   16 ++++---
 tests/testthat/test_survey_inference.R |   15 ++++--
 tests/testthat/test_survey_methods.R   |    4 +
 11 files changed, 126 insertions(+), 68 deletions(-)

More information about iNZightPlots at CRAN
Permanent link

Package dataRetrieval updated to version 2.7.8 with previous version 2.7.7 dated 2021-03-06

Title: Retrieval Functions for USGS and EPA Hydrologic and Water Quality Data
Description: Collection of functions to help retrieve U.S. Geological Survey (USGS) and U.S. Environmental Protection Agency (EPA) water quality and hydrology data from web services. USGS web services are discovered from National Water Information System (NWIS) <https://waterservices.usgs.gov/> and <https://waterdata.usgs.gov/nwis>. Both EPA and USGS water quality data are obtained from the Water Quality Portal <https://www.waterqualitydata.us/>.
Author: Laura DeCicco [aut, cre] (<https://orcid.org/0000-0002-3915-9487>), Robert Hirsch [aut] (<https://orcid.org/0000-0002-4534-075X>), David Lorenz [aut], Jordan Read [ctb], Jordan Walker [ctb], Lindsay Carr [ctb], David Watkins [aut] (<https://orcid.org/0000-0002-7544-0700>), David Blodgett [ctb], Mike Johnson [aut] (<https://orcid.org/0000-0002-5288-8350>)
Maintainer: Laura DeCicco <ldecicco@usgs.gov>

Diff between dataRetrieval versions 2.7.7 dated 2021-03-06 and 2.7.8 dated 2021-06-26

 DESCRIPTION                              |    6 
 MD5                                      |   43 +++-
 NEWS                                     |    6 
 R/importRDB1.r                           |  286 +++++++++++--------------------
 R/importWQP.R                            |   53 +++--
 R/readNWISqw.r                           |   15 -
 R/readWQPdata.R                          |   27 +-
 R/whatNWISData.r                         |    8 
 build/vignette.rds                       |binary
 inst/CITATION                            |    6 
 inst/doc/dataRetrieval.Rmd               |    4 
 inst/doc/dataRetrieval.html              |    7 
 man/readNWISqw.Rd                        |   12 -
 man/whatNWISdata.Rd                      |    5 
 tests/testthat/tests_userFriendly_fxns.R |    2 
 vignettes/QW_changes_cache               |only
 vignettes/dataRetrieval.Rmd              |    4 
 17 files changed, 234 insertions(+), 250 deletions(-)

More information about dataRetrieval at CRAN
Permanent link


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