Package: abcrf
Type: Package
Title: Approximate Bayesian Computation via Random Forests
Version: 2.0
Date: 2025-12-17
Description: Performs Approximate Bayesian Computation (ABC) model choice and parameter inference via random forests.
    Pudlo P., Marin J.-M., Estoup A., Cornuet J.-M., Gautier M. and Robert C. P. (2016) <doi:10.1093/bioinformatics/btv684>.
    Raynal L., Marin J.-M., Pudlo P., Ribatet M., Robert C. P. and Estoup A. (2019) <doi:10.1093/bioinformatics/bty867>.
License: GPL (>= 2)
Encoding: UTF-8
LazyData: TRUE
Depends: R (>= 3.1)
Imports: readr, MASS, matrixStats, ranger, doParallel, parallel,
        foreach, stringr, Rcpp (>= 0.11.2)
LinkingTo: Rcpp, RcppArmadillo
NeedsCompilation: yes
Repository: CRAN
Authors@R: c(
    person(given = "Jean-Michel",family = "Marin",role = c("aut", "cre"),email = "jean-michel.marin@umontpellier.fr"),
    person(given = "Louis",family = "Raynal",role = "aut"),
    person(given = "Pierre",family = "Pudlo",role = "aut"),
    person(given = c("Christian", "P."),family = "Robert",role = "ctb"),
    person(given = "Arnaud",family = "Estoup",role = "ctb"))
Maintainer: Jean-Michel Marin <jean-michel.marin@umontpellier.fr>
Author: Jean-Michel Marin [aut, cre],
  Louis Raynal [aut],
  Pierre Pudlo [aut],
  Christian P. Robert [ctb],
  Arnaud Estoup [ctb]
Packaged: 2025-12-17 15:26:18 UTC; marin
Date/Publication: 2025-12-17 23:20:12 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-12-24 05:18:18 UTC; windows
Archs: x64
