Package: AddiVortes
Title: (Bayesian) Additive Voronoi Tessellations
Version: 1.0.1
Authors@R: 
    c(person("Adam", "Stone", , "adam.stone2@durham.ac.uk",
             role = c("aut"),
             comment = c(ORCID = "0009-0004-0058-6117")),
      person("John Paul", "Gosling", , "john-paul.gosling@durham.ac.uk",
             role = c("aut", "cre"),
             comment = c(ORCID = "0000-0002-4072-3022")),
      person("Andrew", "Iskauskas", ,"andrew.iskauskas@durham.ac.uk",
             role = c("aut"),
             comment = c(ORCID = "0000-0003-2825-3651")),
      person("Leo", "Thomson", , "leo@feasibly.co.uk",
             role = c("aut")))
Description: Implements the Bayesian Additive Voronoi Tessellation 
    model for non-parametric regression, classification and machine learning as
    introduced in Stone and Gosling (2025) <doi:10.1080/10618600.2024.2414104>.
    This package provides a flexible alternative to BART (Bayesian Additive 
    Regression Trees) using Voronoi tessellations instead of trees. Users can 
    fit Bayesian regression and probit classification models, estimate the
    associated posterior distributions and make predictions. It is particularly
    useful for spatial data analysis, machine learning, complex function
    approximation and Bayesian modelling where the underlying structure is
    unknown.
License: GPL (>= 3)
Encoding: UTF-8
Depends: R (>= 4.0.0)
Suggests: knitr, rmarkdown, testthat (>= 3.0.0), withr, xml2
SystemRequirements: C++20
Config/testthat/edition: 3
URL: https://johnpaulgosling.github.io/AddiVortes/
VignetteBuilder: knitr
BugReports: https://github.com/johnpaulgosling/AddiVortes/issues
LazyData: true
Config/roxygen2/version: 8.1.0
NeedsCompilation: yes
Packaged: 2026-09-17 09:01:51 UTC; johnpaul
Author: Adam Stone [aut] (ORCID: <https://orcid.org/0009-0004-0058-6117>),
  John Paul Gosling [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-4072-3022>),
  Andrew Iskauskas [aut] (ORCID: <https://orcid.org/0000-0003-2825-3651>),
  Leo Thomson [aut]
Maintainer: John Paul Gosling <john-paul.gosling@durham.ac.uk>
Repository: CRAN
Date/Publication: 2026-09-17 10:30:15 UTC
