Skip to content

Commit

Permalink
Updated to use Roxygen 7.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
krivit committed Apr 1, 2024
1 parent f9adc28 commit 3c6954b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
6 changes: 2 additions & 4 deletions R/network-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down Expand Up @@ -441,8 +441,6 @@ NULL
#' }
#'
#'
#' @name network-package
#' @docType package
#' @author Carter T. Butts <buttsc@@uci.edu>, with help from Mark S. Handcock
#' <handcock@@stat.ucla.edu>, David Hunter <dhunter@@stat.psu.edu>, Martina
#' Morris <morrism@@u.washington.edu>, Skye Bender-deMoll
Expand All @@ -451,7 +449,7 @@ NULL
#'
#' Maintainer: Carter T. Butts <buttsc@@uci.edu>
#' @keywords package
NULL
"_PACKAGE"



Expand Down
7 changes: 7 additions & 0 deletions man/network-package.Rd

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

0 comments on commit 3c6954b

Please sign in to comment.