Title: Weighted and Unweighted Spatial Centers
Description: Generate mean and median weighted or unweighted spatial centers.
Functions are analogous to their identically named counterparts within
'ArcGIS Pro'. Median center methodology based off of Kuhn and Kuenne
(1962) <doi:10.1111/j.1467-9787.1962.tb00902.x>.
Author: Ryan Zomorrodi [aut, cre, cph]
Maintainer: Ryan Zomorrodi <rzomor2@uic.edu>
Diff between centr versions 0.1.0 dated 2024-07-21 and 0.2.0 dated 2024-08-31
DESCRIPTION | 10 +-- MD5 | 25 ++++--- NEWS.md | 14 +++- R/helpers.R | 117 +++++++++++++++++++++--------------- R/mean_center.R | 89 +++++++++++++-------------- R/median_center.R | 65 ++++++++------------ README.md | 16 +++- build |only inst |only tests/testthat/helper.R | 11 +-- tests/testthat/test-helpers.R | 49 ++++++++++----- tests/testthat/test-mean_center.R | 18 ++++- tests/testthat/test-median_center.R | 32 +-------- vignettes |only 14 files changed, 244 insertions(+), 202 deletions(-)
Title: Functions and Data for the Book "Applied Nonparametric
Statistical Methods", 5th Edition
Description: Functions and data to accompany the 5th edition of the book "Applied Nonparametric Statistical Methods" (4th edition: Sprent & Smeeton, 2024, ISBN:158488701X), the revisions from the 4th edition including a move from describing the output from a miscellany of statistical software packages to using R. While the output from many of the functions can also be obtained using a range of other R functions, this package provides functions in a unified setting and give output using both p-values and confidence intervals, exemplifying the book's approach of treating p-values as a guide to statistical importance and not an end product in their own right. Please note that in creating the ANSM5 package we do not claim to have produced software which is necessarily the most computationally efficient nor the most comprehensive.
Author: Neil Spencer [aut, cre, cph]
Maintainer: Neil Spencer <neilhspencer@gmail.com>
Diff between ANSM5 versions 1.1.0 dated 2024-06-11 and 1.1.1 dated 2024-08-31
DESCRIPTION | 8 MD5 | 6 NEWS.md | 4 R/wilcoxon.mann.whitney.R | 684 ++++++++++++++++++++++------------------------ 4 files changed, 342 insertions(+), 360 deletions(-)
Title: Regression Modelling with 'GLM.jl' and 'MixedModels.jl' in
'Julia'
Description: Bindings to 'Julia' packages 'GLM.jl'
<doi:10.5281/zenodo.3376013> and 'MixedModels.jl'
<doi:10.5281/zenodo.12575371>, powered by 'JuliaConnectoR'. Fits
(generalized) linear (mixed-effects) regression models in 'Julia'
using familiar model fitting syntax from R. Offers 'broom'-style data
frame summary functionalities for 'Julia' regression models.
Author: June Choe [aut, cre]
Maintainer: June Choe <jchoe001@gmail.com>
Diff between jlme versions 0.1.0 dated 2024-07-02 and 0.2.0 dated 2024-08-31
DESCRIPTION | 10 MD5 | 25 - NAMESPACE | 4 NEWS.md |only R/aaa.R | 63 +++ R/model-helpers.R |only R/model.R | 7 R/parametricbootstrap.R |only R/tidy.R | 2 R/utils-julia.R | 9 README.md | 726 ++++++++++++++++++++++++--------------------- man/jlme-model-helpers.Rd |only man/jlme-package.Rd | 2 man/jlme_setup.Rd | 14 man/jlme_tidiers.Rd | 9 man/parametricbootstrap.Rd |only 16 files changed, 504 insertions(+), 367 deletions(-)
Title: Fast General Purpose Date/Time Converter
Description: Fast general purpose date/time converter using 'Rust'. The package implements date time, date and epoch time parser for heterogeneous vectors of dates.
Author: David Schoch [aut, cre] ,
Rollie Ma [ctb, cph] ,
Brandon W. Maister [ctb, cph] ,
Dirkjan Ochtman [ctb, cph] ,
Seonghoon Kang [ctb, cph] ,
Eric Sheppard [ctb, cph] ,
Paul Dicker [ctb, cph]
Maintainer: David Schoch <david@schochastics.net>
Diff between timeless versions 0.2.3 dated 2024-07-04 and 0.2.4 dated 2024-08-31
DESCRIPTION | 8 ++++---- MD5 | 4 ++-- NEWS.md | 4 ++++ 3 files changed, 10 insertions(+), 6 deletions(-)
Title: 'Copernicus Data Space Ecosystem' API Wrapper
Description: Provides interface to the 'Copernicus Data Space Ecosystem' API
<https://dataspace.copernicus.eu/analyse/apis>, mainly for searching the catalog of available
data from Copernicus Sentinel missions and obtaining the images for just the area of interest
based on selected spectral bands. The package uses the 'Sentinel Hub' REST API interface
<https://dataspace.copernicus.eu/analyse/apis/sentinel-hub> that provides access to various
satellite imagery archives. It allows you to access raw satellite data, rendered images,
statistical analysis, and other features.
This package is in no way officially related to or endorsed by Copernicus.
Author: Zivan Karaman [aut, cre, cph]
Maintainer: Zivan Karaman <zivan.karaman@gmail.com>
Diff between CDSE versions 0.2.0 dated 2024-04-30 and 0.2.1 dated 2024-08-31
CDSE-0.2.0/CDSE/NEWS |only CDSE-0.2.0/CDSE/inst/doc/UsingCDSE.R |only CDSE-0.2.0/CDSE/inst/doc/UsingCDSE.Rmd |only CDSE-0.2.0/CDSE/inst/doc/UsingCDSE.pdf |only CDSE-0.2.1/CDSE/DESCRIPTION | 14 +-- CDSE-0.2.1/CDSE/MD5 | 49 ++++++----- CDSE-0.2.1/CDSE/NEWS.md |only CDSE-0.2.1/CDSE/R/CDSE-package.R | 4 CDSE-0.2.1/CDSE/R/CheckCRS.R | 30 ------- CDSE-0.2.1/CDSE/R/GetArchiveImage.R | 29 ------ CDSE-0.2.1/CDSE/R/GetImage.R | 31 ------- CDSE-0.2.1/CDSE/R/GetQueryables.R | 30 ------- CDSE-0.2.1/CDSE/R/GetStatistics.R | 109 +++++++++++++++---------- CDSE-0.2.1/CDSE/R/GetStatisticsBy.R | 79 +++++++++++++----- CDSE-0.2.1/CDSE/R/Point2Bbox.R | 4 CDSE-0.2.1/CDSE/R/SearchCatalog.R | 12 -- CDSE-0.2.1/CDSE/R/SeasonalFilter.R | 120 ---------------------------- CDSE-0.2.1/CDSE/R/internals.R | 1 CDSE-0.2.1/CDSE/README.md |only CDSE-0.2.1/CDSE/inst/CITATION |only CDSE-0.2.1/CDSE/inst/doc/BeforeYouStart.R | 10 -- CDSE-0.2.1/CDSE/inst/doc/BeforeYouStart.Rmd | 13 --- CDSE-0.2.1/CDSE/inst/doc/BeforeYouStart.pdf |binary CDSE-0.2.1/CDSE/inst/doc/CDSE.R |only CDSE-0.2.1/CDSE/inst/doc/CDSE.Rmd |only CDSE-0.2.1/CDSE/inst/doc/CDSE.pdf |only CDSE-0.2.1/CDSE/inst/doc/index.html | 8 - CDSE-0.2.1/CDSE/man/CDSE.Rd | 3 CDSE-0.2.1/CDSE/man/GetStatistics.Rd | 58 ++++++++++--- CDSE-0.2.1/CDSE/man/GetStatisticsBy....Rd | 66 ++++++++++++--- CDSE-0.2.1/CDSE/man/figures |only 31 files changed, 275 insertions(+), 395 deletions(-)
Title: Memory-Efficient, Visualize-Enhanced, Parallel-Accelerated GWAS
Tool
Description: A memory-efficient, visualize-enhanced, parallel-accelerated Genome-Wide Association Study (GWAS) tool. It can
(1) effectively process large data,
(2) rapidly evaluate population structure,
(3) efficiently estimate variance components several algorithms,
(4) implement parallel-accelerated association tests of markers three methods,
(5) globally efficient design on GWAS process computing,
(6) enhance visualization of related information.
'rMVP' contains three models GLM (Alkes Price (2006) <DOI:10.1038/ng1847>), MLM (Jianming Yu (2006) <DOI:10.1038/ng1702>)
and FarmCPU (Xiaolei Liu (2016) <doi:10.1371/journal.pgen.1005767>); variance components estimation methods EMMAX
(Hyunmin Kang (2008) <DOI:10.1534/genetics.107.080101>;), FaSTLMM (method: Christoph Lippert (2011) <DOI:10.1038/nmeth.1681>,
R implementation from 'GAPIT2': You Tang and Xiaolei Liu (2016) <DOI:10.1371/journal.pone.0107684> and
'SUPER': Qishan Wang and Feng Tian (2014) <DOI:10.1371/ [...truncated...]
Author: Lilin Yin [aut],
Haohao Zhang [aut],
Zhenshuang Tang [aut],
Jingya Xu [aut],
Dong Yin [aut],
Zhiwu Zhang [aut],
Xiaohui Yuan [aut],
Mengjin Zhu [aut],
Shuhong Zhao [aut],
Xinyun Li [aut],
Qishan Wang [ctb],
Feng Tian [ctb],
Hyunmin Kang [ctb],
Xiang [...truncated...]
Maintainer: Xiaolei Liu <xll198708@gmail.com>
Diff between rMVP versions 1.0.8 dated 2023-11-27 and 1.1.1 dated 2024-08-31
rMVP-1.0.8/rMVP/man/MVP.calk.Rd |only rMVP-1.1.1/rMVP/DESCRIPTION | 8 rMVP-1.1.1/rMVP/MD5 | 64 ++--- rMVP-1.1.1/rMVP/NAMESPACE | 2 rMVP-1.1.1/rMVP/R/MVP.Data.r | 117 +++++----- rMVP-1.1.1/rMVP/R/MVP.FarmCPU.r | 53 ++-- rMVP-1.1.1/rMVP/R/MVP.GLM.r | 12 - rMVP-1.1.1/rMVP/R/MVP.K.VanRaden.r | 313 ++++++++++++++-------------- rMVP-1.1.1/rMVP/R/MVP.MLM.r | 21 - rMVP-1.1.1/rMVP/R/MVP.PCA.r | 22 - rMVP-1.1.1/rMVP/R/MVP.r | 23 -- rMVP-1.1.1/rMVP/R/RcppExports.R | 12 - rMVP-1.1.1/rMVP/R/exports.R | 2 rMVP-1.1.1/rMVP/man/MVP.Data.Bfile2MVP.Rd | 5 rMVP-1.1.1/rMVP/man/MVP.Data.Hapmap2MVP.Rd | 2 rMVP-1.1.1/rMVP/man/MVP.Data.Kin.Rd | 10 rMVP-1.1.1/rMVP/man/MVP.Data.Numeric2MVP.Rd | 5 rMVP-1.1.1/rMVP/man/MVP.Data.PC.Rd | 10 rMVP-1.1.1/rMVP/man/MVP.Data.Rd | 5 rMVP-1.1.1/rMVP/man/MVP.Data.VCF2MVP.Rd | 2 rMVP-1.1.1/rMVP/man/MVP.FarmCPU.Rd | 3 rMVP-1.1.1/rMVP/man/MVP.GLM.Rd | 4 rMVP-1.1.1/rMVP/man/MVP.K.VanRaden.Rd | 15 + rMVP-1.1.1/rMVP/man/MVP.MLM.Rd | 3 rMVP-1.1.1/rMVP/man/MVP.PCA.Rd | 7 rMVP-1.1.1/rMVP/man/MVP.Rd | 4 rMVP-1.1.1/rMVP/src/Makevars | 5 rMVP-1.1.1/rMVP/src/Makevars.win | 5 rMVP-1.1.1/rMVP/src/RcppExports.cpp | 39 ++- rMVP-1.1.1/rMVP/src/assoc.cpp | 210 +++--------------- rMVP-1.1.1/rMVP/src/data_converter.cpp | 203 +++++++++--------- rMVP-1.1.1/rMVP/src/impute.cpp | 12 - rMVP-1.1.1/rMVP/src/kinship.cpp | 152 ++++++++++--- rMVP-1.1.1/rMVP/src/rMVP.h |only 34 files changed, 683 insertions(+), 667 deletions(-)
Title: Predictions, Comparisons, Slopes, Marginal Means, and Hypothesis
Tests
Description: Compute and plot predictions, slopes, marginal means, and comparisons (contrasts, risk ratios, odds, etc.) for over 100 classes of statistical and machine learning models in R. Conduct linear and non-linear hypothesis tests, or equivalence tests. Calculate uncertainty estimates using the delta method, bootstrapping, or simulation-based inference.
Author: Vincent Arel-Bundock [aut, cre, cph]
,
Noah Greifer [ctb] ,
Etienne Bacher [ctb]
Maintainer: Vincent Arel-Bundock <vincent.arel-bundock@umontreal.ca>
Diff between marginaleffects versions 0.21.0 dated 2024-06-14 and 0.22.0 dated 2024-08-31
DESCRIPTION | 78 ++++++++++++------------- MD5 | 122 ++++++++++++++++++++-------------------- NAMESPACE | 15 ++++ NEWS.md | 35 +++++++++++ R/backtransform.R | 10 +++ R/ci.R | 4 - R/comparisons.R | 2 R/complete_levels.R | 2 R/datagrid.R | 25 ++++---- R/deprecated.R | 2 R/equivalence.R | 4 - R/get_contrast_data_character.R | 2 R/get_contrast_data_factor.R | 2 R/get_contrast_data_numeric.R | 4 - R/get_contrasts.R | 2 R/get_hypothesis.R | 7 -- R/get_jacobian.R | 83 ++++++++++++++++++--------- R/get_modeldata.R | 6 + R/get_se_delta.R | 2 R/get_term_labels.R | 4 - R/get_vcov.R | 2 R/hypotheses.R | 11 ++- R/hypotheses_joint.R | 42 ++++++------- R/hypothesis_helper.R | 18 +++-- R/methods_aod.R | 2 R/methods_brms.R | 2 R/methods_crch.R | 2 R/methods_gamlss.R | 2 R/methods_glmmTMB.R | 2 R/methods_glmtoolbox.R |only R/methods_nnet.R | 2 R/methods_ordinal.R | 2 R/methods_quantreg.R | 6 - R/methods_rstpm2.R |only R/methods_survey.R | 10 ++- R/package.R | 3 R/plot_build.R | 13 ++-- R/plot_comparisons.R | 2 R/plot_predictions.R | 2 R/plot_slopes.R | 2 R/print.R | 55 ++++++++++++------ R/sanitize_comparison.R | 2 R/sanitize_condition.R | 35 ++++++----- R/sanitize_newdata.R | 5 - R/sanitize_numderiv.R | 6 - R/sanitize_type.R | 28 ++++++--- R/sanitize_variables.R | 2 R/sanity_dots.R | 7 +- R/sanity_model.R | 6 + R/type_dictionary.R | 21 +++++- inst/CITATION | 14 +++- inst/WORDLIST | 1 man/comparisons.Rd | 11 ++- man/get_coef.Rd | 10 ++- man/get_predict.Rd | 27 ++++++-- man/get_vcov.Rd | 16 ++++- man/plot_comparisons.Rd | 6 + man/plot_predictions.Rd | 6 + man/plot_slopes.Rd | 4 - man/predictions.Rd | 9 ++ man/set_coef.Rd | 24 ++++++- man/slopes.Rd | 9 ++ tests/tinytest.R | 3 63 files changed, 553 insertions(+), 290 deletions(-)
More information about marginaleffects at CRAN
Permanent link
Title: Mesh Generation and Surface Tessellation
Description: Makes the 'Qhull' library <http://www.qhull.org>
available in R, in a similar manner as in Octave and MATLAB. Qhull
computes convex hulls, Delaunay triangulations, halfspace
intersections about a point, Voronoi diagrams, furthest-site
Delaunay triangulations, and furthest-site Voronoi diagrams. It
runs in 2D, 3D, 4D, and higher dimensions. It implements the
Quickhull algorithm for computing the convex hull. Qhull does not
support constrained Delaunay triangulations, or mesh generation of
non-convex objects, but the package does include some R functions
that allow for this.
Author: Jean-Romain Roussel [cph, ctb] ,
C. B. Barber [cph],
Kai Habel [cph, aut],
Raoul Grasman [cph, aut],
Robert B. Gramacy [cph, aut],
Pavlo Mozharovskyi [cph, aut],
David C. Sterratt [cph, aut, cre]
Maintainer: David C. Sterratt <david.c.sterratt@ed.ac.uk>
Diff between geometry versions 0.4.7 dated 2023-02-03 and 0.5.0 dated 2024-08-31
DESCRIPTION | 14 MD5 | 201 +- NEWS | 43 R/convhulln.R | 14 R/delaunayn.R | 25 R/extprod3d.R | 29 build/vignette.rds |binary inst/doc/LICENSE-NOTES | 9 inst/doc/MODIFIED.txt | 11 inst/doc/qhull-eg.pdf |binary inst/doc/qhull/html/index.html | 178 +- inst/doc/qhull/html/qconvex.html | 118 - inst/doc/qhull/html/qdelau_f.html | 36 inst/doc/qhull/html/qdelaun.html | 123 - inst/doc/qhull/html/qh-code.html | 702 ++++++-- inst/doc/qhull/html/qh-eg.html | 84 inst/doc/qhull/html/qh-faq.html | 301 ++- inst/doc/qhull/html/qh-get.html | 54 inst/doc/qhull/html/qh-impre.html | 519 +++--- inst/doc/qhull/html/qh-optc.html | 51 inst/doc/qhull/html/qh-optf.html | 301 +-- inst/doc/qhull/html/qh-optg.html | 56 inst/doc/qhull/html/qh-opto.html | 64 inst/doc/qhull/html/qh-optp.html | 67 inst/doc/qhull/html/qh-optq.html | 314 ++- inst/doc/qhull/html/qh-optt.html | 139 - inst/doc/qhull/html/qh-quick.html | 588 +++--- inst/doc/qhull/html/qhalf.html | 224 +- inst/doc/qhull/html/qhull.html | 148 - inst/doc/qhull/html/qvoron_f.html | 34 inst/doc/qhull/html/qvoronoi.html | 115 - inst/doc/qhull/html/rbox.html | 12 inst/doc/qhull/index.html | 148 - inst/extdata/issue57-tsearch.RData |only man/extprod3d.Rd | 15 src/Makevars | 1 src/QuadTree.cpp | 8 src/QuadTree.h | 2 src/Rconvhulln.c | 50 src/Rdelaunayn.c | 42 src/Rgeometry.c | 18 src/Rhalfspacen.c | 6 src/Rinhulln.c | 22 src/Rtsearch.cpp | 38 src/Rtsearch_orig.c | 18 src/Rtsearchn.c | 36 src/geom2_r.c | 420 +++- src/geom_r.c | 170 + src/geom_r.h | 13 src/global_r.c | 784 +++++---- src/io_r.c | 356 ++-- src/io_r.h | 17 src/libqhull_r.c | 797 ++++++--- src/libqhull_r.h | 395 ++-- src/mem_r.c | 76 src/mem_r.h | 21 src/merge_r.c | 3161 +++++++++++++++++++++++++++++-------- src/merge_r.h | 158 + src/poly2_r.c | 1786 ++++++++++++++------ src/poly_r.c | 559 ++++-- src/poly_r.h | 57 src/qhull_ra.h | 15 src/qset_r.c | 95 - src/qset_r.h | 32 src/random_r.c | 41 src/random_r.h | 8 src/rboxlib_r.c | 94 - src/stat_r.c | 189 +- src/stat_r.h | 62 src/user_r.c | 212 +- src/user_r.h | 448 +++-- src/usermem_r.c | 11 src/userprintf_r.c | 123 - src/userprintf_rbox_r.c | 6 tests/testthat/test-convhulln.R | 9 tests/testthat/test-delaunayn.R | 43 tests/testthat/test-tsearch.R | 12 vignettes/LICENSE-NOTES | 9 vignettes/MODIFIED.txt | 11 vignettes/qhull/html/index.html | 178 +- vignettes/qhull/html/qconvex.html | 118 - vignettes/qhull/html/qdelau_f.html | 36 vignettes/qhull/html/qdelaun.html | 123 - vignettes/qhull/html/qh-code.html | 702 ++++++-- vignettes/qhull/html/qh-eg.html | 84 vignettes/qhull/html/qh-faq.html | 301 ++- vignettes/qhull/html/qh-get.html | 54 vignettes/qhull/html/qh-impre.html | 519 +++--- vignettes/qhull/html/qh-optc.html | 51 vignettes/qhull/html/qh-optf.html | 301 +-- vignettes/qhull/html/qh-optg.html | 56 vignettes/qhull/html/qh-opto.html | 64 vignettes/qhull/html/qh-optp.html | 67 vignettes/qhull/html/qh-optq.html | 314 ++- vignettes/qhull/html/qh-optt.html | 139 - vignettes/qhull/html/qh-quick.html | 588 +++--- vignettes/qhull/html/qhalf.html | 224 +- vignettes/qhull/html/qhull.html | 148 - vignettes/qhull/html/qvoron_f.html | 34 vignettes/qhull/html/qvoronoi.html | 115 - vignettes/qhull/html/rbox.html | 12 vignettes/qhull/index.html | 148 - 102 files changed, 12850 insertions(+), 6694 deletions(-)
Title: Empirical Likelihood Ratio Test for Two-Sample U-Statistics with
Censored Data
Description: Calculates the empirical likelihood ratio and p-value for a mean-type hypothesis
(or multiple mean-type hypotheses) based on two samples with possible censored data.
Author: William H. Barton [aut],
Mai Zhou [cre, aut]
Maintainer: Mai Zhou <maizhou@gmail.com>
Diff between emplik2 versions 1.32 dated 2022-01-04 and 1.33 dated 2024-08-31
DESCRIPTION | 27 ++++++++++++++++++-------- MD5 | 22 ++++++++++----------- R/el2.cen.EMm.R | 2 - R/el2.cen.EMs.R | 23 ++++++++++++++-------- R/el2.test.wtm.R | 2 - R/myWCY.R | 2 - README | 18 ++++++++++++++++- man/el2.cen.EMm.Rd | 23 ++++++++++++---------- man/el2.cen.EMs.Rd | 49 +++++++++++++++++++++++++++++++----------------- man/el2.test.wtm.Rd | 7 +++--- man/el2.test.wts.Rd | 2 - man/emplik2-internal.Rd | 2 - 12 files changed, 116 insertions(+), 63 deletions(-)
Title: Explore UCI ML Repository Datasets
Description: Find and import datasets from the
University of California Irvine Machine Learning (UCI ML) Repository into R.
Supports working with data from UCI ML repository inside of R scripts, notebooks,
and 'Quarto'/'RMarkdown' documents. Access the UCI ML repository directly at
<https://archive.ics.uci.edu/>.
Author: James Joseph Balamuta [aut, cre, cph]
,
Philip Truong [aut, cph]
Maintainer: James Joseph Balamuta <james.balamuta@gmail.com>
Diff between ucimlrepo versions 0.0.1 dated 2024-07-27 and 0.0.2 dated 2024-08-31
DESCRIPTION | 8 - MD5 | 17 ++- NEWS.md |only R/fetch-ucirepo.R | 119 +++++++++++++++++++++----- R/list-available-datasets.R | 50 ++++++++-- README.md | 8 + man/empty_fetch_response.Rd |only man/empty_search_response.Rd |only man/list_available_datasets.Rd | 6 - tests/testthat/test-fetch-ucirepo.R | 17 +++ tests/testthat/test-list-available-datasets.R | 17 +++ 11 files changed, 198 insertions(+), 44 deletions(-)
Title: Cross-Validation for Multi-Population Mortality Models
Description: Implementation of cross-validation method for testing the forecasting accuracy of several multi-population mortality models. The family of multi-population includes several multi-population mortality models proposed through the actuarial and demography literature. The package includes functions for fitting and forecast the mortality rates of several populations. Additionally, we include functions for testing the forecasting accuracy of different multi-population models.
References.
Atance, D., Debon, A., and Navarro, E. (2020) <doi:10.3390/math8091550>.
Bergmeir, C. & Benitez, J.M. (2012) <doi:10.1016/j.ins.2011.12.028>.
Debon, A., Montes, F., & Martinez-Ruiz, F. (2011) <doi:10.1007/s13385-011-0043-z>.
Lee, R.D. & Carter, L.R. (1992) <doi:10.1080/01621459.1992.10475265>.
Russolillo, M., Giordano, G., & Haberman, S. (2011) <doi:10.1080/03461231003611933>.
Santolino, M. (2023) <doi:10.3390/risks11100170>.
Author: David Atance [aut, cre] ,
Ana Debon [aut]
Maintainer: David Atance <david.atance@uah.es>
Diff between CvmortalityMult versions 1.0.5 dated 2024-08-23 and 1.0.7 dated 2024-08-31
DESCRIPTION | 8 ++++---- MD5 | 14 +++++++------- NAMESPACE | 2 ++ R/SpainMap.R | 30 +++++++++++++++++++++++------- R/fitLCmulti.R | 2 +- R/regions.R | 2 +- man/SpainMap.Rd | 1 + man/regions.Rd | 2 +- 8 files changed, 40 insertions(+), 21 deletions(-)
More information about CvmortalityMult at CRAN
Permanent link
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2023-04-03 0.3.1
2021-01-15 0.3.0
2020-08-26 0.2.2
2020-08-13 0.2.0
2017-06-20 0.1.4
2017-05-03 0.1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2023-12-13 1.0.3
Title: Collect And Investigate Street Views For Urban Science
Description: A collection of functions to search and download street view imagery
('Mapilary' <https://www.mapillary.com/developer/api-documentation>) and
to extract, quantify, and visualize visual features. Moreover, there are
functions provided to generate Qualtrics survey in TXT format using
the collection of street views for various research purposes.
Author: Xiaohao Yang [aut, cre, cph],
Derek Van Berkel [aut],
Mark Lindquist [aut]
Maintainer: Xiaohao Yang <xiaohaoy@umich.edu>
Diff between streetscape versions 1.0.2 dated 2024-06-07 and 1.0.3 dated 2024-08-31
DESCRIPTION | 8 ++-- MD5 | 20 +++++----- NAMESPACE | 1 R/StreetscapeDataFrame.R | 2 - R/str_view_search.R | 85 ++++++++++++++++++++++++++++++---------------- R/utils.R | 53 ++++++++++++++++++++++++++++ inst/doc/streetscape.R | 23 ++++++------ inst/doc/streetscape.Rmd | 25 +++++++------ inst/doc/streetscape.html | 28 ++++++++------- man/strview_search.Rd | 57 +++++++++++++++++------------- vignettes/streetscape.Rmd | 25 +++++++------ 11 files changed, 211 insertions(+), 116 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2024-04-28 0.4.2
Title: Turn Clean Data into Messy Data
Description: Take real or simulated data and salt it with errors commonly
found in the wild, such as pseudo-OCR errors, Unicode problems, numeric
fields with nonsensical punctuation, bad dates, etc.
Author: Matthew Lincoln [aut, cre]
Maintainer: Matthew Lincoln <matthew.d.lincoln@gmail.com>
Diff between salty versions 0.1.0 dated 2018-09-17 and 0.1.1 dated 2024-08-31
DESCRIPTION | 11 +- MD5 | 17 ++-- NEWS.md | 4 R/salty-package.R | 6 + README.md | 208 +++++++++++++++++++++++++++------------------------ man/salt.Rd | 16 +-- man/salt_swap.Rd | 2 man/salty-package.Rd |only man/salty.Rd | 2 man/shaker.Rd | 6 + 10 files changed, 151 insertions(+), 121 deletions(-)
Title: Linear Model Forecasting
Description: Introduces in-sample, out-of-sample, pseudo out-of-sample, and
benchmark model forecast tests and a new class for working with forecast data, Forecast.
Author: Nelson Rayl [aut, cre]
Maintainer: Nelson Rayl <nelsonrayl14@gmail.com>
Diff between lmForc versions 0.1.0 dated 2022-01-03 and 1.0.0 dated 2024-08-31
DESCRIPTION | 11 MD5 | 57 - NAMESPACE | 12 NEWS.md | 20 R/Forecast.R | 14 R/conditional_forc.R | 2 R/conditional_forc_general.R |only R/is_forc.R | 2 R/is_forc_general.R |only R/lmForc_subset.R |only R/lmForc_transform.R |only R/oos_lag_forc.R | 2 R/oos_realized_forc.R | 2 R/oos_realized_forc_general.R |only R/oos_vintage_forc.R | 4 R/oos_vintage_forc_general.R |only R/performance_weighted_forc.R | 9 R/states_weighted_forc.R | 9 build/vignette.rds |binary inst/doc/lmForc.R | 235 ++++ inst/doc/lmForc.Rmd | 608 +++++++++++- inst/doc/lmForc.html | 1131 +++++++++++++++++------- man/conditional_forc_general.Rd |only man/convert_byh.Rd |only man/convert_bytime.Rd |only man/is_forc_general.Rd |only man/oos_realized_forc_general.Rd |only man/oos_vintage_forc_general.Rd |only man/performance_weighted_forc.Rd | 5 man/states_weighted_forc.Rd | 5 man/subset_bytime.Rd |only man/subset_forcs.Rd |only man/subset_identical.Rd |only man/transform_byh.Rd |only man/transform_bytime.Rd |only tests/testthat/test_conditional_forc_general.R |only tests/testthat/test_is_forc_general.R |only tests/testthat/test_oos_realized_forc_general.R |only tests/testthat/test_oos_vintage_forc_general.R |only vignettes/lmForc.Rmd | 608 +++++++++++- 40 files changed, 2263 insertions(+), 473 deletions(-)