-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updating the configure script thanks to ivan
- Loading branch information
1 parent
6408e16
commit 76cdc9c
Showing
3 changed files
with
35 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,14 +3,14 @@ Type: Package | |
Title: Bayesian Multinomial Logistic Normal Regression | ||
Version: 1.1.0 | ||
Date: 2024-05-15 | ||
Authors@R: c(person("Justin", "Silverman", role=c("aut", "cre"), | ||
email = "JustinSilverman@psu.edu"), | ||
Authors@R: c(person("Justin", "Silverman", role=c("aut"), | ||
email = "Justin.Silverman@psu.edu"), | ||
person("Kim", "Roche", role=("ctb"), | ||
email = "[email protected]"), | ||
person("Michelle", "Nixon", role=c("aut"), | ||
email = "[email protected]")) | ||
Maintainer: Justin Silverman | ||
<JustinSilverman@psu.edu> | ||
person("Michelle", "Nixon", role=c("ctb","cre"), | ||
email = "[email protected]")) | ||
Maintainer: Michelle Nixon | ||
<pistner@psu.edu> | ||
Description: Provides methods for fitting and inspection of Bayesian Multinomial Logistic Normal Models using MAP estimation and Laplace Approximation as developed in Silverman et. Al. (2022) <https://www.jmlr.org/papers/v23/19-882.html>. Key functionality is implemented in C++ for scalability. 'fido' replaces the previous package 'stray'. | ||
License: GPL-3 | ||
URL: https://jsilve24.github.io/fido/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters