Title: Superlatively Fast Fuzzy Joins
Description: Empowers users to fuzzily-merge data frames with millions or tens of millions of rows in minutes with low memory usage. The package uses the locality sensitive hashing algorithms developed by Datar, Immorlica, Indyk and Mirrokni (2004) <doi:10.1145/997817.997857>, and Broder (1998) <doi:10.1109/SEQUEN.1997.666900> to avoid having to compare every pair of records in each dataset, resulting in fuzzy-merges that finish in linear time.
Author: Beniamino Green [aut, cre, cph],
Etienne Bacher [ctb] ,
The authors of the dependency Rust crates [ctb, cph]
Maintainer: Beniamino Green <beniamino.green@yale.edu>
Diff between zoomerjoin versions 0.2.2 dated 2026-01-30 and 0.2.3 dated 2026-03-14
DESCRIPTION | 12 ++++++------ MD5 | 8 ++++---- inst/doc/guided_tour.html | 18 +++++++++--------- inst/doc/matching_vectors.html | 2 +- src/rust/vendor.tar.xz |binary 5 files changed, 20 insertions(+), 20 deletions(-)
Title: Optimize and Compress Image Files with 'reSmush.it'
Description: Compress local and online images using the 'reSmush.it' API
service <https://resmush.it/>.
Author: Diego Hernangomez [aut, cre, cph]
Maintainer: Diego Hernangomez <diego.hernangomezherrero@gmail.com>
Diff between resmush versions 0.2.2 dated 2026-01-12 and 1.0.0 dated 2026-03-14
resmush-0.2.2/resmush/inst/doc/resmush.Rmd |only resmush-0.2.2/resmush/vignettes/resmush.Rmd |only resmush-1.0.0/resmush/DESCRIPTION | 12 resmush-1.0.0/resmush/MD5 | 77 resmush-1.0.0/resmush/NAMESPACE | 16 resmush-1.0.0/resmush/NEWS.md | 37 resmush-1.0.0/resmush/R/resmush-package.R | 14 resmush-1.0.0/resmush/R/resmush_clean_dir.R | 158 - resmush-1.0.0/resmush/R/resmush_dir.R | 221 - resmush-1.0.0/resmush/R/resmush_file.R | 574 ++--- resmush-1.0.0/resmush/R/resmush_url.R | 598 ++--- resmush-1.0.0/resmush/R/show_report.R | 230 +- resmush-1.0.0/resmush/R/sysdata.rda |binary resmush-1.0.0/resmush/R/utils.R | 231 +- resmush-1.0.0/resmush/README.md | 491 ++-- resmush-1.0.0/resmush/build/vignette.rds |binary resmush-1.0.0/resmush/inst/CITATION | 42 resmush-1.0.0/resmush/inst/REFERENCES.bib | 14 resmush-1.0.0/resmush/inst/WORDLIST | 49 resmush-1.0.0/resmush/inst/doc/resmush.html | 1130 ++++------ resmush-1.0.0/resmush/inst/doc/resmush.qmd |only resmush-1.0.0/resmush/inst/schemaorg.json | 90 resmush-1.0.0/resmush/man/resmush-package.Rd | 52 resmush-1.0.0/resmush/man/resmush_clean_dir.Rd | 127 - resmush-1.0.0/resmush/man/resmush_dir.Rd | 215 - resmush-1.0.0/resmush/man/resmush_file.Rd | 213 - resmush-1.0.0/resmush/man/resmush_url.Rd | 201 - resmush-1.0.0/resmush/man/roxygen/meta.R | 12 resmush-1.0.0/resmush/tests/testthat.R | 24 resmush-1.0.0/resmush/tests/testthat/_snaps/formats.md | 8 resmush-1.0.0/resmush/tests/testthat/_snaps/remush_url.md | 6 resmush-1.0.0/resmush/tests/testthat/_snaps/resmush_file.md | 8 resmush-1.0.0/resmush/tests/testthat/test-formats-local.R | 187 - resmush-1.0.0/resmush/tests/testthat/test-formats.R | 258 +- resmush-1.0.0/resmush/tests/testthat/test-remush_url.R | 938 ++++---- resmush-1.0.0/resmush/tests/testthat/test-resmuh_dir.R | 471 ++-- resmush-1.0.0/resmush/tests/testthat/test-resmush_clean_dir.R | 141 - resmush-1.0.0/resmush/tests/testthat/test-resmush_file.R | 831 +++---- resmush-1.0.0/resmush/tests/testthat/test-utils.R | 82 resmush-1.0.0/resmush/vignettes/REFERENCES.bib | 14 resmush-1.0.0/resmush/vignettes/jpg_example_compress.jpg |only resmush-1.0.0/resmush/vignettes/resmush.qmd |only 42 files changed, 3829 insertions(+), 3943 deletions(-)
Title: Parsing Glycan Structure Text Representations
Description: Provides functions to parse glycan structure text representations
into 'glyrepr' glycan structures. Currently, it supports StrucGP-style,
pGlyco-style, IUPAC-condensed, IUPAC-extended, IUPAC-short, WURCS,
Linear Code, and GlycoCT format. It also provides an automatic parser
to detect the format and parse the structure string.
Author: Bin Fu [aut, cre, cph]
Maintainer: Bin Fu <23110220018@m.fudan.edu.cn>
Diff between glyparse versions 0.5.6 dated 2026-02-24 and 0.5.7 dated 2026-03-14
DESCRIPTION | 6 MD5 | 36 +- NEWS.md | 6 R/auto-parse.R | 11 R/parse-glycoct.R | 429 ++++++++++++++++++----------- R/parse-iupac-extended.R | 21 + R/parse-linear-code.R | 10 R/parse-pglyco.R | 19 + R/parse-strucgp.R | 14 R/parse-wurcs.R | 53 ++- R/utils.R | 108 ------- man/parse_iupac_extended.Rd | 8 tests/testthat/test-auto-parse.R | 11 tests/testthat/test-na-support.R | 5 tests/testthat/test-parse-glycoct.R | 8 tests/testthat/test-parse-iupac-extended.R | 32 ++ tests/testthat/test-parse-linear-code.R | 6 tests/testthat/test-parse-wurcs.R | 12 tests/testthat/test-performance.R | 16 - 19 files changed, 495 insertions(+), 316 deletions(-)
Title: Access to the 'Geospatial Data Abstraction Library' ('GDAL')
Description: Provides low-level access to 'GDAL' functionality.
'GDAL' is the 'Geospatial Data Abstraction Library' a translator for raster and vector geospatial data formats
that presents a single raster abstract data model and single vector abstract data model to the calling application
for all supported formats <https://gdal.org/>. This package is focussed on providing exactly and only what GDAL does, to enable
developing further tools.
Author: Michael Sumner [aut, cre] ,
Simon Wotherspoon [ctb] ,
Mark Padgham [ctb] ),
Edzer Pebesma [ctb] ,
Roger Bivand [ctb] ,
Jim Hester [ctb, cph] ,
Timothy Keitt [ctb] ,
Jeroen Ooms [ctb] ,
Dale Maschette [ctb] ,
Joseph Stachelek [ctb],
Even Rouault [ctb] [...truncated...]
Maintainer: Michael Sumner <mdsumner@gmail.com>
Diff between vapour versions 0.15.0 dated 2025-12-21 and 0.16.0 dated 2026-03-14
vapour-0.15.0/vapour/R/RcppExports.R |only vapour-0.15.0/vapour/inst/benchmarks |only vapour-0.15.0/vapour/inst/cmd |only vapour-0.15.0/vapour/inst/docker |only vapour-0.15.0/vapour/inst/include/gdalwarpmem |only vapour-0.15.0/vapour/inst/pbf |only vapour-0.15.0/vapour/inst/readwrite |only vapour-0.15.0/vapour/inst/shiny |only vapour-0.15.0/vapour/inst/stars |only vapour-0.15.0/vapour/inst/warpsandbox |only vapour-0.15.0/vapour/src/RcppExports.cpp |only vapour-0.16.0/vapour/DESCRIPTION | 12 vapour-0.16.0/vapour/MD5 | 96 vapour-0.16.0/vapour/NAMESPACE | 3 vapour-0.16.0/vapour/NEWS.md | 66 vapour-0.16.0/vapour/R/00_read_block.R | 22 vapour-0.16.0/vapour/R/00_warpgeneral.R | 24 vapour-0.16.0/vapour/R/cpp11.R |only vapour-0.16.0/vapour/R/raster-input.R | 2 vapour-0.16.0/vapour/R/vapour-gdal-library.R | 11 vapour-0.16.0/vapour/R/vapour-package.R | 3 vapour-0.16.0/vapour/R/vapour_input_attributes.R | 34 vapour-0.16.0/vapour/R/vapour_input_geometry.R | 27 vapour-0.16.0/vapour/R/vapour_vrt.R | 2 vapour-0.16.0/vapour/build/vignette.rds |binary vapour-0.16.0/vapour/inst/WORDLIST | 2 vapour-0.16.0/vapour/inst/doc/feature-access.html | 221 +- vapour-0.16.0/vapour/inst/doc/vapour.html | 841 +++---- vapour-0.16.0/vapour/inst/include/common/common_vapour.h | 14 vapour-0.16.0/vapour/inst/include/gdalapplib/gdalapplib.h | 143 - vapour-0.16.0/vapour/inst/include/gdalarrowstream/gdalvectorstream.h | 199 - vapour-0.16.0/vapour/inst/include/gdalgeometry/gdalgeometry.h | 848 ++----- vapour-0.16.0/vapour/inst/include/gdallibrary/CollectorList.h | 26 vapour-0.16.0/vapour/inst/include/gdallibrary/gdal_crs.h |only vapour-0.16.0/vapour/inst/include/gdallibrary/gdal_drivers.h |only vapour-0.16.0/vapour/inst/include/gdallibrary/gdal_field_alloc.h |only vapour-0.16.0/vapour/inst/include/gdallibrary/gdal_layer_utils.h |only vapour-0.16.0/vapour/inst/include/gdallibrary/gdallibrary.h | 999 --------- vapour-0.16.0/vapour/inst/include/gdalmiscutils/gdalmiscutils.h | 27 vapour-0.16.0/vapour/inst/include/gdalraster/gdalraster.h | 1079 ++++------ vapour-0.16.0/vapour/inst/include/gdalreadwrite/gdalreadwrite.h | 208 - vapour-0.16.0/vapour/inst/include/gdalwarpgeneral/gdalwarpgeneral.h | 259 -- vapour-0.16.0/vapour/man/vapour_read_geometry.Rd | 4 vapour-0.16.0/vapour/man/vapour_write_raster_block.Rd | 5 vapour-0.16.0/vapour/src/000-stream.cpp | 22 vapour-0.16.0/vapour/src/000-warpgeneral.cpp | 61 vapour-0.16.0/vapour/src/00_config.cpp | 22 vapour-0.16.0/vapour/src/00_gdal.cpp | 62 vapour-0.16.0/vapour/src/00_geometry.cpp | 265 +- vapour-0.16.0/vapour/src/00_raster.cpp | 92 vapour-0.16.0/vapour/src/00_raster_block_io.cpp | 229 -- vapour-0.16.0/vapour/src/00_utils.cpp | 9 vapour-0.16.0/vapour/src/00_vrt.cpp | 31 vapour-0.16.0/vapour/src/cpp11.cpp |only vapour-0.16.0/vapour/src/warp_file.cpp | 29 vapour-0.16.0/vapour/tests/testthat/test-raster_read_block.R | 4 56 files changed, 2141 insertions(+), 3862 deletions(-)
Title: Sure Independence Screening
Description: Variable selection techniques are essential tools for model
selection and estimation in high-dimensional statistical models. Through this
publicly available package, we provide a unified environment to carry out
variable selection using iterative sure independence screening (SIS) (Fan and Lv (2008)<doi:10.1111/j.1467-9868.2008.00674.x>) and all
of its variants in generalized linear models (Fan and Song (2009)<doi:10.1214/10-AOS798>) and the Cox proportional hazards
model (Fan, Feng and Wu (2010)<doi:10.1214/10-IMSCOLL606>).
Author: Yang Feng [aut, cre],
Jianqing Fan [aut],
Diego Franco Saldana [aut],
Yichao Wu [aut],
Richard Samworth [aut],
Arce Domingo Relloso [aut]
Maintainer: Yang Feng <yangfengstat@gmail.com>
Diff between SIS versions 0.8-8 dated 2020-01-27 and 1.5 dated 2026-03-14
SIS-0.8-8/SIS/data/leukemia.test.RData |only SIS-0.8-8/SIS/data/leukemia.train.RData |only SIS-0.8-8/SIS/data/prostate.test.RData |only SIS-0.8-8/SIS/data/prostate.train.RData |only SIS-1.5/SIS/DESCRIPTION | 42 +- SIS-1.5/SIS/MD5 | 58 ++- SIS-1.5/SIS/NAMESPACE | 12 SIS-1.5/SIS/R/RcppExports.R |only SIS-1.5/SIS/R/SIS.R | 576 +++++++++++++++++++------------- SIS-1.5/SIS/R/boot_sis.R |only SIS-1.5/SIS/R/coxnet_internal.R |only SIS-1.5/SIS/R/globals.R |only SIS-1.5/SIS/R/leukemia.test.R |only SIS-1.5/SIS/R/leukemia.train.R |only SIS-1.5/SIS/R/predict.SIS.R | 339 +++++++++--------- SIS-1.5/SIS/R/prostate.test.R |only SIS-1.5/SIS/R/prostate.train.R |only SIS-1.5/SIS/R/standardize.R | 50 +- SIS-1.5/SIS/R/subfuns.R | 382 +++++++++++---------- SIS-1.5/SIS/R/tune.fit.R | 304 +++++++++++----- SIS-1.5/SIS/build |only SIS-1.5/SIS/data/leukemia.test.rda |only SIS-1.5/SIS/data/leukemia.train.rda |only SIS-1.5/SIS/data/prostate.test.rda |only SIS-1.5/SIS/data/prostate.train.rda |only SIS-1.5/SIS/inst/CITATION | 2 SIS-1.5/SIS/inst/doc |only SIS-1.5/SIS/man/SIS-internal.Rd |only SIS-1.5/SIS/man/SIS.Rd | 174 ++++++--- SIS-1.5/SIS/man/boot_sis.Rd |only SIS-1.5/SIS/man/leukemia.test.Rd | 41 +- SIS-1.5/SIS/man/leukemia.train.Rd | 41 +- SIS-1.5/SIS/man/predict.SIS.Rd | 83 ++-- SIS-1.5/SIS/man/prostate.test.Rd | 41 +- SIS-1.5/SIS/man/prostate.train.Rd | 39 +- SIS-1.5/SIS/man/standardize.Rd | 30 - SIS-1.5/SIS/man/tune.fit.Rd | 44 +- SIS-1.5/SIS/src |only SIS-1.5/SIS/vignettes |only 39 files changed, 1331 insertions(+), 927 deletions(-)
Title: Using Needleman-Wunsch to Match Sample Names
Description: The Needleman-Wunsch global alignment algorithm can be
used to find approximate matches between sample names in different
data sets. See Wang et al. (2010) <doi:10.4137/CIN.S5613>.
Author: Kevin R. Coombes [aut, cre]
Maintainer: Kevin R. Coombes <krc@silicovore.com>
Diff between NameNeedle versions 1.2.8 dated 2025-04-08 and 1.2.10 dated 2026-03-14
DESCRIPTION | 8 ++++---- MD5 | 10 +++++----- build/vignette.rds |binary data/cellLineNames.RData |binary inst/doc/blastName.pdf |binary man/needles.Rd | 9 +++++++-- 6 files changed, 16 insertions(+), 11 deletions(-)
Title: A Macro Language for 'R' Programs
Description: A macro language for 'R' programs, which
provides a macro facility similar to 'SASĀ®'. This
package contains basic macro capabilities
like defining macro variables, executing conditional
logic, and defining macro functions.
Author: David Bosak [aut, cre],
Bill Huang [ctb],
Duong Tran [ctb]
Maintainer: David Bosak <dbosak01@gmail.com>
Diff between macro versions 0.1.5 dated 2025-11-26 and 0.1.6 dated 2026-03-14
DESCRIPTION | 6 MD5 | 26 ++- NEWS.md | 8 + R/symtable.R | 2 R/utilities.R | 229 ++++++++++++++++++--------------- README.md | 8 + tests/testthat/examples/log/test12.txt | 2 tests/testthat/examples/log/test13.txt | 2 tests/testthat/programs/test28.R |only tests/testthat/programs/test28_mod.R |only tests/testthat/programs/test29.R |only tests/testthat/programs/test29_mod.R |only tests/testthat/programs/test30.R |only tests/testthat/programs/test30_mod.R |only tests/testthat/programs/test31.R |only tests/testthat/programs/test31_mod.R |only tests/testthat/test-msource.R | 65 +++++++++ tests/testthat/test-utilities.R | 42 +++++- 18 files changed, 271 insertions(+), 119 deletions(-)
Title: Geometric Morphometric Analyses of 2D and 3D Landmark Data
Description: Read and manipulate landmark data, generate shape
variables via Procrustes analysis for points, curves and surfaces, perform
shape analyses, and provide graphical depictions of shapes and patterns of
shape variation.
Author: Dean Adams [aut, cre],
Michael Collyer [aut],
Antigoni Kaliontzopoulou [aut],
Erica Baken [aut]
Maintainer: Dean Adams <dcadams@iastate.edu>
Diff between geomorph versions 4.0.10 dated 2025-02-05 and 4.1.0 dated 2026-03-14
geomorph-4.0.10/geomorph/build |only geomorph-4.0.10/geomorph/inst/doc |only geomorph-4.0.10/geomorph/man/buildtemplate.Rd |only geomorph-4.0.10/geomorph/vignettes |only geomorph-4.1.0/geomorph/DESCRIPTION | 15 geomorph-4.1.0/geomorph/MD5 | 400 geomorph-4.1.0/geomorph/NAMESPACE | 20 geomorph-4.1.0/geomorph/NEWS.md | 17 geomorph-4.1.0/geomorph/R/arrayspecs.r | 188 geomorph-4.1.0/geomorph/R/bilat.symmetry.r | 732 - geomorph-4.1.0/geomorph/R/build.template.r | 129 geomorph-4.1.0/geomorph/R/combine.subsets.R | 576 - geomorph-4.1.0/geomorph/R/compare.CR.R | 320 geomorph-4.1.0/geomorph/R/compare.ZVrel.R | 150 geomorph-4.1.0/geomorph/R/compare.evol.rates.r | 360 geomorph-4.1.0/geomorph/R/compare.multi.evol.rates.r | 332 geomorph-4.1.0/geomorph/R/compare.physign.z.r | 232 geomorph-4.1.0/geomorph/R/compare.pls.r | 254 geomorph-4.1.0/geomorph/R/coords.subset.r | 80 geomorph-4.1.0/geomorph/R/define.links.r | 36 geomorph-4.1.0/geomorph/R/define.modules.r | 152 geomorph-4.1.0/geomorph/R/define.sliders.r | 298 geomorph-4.1.0/geomorph/R/deprecated.defunct.r | 32 geomorph-4.1.0/geomorph/R/digit.curves.r | 124 geomorph-4.1.0/geomorph/R/digit.fixed.r | 134 geomorph-4.1.0/geomorph/R/digitsurface.r | 129 geomorph-4.1.0/geomorph/R/editTemplate.r | 61 geomorph-4.1.0/geomorph/R/extended.pgls.r | 440 - geomorph-4.1.0/geomorph/R/findMeanSpec.r | 54 geomorph-4.1.0/geomorph/R/geomorph.support.code.r | 5212 ++++++------- geomorph-4.1.0/geomorph/R/geomorph.utils.r | 228 geomorph-4.1.0/geomorph/R/gm.measurement.error.R | 390 geomorph-4.1.0/geomorph/R/gm.prcomp.R | 563 - geomorph-4.1.0/geomorph/R/gpagen.r | 710 - geomorph-4.1.0/geomorph/R/gridPar.r | 2 geomorph-4.1.0/geomorph/R/interlmkdist.r | 162 geomorph-4.1.0/geomorph/R/make_ggplot.r | 294 geomorph-4.1.0/geomorph/R/modularity.test.r | 356 geomorph-4.1.0/geomorph/R/morphol.disparity.r | 692 - geomorph-4.1.0/geomorph/R/phylo.modularity.r | 290 geomorph-4.1.0/geomorph/R/physignal.eigen.R | 4 geomorph-4.1.0/geomorph/R/physignal.r | 362 geomorph-4.1.0/geomorph/R/physignal.z.r | 756 - geomorph-4.1.0/geomorph/R/picknplot.shape.r | 569 - geomorph-4.1.0/geomorph/R/plotAllSpecimens.r | 211 geomorph-4.1.0/geomorph/R/plotAllometry.r | 552 - geomorph-4.1.0/geomorph/R/plotOutliers.r | 237 geomorph-4.1.0/geomorph/R/plotRefToTarget.r | 747 - geomorph-4.1.0/geomorph/R/plotspec.r | 163 geomorph-4.1.0/geomorph/R/procD.lm.r | 840 +- geomorph-4.1.0/geomorph/R/procD.pgls.r | 350 geomorph-4.1.0/geomorph/R/read.morphologika.r | 210 geomorph-4.1.0/geomorph/R/read.ply.r | 180 geomorph-4.1.0/geomorph/R/readland.fcsv.r | 62 geomorph-4.1.0/geomorph/R/readland.nts.r | 198 geomorph-4.1.0/geomorph/R/readland.shapes.r | 156 geomorph-4.1.0/geomorph/R/readland.tps.r | 146 geomorph-4.1.0/geomorph/R/readmulti.nts.r | 100 geomorph-4.1.0/geomorph/R/readmulti.tps.R | 130 geomorph-4.1.0/geomorph/R/rotate.coords.R | 242 geomorph-4.1.0/geomorph/R/shape.predictor.r | 447 - geomorph-4.1.0/geomorph/R/shapeHulls.r | 188 geomorph-4.1.0/geomorph/R/shared.support.code.R | 1299 +-- geomorph-4.1.0/geomorph/R/two.b.pls.r | 402 - geomorph-4.1.0/geomorph/R/two.d.array.r | 78 geomorph-4.1.0/geomorph/R/warpRefMesh.r | 142 geomorph-4.1.0/geomorph/R/writeland.tps.r | 76 geomorph-4.1.0/geomorph/README.md | 2 geomorph-4.1.0/geomorph/inst/CITATION | 4 geomorph-4.1.0/geomorph/man/arrayspecs.Rd | 136 geomorph-4.1.0/geomorph/man/bilat.symmetry.Rd | 482 - geomorph-4.1.0/geomorph/man/build.template.Rd |only geomorph-4.1.0/geomorph/man/combine.subsets.Rd | 340 geomorph-4.1.0/geomorph/man/compare.CR.Rd | 198 geomorph-4.1.0/geomorph/man/compare.ZVrel.Rd | 116 geomorph-4.1.0/geomorph/man/compare.evol.rates.Rd | 212 geomorph-4.1.0/geomorph/man/compare.multi.evol.rates.Rd | 240 geomorph-4.1.0/geomorph/man/compare.physignal.z.Rd | 132 geomorph-4.1.0/geomorph/man/compare.pls.Rd | 196 geomorph-4.1.0/geomorph/man/coords.subset.Rd | 70 geomorph-4.1.0/geomorph/man/define.links.Rd | 100 geomorph-4.1.0/geomorph/man/define.modules.Rd | 95 geomorph-4.1.0/geomorph/man/define.sliders.Rd | 199 geomorph-4.1.0/geomorph/man/digit.curves.Rd | 114 geomorph-4.1.0/geomorph/man/digit.fixed.Rd | 89 geomorph-4.1.0/geomorph/man/digitize2d.Rd | 174 geomorph-4.1.0/geomorph/man/digitsurface.Rd | 104 geomorph-4.1.0/geomorph/man/editTemplate.Rd | 62 geomorph-4.1.0/geomorph/man/estimate.missing.Rd | 164 geomorph-4.1.0/geomorph/man/extended.pgls.Rd | 390 geomorph-4.1.0/geomorph/man/findMeanSpec.Rd | 64 geomorph-4.1.0/geomorph/man/fixed.angle.Rd | 168 geomorph-4.1.0/geomorph/man/geomorph-package.Rd | 40 geomorph-4.1.0/geomorph/man/geomorph.data.frame.Rd | 82 geomorph-4.1.0/geomorph/man/globalIntegration.Rd | 92 geomorph-4.1.0/geomorph/man/gm.measurement.error.Rd | 362 geomorph-4.1.0/geomorph/man/gm.prcomp.Rd | 414 - geomorph-4.1.0/geomorph/man/gpagen.Rd | 506 - geomorph-4.1.0/geomorph/man/gridPar.Rd | 252 geomorph-4.1.0/geomorph/man/hummingbirds.Rd | 36 geomorph-4.1.0/geomorph/man/integration.Vrel.Rd | 108 geomorph-4.1.0/geomorph/man/integration.test.Rd | 354 geomorph-4.1.0/geomorph/man/interlmkdist.Rd | 98 geomorph-4.1.0/geomorph/man/larvalMorph.Rd | 46 geomorph-4.1.0/geomorph/man/lizards.Rd | 46 geomorph-4.1.0/geomorph/man/make_ggplot.Rd | 146 geomorph-4.1.0/geomorph/man/modularity.test.Rd | 222 geomorph-4.1.0/geomorph/man/morphol.disparity.Rd | 444 - geomorph-4.1.0/geomorph/man/mosquito.Rd | 26 geomorph-4.1.0/geomorph/man/mshape.Rd | 82 geomorph-4.1.0/geomorph/man/na.omit.geomorph.data.frame.Rd | 60 geomorph-4.1.0/geomorph/man/phylo.integration.Rd | 342 geomorph-4.1.0/geomorph/man/phylo.modularity.Rd | 212 geomorph-4.1.0/geomorph/man/physignal.Rd | 206 geomorph-4.1.0/geomorph/man/physignal.eigen.Rd | 284 geomorph-4.1.0/geomorph/man/physignal.z.Rd | 380 geomorph-4.1.0/geomorph/man/picknplot.shape.Rd | 187 geomorph-4.1.0/geomorph/man/plethShapeFood.Rd | 38 geomorph-4.1.0/geomorph/man/plethodon.Rd | 40 geomorph-4.1.0/geomorph/man/plethspecies.Rd | 36 geomorph-4.1.0/geomorph/man/plot.CR.Rd | 42 geomorph-4.1.0/geomorph/man/plot.CR.phylo.Rd | 42 geomorph-4.1.0/geomorph/man/plot.bilat.symmetry.Rd | 50 geomorph-4.1.0/geomorph/man/plot.evolrate.Rd | 42 geomorph-4.1.0/geomorph/man/plot.gm.prcomp.Rd | 120 geomorph-4.1.0/geomorph/man/plot.gpagen.Rd | 42 geomorph-4.1.0/geomorph/man/plot.mshape.Rd | 52 geomorph-4.1.0/geomorph/man/plot.physignal.Rd | 42 geomorph-4.1.0/geomorph/man/plot.physignal.eigen.Rd | 52 geomorph-4.1.0/geomorph/man/plot.physignal.z.Rd | 42 geomorph-4.1.0/geomorph/man/plot.pls.Rd | 58 geomorph-4.1.0/geomorph/man/plot.procD.lm.Rd | 104 geomorph-4.1.0/geomorph/man/plotAllSpecimens.Rd | 99 geomorph-4.1.0/geomorph/man/plotAllometry.Rd | 408 - geomorph-4.1.0/geomorph/man/plotOutliers.Rd | 141 geomorph-4.1.0/geomorph/man/plotRefToTarget.Rd | 262 geomorph-4.1.0/geomorph/man/plotspec.Rd | 143 geomorph-4.1.0/geomorph/man/print.CR.Rd | 40 geomorph-4.1.0/geomorph/man/print.CR.phylo.Rd | 40 geomorph-4.1.0/geomorph/man/print.bilat.symmetry.Rd | 40 geomorph-4.1.0/geomorph/man/print.combined.set.Rd | 40 geomorph-4.1.0/geomorph/man/print.compare.CR.Rd | 40 geomorph-4.1.0/geomorph/man/print.compare.ZVrel.Rd | 40 geomorph-4.1.0/geomorph/man/print.compare.physignal.z.Rd | 40 geomorph-4.1.0/geomorph/man/print.compare.pls.Rd | 40 geomorph-4.1.0/geomorph/man/print.evolrate.Rd | 40 geomorph-4.1.0/geomorph/man/print.evolrate1.Rd | 40 geomorph-4.1.0/geomorph/man/print.geomorphShapes.Rd | 40 geomorph-4.1.0/geomorph/man/print.gm.prcomp.Rd | 40 geomorph-4.1.0/geomorph/man/print.gpagen.Rd | 40 geomorph-4.1.0/geomorph/man/print.morphol.disparity.Rd | 40 geomorph-4.1.0/geomorph/man/print.physignal.Rd | 40 geomorph-4.1.0/geomorph/man/print.physignal.eigen.Rd | 40 geomorph-4.1.0/geomorph/man/print.physignal.z.Rd | 40 geomorph-4.1.0/geomorph/man/print.pls.Rd | 40 geomorph-4.1.0/geomorph/man/print.procD.lm.Rd | 40 geomorph-4.1.0/geomorph/man/procD.lm.Rd | 680 - geomorph-4.1.0/geomorph/man/procD.pgls.Rd | 354 geomorph-4.1.0/geomorph/man/pupfish.Rd | 44 geomorph-4.1.0/geomorph/man/pupfish.ws.Rd | 50 geomorph-4.1.0/geomorph/man/ratland.Rd | 34 geomorph-4.1.0/geomorph/man/read.morphologika.Rd | 94 geomorph-4.1.0/geomorph/man/read.ply.Rd | 94 geomorph-4.1.0/geomorph/man/readland.fcsv.Rd | 60 geomorph-4.1.0/geomorph/man/readland.nts.Rd | 110 geomorph-4.1.0/geomorph/man/readland.shapes.Rd | 178 geomorph-4.1.0/geomorph/man/readland.tps.Rd | 142 geomorph-4.1.0/geomorph/man/readmulti.nts.Rd | 70 geomorph-4.1.0/geomorph/man/readmulti.tps.Rd | 60 geomorph-4.1.0/geomorph/man/rotate.coords.Rd | 130 geomorph-4.1.0/geomorph/man/scallopPLY.Rd | 34 geomorph-4.1.0/geomorph/man/scallops.Rd | 34 geomorph-4.1.0/geomorph/man/shape.predictor.Rd | 353 geomorph-4.1.0/geomorph/man/shapeHulls.Rd | 172 geomorph-4.1.0/geomorph/man/summary.CR.Rd | 40 geomorph-4.1.0/geomorph/man/summary.CR.phylo.Rd | 40 geomorph-4.1.0/geomorph/man/summary.bilat.symmetry.Rd | 40 geomorph-4.1.0/geomorph/man/summary.combined.set.Rd | 40 geomorph-4.1.0/geomorph/man/summary.compare.CR.Rd | 40 geomorph-4.1.0/geomorph/man/summary.compare.ZVrel.Rd | 40 geomorph-4.1.0/geomorph/man/summary.compare.physignal.z.Rd | 40 geomorph-4.1.0/geomorph/man/summary.compare.pls.Rd | 40 geomorph-4.1.0/geomorph/man/summary.evolrate.Rd | 40 geomorph-4.1.0/geomorph/man/summary.evolrate1.Rd | 40 geomorph-4.1.0/geomorph/man/summary.geomorphShapes.Rd | 40 geomorph-4.1.0/geomorph/man/summary.gm.prcomp.Rd | 40 geomorph-4.1.0/geomorph/man/summary.gpagen.Rd | 40 geomorph-4.1.0/geomorph/man/summary.morphol.disparity.Rd | 40 geomorph-4.1.0/geomorph/man/summary.physignal.Rd | 40 geomorph-4.1.0/geomorph/man/summary.physignal.eigen.Rd | 40 geomorph-4.1.0/geomorph/man/summary.physignal.z.Rd | 40 geomorph-4.1.0/geomorph/man/summary.pls.Rd | 40 geomorph-4.1.0/geomorph/man/summary.procD.lm.Rd | 40 geomorph-4.1.0/geomorph/man/two.b.pls.Rd | 268 geomorph-4.1.0/geomorph/man/two.d.array.Rd | 88 geomorph-4.1.0/geomorph/man/warpRefMesh.Rd | 125 geomorph-4.1.0/geomorph/man/warpRefOutline.Rd | 106 geomorph-4.1.0/geomorph/man/writeland.tps.Rd | 56 geomorph-4.1.0/geomorph/tests/testthat.R | 8 geomorph-4.1.0/geomorph/tests/testthat/test-geomorph.R | 2064 ++--- 200 files changed, 20014 insertions(+), 20658 deletions(-)
Title: Unified Parallel and Distributed Processing in R for Everyone
Description: The purpose of this package is to provide a lightweight and
unified Future API for sequential and parallel processing of R
expression via futures. The simplest way to evaluate an expression
in parallel is to use `x %<-% { expression }` with `plan(multisession)`.
This package implements sequential, multicore, multisession, and
cluster futures. With these, R expressions can be evaluated on the
local machine, in parallel a set of local machines, or distributed
on a mix of local and remote machines.
Extensions to this package implement additional backends for
processing futures via compute cluster schedulers, etc.
Because of its unified API, there is no need to modify any code in order
switch from sequential on the local machine to, say, distributed
processing on a remote compute cluster.
Another strength of this package is that global variables and functions
are automatically identified and exported as needed, making it
straightforward to tweak existing code to make use of futures.
Author: Henrik Bengtsson [aut, cre, cph]
Maintainer: Henrik Bengtsson <henrikb@braju.com>
Diff between future versions 1.69.0 dated 2026-01-16 and 1.70.0 dated 2026-03-14
DESCRIPTION | 8 MD5 | 146 ++-- NEWS.md | 171 +++-- R/000.re-exports.R | 16 R/backend_api-11.ClusterFutureBackend-class.R | 383 +++++++------ R/backend_api-11.MulticoreFutureBackend-class.R | 15 R/backend_api-ConstantFuture-class.R | 4 R/backend_api-Future-class.R | 35 - R/backend_api-FutureRegistry.R | 4 R/backend_api-evalFuture.R | 2 R/core_api-cancel.R | 4 R/core_api-future.R | 24 R/core_api-reset.R | 2 R/core_api-resolved.R | 2 R/core_api-value.R | 15 R/delayed_api-futureAssign.R | 18 R/delayed_api-futureOf.R | 10 R/protected_api-globals.R | 22 R/protected_api-journal.R | 5 R/protected_api-resolve.R | 10 R/protected_api-result.R | 1 R/utils-options.R | 2 R/utils-uuid.R | 2 R/utils_api-makeClusterFuture.R | 19 R/utils_api-nbrOfWorkers.R | 6 R/utils_api-plan.R | 28 build/vignette.rds |binary inst/WORDLIST | 9 inst/doc/future-1-overview.html | 120 ++-- inst/doc/future-1-overview.md.rsp | 120 ++-- inst/doc/future-2-output.html | 8 inst/doc/future-2-output.md.rsp | 8 inst/doc/future-2b-backend.html | 2 inst/doc/future-2b-backend.md.rsp | 2 inst/doc/future-3-topologies.html | 16 inst/doc/future-3-topologies.md.rsp | 16 inst/doc/future-4-issues.html | 34 - inst/doc/future-4-issues.md.rsp | 34 - inst/doc/future-4-non-exportable-objects.html | 46 - inst/doc/future-4-non-exportable-objects.md.rsp | 46 - inst/doc/future-5-startup.html | 2 inst/doc/future-5-startup.md.rsp | 2 inst/doc/future-6-future-api-backend-specification.html | 20 inst/doc/future-6-future-api-backend-specification.md.rsp | 20 inst/doc/future-7-for-package-developers.html | 20 inst/doc/future-7-for-package-developers.md.rsp | 20 inst/doc/future-8-how-future-is-validated.html | 12 inst/doc/future-8-how-future-is-validated.md.rsp | 12 inst/testme/test-globals,resolve.R | 10 inst/vignettes-static/future-1-overview.md.rsp.rsp | 58 + man/Future-class.Rd | 22 man/MultiprocessFuture-class.Rd | 2 man/UniprocessFuture-class.Rd | 2 man/cancel.Rd | 4 man/future.Rd | 32 - man/futureAssign.Rd | 32 - man/futureOf.Rd | 6 man/makeClusterFuture.Rd | 21 man/multicore.Rd | 16 man/plan.Rd | 26 man/reset.Rd | 2 man/resetWorkers.Rd | 2 man/resolved.Rd | 2 man/value.Rd | 8 vignettes/future-1-overview.md.rsp | 120 ++-- vignettes/future-2-output.md.rsp | 8 vignettes/future-2b-backend.md.rsp | 2 vignettes/future-3-topologies.md.rsp | 16 vignettes/future-4-issues.md.rsp | 34 - vignettes/future-4-non-exportable-objects.md.rsp | 46 - vignettes/future-5-startup.md.rsp | 2 vignettes/future-6-future-api-backend-specification.md.rsp | 20 vignettes/future-7-for-package-developers.md.rsp | 20 vignettes/future-8-how-future-is-validated.md.rsp | 12 74 files changed, 1116 insertions(+), 932 deletions(-)