From 82fa714ab04d79471b7df52c7ed3e3e42464b8af Mon Sep 17 00:00:00 2001
From: "Pavel N. Krivitsky"
Date: Thu, 14 Nov 2024 14:17:19 +1000
Subject: [PATCH] Roxygenized.
---
DESCRIPTION | 3 +--
man/network-internal.Rd | 1 +
2 files changed, 2 insertions(+), 2 deletions(-)
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.