-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Various tweaks needed to get the package to CRAN, but not substantively
important.
- Loading branch information
1 parent
ed7a70d
commit 2b5ddbe
Showing
8 changed files
with
81 additions
and
65 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 |
---|---|---|
@@ -1,9 +1,10 @@ | ||
Package: ergmgp | ||
Version: 0.1 | ||
Date: 2023-02-27 | ||
Date: 2023-06-09 | ||
Title: Tools for Modeling ERGM Generating Processes | ||
Authors@R: c( | ||
person("Carter T.", "Butts", role=c("aut","cre"), email="[email protected]") | ||
person("Carter T.", "Butts", role=c("aut","cre"), email="[email protected]"), | ||
person(family="Statnet Commons", role=c("ctb")) | ||
) | ||
Depends: | ||
network (>= 1.15), | ||
|
@@ -14,7 +15,7 @@ Imports: | |
statnet.common (>= 4.2.0) | ||
LinkingTo: | ||
ergm | ||
Description: Tools for continuous time processes with well-defined ERGM equilibria. | ||
Description: Provides tools for simulating draws from continuous time processes with well-defined exponential family random graph (ERGM) equilibria, i.e. ERGM generating processes (EGPs). A number of EGPs are supported, including the families identified in Butts (2023) <doi:10.1080/0022250X.2023.2180001>, as are functions for hazard calculation and timing calibration. | ||
License: GPL-3 + file LICENSE | ||
URL: https://statnet.org | ||
BugReports: https://github.com/statnet/ergmgp/issues |
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
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.