Package: fangs
Title: Feature Allocation Neighborhood Greedy Search Algorithm
Version: 0.2.18
Authors@R: c(person(given = "David B.", family = "Dahl", role = c("aut", "cre"), email = "dahl@stat.byu.edu", comment = c(ORCID = "0000-0002-8173-1547")),
    person(given = "R. Jacob", family = "Andros", role = c("aut"), email = "androsrj@gmail.com", comment = c(ORCID = "0000-0002-1289-385X")),
    person(given = "Devin J.", family = "Johnson", role = c("aut"), email = "devin.j.johnson7@gmail.com", comment = c(ORCID = "0000-0003-2619-6649")),
    person(given = "Alex", family = "Crichton", email = "alex@alexcrichton.com", role = "ctb", comment = c("Rust crates: cfg-if, proc-macro2")),
    person(given = "Andrii", family = "Dmytrenko", email = "andrii.dmytrenko@deliveroo.co.uk", role = "ctb", comment = c("Rust crate: lapjv")),
    person(given = "Brendan", family = "Zabarauskas", email = "bjzaba@yahoo.com.au", role = "ctb", comment = c("Rust crate: approx")),
    person(given = "David B.", family = "Dahl", email = "dahl@stat.byu.edu", role = "ctb", comment = c("Rust crates: roxido, roxido_macro")),
    person(given = "David", family = "Tolnay", email = "dtolnay@gmail.com", role = "ctb", comment = c("Rust crates: proc-macro2, quote, syn, unicode-ident")),
    person(given = "Jim", family = "Turner", role = "ctb", comment = c("Rust crate: ndarray")),
    person(given = "Josh", family = "Stone", email = "cuviper@gmail.com", role = "ctb", comment = c("Rust crates: autocfg, rayon, rayon-core")),
    person(given = "Niko", family = "Matsakis", email = "niko@alum.mit.edu", role = "ctb", comment = c("Rust crates: rayon, rayon-core")),
    person(given = "R. Janis", family = "Goldschmidt", role = "ctb", comment = c("Rust crate: matrixmultiply")),
    person(given = "The Cranelift Project Developers", role = "ctb", comment = c("Rust crate: wasi")),
    person(given = "The CryptoCorrosion Contributors", role = "ctb", comment = c("Rust crates: ppv-lite86, rand_chacha")),
    person(given = "The Rand Project Developers", role = "ctb", comment = c("Rust crates: getrandom, rand, rand_chacha, rand_core, rand_pcg")),
    person(given = "The Rust Project Developers", role = "ctb", comment = c("Rust crates: libc, log, num-complex, num-integer, num-traits, rand, rand_chacha, rand_core")),
    person(given = "Ulrik Sverdrup", family = "\"bluss\"", role = "ctb", comment = c("Rust crate: ndarray")),
    person(given = "bluss", role = "ctb", comment = c("Rust crates: either, itertools, matrixmultiply, rawpointer")),
    person())
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>.
License: MIT + file LICENSE | Apache License 2.0
URL: https://github.com/dbdahl/fangs-package
BugReports: https://github.com/dbdahl/fangs-package/issues
Depends: R (>= 4.2.0)
SystemRequirements: Cargo (Rust's package manager), rustc (>= 1.67.1)
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 7.3.2
NeedsCompilation: yes
Packaged: 2025-03-30 02:52:32 UTC; dahl
Author: David B. Dahl [aut, cre] (<https://orcid.org/0000-0002-8173-1547>),
  R. Jacob Andros [aut] (<https://orcid.org/0000-0002-1289-385X>),
  Devin J. Johnson [aut] (<https://orcid.org/0000-0003-2619-6649>),
  Alex Crichton [ctb] (Rust crates: cfg-if, proc-macro2),
  Andrii Dmytrenko [ctb] (Rust crate: lapjv),
  Brendan Zabarauskas [ctb] (Rust crate: approx),
  David B. Dahl [ctb] (Rust crates: roxido, roxido_macro),
  David Tolnay [ctb] (Rust crates: proc-macro2, quote, syn,
    unicode-ident),
  Jim Turner [ctb] (Rust crate: ndarray),
  Josh Stone [ctb] (Rust crates: autocfg, rayon, rayon-core),
  Niko Matsakis [ctb] (Rust crates: rayon, rayon-core),
  R. Janis Goldschmidt [ctb] (Rust crate: matrixmultiply),
  The Cranelift Project Developers [ctb] (Rust crate: wasi),
  The CryptoCorrosion Contributors [ctb] (Rust crates: ppv-lite86,
    rand_chacha),
  The Rand Project Developers [ctb] (Rust crates: getrandom, rand,
    rand_chacha, rand_core, rand_pcg),
  The Rust Project Developers [ctb] (Rust crates: libc, log, num-complex,
    num-integer, num-traits, rand, rand_chacha, rand_core),
  Ulrik Sverdrup "bluss" [ctb] (Rust crate: ndarray),
  bluss [ctb] (Rust crates: either, itertools, matrixmultiply,
    rawpointer)
Maintainer: David B. Dahl <dahl@stat.byu.edu>
Repository: CRAN
Date/Publication: 2025-03-30 03:20:03 UTC
Built: R 4.3.3; x86_64-w64-mingw32; 2025-03-30 23:52:24 UTC; windows
Archs: x64
