Skip to content

Commit

Permalink
In *-ergmProposal help, fixed the listing of proposal table entries.
Browse files Browse the repository at this point in the history
  • Loading branch information
krivit committed Jun 2, 2024
1 parent 9faf199 commit 4a055d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: ergm
Version: 4.7-7361
Date: 2024-06-02
Version: 4.7-7364
Date: 2024-06-03
Title: Fit, Simulate and Diagnose Exponential-Family Models for Networks
Authors@R: c(
person(c("Mark", "S."), "Handcock", role=c("aut"), email="handcock@stat.ucla.edu"),
Expand Down
2 changes: 1 addition & 1 deletion R/ergm-terms-index.R
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ ergmTermCache <- local({
.buildProposalsList <- function(proposal) {
proposals <- ergmTermCache("ergmProposal")
if (!missing(proposal)) {
proposals <- proposals[[paste0(proposal, '-ergmProposal')]]$rules
proposals <- proposals[[paste0(proposal)]]$rules
} else {
proposals <- proposals %>% map("rules") %>% flatten()
}
Expand Down

0 comments on commit 4a055d8

Please sign in to comment.