Skip to content

Commit

Permalink
In ergm_model() documentation, ergm_preprocess_response() usage is no…
Browse files Browse the repository at this point in the history
…w explained.

fixes #459
  • Loading branch information
krivit committed May 27, 2022
1 parent 69ca4eb commit 4e2ab11
Show file tree
Hide file tree
Showing 68 changed files with 74 additions and 6 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.2-6930
Date: 2022-05-26
Version: 4.2-6932
Date: 2022-05-27
Title: Fit, Simulate and Diagnose Exponential-Family Models for Networks
Authors@R: c(
person("Mark S.", "Handcock", role=c("aut"), email="[email protected]"),
Expand Down
5 changes: 3 additions & 2 deletions R/ergm_model.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#' @param formula An [ergm()]
#' formula of the form \code{network ~ model.term(s)} or \code{~
#' model.term(s)}.
#' @param nw The network of interest; if passed, the LHS of `formula` is ignored. This is the recommended usage.
#' @param nw The network of interest, optionally instrumented with [ergm_preprocess_response()] to have a response attribute specification; if passed, the LHS of `formula` is ignored. This is the recommended usage.
#' @param silent logical, whether to print the warning messages from the
#' initialization of each model term.
#' @param \dots additional parameters for model formulation
Expand All @@ -33,13 +33,14 @@
#' @param env a throwaway argument needed to prevent conflicts with some usages of `ergm_model`. The initialization environment is *always* taken from the `formula`.
#' @param offset.decorate logical; whether offset coefficient and parameter names should be enclosed in `"offset()"`.
#' @param object An `ergm_model` object.
#' @note Earlier versions also had an optional `response=` parameter that, if not `NULL`, switched to valued mode and used the edge attribute named in `response=` as the response. This is no longer used; instead, the response is to be set on `nw` via `ergm_preprocess_response(nw, response)`.
#' @return `ergm_model` returns an `ergm_model` object as a list
#' containing:
#' \item{terms}{a list of terms and 'term components' initialized by the
#' appropriate \code{InitErgmTerm.X} function.}
#' \item{etamap}{the theta -> eta mapping as a list returned from
#' <ergm.etamap>}
#' @seealso [summary.ergm_model()]
#' @seealso [summary.ergm_model()], [ergm_preprocess_response()]
#' @keywords internal
#' @export
ergm_model <- function(formula, nw=NULL, silent=FALSE, ..., term.options=list(), extra.aux=list(), env=globalenv(), offset.decorate=TRUE){
Expand Down
6 changes: 4 additions & 2 deletions man/ergm_model.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tests/testthat/test-C-curved.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-C-curved.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-Sum.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-Sum.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-bd.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-bd.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-bipartite-missing-data.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-bipartite-missing-data.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-bridge-target.stats.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-bridge-target.stats.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-c-ergm_model.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-c-ergm_model.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-checkpointing.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-checkpointing.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-constrain-blockdiag.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-constrain-blockdiag.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-constrain-degrees-edges.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-constrain-degrees-edges.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-constrain-dind.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-constrain-dind.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-constrain-egocentric.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-constrain-egocentric.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-constraints.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-constraints.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-drop.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-drop.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-ergm-godfather.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-ergm-godfather.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-ergm-san.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-ergm-san.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-ergm-term-doc.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-ergm-term-doc.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-ergm.bridge.llr.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-ergm.bridge.llr.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-ergmMPLE.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-ergmMPLE.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-fix.curved.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-fix.curved.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-gflomiss.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-gflomiss.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-gmonkmiss.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-gmonkmiss.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-gof.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-gof.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-gw-sp.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-gw-sp.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-metrics.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-metrics.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-miss.CD.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-miss.CD.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-miss.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-miss.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-mple-largenetwork.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-mple-largenetwork.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-mple-offset.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-mple-offset.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-mple-target.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-mple-target.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-nodemix.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-nodemix.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-nodrop.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-nodrop.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-nonident-test.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-nonident-test.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-nonunique-names.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-nonunique-names.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-offsets.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-offsets.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-operators.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-operators.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-parallel.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-parallel.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-predict.ergm.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-predict.ergm.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-proposal-bdstrattnt.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-proposal-bdstrattnt.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-runtime-diags.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-runtime-diags.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-scoping.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-scoping.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-shrink-into-CH.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-shrink-into-CH.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-simple.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-simple.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-simulate-batch.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-simulate-batch.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-snctrl.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-snctrl.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-stocapprox.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-stocapprox.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-target-offset.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-target-offset.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-term-Offset.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-term-Offset.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-term-attrcov.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-term-attrcov.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-term-b12factor.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-term-b12factor.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-term-b12nodematch.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-term-b12nodematch.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-term-bipartite.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-term-bipartite.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-term-directed.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-term-directed.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-term-edgecov.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-term-edgecov.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-term-errors.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-term-errors.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-term-flexible.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-term-flexible.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-term-hamming.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-term-hamming.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-term-mm.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-term-mm.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-term-options.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-term-options.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-term-undirected.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-term-undirected.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-term-valued.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-term-valued.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-u-function.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-u-function.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-update.network.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-update.network.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-valued-sim.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-valued-sim.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-valued-terms.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-valued-terms.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-weighted-population.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat); library(ergm)
# File tests/testthat/test-weighted-population.R in package ergm, part of the
# Statnet suite of packages for network analysis, https://statnet.org .
#
Expand Down

0 comments on commit 4e2ab11

Please sign in to comment.