-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ported the example term to the ergm 4.0 API and documentation system.
references #3
- Loading branch information
Showing
9 changed files
with
178 additions
and
311 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,5 +1,23 @@ | ||
^Meta$ | ||
^doc$ | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
.RSession | ||
^.*/\.RData$ | ||
^.*/\.Rhistory | ||
^.*/Rplots.pdf | ||
^.*/figure/ | ||
.travis.yml | ||
appveyor.yml | ||
.*\.orig$ | ||
.*\.rej$ | ||
.gdb_history | ||
^revdep$ | ||
^.github$ | ||
^man-roxygen$ | ||
^codecov\.yml$ | ||
^vignettes/.*_cache$ | ||
^vignettes/.*_files$ | ||
^README.md$ | ||
_snaps | ||
^src/.*\.s?o$ |
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,22 +1,25 @@ | ||
Package: ergm.userterms | ||
Version: 3.10.0-111 | ||
Version: 4.0.0 | ||
Date: 2019-05-15 | ||
Title: User-specified Terms for the statnet Suite of Packages | ||
Title: User-specified Terms for the statnet Suite of Packages | ||
Authors@R: c( | ||
person("Mark S.", "Handcock", role=c("aut"), email="handcock@stat.ucla.edu"), | ||
person("David R.", "Hunter", role=c("aut"), email="dhunter@stat.psu.edu"), | ||
person("Carter T.", "Butts", role=c("aut"), email="buttsc@uci.edu"), | ||
person("Steven M.", "Goodreau", role=c("aut"), email="goodreau@u.washington.edu"), | ||
person("Pavel N.", "Krivitsky", role=c("aut","cre"), email="pavel@uow.edu.au", comment=c(ORCID="0000-0002-9101-3362")), | ||
person("Pavel N.", "Krivitsky", role=c("aut","cre"), email="pavel@statnet.org", comment=c(ORCID="0000-0002-9101-3362")), | ||
person("Martina", "Morris", role=c("aut"), email="morrism@u.washington.edu")) | ||
Depends: | ||
network (>= 1.15), | ||
ergm (>= 3.10.1) | ||
network (>= 1.19), | ||
ergm (>= 4.8.0) | ||
Imports: | ||
statnet.common (>= 4.2.0) | ||
statnet.common (>= 4.11.0) | ||
LinkingTo: | ||
ergm | ||
Description: A template package to demonstrate the use of user-specified statistics for use in 'ergm' models as part of the Statnet suite of packages. | ||
Description: A template package to demonstrate the use of user-specified statistics for use in 'ergm' models as part of the Statnet suite of packages. | ||
License: GPL-3 + file LICENSE | ||
URL: http://statnet.org | ||
BugReports: https://github.com/statnet/ergm.userterms/issues | ||
RoxygenNote: 7.3.2.9000 | ||
Roxygen: list(markdown = TRUE) | ||
Encoding: UTF-8 |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# File man-roxygen/ergmTerm-general.R in package ergm, part of the | ||
# Statnet suite of packages for network analysis, https://statnet.org . | ||
# | ||
# This software is distributed under the GPL-3 license. It is free, | ||
# open source, and has the attribution requirements (GPL Section 7) at | ||
# https://statnet.org/attribution . | ||
# | ||
# Copyright 2003-2025 Statnet Commons | ||
################################################################################ | ||
#' <% name <- if(startsWith(name, "'")) substr(name, 2, 1000) else name %> | ||
#' @name <%= name %>-ergmTerm | ||
#' @rdname <%= ergm:::.term.rdname("ergmTerm", name) %> | ||
#' @seealso [`ergmTerm`] for index of model terms currently visible to the package. | ||
#' | ||
#' \Sexpr[results=rd,stage=render]{ergm:::.formatTermKeywords("ergmTerm", "<%= name %>", "subsection")} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.