-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
57 changed files
with
489 additions
and
471 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
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 |
---|---|---|
|
@@ -92,3 +92,6 @@ dkms.conf | |
|
||
# GDB history files | ||
.gdb_history | ||
|
||
# Data generation log files | ||
data-raw/*.log |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: ergm.ego | ||
Version: 1.1.0 | ||
Date: 2023-05-30 | ||
Version: 1.1.1 | ||
Date: 2024-10-11 | ||
Title: Fit, Simulate and Diagnose Exponential-Family Random Graph Models to Egocentrically Sampled Network Data | ||
Authors@R: c( | ||
person(c("Pavel", "N."), "Krivitsky", role=c("aut","cre"), email="[email protected]", comment=c(ORCID="0000-0002-9101-3362")), | ||
|
@@ -12,27 +12,28 @@ Authors@R: c( | |
person("Chad", "Klumb", role=c("ctb"), email="[email protected]")) | ||
Depends: | ||
R (>= 4.1.0), | ||
ergm (>= 4.5.0), | ||
egor, | ||
network (>= 1.17.1) | ||
LinkingTo: ergm | ||
ergm (>= 4.7.1), | ||
egor (>= 1.24.2), | ||
network (>= 1.18.2) | ||
Imports: | ||
statnet.common (>= 4.5.0), | ||
RColorBrewer (>= 1.1.2), | ||
purrr (>= 0.3.2), | ||
tibble (>= 2.1.1), | ||
dplyr, | ||
survey, | ||
statnet.common (>= 4.10.0), | ||
RColorBrewer (>= 1.1-3), | ||
purrr (>= 1.0.2), | ||
tibble (>= 3.2.1), | ||
dplyr (>= 1.1.4), | ||
survey (>= 4.4-2), | ||
stats, | ||
methods | ||
LinkingTo: | ||
ergm | ||
Suggests: | ||
testthat (>= 2.1.1), | ||
covr (>= 3.2.1) | ||
testthat (>= 3.2.1.1), | ||
covr (>= 3.6.4) | ||
Description: Utilities for managing egocentrically sampled network data and a wrapper around the 'ergm' package to facilitate ERGM inference and simulation from such data. See Krivitsky and Morris (2017) <doi:10.1214/16-AOAS1010>. | ||
License: GPL-3 + file LICENSE | ||
URL: https://statnet.org | ||
BugReports: https://github.com/statnet/ergm.ego/issues | ||
RoxygenNote: 7.2.3 | ||
RoxygenNote: 7.3.2.9000 | ||
Roxygen: list(markdown = TRUE) | ||
Encoding: UTF-8 | ||
LazyData: true | ||
|
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 |
---|---|---|
|
@@ -37,4 +37,4 @@ Martina Morris, University of Washington | |
|
||
The 'statnet' development team | ||
|
||
Copyright 2015-2023 | ||
Copyright 2015-2024 |
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
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
Oops, something went wrong.