Package: fangs Title: Feature Allocation Neighborhood Greedy Search Algorithm Version: 0.2.24 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 = "Authors of the dependency Rust crates", role = "ctb", comment = "see inst/AUTHORS file for details")) 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 described in Dahl, Johnson, and Andros (2023) "Comparison and Bayesian Estimation of Feature Allocations" . 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.3.0) SystemRequirements: Cargo (Rust's package manager), rustc Encoding: UTF-8 LazyData: TRUE Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/Roxido/TemplateVersion: 26.03.14.08.27 Config/Roxido/MinCLIVersion: 0.8.0 Config/pak/sysreqs: libclang-dev Repository: https://dbdahl.r-universe.dev Date/Publication: 2026-03-14 14:52:38 UTC RemoteUrl: https://github.com/dbdahl/dbdahl.r-universe.dev RemoteRef: pkg/fangs RemoteSha: 35274d6d0f0e284914215f59a715429a78ce027f NeedsCompilation: yes Packaged: 2026-06-13 06:28:25 UTC; root Author: David B. Dahl [aut, cre] (ORCID: ), R. Jacob Andros [aut] (ORCID: ), Devin J. Johnson [aut] (ORCID: ), Authors of the dependency Rust crates [ctb] (see inst/AUTHORS file for details) Maintainer: David B. Dahl