Skip to content

Commit 8253987

Browse files
Update organization
1 parent b3e4209 commit 8253987

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: bgms
22
Type: Package
33
Title: Bayesian Analysis of Networks of Binary and/or Ordinal Variables
44
Version: 0.1.4.3
5-
Date: 2025-02-11
5+
Date: 2025-06-27
66
Authors@R: c(
77
person("Maarten", "Marsman", , "[email protected]", role = c("aut", "cre"),
88
comment = c(ORCID = "0000-0001-5309-7502")),
@@ -18,8 +18,8 @@ Authors@R: c(
1818
Maintainer: Maarten Marsman <[email protected]>
1919
Description: Bayesian variable selection methods for analyzing the structure of a Markov Random Field model for a network of binary and/or ordinal variables. Details of the implemented methods can be found in: Marsman, van den Bergh, and Haslbeck (in press) <doi:10.31234/osf.io/ukwrf>.
2020
License: GPL (>= 2)
21-
URL: https://maartenmarsman.github.io/bgms/
22-
BugReports: https://github.com/MaartenMarsman/bgms/issues
21+
URL: https://Bayesian-Graphical-Modelling-Lab.github.io/bgms/
22+
BugReports: https://github.com/Bayesian-Graphical-Modelling-Lab/bgms/issues
2323
Imports: Rcpp (>= 1.0.7), Rdpack, methods
2424
RdMacros: Rdpack
2525
LinkingTo: Rcpp, RcppProgress, RcppArmadillo

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
* The bgm function with the "Stochastic-Block" prior can now also return the sampled allocations and block probabilities, and sample and return the number of blocks.
1111
* The underlying R and c++ functions received a massive update to improve their efficiency and maintainance.
12+
* Repository moved to the Bayesian Graphical Modelling Lab organization.
1213

1314
## Bug fixes
1415

0 commit comments

Comments
 (0)