Title: Feature Allocation Neighborhood Greedy Search Algorithm
Description: A neighborhood-based, greedy search algorithm is performed to estimate a feature allocation by minimizing the expected loss based on posterior samples from the feature allocation distribution. The method is currently under peer review but an earlier draft is available in Dahl, Johnson, and Andros (2022+) <doi:10.48550/arXiv.2207.13824>.
Author: David B. Dahl [aut, cre] ,
R. Jacob Andros [aut] ,
Devin J. Johnson [aut] ,
Alex Crichton [ctb] ,
Andrii Dmytrenko [ctb] ,
Brendan Zabarauskas [ctb] ,
David B. Dahl [ctb] ,
David Tolnay [ctb] ,
Jim Turner [ctb] ,
Josh Stone [ctb] ,
Niko Matsakis [ctb [...truncated...]
Maintainer: David B. Dahl <dahl@stat.byu.edu>
Diff between fangs versions 0.2.17 dated 2024-09-06 and 0.2.18 dated 2025-03-29
fangs-0.2.17/fangs/inst/cargo.log |only fangs-0.2.17/fangs/src/rust/roxido/src/rbindings.rs |only fangs-0.2.17/fangs/tools/cargo_run.R |only fangs-0.2.18/fangs/DESCRIPTION | 14 fangs-0.2.18/fangs/INSTALL | 17 fangs-0.2.18/fangs/LICENSE | 2 fangs-0.2.18/fangs/MD5 | 46 +- fangs-0.2.18/fangs/NEWS | 5 fangs-0.2.18/fangs/R/roxido.R | 4 fangs-0.2.18/fangs/build/partial.rdb |binary fangs-0.2.18/fangs/configure | 36 - fangs-0.2.18/fangs/man/fangs-package.Rd |only fangs-0.2.18/fangs/src/Makevars | 6 fangs-0.2.18/fangs/src/rust/Cargo.lock | 88 ++-- fangs-0.2.18/fangs/src/rust/Cargo.toml | 1 fangs-0.2.18/fangs/src/rust/build.rs | 6 fangs-0.2.18/fangs/src/rust/rbindings |only fangs-0.2.18/fangs/src/rust/roxido/Cargo.lock | 21 fangs-0.2.18/fangs/src/rust/roxido/Cargo.toml | 5 fangs-0.2.18/fangs/src/rust/roxido/src/lib.rs | 428 ++++++++++++-------- fangs-0.2.18/fangs/src/rust/roxido_macro/Cargo.lock | 16 fangs-0.2.18/fangs/src/rust/roxido_macro/Cargo.toml | 2 fangs-0.2.18/fangs/src/rust/roxido_macro/src/lib.rs | 18 fangs-0.2.18/fangs/src/rust/src/lib.rs | 1 fangs-0.2.18/fangs/src/rust/vendor.tar.gz |binary fangs-0.2.18/fangs/tools/build_rust_library.R |only 26 files changed, 427 insertions(+), 289 deletions(-)
Title: Bayesian Fractional Polynomials
Description: Implements the Bayesian paradigm for fractional
polynomial models under the assumption of normally distributed error terms, see
Sabanes Bove, D. and Held, L. (2011) <doi:10.1007/s11222-010-9170-7>.
Author: Daniel Sabanes Bove [aut, cre],
Isaac Gravestock [aut],
Robert Davies [cph],
Stephen Moshier [cph],
Gareth Ambler [cph],
Axel Benner [cph]
Maintainer: Daniel Sabanes Bove <daniel.sabanesbove@gmx.net>
Diff between bfp versions 0.0-48 dated 2024-03-14 and 0.0-49 dated 2025-03-29
ChangeLog | 4 ++ DESCRIPTION | 8 ++-- MD5 | 12 +++--- src/combinatorics.cpp | 2 - src/newmat/myexcept.cpp | 85 +++++++++++++++++++++++++----------------------- src/newmat/newmatex.cpp | 7 +++ src/newmat/newmatnl.cpp | 18 +++++----- 7 files changed, 76 insertions(+), 60 deletions(-)
Title: Simulate Data from State Space Models
Description: Provides a streamlined and user-friendly framework
for simulating data in state space models,
particularly when the number of subjects/units (n) exceeds one,
a scenario commonly encountered in social and behavioral sciences.
For an introduction to state space models in social and behavioral sciences,
refer to Chow, Ho, Hamaker, and Dolan (2010) <doi:10.1080/10705511003661553>.
Author: Ivan Jacob Agaloos Pesigan [aut, cre, cph]
Maintainer: Ivan Jacob Agaloos Pesigan <r.jeksterslab@gmail.com>
Diff between simStateSpace versions 1.2.9 dated 2025-02-14 and 1.2.10 dated 2025-03-29
DESCRIPTION | 6 +++--- MD5 | 17 +++++++++-------- NEWS.md | 6 ++++++ R/RcppExports.R | 4 ++++ R/simStateSpace-lin-sde-cov.R | 8 +++++--- build/partial.rdb |binary src/RcppExports.cpp | 13 +++++++++++++ src/source.cpp | 13 +++++++++++++ tests/testthat/Rplots.pdf |only tests/testthat/test-simStateSpace-lin-sde-cov.R | 20 ++++++++++++++++++++ 10 files changed, 73 insertions(+), 14 deletions(-)
Title: Access to the List of Birds Species of Peru
Description: Allows access to the data found in the species list featured in the renowned 'List of the Birds of Peru' Plenge, M. A. (2023) <https://sites.google.com/site/boletinunop/checklist>. This publication stands as one of Peru's most comprehensive reviews of bird diversity. The dataset incorporates detailed species accounts and has been meticulously structured for effortless utilization within the R environment.
Author: Paul E. Santos Andrade [aut, cre]
Maintainer: Paul E. Santos Andrade <paulefrens@gmail.com>
Diff between avesperu versions 0.0.3 dated 2024-12-05 and 0.0.4 dated 2025-03-29
DESCRIPTION | 8 ++-- MD5 | 13 ++++--- R/aves_peru_2025_v1.R |only R/get_avesperu.R | 6 +-- README.md | 52 +++++++++++++++++-------------- data/aves_peru_2025_v1.rda |only inst/CITATION | 8 ++-- man/aves_peru_2025_v1.Rd |only man/figures/README-unnamed-chunk-2-1.png |binary 9 files changed, 49 insertions(+), 38 deletions(-)
Title: A General Message and Error Reporting System
Description: Provides a system for reporting messages, which provides certain useful features over the standard R system, such as the incorporation of output consolidation, message filtering, assertions, expression substitution, automatic generation of stack traces for debugging, and conditional reporting based on the current "output level".
Author: Jon Clayden [aut, cre]
Maintainer: Jon Clayden <code@clayden.org>
Diff between reportr versions 1.3.0 dated 2018-10-26 and 1.3.1 dated 2025-03-29
reportr-1.3.0/reportr/tests/testthat |only reportr-1.3.0/reportr/tests/testthat.R |only reportr-1.3.1/reportr/DESCRIPTION | 17 +++++++++-------- reportr-1.3.1/reportr/MD5 | 18 +++++++++--------- reportr-1.3.1/reportr/NEWS | 8 ++++++++ reportr-1.3.1/reportr/R/reportr.R | 12 ++++++------ reportr-1.3.1/reportr/README.md | 2 ++ reportr-1.3.1/reportr/inst |only reportr-1.3.1/reportr/man/reportr.Rd | 8 ++++---- reportr-1.3.1/reportr/tests/tinytest.R |only 10 files changed, 38 insertions(+), 27 deletions(-)
Title: Create Demographic Table
Description: Functions for creating demographic table of simple summary
statistics and comparison(s) over one or more groups.
Author: Tingting Zhan [aut, cre]
Maintainer: Tingting Zhan <tingtingzhan@gmail.com>
Diff between DemographicTable versions 0.1.11 dated 2025-03-15 and 0.2.0 dated 2025-03-29
DemographicTable-0.1.11/DemographicTable/inst/extR/toCRAN.R |only DemographicTable-0.1.11/DemographicTable/inst/xtable.R |only DemographicTable-0.2.0/DemographicTable/DESCRIPTION | 17 +- DemographicTable-0.2.0/DemographicTable/MD5 | 36 +++-- DemographicTable-0.2.0/DemographicTable/NEWS.md | 2 DemographicTable-0.2.0/DemographicTable/R/0PACKAGE.R | 18 ++ DemographicTable-0.2.0/DemographicTable/R/DemographicTable.R | 61 ++++------ DemographicTable-0.2.0/DemographicTable/R/as_flextable.R | 39 ++++-- DemographicTable-0.2.0/DemographicTable/R/c.R | 8 - DemographicTable-0.2.0/DemographicTable/R/pval_shapiro.R | 4 DemographicTable-0.2.0/DemographicTable/R/sumstat.R | 4 DemographicTable-0.2.0/DemographicTable/build |only DemographicTable-0.2.0/DemographicTable/inst/doc |only DemographicTable-0.2.0/DemographicTable/inst/extR/xtable.R |only DemographicTable-0.2.0/DemographicTable/man/DemographicTable-package.Rd | 11 + DemographicTable-0.2.0/DemographicTable/man/DemographicTable.Rd | 28 ---- DemographicTable-0.2.0/DemographicTable/man/as_flextable.DemographicTable.Rd | 2 DemographicTable-0.2.0/DemographicTable/man/c.DemographicTable.Rd | 2 DemographicTable-0.2.0/DemographicTable/man/pval_shapiro.Rd | 4 DemographicTable-0.2.0/DemographicTable/man/sumstat.Rd | 4 DemographicTable-0.2.0/DemographicTable/vignettes |only 21 files changed, 126 insertions(+), 114 deletions(-)
More information about DemographicTable at CRAN
Permanent link
Title: Simple, Consistent Package Options
Description: Simple mechanisms for defining and interpreting package options. Provides
helpers for interpreting environment variables, global options, defining
default values and more.
Author: Doug Kelkhoff [aut, cre]
Maintainer: Doug Kelkhoff <doug.kelkhoff@gmail.com>
Diff between options versions 0.3.0 dated 2024-12-12 and 0.3.1 dated 2025-03-29
DESCRIPTION | 6 +++--- MD5 | 14 +++++++------- NEWS.md | 14 ++++++++++++++ R/define_option.R | 15 ++++++++------- R/envvars.R | 7 +++++-- README.md | 1 + inst/doc/envvars.html | 4 ++-- tests/testthat/test-envvars.R | 4 ++++ 8 files changed, 44 insertions(+), 21 deletions(-)
Title: Extensible Classes and Methods for Penalized-Regression-Based
Integration of Base Learners
Description: Extending the base classes and methods of EnsembleBase package for Penalized-Regression-based (Ridge and Lasso) integration of base learners. Default implementation uses cross-validation error to choose the optimal lambda (shrinkage parameter) for the final predictor. The package takes advantage of the file method provided in EnsembleBase package for writing estimation objects to disk in order to circumvent RAM bottleneck. Special save and load methods are provided to allow estimation objects to be saved to permanent files on disk, and to be loaded again into temporary files in a later R session. Users and developers can extend the package by extending the generic methods and classes provided in EnsembleBase package as well as this package.
Author: Mansour T.A. Sharabiani [aut],
Alireza S. Mahani [aut, cre]
Maintainer: Alireza S. Mahani <alireza.s.mahani@gmail.com>
Diff between EnsemblePenReg versions 0.7 dated 2016-09-14 and 0.8 dated 2025-03-29
ChangeLog | 16 DESCRIPTION | 20 MD5 | 34 - NAMESPACE | 70 +-- R/aaa.R | 20 R/epenreg.R | 356 ++++++++-------- R/integrator.R | 270 ++++++------ man/Regression.Integrator.PenReg.SelMin.Config-class.Rd | 82 +-- man/Regression.Integrator.PenReg.SelMin.FitObj-class.Rd | 76 +-- man/Regression.Sweep.CV.Fit.Rd | 62 +- man/Regression.Sweep.CV.FitObj-class.Rd | 60 +- man/Regression.Sweep.PenReg.Config-class.Rd | 68 +-- man/Regression.Sweep.PenReg.FitObj-class.Rd | 72 +-- man/epenreg.Rd | 132 ++--- man/epenreg.baselearner.control.Rd | 92 ++-- man/epenreg.save.Rd | 116 ++--- man/plot.epenreg.Rd | 50 +- man/predict.epenreg.Rd | 54 +- 18 files changed, 831 insertions(+), 819 deletions(-)
More information about EnsemblePenReg at CRAN
Permanent link
Title: API Wrapper for the Natural Gas Transparency Platforms of Gas
Infrastructure Europe
Description: Providing access to the API for Gas Infrastructure Europe's
natural gas transparency platforms <https://agsi.gie.eu/> and <https://alsi.gie.eu/>. Lets the user
easily download metadata on companies and gas storage units covered by
the API as well as the respective data on regional, country, company
or facility level.
Author: Yannik Buhl [aut, cre]
Maintainer: Yannik Buhl <ybuhl@posteo.de>
Diff between gie versions 0.1.2 dated 2024-06-02 and 0.1.3 dated 2025-03-29
DESCRIPTION | 8 MD5 | 34 NAMESPACE | 1 R/gie_getumm.R |only R/utils.R | 1775 +++++++++++++++++++---------------- README.md | 4 man/getrequest_general.Rd | 86 - man/gie_getumm.Rd |only man/is_valid_date.Rd |only tests/fixtures/test1.1.yml | 348 ++++++ tests/fixtures/test1.13.yml |only tests/fixtures/test1.2.yml | 498 +++++++++ tests/fixtures/test1.3.yml | 696 +++++++++++++ tests/fixtures/test1.4.yml | 358 ++++++- tests/fixtures/test1.5.yml | 368 +++++++ tests/fixtures/test1.6.yml | 726 ++++++++++++++ tests/fixtures/test1.7.yml | 1074 ++++++++++++++++++++- tests/testthat/setup-giedata.R | 10 tests/testthat/test-datadownloads.R | 515 +++++----- tests/testthat/test-regular-errors.R | 234 ++-- 20 files changed, 5455 insertions(+), 1280 deletions(-)
Title: Density and Abundance from Distance-Sampling Surveys
Description: Distance-sampling (<doi:10.1007/978-3-319-19219-2>)
estimates density and abundance of survey targets (e.g., animals) when
detection probability declines with distance.
Distance-sampling is popular in ecology,
especially when survey targets are observed from aerial platforms (e.g.,
airplane or drone), surface vessels (e.g., boat or truck), or along
walking transects.
Distance-sampling includes line-transect studies that measure observation
distances as the closest approach of the sample route (transect) to the target
(i.e., perpendicular off-transect distance), and point-transect studies that
measure observation distances from stationary observers to
the target (i.e., radial distance).
The routines included here fit smooth (parametric) curves to
histograms of observation distances
and use those functions to compute effective sampling distances, density of
targets in the surveyed area, and abundance
of targets in a surrounding study area. Curve shapes include the
half-normal, haza [...truncated...]
Author: Trent McDonald [cre, aut],
Jason Carlisle [aut],
Aidan McDonald [aut] ,
Ryan Nielson [ctb] ,
Ben Augustine [ctb] ,
James Griswald [ctb] ,
Patrick McKann [ctb] ,
Lacey Jeroue [ctb] ,
Hoffman Abigail [ctb] ,
Kleinsausser Michael [ctb] ,
Joel Reynolds [ [...truncated...]
Maintainer: Trent McDonald <trent@mcdonalddatasciences.com>
Diff between Rdistance versions 3.1.4 dated 2025-03-11 and 4.0.3 dated 2025-03-29
Rdistance-3.1.4/Rdistance/R/F.double.obs.prob.r |only Rdistance-3.1.4/Rdistance/R/F.gx.estim.r |only Rdistance-3.1.4/Rdistance/R/F.maximize.g.r |only Rdistance-3.1.4/Rdistance/R/F.nLL.r |only Rdistance-3.1.4/Rdistance/R/F.start.limits.r |only Rdistance-3.1.4/Rdistance/R/Gamma.like.r |only Rdistance-3.1.4/Rdistance/R/Gamma.start.limits.R |only Rdistance-3.1.4/Rdistance/R/dfuncSmu.R |only Rdistance-3.1.4/Rdistance/R/getDfuncModelFrame.r |only Rdistance-3.1.4/Rdistance/R/integration.constant.R |only Rdistance-3.1.4/Rdistance/R/isUnitless.R |only Rdistance-3.1.4/Rdistance/R/logistic.like.R |only Rdistance-3.1.4/Rdistance/R/logistic.start.limits.R |only Rdistance-3.1.4/Rdistance/R/smu.like.r |only Rdistance-3.1.4/Rdistance/R/uniform.like.R |only Rdistance-3.1.4/Rdistance/R/uniform.start.limits.R |only Rdistance-3.1.4/Rdistance/build/vignette.rds |only Rdistance-3.1.4/Rdistance/inst |only Rdistance-3.1.4/Rdistance/man/F.double.obs.prob.Rd |only Rdistance-3.1.4/Rdistance/man/F.gx.estim.Rd |only Rdistance-3.1.4/Rdistance/man/F.maximize.g.Rd |only Rdistance-3.1.4/Rdistance/man/F.nLL.Rd |only Rdistance-3.1.4/Rdistance/man/F.start.limits.Rd |only Rdistance-3.1.4/Rdistance/man/Gamma.like.Rd |only Rdistance-3.1.4/Rdistance/man/Gamma.start.limits.Rd |only Rdistance-3.1.4/Rdistance/man/dfuncSmu.Rd |only Rdistance-3.1.4/Rdistance/man/figures |only Rdistance-3.1.4/Rdistance/man/getDfuncModelFrame.Rd |only Rdistance-3.1.4/Rdistance/man/integration.constant.Rd |only Rdistance-3.1.4/Rdistance/man/isUnitless.Rd |only Rdistance-3.1.4/Rdistance/man/logistic.like.Rd |only Rdistance-3.1.4/Rdistance/man/logistic.start.limits.Rd |only Rdistance-3.1.4/Rdistance/man/smu.like.Rd |only Rdistance-3.1.4/Rdistance/man/uniform.like.Rd |only Rdistance-3.1.4/Rdistance/man/uniform.start.limits.Rd |only Rdistance-3.1.4/Rdistance/vignettes |only Rdistance-4.0.3/Rdistance/DESCRIPTION | 49 Rdistance-4.0.3/Rdistance/MD5 | 258 ++-- Rdistance-4.0.3/Rdistance/NAMESPACE | 63 - Rdistance-4.0.3/Rdistance/NEWS.md | 42 Rdistance-4.0.3/Rdistance/R/AIC.dfunc.R | 36 Rdistance-4.0.3/Rdistance/R/EDR.R | 172 -- Rdistance-4.0.3/Rdistance/R/ESW.r | 161 +- Rdistance-4.0.3/Rdistance/R/RdistDf.R |only Rdistance-4.0.3/Rdistance/R/Rdistance-package.R | 62 - Rdistance-4.0.3/Rdistance/R/RdistanceControls.R | 140 -- Rdistance-4.0.3/Rdistance/R/abundEstim.R | 835 ++++---------- Rdistance-4.0.3/Rdistance/R/autoDistSamp.R | 359 ++---- Rdistance-4.0.3/Rdistance/R/bcCI.R |only Rdistance-4.0.3/Rdistance/R/checkNEvalPts.R |only Rdistance-4.0.3/Rdistance/R/checkUnits.R |only Rdistance-4.0.3/Rdistance/R/coef.dfunc.r | 46 Rdistance-4.0.3/Rdistance/R/colorize.R | 6 Rdistance-4.0.3/Rdistance/R/cosine.expansion.R | 36 Rdistance-4.0.3/Rdistance/R/dE.multi.R |only Rdistance-4.0.3/Rdistance/R/dE.single.R |only Rdistance-4.0.3/Rdistance/R/dfuncEstim.R | 879 +-------------- Rdistance-4.0.3/Rdistance/R/dfuncEstimErrMessage.R |only Rdistance-4.0.3/Rdistance/R/distances.R |only Rdistance-4.0.3/Rdistance/R/effectiveDistance.R | 57 Rdistance-4.0.3/Rdistance/R/effort.R |only Rdistance-4.0.3/Rdistance/R/errDataUnk.R |only Rdistance-4.0.3/Rdistance/R/estimateN.r | 327 +---- Rdistance-4.0.3/Rdistance/R/expansionTerms.R |only Rdistance-4.0.3/Rdistance/R/groupSizes.R |only Rdistance-4.0.3/Rdistance/R/gxEstim.r |only Rdistance-4.0.3/Rdistance/R/halfnorm.like.R | 288 +--- Rdistance-4.0.3/Rdistance/R/halfnorm.start.limits.R |only Rdistance-4.0.3/Rdistance/R/hazrate.like.R | 225 --- Rdistance-4.0.3/Rdistance/R/hazrate.start.limits.R |only Rdistance-4.0.3/Rdistance/R/hermite.expansion.R | 31 Rdistance-4.0.3/Rdistance/R/intercept.only.R |only Rdistance-4.0.3/Rdistance/R/is.RdistDf.R |only Rdistance-4.0.3/Rdistance/R/is.Unitless.R |only Rdistance-4.0.3/Rdistance/R/is.points.R |only Rdistance-4.0.3/Rdistance/R/is.smoothed.R |only Rdistance-4.0.3/Rdistance/R/lines.dfunc.R | 83 - Rdistance-4.0.3/Rdistance/R/maximize.g.r |only Rdistance-4.0.3/Rdistance/R/mlEstimates.R |only Rdistance-4.0.3/Rdistance/R/model.matrix.dfunc.R |only Rdistance-4.0.3/Rdistance/R/nCovars.R |only Rdistance-4.0.3/Rdistance/R/nLL.R |only Rdistance-4.0.3/Rdistance/R/negexp.like.R | 179 --- Rdistance-4.0.3/Rdistance/R/negexp.start.limits.R |only Rdistance-4.0.3/Rdistance/R/observationType.R |only Rdistance-4.0.3/Rdistance/R/oneBsIter.R |only Rdistance-4.0.3/Rdistance/R/parseModel.R |only Rdistance-4.0.3/Rdistance/R/perpDists.R | 2 Rdistance-4.0.3/Rdistance/R/plot.dfunc.para.R |only Rdistance-4.0.3/Rdistance/R/plot.dfunc.r | 477 -------- Rdistance-4.0.3/Rdistance/R/predDensity.R |only Rdistance-4.0.3/Rdistance/R/predDfuncs.R |only Rdistance-4.0.3/Rdistance/R/predLikelihood.R |only Rdistance-4.0.3/Rdistance/R/predict.dfunc.R | 478 +++----- Rdistance-4.0.3/Rdistance/R/print.abund.r | 31 Rdistance-4.0.3/Rdistance/R/print.dfunc.r | 54 Rdistance-4.0.3/Rdistance/R/secondDeriv.r | 6 Rdistance-4.0.3/Rdistance/R/simple.expansion.r | 24 Rdistance-4.0.3/Rdistance/R/sparrowDetectionData.R | 1 Rdistance-4.0.3/Rdistance/R/sparrowDf.R |only Rdistance-4.0.3/Rdistance/R/sparrowDfuncObserver.R |only Rdistance-4.0.3/Rdistance/R/sparrowSiteData.R | 1 Rdistance-4.0.3/Rdistance/R/startLimits.R |only Rdistance-4.0.3/Rdistance/R/summary.abund.R | 117 - Rdistance-4.0.3/Rdistance/R/summary.dfunc.R | 314 ++--- Rdistance-4.0.3/Rdistance/R/summary.rowwise_df.R |only Rdistance-4.0.3/Rdistance/R/thrasherDetectionData.R | 1 Rdistance-4.0.3/Rdistance/R/thrasherDf.R |only Rdistance-4.0.3/Rdistance/R/thrasherSiteData.R | 1 Rdistance-4.0.3/Rdistance/R/transectType.R |only Rdistance-4.0.3/Rdistance/R/unnest.R |only Rdistance-4.0.3/Rdistance/R/zzz.R | 69 + Rdistance-4.0.3/Rdistance/data/sparrowDf.rda |only Rdistance-4.0.3/Rdistance/data/sparrowDfuncObserver.rda |only Rdistance-4.0.3/Rdistance/data/thrasherDetectionData.rda |binary Rdistance-4.0.3/Rdistance/data/thrasherDf.rda |only Rdistance-4.0.3/Rdistance/data/thrasherSiteData.rda |binary Rdistance-4.0.3/Rdistance/man/AIC.dfunc.Rd | 28 Rdistance-4.0.3/Rdistance/man/EDR.Rd | 93 - Rdistance-4.0.3/Rdistance/man/ESW.Rd | 132 +- Rdistance-4.0.3/Rdistance/man/RdistDf.Rd |only Rdistance-4.0.3/Rdistance/man/Rdistance-package.Rd | 64 - Rdistance-4.0.3/Rdistance/man/RdistanceControls.Rd | 143 +- Rdistance-4.0.3/Rdistance/man/abundEstim.Rd | 358 ++---- Rdistance-4.0.3/Rdistance/man/autoDistSamp.Rd | 321 +++-- Rdistance-4.0.3/Rdistance/man/bcCI.Rd |only Rdistance-4.0.3/Rdistance/man/checkNEvalPts.Rd |only Rdistance-4.0.3/Rdistance/man/checkUnits.Rd |only Rdistance-4.0.3/Rdistance/man/coef.dfunc.Rd | 42 Rdistance-4.0.3/Rdistance/man/cosine.expansion.Rd | 22 Rdistance-4.0.3/Rdistance/man/dE.multi.Rd |only Rdistance-4.0.3/Rdistance/man/dE.single.Rd |only Rdistance-4.0.3/Rdistance/man/dfuncEstim.Rd | 451 ++----- Rdistance-4.0.3/Rdistance/man/dfuncEstimErrMessage.Rd |only Rdistance-4.0.3/Rdistance/man/distances.Rd |only Rdistance-4.0.3/Rdistance/man/effectiveDistance.Rd | 50 Rdistance-4.0.3/Rdistance/man/effort.Rd |only Rdistance-4.0.3/Rdistance/man/errDataUnk.Rd |only Rdistance-4.0.3/Rdistance/man/estimateN.Rd | 102 - Rdistance-4.0.3/Rdistance/man/expansionTerms.Rd |only Rdistance-4.0.3/Rdistance/man/groupSizes.Rd |only Rdistance-4.0.3/Rdistance/man/gxEstim.Rd |only Rdistance-4.0.3/Rdistance/man/halfnorm.like.Rd | 200 +-- Rdistance-4.0.3/Rdistance/man/halfnorm.start.limits.Rd |only Rdistance-4.0.3/Rdistance/man/hazrate.like.Rd | 168 +- Rdistance-4.0.3/Rdistance/man/hazrate.start.limits.Rd |only Rdistance-4.0.3/Rdistance/man/hermite.expansion.Rd | 8 Rdistance-4.0.3/Rdistance/man/intercept.only.Rd |only Rdistance-4.0.3/Rdistance/man/is.RdistDf.Rd |only Rdistance-4.0.3/Rdistance/man/is.Unitless.Rd |only Rdistance-4.0.3/Rdistance/man/is.points.Rd |only Rdistance-4.0.3/Rdistance/man/is.smoothed.Rd |only Rdistance-4.0.3/Rdistance/man/lines.dfunc.Rd | 83 - Rdistance-4.0.3/Rdistance/man/maximize.g.Rd |only Rdistance-4.0.3/Rdistance/man/mlEstimates.Rd |only Rdistance-4.0.3/Rdistance/man/model.matrix.dfunc.Rd |only Rdistance-4.0.3/Rdistance/man/nCovars.Rd |only Rdistance-4.0.3/Rdistance/man/nLL.Rd |only Rdistance-4.0.3/Rdistance/man/negexp.like.Rd | 133 -- Rdistance-4.0.3/Rdistance/man/negexp.start.limits.Rd |only Rdistance-4.0.3/Rdistance/man/observationType.Rd |only Rdistance-4.0.3/Rdistance/man/oneBsIter.Rd |only Rdistance-4.0.3/Rdistance/man/parseModel.Rd |only Rdistance-4.0.3/Rdistance/man/perpDists.Rd | 80 - Rdistance-4.0.3/Rdistance/man/plot.dfunc.Rd | 156 +- Rdistance-4.0.3/Rdistance/man/plot.dfunc.para.Rd |only Rdistance-4.0.3/Rdistance/man/predDensity.Rd |only Rdistance-4.0.3/Rdistance/man/predDfuncs.Rd |only Rdistance-4.0.3/Rdistance/man/predLikelihood.Rd |only Rdistance-4.0.3/Rdistance/man/predict.dfunc.Rd | 279 +++- Rdistance-4.0.3/Rdistance/man/print.abund.Rd | 23 Rdistance-4.0.3/Rdistance/man/print.dfunc.Rd | 15 Rdistance-4.0.3/Rdistance/man/simple.expansion.Rd | 18 Rdistance-4.0.3/Rdistance/man/sparrowDetectionData.Rd | 103 - Rdistance-4.0.3/Rdistance/man/sparrowDf.Rd |only Rdistance-4.0.3/Rdistance/man/sparrowDfuncObserver.Rd |only Rdistance-4.0.3/Rdistance/man/sparrowSiteData.Rd | 113 - Rdistance-4.0.3/Rdistance/man/startLimits.Rd |only Rdistance-4.0.3/Rdistance/man/summary.abund.Rd | 54 Rdistance-4.0.3/Rdistance/man/summary.dfunc.Rd | 37 Rdistance-4.0.3/Rdistance/man/summary.rowwise_df.Rd |only Rdistance-4.0.3/Rdistance/man/thrasherDetectionData.Rd | 91 - Rdistance-4.0.3/Rdistance/man/thrasherDf.Rd |only Rdistance-4.0.3/Rdistance/man/thrasherSiteData.Rd | 101 - Rdistance-4.0.3/Rdistance/man/transectType.Rd |only Rdistance-4.0.3/Rdistance/man/unnest.Rd |only 186 files changed, 3584 insertions(+), 5794 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. Details can be found in Arel-Bundock, Greifer, and Heiss (2024) <doi:10.18637/jss.v111.i09>.
Author: Vincent Arel-Bundock [aut, cre, cph]
,
Noah Greifer [ctb] ,
Etienne Bacher [ctb] ,
Grant McDermott [ctb] ,
Andrew Heiss [ctb]
Maintainer: Vincent Arel-Bundock <vincent.arel-bundock@umontreal.ca>
Diff between marginaleffects versions 0.25.0 dated 2025-02-01 and 0.25.1 dated 2025-03-29
DESCRIPTION | 51 ++++---- MD5 | 96 ++++++++-------- NEWS.md | 20 +++ R/backtransform.R | 5 R/bootstrap_boot.R | 2 R/bootstrap_simulation.R | 4 R/comparisons.R | 107 +++++++----------- R/complete_levels.R | 4 R/conformal.R | 187 ++++++++++++++++--------------- R/construct_call.R |only R/datagrid.R | 28 +--- R/get_dataset.R | 38 ++++-- R/get_vcov.R | 3 R/hypotheses.R | 68 ++++++----- R/hypothesis_formula.R | 12 +- R/imputation.R | 29 +++- R/inferences.R | 78 +++++++------ R/methods_betareg.R | 20 ++- R/methods_mlogit.R | 2 R/methods_tidymodels.R | 14 +- R/multcomp.R | 5 R/plot_comparisons.R | 10 - R/plot_predictions.R | 9 - R/plot_slopes.R | 5 R/predictions.R | 114 +++++++++---------- R/print.R | 2 R/recall.R | 3 R/sanitize_comparison.R | 4 R/sanitize_conf_level.R | 6 - R/sanitize_hypothesis_formula.R | 3 R/sanitize_newdata.R | 27 ++-- R/sanitize_reserved.R |only R/sanitize_variables.R | 23 --- R/sanity_dots.R | 9 - R/slopes.R | 236 +++++++++++++++++++++------------------- R/utils.R | 71 ++++++++---- R/zzz.R | 4 inst/WORDLIST | 1 inst/doc/model_to_meaning.R | 4 inst/doc/model_to_meaning.Rmd | 12 -- inst/doc/model_to_meaning.html | 12 -- man/comparisons.Rd | 8 - man/get_dataset.Rd | 2 man/get_predict.Rd | 2 man/hypotheses.Rd | 9 - man/inferences.Rd | 14 +- man/predictions.Rd | 3 man/sanitize_model_specific.Rd | 23 --- tests/tinytest.R | 8 - vignettes/model_to_meaning.Rmd | 12 -- 50 files changed, 737 insertions(+), 672 deletions(-)
More information about marginaleffects at CRAN
Permanent link
Title: Generates Multiple Data Sets
Description: Generate multiple data sets for educational purposes to demonstrate the importance of multiple regression. The genset function generates a data set from an initial data set to have the same summary statistics (mean, median, and standard deviation) but opposing regression results.
Author: Lori Murray [aut, cre]
Maintainer: Lori Murray <lori.murray@uwo.ca>
Diff between genset versions 0.1.0 dated 2020-09-16 and 0.1.1 dated 2025-03-29
genset-0.1.0/genset/man/genset.Rd |only genset-0.1.1/genset/DESCRIPTION | 21 genset-0.1.1/genset/MD5 | 18 genset-0.1.1/genset/NAMESPACE | 5 genset-0.1.1/genset/R/genset.R | 93 ---- genset-0.1.1/genset/build/vignette.rds |binary genset-0.1.1/genset/inst/doc/Introduction.R | 16 genset-0.1.1/genset/inst/doc/Introduction.Rmd | 34 + genset-0.1.1/genset/inst/doc/Introduction.html | 562 ++++++++++++++----------- genset-0.1.1/genset/man/Genset.Rd |only genset-0.1.1/genset/vignettes/Introduction.Rmd | 34 + 11 files changed, 407 insertions(+), 376 deletions(-)
Title: Extensible Package for Cross-Validation-Based Integration of
Base Learners
Description: Extends the base classes and methods of EnsembleBase package for cross-validation-based integration of base learners. Default implementation calculates average of repeated CV errors, and selects the base learner / configuration with minimum average error. The package takes advantage of the file method provided in EnsembleBase package for writing estimation objects to disk in order to circumvent RAM bottleneck. Special save and load methods are provided to allow estimation objects to be saved to permanent files on disk, and to be loaded again into temporary files in a later R session. The package can be extended, e.g. by adding variants of the current implementation.
Author: Mansour T.A. Sharabiani [aut],
Alireza S. Mahani [aut, cre]
Maintainer: Alireza S. Mahani <alireza.s.mahani@gmail.com>
Diff between EnsembleCV versions 0.8 dated 2016-09-13 and 0.9 dated 2025-03-29
ChangeLog | 28 - DESCRIPTION | 20 - MD5 | 26 - NAMESPACE | 66 ++-- R/aaa.R | 38 +- R/ecv.R | 392 ++++++++++++------------ R/integrator_regression_select_minavgerr.R | 156 ++++----- R/integrator_regression_select_minerr.R | 118 +++---- man/Regression.Select.MinAvgErr.Config-class.Rd | 66 ++-- man/Regression.Select.MinAvgErr.FitObj-class.Rd | 62 +-- man/ecv.regression.Rd | 134 ++++---- man/ecv.regression.baselearner.control.Rd | 84 ++--- man/ecv.save.Rd | 116 +++---- man/plot.ecv.regression.Rd | 60 +-- 14 files changed, 689 insertions(+), 677 deletions(-)
Title: Create Hex Stickers with 'shiny'
Description: Create hexagonal shape sticker image.
'polaroid' can be used in user's web browser.
'polaroid' can be used in 'shinyapps.io'.
In both way, user can download created 'hexSticker' as 'PNG' image.
'polaroid' is built based on 'argonDash', 'colourpicker' and 'hexSticker' R package.
Author: Jinhwan Kim [aut, cre, cph]
Maintainer: Jinhwan Kim <hwanistic@gmail.com>
Diff between polaroid versions 0.1.0 dated 2023-11-18 and 0.2.1 dated 2025-03-29
polaroid-0.1.0/polaroid/NEWS.md |only polaroid-0.1.0/polaroid/README.md |only polaroid-0.1.0/polaroid/inst/images |only polaroid-0.2.1/polaroid/DESCRIPTION | 14 polaroid-0.2.1/polaroid/MD5 | 17 polaroid-0.2.1/polaroid/R/polaroid.R | 22 polaroid-0.2.1/polaroid/inst/polaroid/app.R | 504 ++++++---- polaroid-0.2.1/polaroid/inst/polaroid/rsconnect/shinyapps.io/jhkim/polaroid.dcf | 2 polaroid-0.2.1/polaroid/inst/polaroid/temp.png |only polaroid-0.2.1/polaroid/inst/polaroid/www/favicon.png |only polaroid-0.2.1/polaroid/inst/polaroid/www/style.css | 68 + polaroid-0.2.1/polaroid/man/polaroid.Rd | 4 12 files changed, 442 insertions(+), 189 deletions(-)
Title: Automated Gene Identification for Post-GWAS and QTL Analysis
Description: Facilitates the post-Genome Wide Association Studies (GWAS) and Quantitative Trait Loci (QTL) analysis of identifying candidate genes within user-defined search window, based on the identified Single Nucleotide Polymorphisms (SNPs) as given by Mazumder AK (2024) <doi:10.1038/s41598-024-66903-3>. It supports candidate gene analysis for wheat and rice. Just import your GWAS result as explained in the sample_data file and the function does all the manual search and retrieve candidate genes for you, while exporting the results into ready-to-use output.
Author: Rajamani Nirmalaruban [aut, cre, cph],
R. Suvitha [aut],
Rajbir Yadav [aut],
Meda Alekya [aut],
Amit Kumar Mazumder [aut],
Subramani Sugumar [aut],
Prashanth babu [aut],
Manjeet Kumar [aut],
Kiran B Gaikwad [aut],
Naresh Kumar Bainsla [aut],
S. Bhask [...truncated...]
Maintainer: Rajamani Nirmalaruban <nirmalaruban97@gmail.com>
Diff between geneNR versions 1.0.1 dated 2025-03-10 and 2.0.1 dated 2025-03-29
DESCRIPTION | 13 - MD5 | 46 ++++- NAMESPACE | 8 NEWS.md |only R/geneQTL.R |only R/geneSNPcustom.R |only R/import_hmp.R |only R/import_vcf.R |only R/plot_SNP.R |only R/plot_summariseSNP.R |only R/sample_data_rice_qtl.R |only R/sample_data_wheat_custom.R |only R/sample_data_wheat_qtl.R |only R/summariseSNP.R |only R/summariseSNP_vcf.R |only build/vignette.rds |binary data/sample_data_rice_qtl.rda |only data/sample_data_wheat_custom.rda |only data/sample_data_wheat_qtl.rda |only inst/doc/geneNR_1.R | 37 ++++ inst/doc/geneNR_1.Rmd | 175 +++++++++++++++++++-- inst/doc/geneNR_1.html | 160 ++++++++++++++----- inst/extdata/chromosome_details.csv |only inst/extdata/demo_SNP.hmp.txt |only inst/extdata/demo_SNP.vcf |only inst/extdata/identified_SNP.csv |only inst/extdata/precomputed_sample_results_custom.rda |only inst/extdata/precomputed_sample_results_qtl.rda |only man/geneQTL.Rd |only man/geneSNPcustom.Rd |only man/import_hmp.Rd |only man/import_vcf.Rd |only man/plot_SNP.Rd |only man/plot_summariseSNP.Rd |only man/sample_data_rice_qtl.Rd |only man/sample_data_wheat_custom.Rd |only man/sample_data_wheat_qtl.Rd |only man/summariseSNP.Rd |only man/summariseSNP_vcf.Rd |only vignettes/geneNR_1.Rmd | 175 +++++++++++++++++++-- 40 files changed, 535 insertions(+), 79 deletions(-)
Title: Spatial Analysis on Network
Description: Perform spatial analysis on network.
Implement several methods for spatial analysis on network: Network Kernel Density estimation,
building of spatial matrices based on network distance ('listw' objects from 'spdep' package), K functions estimation
for point pattern analysis on network, k nearest neighbours on network, reachable area calculation, and graph generation
References: Okabe et al (2019) <doi:10.1080/13658810802475491>;
Okabe et al (2012, ISBN:978-0470770818);Baddeley et al (2015, ISBN:9781482210200).
Author: Jeremy Gelb [aut, cre] ,
Philippe Apparicio [ctb]
Maintainer: Jeremy Gelb <jeremy.gelb@ucs.inrs.ca>
Diff between spNetwork versions 0.4.4.5 dated 2025-01-20 and 0.4.4.6 dated 2025-03-29
DESCRIPTION | 6 ++-- MD5 | 42 ++++++++++++++++---------------- NEWS.md | 10 +++++++ R/geometrical_functions_sf.R | 11 +------- R/neighbouring_sf.R | 3 ++ R/nkde_execution_functions_sf.R | 4 +++ R/temporal_nkde_sf.R | 4 +++ README.md | 2 - build/partial.rdb |binary inst/doc/KNetworkFunctions.html | 18 ++++++------- inst/doc/NKDE.html | 14 +++++----- inst/doc/NetworkBuilding.html | 8 +++--- inst/doc/SpatialWeightMatrices.html | 4 +-- inst/doc/TNKDE.html | 8 +++--- inst/extdata/results_vignette_kfunc.rda |binary inst/extdata/results_vignette_nkde.rda |binary man/figures/unnamed-chunk-5-1.png |binary man/figures/unnamed-chunk-8-1.png |binary man/snapPointsToLines2.Rd | 18 +------------ src/Makevars.in | 1 src/Makevars.win | 2 + vignettes/images/animated_map.gif |binary 22 files changed, 79 insertions(+), 76 deletions(-)
Title: Incremental Graphlet Counting for Network Optimisation
Description: An efficient and incremental approach for calculating
the differences in orbit counts when performing single edge modifications
in a network. Calculating the differences in orbit counts is much more efficient than
recalculating all orbit counts from scratch for each time point.
Author: Robrecht Cannoodt [aut, cre]
Maintainer: Robrecht Cannoodt <rcannood@gmail.com>
Diff between incgraph versions 1.0.1 dated 2017-10-12 and 1.0.3 dated 2025-03-29
incgraph-1.0.1/incgraph/R/package.R |only incgraph-1.0.1/incgraph/man/incgraph.Rd |only incgraph-1.0.1/incgraph/src/Makevars |only incgraph-1.0.3/incgraph/DESCRIPTION | 28 - incgraph-1.0.3/incgraph/MD5 | 39 +- incgraph-1.0.3/incgraph/NAMESPACE | 11 incgraph-1.0.3/incgraph/R/dynamic_graph_generators.R | 294 +++++++++++----- incgraph-1.0.3/incgraph/R/incgraph-package.R |only incgraph-1.0.3/incgraph/R/incgraph_wrapper.R | 183 +++++---- incgraph-1.0.3/incgraph/man/calculate.delta.Rd | 5 incgraph-1.0.3/incgraph/man/calculate.orbit.counts.Rd | 6 incgraph-1.0.3/incgraph/man/contains.Rd | 2 incgraph-1.0.3/incgraph/man/flip.Rd | 2 incgraph-1.0.3/incgraph/man/generate.dynamic.network.Rd | 22 - incgraph-1.0.3/incgraph/man/get.neighbours.Rd | 2 incgraph-1.0.3/incgraph/man/incgraph-package.Rd |only incgraph-1.0.3/incgraph/man/network.as.matrix.Rd | 2 incgraph-1.0.3/incgraph/man/new.incgraph.network.Rd | 2 incgraph-1.0.3/incgraph/man/reset.Rd | 2 incgraph-1.0.3/incgraph/man/set.network.Rd | 4 incgraph-1.0.3/incgraph/src/RcppExports.cpp | 5 incgraph-1.0.3/incgraph/tests/testthat.R | 5 incgraph-1.0.3/incgraph/tests/testthat/test_incgraph.R | 86 +--- 23 files changed, 412 insertions(+), 288 deletions(-)
Title: A 'ggplot2' Extension to Make Normal Violin Plots
Description: Uses 'ggplot2' to create normally distributed violin plots
with specified means and standard deviations. This function can be
useful in showing hypothetically normal distributions and confidence
intervals.
Author: W. Joel Schneider [aut, cre]
Maintainer: W. Joel Schneider <w.joel.schneider@gmail.com>
Diff between ggnormalviolin versions 0.1.2 dated 2019-05-27 and 0.2.1 dated 2025-03-29
ggnormalviolin-0.1.2/ggnormalviolin/man/figures/README-example-1.svg |only ggnormalviolin-0.1.2/ggnormalviolin/man/figures/README-example2-1.svg |only ggnormalviolin-0.1.2/ggnormalviolin/man/figures/README-unnamed-chunk-10-1.svg |only ggnormalviolin-0.1.2/ggnormalviolin/man/figures/README-unnamed-chunk-11-1.svg |only ggnormalviolin-0.1.2/ggnormalviolin/man/figures/README-unnamed-chunk-12-1.svg |only ggnormalviolin-0.1.2/ggnormalviolin/man/figures/README-unnamed-chunk-13-1.svg |only ggnormalviolin-0.1.2/ggnormalviolin/man/figures/README-unnamed-chunk-3-1.svg |only ggnormalviolin-0.1.2/ggnormalviolin/man/figures/README-unnamed-chunk-4-1.svg |only ggnormalviolin-0.1.2/ggnormalviolin/man/figures/README-unnamed-chunk-5-1.svg |only ggnormalviolin-0.1.2/ggnormalviolin/man/figures/README-unnamed-chunk-6-1.svg |only ggnormalviolin-0.1.2/ggnormalviolin/man/figures/README-unnamed-chunk-6-2.svg |only ggnormalviolin-0.1.2/ggnormalviolin/man/figures/README-unnamed-chunk-7-1.svg |only ggnormalviolin-0.1.2/ggnormalviolin/man/figures/README-unnamed-chunk-7-2.svg |only ggnormalviolin-0.1.2/ggnormalviolin/man/figures/README-unnamed-chunk-8-1.svg |only ggnormalviolin-0.1.2/ggnormalviolin/man/figures/README-unnamed-chunk-9-1.svg |only ggnormalviolin-0.1.2/ggnormalviolin/man/figures/logo.png |only ggnormalviolin-0.2.1/ggnormalviolin/DESCRIPTION | 28 - ggnormalviolin-0.2.1/ggnormalviolin/MD5 | 58 +- ggnormalviolin-0.2.1/ggnormalviolin/NAMESPACE | 3 ggnormalviolin-0.2.1/ggnormalviolin/NEWS.md | 27 - ggnormalviolin-0.2.1/ggnormalviolin/R/main.R | 212 +++++----- ggnormalviolin-0.2.1/ggnormalviolin/R/utils-pipe.R | 5 ggnormalviolin-0.2.1/ggnormalviolin/README.md | 194 --------- ggnormalviolin-0.2.1/ggnormalviolin/build |only ggnormalviolin-0.2.1/ggnormalviolin/inst/WORDLIST | 14 ggnormalviolin-0.2.1/ggnormalviolin/inst/doc |only ggnormalviolin-0.2.1/ggnormalviolin/man/GeomNormalViolin.Rd | 24 - ggnormalviolin-0.2.1/ggnormalviolin/man/StatNormalViolin.Rd | 24 - ggnormalviolin-0.2.1/ggnormalviolin/man/figures/README-coordcartesian-1.png |only ggnormalviolin-0.2.1/ggnormalviolin/man/figures/README-example-1.png |only ggnormalviolin-0.2.1/ggnormalviolin/man/figures/README-example2-1.png |only ggnormalviolin-0.2.1/ggnormalviolin/man/figures/README-faceright-1.png |only ggnormalviolin-0.2.1/ggnormalviolin/man/figures/README-faceright-2.png |only ggnormalviolin-0.2.1/ggnormalviolin/man/figures/README-lowertail-1.png |only ggnormalviolin-0.2.1/ggnormalviolin/man/figures/README-nsigma-1.png |only ggnormalviolin-0.2.1/ggnormalviolin/man/figures/README-setsdwidth-1.png |only ggnormalviolin-0.2.1/ggnormalviolin/man/figures/README-setwidth-1.png |only ggnormalviolin-0.2.1/ggnormalviolin/man/figures/README-unnamed-chunk-3-1.png |only ggnormalviolin-0.2.1/ggnormalviolin/man/figures/README-upperlowerlimits-1.png |only ggnormalviolin-0.2.1/ggnormalviolin/man/figures/README-uppertail-1.png |only ggnormalviolin-0.2.1/ggnormalviolin/man/figures/README-ylim-1.png |only ggnormalviolin-0.2.1/ggnormalviolin/man/geom_normalviolin.Rd | 113 ++--- ggnormalviolin-0.2.1/ggnormalviolin/man/pipe.Rd | 32 - ggnormalviolin-0.2.1/ggnormalviolin/tests/testthat |only ggnormalviolin-0.2.1/ggnormalviolin/tests/testthat.R |only ggnormalviolin-0.2.1/ggnormalviolin/vignettes |only 46 files changed, 320 insertions(+), 414 deletions(-)
More information about ggnormalviolin at CRAN
Permanent link
Title: Joint Dimension Reduction and Spatial Clustering
Description: Joint dimension reduction and spatial clustering is conducted for
Single-cell RNA sequencing and spatial transcriptomics data, and more details can be referred to
Wei Liu, Xu Liao, Yi Yang, Huazhen Lin, Joe Yeong, Xiang Zhou, Xingjie Shi and Jin Liu. (2022) <doi:10.1093/nar/gkac219>. It is not only computationally efficient and scalable to the sample size increment, but also is capable of choosing the smoothness parameter and the number of clusters as well.
Author: Wei Liu [aut, cre],
Yi Yang [aut],
Jin Liu [aut]
Maintainer: Wei Liu <liuweideng@gmail.com>
Diff between DR.SC versions 3.4 dated 2024-03-19 and 3.5 dated 2025-03-29
DESCRIPTION | 8 ++++---- MD5 | 23 ++++++++++++----------- R/main.R | 2 +- build/partial.rdb |only inst/doc/DR.SC.DLPFC.html | 4 ++-- inst/doc/DR.SC.Simu.html | 4 ++-- man/DR.SC.Rd | 4 ++-- man/DR.SC.fit.Rd | 2 +- man/drscPlot.Rd | 2 +- man/getAdj.Rd | 2 +- man/readscRNAseq.Rd | 2 +- man/selectModel.Rd | 2 +- src/simulDRcluster_main.cpp | 5 ++--- 13 files changed, 30 insertions(+), 30 deletions(-)
Title: Count Regression for Correlated Observations with the
Beta-Binomial
Description: Statistical modeling for correlated count data using the beta-binomial distribution, described in Martin et al. (2020) <doi:10.1214/19-AOAS1283>. It allows for both mean and overdispersion covariates.
Author: Bryan D Martin [aut],
Daniela Witten [aut],
Sarah Teichman [ctb],
Amy D Willis [aut, cre],
Thomas W Yee [ctb] ,
Xiangjie Xue [ctb]
Maintainer: Amy D Willis <adwillis@uw.edu>
Diff between corncob versions 0.4.1 dated 2024-01-10 and 0.4.2 dated 2025-03-29
DESCRIPTION | 8 MD5 | 32 +-- R/bbdml.R | 16 + R/contrastsTest.R | 24 +- build/vignette.rds |binary inst/doc/corncob-intro-no-phyloseq.R | 12 + inst/doc/corncob-intro-no-phyloseq.Rmd | 17 + inst/doc/corncob-intro-no-phyloseq.html | 107 ++++++---- inst/doc/corncob-intro.R | 16 + inst/doc/corncob-intro.Rmd | 25 ++ inst/doc/corncob-intro.html | 265 +++++++++++++++------------ man/bbdml.Rd | 2 man/contrastsTest.Rd | 24 +- tests/testthat/test_testsRequiringPhyloseq.R | 8 tests/testthat/test_waldtest.R | 7 vignettes/corncob-intro-no-phyloseq.Rmd | 17 + vignettes/corncob-intro.Rmd | 25 ++ 17 files changed, 396 insertions(+), 209 deletions(-)
Title: Lightweight Repackaging of 'Themes' for 'ggplot2'
Description: Themes for 'ggplot2' are a convenient way to style plots. The 'hrbrthemes' package
contains a particularly nice one, but brings along a significant tail of dependencies. So this
(currently experimental) package brings along just the 'theme_ipsum_rc' theme using the 'Roboto'
'Condensed' font. Should the font not be installed on your system, see the help in the package
'hrbrthemes' on how to install 'Roboto Condensed'.
Author: Dirk Eddelbuettel [aut, cre] ,
Bob Rudis [aut]
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Diff between tinythemes versions 0.0.2 dated 2024-03-04 and 0.0.3 dated 2025-03-29
ChangeLog | 11 +++++++++++ DESCRIPTION | 10 +++++----- MD5 | 14 +++++++------- R/theme.R | 22 +++++++++++----------- README.md | 2 +- build/partial.rdb |binary inst/NEWS.Rd | 10 +++++++++- man/theme_ipsum_rc.Rd | 24 ++++++++++++------------ 8 files changed, 56 insertions(+), 37 deletions(-)
Title: Statistical Package for Reliability Data Analysis
Description: The Statistical Package for REliability Data Analysis (SPREDA) implements recently-developed statistical methods for the analysis of reliability data. Modern technological developments, such as sensors and smart chips, allow us to dynamically track product/system usage as well as other environmental variables, such as temperature and humidity. We refer to these variables as dynamic covariates. The package contains functions for the analysis of time-to-event data with dynamic covariates and degradation data with dynamic covariates. The package also contains functions that can be used for analyzing time-to-event data with right censoring, and with left truncation and right censoring. Financial support from NSF and DuPont are acknowledged.
Author: Yili Hong [aut, cre],
Yimeng Xie [aut],
Zhibing Xu [aut]
Maintainer: Yili Hong <yilihong@vt.edu>
Diff between SPREDA versions 1.1 dated 2018-11-25 and 1.2 dated 2025-03-29
SPREDA-1.1/SPREDA/R/SPREDA-internal.R |only SPREDA-1.2/SPREDA/DESCRIPTION | 22 ++++++++++++--- SPREDA-1.2/SPREDA/MD5 | 35 ++++++++++++------------- SPREDA-1.2/SPREDA/R/optim.ftn.2.R | 8 ++--- SPREDA-1.2/SPREDA/R/plotdeglmx.R | 2 - SPREDA-1.2/SPREDA/man/MIC.splines.basis.Rd | 2 - SPREDA-1.2/SPREDA/man/SPREDA-package.Rd | 4 +- SPREDA-1.2/SPREDA/man/ce.dat.prep.Rd | 2 - SPREDA-1.2/SPREDA/man/cls.Rd | 2 - SPREDA-1.2/SPREDA/man/deglmx.Rd | 2 - SPREDA-1.2/SPREDA/man/i.spline.x.Rd | 2 - SPREDA-1.2/SPREDA/man/kaplan.meier.location.Rd | 2 - SPREDA-1.2/SPREDA/man/lifedata.MLE.Rd | 6 ++-- SPREDA-1.2/SPREDA/man/lifetime.mle.Rd | 6 ++-- SPREDA-1.2/SPREDA/man/m.spline.x.Rd | 2 - SPREDA-1.2/SPREDA/man/plev.Rd | 2 - SPREDA-1.2/SPREDA/man/plotdeglmx.Rd | 2 - SPREDA-1.2/SPREDA/man/psev.Rd | 2 - SPREDA-1.2/SPREDA/man/summary.Lifedata.MLE.Rd | 2 - 19 files changed, 58 insertions(+), 47 deletions(-)
Title: Chinese Text Segmentation
Description: Chinese text segmentation, keyword extraction and speech tagging
For R.
Author: Qin Wenfeng, Wu Yanyi
Maintainer: ORPHANED
Diff between jiebaR versions 0.11 dated 2019-12-13 and 0.11.1 dated 2025-03-29
DESCRIPTION | 11 +++++++---- MD5 | 4 ++-- inst/include/lib/hashes/jenkins.h | 5 +++-- 3 files changed, 12 insertions(+), 8 deletions(-)
Title: Miscellaneous Statistical Functions Used in 'guide-R'
Description: Companion package for the manual
'guide-R : Guide pour l’analyse de données d’enquêtes avec R' available at
<https://larmarange.github.io/guide-R/>. 'guideR' implements miscellaneous
functions introduced in 'guide-R' to facilitate statistical analysis and
manipulation of survey data.
Author: Joseph Larmarange [aut, cre]
Maintainer: Joseph Larmarange <joseph@larmarange.net>
Diff between guideR versions 0.2.0 dated 2025-03-16 and 0.3.0 dated 2025-03-29
DESCRIPTION | 6 MD5 | 20 +- NAMESPACE | 2 NEWS.md | 18 ++ R/cut_quartiles.R |only R/plot_proportions.R | 284 +++++++++++++++++++++++++-------- R/proportion.R | 15 + man/cut_quartiles.Rd |only man/plot_proportions.Rd | 68 +++++++ man/proportion.Rd | 5 tests/testthat/test-plot_proportions.R | 35 +++- tests/testthat/test-proportion.R | 25 ++ 12 files changed, 400 insertions(+), 78 deletions(-)
Title: The Research Data Warehouse of Miguel de Carvalho
Description: Pulls together a collection of datasets from Miguel de Carvalho research articles. Including, for example:
- de Carvalho (2012) <doi:10.1016/j.jspi.2011.08.016>;
- de Carvalho et al (2012) <doi:10.1080/03610926.2012.709905>;
- de Carvalho et al (2012) <doi:10.1016/j.econlet.2011.09.007>);
- de Carvalho and Davison (2014) <doi:10.1080/01621459.2013.872651>;
- de Carvalho and Rua (2017) <doi:10.1016/j.ijforecast.2015.09.004>;
- de Carvalho et al (2023) <doi:10.1002/sta4.560>;
- de Carvalho et al (2022) <doi:10.1007/s13253-021-00469-9>;
- Palacios et al (2024) <doi:10.1214/24-BA1420>.
Author: Miguel de Carvalho [aut, cre]
Maintainer: Miguel de Carvalho <Miguel.deCarvalho@ed.ac.uk>
Diff between DATAstudio versions 1.2 dated 2025-03-17 and 1.2.1 dated 2025-03-29
DESCRIPTION | 6 +++--- MD5 | 10 ++++++---- R/hidden.R | 2 +- data/sydney.RData |only man/faang.Rd | 11 +++++++---- man/hongkong.Rd | 4 ++-- man/sydney.Rd |only 7 files changed, 19 insertions(+), 14 deletions(-)
Title: Bioinformatics Library for Integrated Tools
Description: An all-encompassing R toolkit designed to streamline the
process of calling various bioinformatics software and then performing data
analysis and visualization in R. With 'blit', users can easily integrate a
wide array of bioinformatics command line tools into their workflows,
leveraging the power of R for sophisticated data manipulation and graphical
representation.
Author: Yun Peng [aut, cre] ,
Shixiang Wang [aut] ,
Jennifer Lu [cph] ,
Li Song [cph] ,
X. Shirley Liu [cph]
Maintainer: Yun Peng <yunyunp96@163.com>
Diff between blit versions 0.1.0 dated 2025-02-27 and 0.2.0 dated 2025-03-29
DESCRIPTION | 9 MD5 | 100 +++-- NAMESPACE | 14 NEWS.md | 22 + R/app-.R |only R/appmamba.R |only R/argument.R | 48 +- R/blit-package.R | 1 R/cmd-.R | 784 ++++++++++------------------------------- R/cmd-alleleCounter.R | 34 + R/cmd-cellranger.R | 14 R/cmd-conda.R |only R/cmd-exec.R |only R/cmd-fastq_pair.R | 56 ++ R/cmd-gistic2.R | 28 - R/cmd-kraken2-tools.R | 12 R/cmd-kraken2.R | 52 +- R/cmd-parallel.R |only R/cmd-perl.R | 8 R/cmd-pyscenic.R | 15 R/cmd-python.R | 9 R/cmd-run.R |only R/cmd-samtools.R |only R/cmd-schedule.R |only R/cmd-seqkit.R | 8 R/cmd-setup.R |only R/cmd-trust4.R | 39 +- R/import-standalone-assert.R | 1 R/import-standalone-obj-type.R | 13 R/import-standalone-pkg.R |only R/processx.R |only R/utils-Rd.R | 18 R/utils-file.R | 183 ++++++--- R/utils.R | 64 +-- README.md | 324 +++++++++++++++- man/Command.Rd | 96 +++-- man/allele_counter.Rd | 25 + man/appmamba.Rd |only man/arg.Rd | 29 + man/cellranger.Rd | 25 + man/cmd_on_start.Rd |only man/cmd_parallel.Rd |only man/cmd_run.Rd | 109 ++++- man/cmd_wd.Rd | 58 ++- man/conda.Rd |only man/exec.Rd | 29 + man/fastq_pair.Rd | 25 + man/gistic2.Rd | 25 + man/kraken2.Rd | 21 + man/kraken_tools.Rd | 25 + man/make_command.Rd | 10 man/perl.Rd | 25 + man/pyscenic.Rd | 27 + man/python.Rd | 25 + man/roxygen |only man/samtools.Rd |only man/seqkit.Rd | 25 + man/trust4.Rd | 27 + tests/testthat/test-processx.R |only tests/testthat/test-utils.R | 8 60 files changed, 1494 insertions(+), 976 deletions(-)
Title: High Precision Swiss Ephemeris
Description: The Swiss Ephemeris (version 2.10.03) is a high precision ephemeris based upon the
DE431 ephemerides from NASA's JPL. It covers the time range 13201 BCE to
17191 CE. This package uses the semi-analytic theory by Steve Moshier.
For faster and more accurate calculations, the compressed Swiss Ephemeris
data is available in the 'swephRdata' package. To access this data package,
run 'install.packages("swephRdata", repos = "https://rstub.r-universe.dev",
type = "source")'. The size of the 'swephRdata' package is approximately
115 MB. The user can also use the original JPL DE431 data.
Author: Ralf Stubner [aut, cre],
Victor Reijs [aut],
Authors and copyright holder of the Swiss Ephemeris [aut, cph]
Maintainer: Ralf Stubner <ralf.stubner@gmail.com>
Diff between swephR versions 0.3.1 dated 2023-05-08 and 0.3.2 dated 2025-03-29
DESCRIPTION | 11 - MD5 | 64 +++---- NEWS.md | 6 R/RcppExports.R | 24 +- R/Section2.R | 2 R/Section4.R | 2 README.md | 2 build/vignette.rds |binary inst/doc/swephR.R | 2 inst/doc/swephR.Rmd | 2 inst/doc/swephR.html | 380 +++++++++++++++++++++---------------------- inst/ephemeris/sefstars.txt | 11 - inst/ephemeris/seleapsec.txt |only inst/ephemeris/seorbel.txt |only man/Section1.Rd | 2 man/Section10.Rd | 2 man/Section13.Rd | 2 man/Section14.Rd | 2 man/Section15.Rd | 2 man/Section16.Rd | 2 man/Section2.Rd | 2 man/Section3.Rd | 2 man/Section4.Rd | 2 man/Section5.Rd | 2 man/Section6.Rd | 2 man/Section7.Rd | 2 man/Section8.Rd | 2 man/Section9.Rd | 2 man/swephR-package.Rd | 2 src/Makevars | 6 src/Makevars.win | 6 src/libswe/sweodef.h | 19 -- src/swephR.cpp | 24 +- vignettes/swephR.Rmd | 2 34 files changed, 302 insertions(+), 291 deletions(-)
Title: Provides Access to Git Repositories
Description: Interface to the 'libgit2' library, which is a pure C
implementation of the 'Git' core methods. Provides access to 'Git'
repositories to extract data and running some basic 'Git'
commands.
Author: Stefan Widgren [aut, cre] ,
Gabor Csardi [ctb],
Gregory Jefferis [ctb],
Jennifer Bryan [ctb],
Jeroen Ooms [ctb],
Jim Hester [ctb],
John Blischak [ctb],
Karthik Ram [ctb],
Peter Carbonetto [ctb],
Scott Chamberlain [ctb],
Thomas Rosendal [ctb]
Maintainer: Stefan Widgren <stefan.widgren@gmail.com>
Diff between git2r versions 0.35.0 dated 2024-10-20 and 0.36.2 dated 2025-03-29
DESCRIPTION | 10 +++---- MD5 | 58 +++++++++++++++++++++--------------------- NEWS.md | 37 ++++++++++++++++++++++++++ R/fetch.R | 7 +++-- R/push.R | 8 ++++- R/remote.R | 9 ++++-- R/repository.R | 14 ++++++---- configure | 58 ++++++++++-------------------------------- configure.ac | 55 ++++++++++----------------------------- man/clone.Rd | 13 ++++++--- man/fetch.Rd | 7 ++++- man/push.Rd | 7 ++++- man/remote_ls.Rd | 6 +++- src/Makevars.win | 10 +++++-- src/git2r.c | 8 ++--- src/git2r_arg.c | 21 +++++++++++++++ src/git2r_arg.h | 1 src/git2r_clone.c | 19 +++++++++++++ src/git2r_clone.h | 3 +- src/git2r_error.c | 3 ++ src/git2r_error.h | 2 + src/git2r_proxy.c |only src/git2r_proxy.h |only src/git2r_push.c | 18 ++++++++++++- src/git2r_push.h | 2 - src/git2r_remote.c | 34 ++++++++++++++++++++++-- src/git2r_remote.h | 5 ++- tests/clone_bare.R | 17 ++++++++++++ tests/fetch.R | 73 +++++++++++++++++++++++++++++++++++++++++++++-------- tests/push.R | 13 +++++++++ tests/remotes.R | 25 ++++++++++++++++++ 31 files changed, 381 insertions(+), 162 deletions(-)
Title: The Generalized Hyperbolic Distribution
Description: Functions for the hyperbolic and related distributions.
Density, distribution and quantile functions and random number
generation are provided for the hyperbolic distribution, the
generalized hyperbolic distribution, the generalized inverse
Gaussian distribution and the skew-Laplace distribution. Additional
functionality is provided for the hyperbolic distribution, normal
inverse Gaussian distribution and generalized inverse Gaussian
distribution, including fitting of these distributions to
data. Linear models with hyperbolic errors may be fitted using
hyperblmFit.
Author: David Scott [aut, cre]
Maintainer: David Scott <d.scott@auckland.ac.nz>
Diff between GeneralizedHyperbolic versions 0.8-6 dated 2023-11-26 and 0.8-7 dated 2025-03-29
ChangeLog | 12 ++++++++++++ DESCRIPTION | 31 ++++++++++++++++++------------- MD5 | 8 ++++---- NAMESPACE | 7 +++---- man/summary.hyperblm.Rd | 19 ++++++++++--------- 5 files changed, 47 insertions(+), 30 deletions(-)
More information about GeneralizedHyperbolic at CRAN
Permanent link
Title: Interface for 'Google Gemini' API
Description: Provides a comprehensive interface for Google Gemini API,
enabling users to access and utilize Gemini Large Language Model (LLM) functionalities directly from R.
This package facilitates seamless integration with Google Gemini, allowing for advanced language processing,
text generation, and other AI-driven capabilities within the R environment.
For more information, please visit <https://ai.google.dev/docs/gemini_api_overview>.
Author: Jinhwan Kim [aut, cre, cph] ,
Maciej Nasinski [ctb]
Maintainer: Jinhwan Kim <hwanistic@gmail.com>
Diff between gemini.R versions 0.10.1 dated 2025-03-19 and 0.11.0 dated 2025-03-29
DESCRIPTION | 6 +++--- MD5 | 25 ++++++++++++++----------- NAMESPACE | 2 ++ NEWS.md | 5 +++++ R/gemini.R | 31 +++++++++++++++++++------------ R/gemini_audio.R | 6 +++--- R/gemini_chat.R | 7 +++---- R/gemini_image.R | 6 +++--- R/gen_image.R |only man/figures/image_gen.png |only man/gemini.Rd | 2 +- man/gemini_audio.Rd | 2 +- man/gemini_chat.Rd | 2 +- man/gemini_image.Rd | 2 +- man/gen_image.Rd |only 15 files changed, 56 insertions(+), 40 deletions(-)
Title: Vehicular Emissions Inventories
Description: Elaboration of vehicular emissions inventories,
consisting in four stages, pre-processing activity data, preparing
emissions factors, estimating the emissions and post-processing of emissions
in maps and databases. More details in Ibarra-Espinosa et al (2018) <doi:10.5194/gmd-11-2209-2018>.
Before using VEIN you need to know the vehicular composition of your study area, in other words,
the combination of of type of vehicles, size and fuel of the fleet. Then, it is recommended to
start with the project to download a template to create a structure of directories and scripts.
Author: Sergio Ibarra-Espinosa [aut, cre]
,
Daniel Schuch [ctb] ,
Joao Bazzo [ctb] ,
Mario Gavidia-Calderon [ctb] ,
Karl Ropkins [ctb]
Maintainer: Sergio Ibarra-Espinosa <zergioibarra@gmail.com>
Diff between vein versions 1.1.3 dated 2024-05-01 and 1.3.0 dated 2025-03-29
vein-1.1.3/vein/R/emis_chem.R |only vein-1.1.3/vein/R/emis_merge.R |only vein-1.1.3/vein/R/invcop.R |only vein-1.1.3/vein/R/long_to_wide.R |only vein-1.1.3/vein/R/wide_to_long.R |only vein-1.1.3/vein/demo |only vein-1.1.3/vein/man/emis_chem.Rd |only vein-1.1.3/vein/man/emis_merge.Rd |only vein-1.1.3/vein/man/invcop.Rd |only vein-1.1.3/vein/man/long_to_wide.Rd |only vein-1.1.3/vein/man/wide_to_long.Rd |only vein-1.1.3/vein/tests/testthat/test-age_hdv.R |only vein-1.1.3/vein/tests/testthat/test-age_ldv.R |only vein-1.1.3/vein/tests/testthat/test-age_moto.R |only vein-1.1.3/vein/tests/testthat/test-emis_chem.R |only vein-1.1.3/vein/tests/testthat/test-invcop.R |only vein-1.1.3/vein/tests/testthat/test-long_to_wide.R |only vein-1.1.3/vein/tests/testthat/test-wide_to_long.R |only vein-1.1.3/vein/tests/testthat/testthat-problems.rds |only vein-1.3.0/vein/DESCRIPTION | 10 vein-1.3.0/vein/MD5 | 135 +++++------- vein-1.3.0/vein/NAMESPACE | 3 vein-1.3.0/vein/NEWS.md | 18 + vein-1.3.0/vein/R/EmissionFactors.R | 57 +---- vein-1.3.0/vein/R/age_hdv.R | 129 ------------ vein-1.3.0/vein/R/age_ldv.R | 127 ------------ vein-1.3.0/vein/R/age_moto.R | 130 ------------ vein-1.3.0/vein/R/age_veh.R |only vein-1.3.0/vein/R/colplot.R | 24 -- vein-1.3.0/vein/R/dmonth.R | 21 + vein-1.3.0/vein/R/ef_cetesb.R | 201 ++++++++++++++----- vein-1.3.0/vein/R/ef_ldv_speed.R | 10 vein-1.3.0/vein/R/emis_hot_td.R | 2 vein-1.3.0/vein/R/emis_long.R | 2 vein-1.3.0/vein/R/get_project.R | 65 ++---- vein-1.3.0/vein/R/speciate.R | 20 + vein-1.3.0/vein/R/sysdata.rda |binary vein-1.3.0/vein/R/to_latex.R | 15 - vein-1.3.0/vein/R/vein-deprecated.R | 39 +++ vein-1.3.0/vein/build/partial.rdb |binary vein-1.3.0/vein/build/vignette.rds |binary vein-1.3.0/vein/data/decoder.rda |binary vein-1.3.0/vein/data/net.rda |binary vein-1.3.0/vein/data/pollutants.rda |binary vein-1.3.0/vein/inst/doc/basics.R | 8 vein-1.3.0/vein/inst/doc/basics.html | 8 vein-1.3.0/vein/man/EmissionFactors.Rd | 15 - vein-1.3.0/vein/man/age.Rd | 3 vein-1.3.0/vein/man/age_hdv.Rd | 3 vein-1.3.0/vein/man/age_ldv.Rd | 3 vein-1.3.0/vein/man/age_moto.Rd | 3 vein-1.3.0/vein/man/age_veh.Rd |only vein-1.3.0/vein/man/colplot.Rd | 29 -- vein-1.3.0/vein/man/dmonth.Rd | 6 vein-1.3.0/vein/man/ef_cetesb.Rd | 8 vein-1.3.0/vein/man/ef_china.Rd | 4 vein-1.3.0/vein/man/ef_china_det.Rd | 6 vein-1.3.0/vein/man/ef_china_h.Rd | 4 vein-1.3.0/vein/man/ef_china_hu.Rd | 4 vein-1.3.0/vein/man/ef_china_long.Rd | 12 - vein-1.3.0/vein/man/ef_china_s.Rd | 4 vein-1.3.0/vein/man/ef_china_speed.Rd | 4 vein-1.3.0/vein/man/ef_china_te.Rd | 6 vein-1.3.0/vein/man/ef_china_th.Rd | 6 vein-1.3.0/vein/man/ef_ldv_speed.Rd | 8 vein-1.3.0/vein/man/emis_china.Rd | 6 vein-1.3.0/vein/man/emis_hot_td.Rd | 2 vein-1.3.0/vein/man/emis_long.Rd | 8 vein-1.3.0/vein/man/get_project.Rd | 34 --- vein-1.3.0/vein/man/speciate.Rd | 5 vein-1.3.0/vein/man/to_latex.Rd | 18 - vein-1.3.0/vein/man/vein-deprecated.Rd | 17 + vein-1.3.0/vein/tests/testthat/Rplots.pdf |binary vein-1.3.0/vein/tests/testthat/test-age_veh.R |only vein-1.3.0/vein/tests/testthat/test-emis_cold_td.R | 4 vein-1.3.0/vein/tests/testthat/test-emis_hot_td.R | 12 - vein-1.3.0/vein/tests/testthat/test-emis_wear.R | 24 -- vein-1.3.0/vein/tests/testthat/test-speciate.R | 4 vein-1.3.0/vein/tests/testthat/test-to_latex.R | 35 +-- 79 files changed, 485 insertions(+), 836 deletions(-)
Title: Species Distribution Modeling and Ecological Niche Modeling
Description: Implements species distribution modeling and ecological niche
modeling, including: bias correction, spatial cross-validation, model
evaluation, raster interpolation, biotic "velocity" (speed and
direction of movement of a "mass" represented by a raster), interpolating
across a time series of rasters, and use of spatially imprecise records.
The heart of the package is a set of "training" functions which
automatically optimize model complexity based number of available
occurrences. These algorithms include MaxEnt, MaxNet, boosted regression
trees/gradient boosting machines, generalized additive models,
generalized linear models, natural splines, and random forests. To enhance
interoperability with other modeling packages, no new classes are created.
The package works with 'PROJ6' geodetic objects and coordinate reference
systems.
Author: Adam B. Smith [cre, aut]
Maintainer: Adam B. Smith <adam.smith@mobot.org>
Diff between enmSdmX versions 1.2.10 dated 2024-12-11 and 1.2.12 dated 2025-03-29
enmSdmX-1.2.10/enmSdmX/R/trainGam.r |only enmSdmX-1.2.10/enmSdmX/R/trainGlm.r |only enmSdmX-1.2.10/enmSdmX/R/trainNs.r |only enmSdmX-1.2.10/enmSdmX/R/trainRf.r |only enmSdmX-1.2.12/enmSdmX/DESCRIPTION | 17 - enmSdmX-1.2.12/enmSdmX/MD5 | 72 ++-- enmSdmX-1.2.12/enmSdmX/NAMESPACE | 1 enmSdmX-1.2.12/enmSdmX/NEWS.md | 12 enmSdmX-1.2.12/enmSdmX/R/coordImprecision.r | 15 enmSdmX-1.2.12/enmSdmX/R/enmSdmX.r | 9 enmSdmX-1.2.12/enmSdmX/R/predictEnmSdm.r | 11 enmSdmX-1.2.12/enmSdmX/R/predictMaxEnt.r | 20 + enmSdmX-1.2.12/enmSdmX/R/predict_maxent.r | 166 +++++----- enmSdmX-1.2.12/enmSdmX/R/responseCurves.r |only enmSdmX-1.2.12/enmSdmX/R/summaryByCrossValid.r | 9 enmSdmX-1.2.12/enmSdmX/R/test_trainGlm.r |only enmSdmX-1.2.12/enmSdmX/R/trainByCrossValid.r | 18 + enmSdmX-1.2.12/enmSdmX/R/trainGAM.r |only enmSdmX-1.2.12/enmSdmX/R/trainGLM.r |only enmSdmX-1.2.12/enmSdmX/R/trainMaxEnt.r | 96 ++++- enmSdmX-1.2.12/enmSdmX/R/trainNS.r |only enmSdmX-1.2.12/enmSdmX/R/trainRF.r |only enmSdmX-1.2.12/enmSdmX/R/weightByDist.r | 20 - enmSdmX-1.2.12/enmSdmX/README.md | 3 enmSdmX-1.2.12/enmSdmX/man/coordImprecision.Rd | 14 enmSdmX-1.2.12/enmSdmX/man/enmSdmX.Rd | 13 enmSdmX-1.2.12/enmSdmX/man/examples/trainByCrossValid_examples.r | 2 enmSdmX-1.2.12/enmSdmX/man/examples/trainXYZ_examples.r | 17 + enmSdmX-1.2.12/enmSdmX/man/figures |only enmSdmX-1.2.12/enmSdmX/man/predictEnmSdm.Rd | 17 + enmSdmX-1.2.12/enmSdmX/man/predictMaxEnt.Rd | 21 + enmSdmX-1.2.12/enmSdmX/man/predictMaxNet.Rd | 17 + enmSdmX-1.2.12/enmSdmX/man/responseCurves.Rd |only enmSdmX-1.2.12/enmSdmX/man/summaryByCrossValid.Rd | 10 enmSdmX-1.2.12/enmSdmX/man/trainBRT.Rd | 17 + enmSdmX-1.2.12/enmSdmX/man/trainByCrossValid.Rd | 2 enmSdmX-1.2.12/enmSdmX/man/trainGAM.Rd | 19 + enmSdmX-1.2.12/enmSdmX/man/trainGLM.Rd | 19 + enmSdmX-1.2.12/enmSdmX/man/trainMaxEnt.Rd | 19 + enmSdmX-1.2.12/enmSdmX/man/trainMaxNet.Rd | 17 + enmSdmX-1.2.12/enmSdmX/man/trainNS.Rd | 21 + enmSdmX-1.2.12/enmSdmX/man/trainRF.Rd | 19 + enmSdmX-1.2.12/enmSdmX/man/weightByDist.Rd | 2 43 files changed, 507 insertions(+), 208 deletions(-)