diff --git a/DESCRIPTION b/DESCRIPTION index 2263a84..5a8ae3b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -23,12 +23,11 @@ Suggests: Description: Tools to create and modify network objects. The network class can represent a range of relational data types, and supports arbitrary vertex/edge/graph attributes. License: GPL (>=2) URL: https://statnet.org/ -RoxygenNote: 7.3.1 +RoxygenNote: 7.3.2 Roxygen: list(markdown = TRUE) Collate: 'access.R' 'as.edgelist.R' - 'assignment.R' 'coercion.R' 'constructors.R' 'dataframe.R' diff --git a/man/network-internal.Rd b/man/network-internal.Rd index 7ccc140..252237f 100644 --- a/man/network-internal.Rd +++ b/man/network-internal.Rd @@ -22,6 +22,7 @@ network.} \item{y}{a network or something coercible to one.} +\item{\dots}{further arguments passed to or used by methods.} } \description{ Internal network functions.