From 3c6954b1327c066e8e320ab0484e33dd9e917932 Mon Sep 17 00:00:00 2001
From: "Pavel N. Krivitsky"
Date: Tue, 2 Apr 2024 09:55:56 +1100
Subject: [PATCH] Updated to use Roxygen 7.3.1.
---
DESCRIPTION | 2 +-
R/network-package.R | 6 ++----
man/network-package.Rd | 7 +++++++
3 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/DESCRIPTION b/DESCRIPTION
index ba1af7b..2263a84 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -23,7 +23,7 @@ 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.2.0
+RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Collate:
'access.R'
diff --git a/R/network-package.R b/R/network-package.R
index 8160257..7984e3f 100644
--- a/R/network-package.R
+++ b/R/network-package.R
@@ -148,7 +148,7 @@ NULL
#' \code{get.vertex.attribute} and \code{set.edge.attribute}. This document
#' gives examples of how to load in and attach attribute data, drawing heavily
#' on material from the Sunbelt statnet workshops
-#' \url{https://github.com/statnet/Workshops/wiki}.
+#' \url{https://statnet.org/workshops/}.
#'
#' The examples section below give a quick overview of:
#' \itemize{
@@ -441,8 +441,6 @@ NULL
#' }
#'
#'
-#' @name network-package
-#' @docType package
#' @author Carter T. Butts , with help from Mark S. Handcock
#' , David Hunter , Martina
#' Morris , Skye Bender-deMoll
@@ -451,7 +449,7 @@ NULL
#'
#' Maintainer: Carter T. Butts
#' @keywords package
-NULL
+"_PACKAGE"
diff --git a/man/network-package.Rd b/man/network-package.Rd
index f0967ba..de72fbf 100644
--- a/man/network-package.Rd
+++ b/man/network-package.Rd
@@ -94,6 +94,13 @@ valid.eids Get the valid edge which are valid in a network
which.matrix.type Heuristic Determination of Matrix Types for
Network Storage
}
+}
+\seealso{
+Useful links:
+\itemize{
+ \item \url{https://statnet.org/}
+}
+
}
\author{
Carter T. Butts \href{mailto:buttsc@uci.edu}{buttsc@uci.edu}, with help from Mark S. Handcock