Skip to content

Commit

Permalink
modify package doc code for new Roxygen format and tweak description
Browse files Browse the repository at this point in the history
  • Loading branch information
martinamorris committed Jul 16, 2024
1 parent 101f9b9 commit 1785f89
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 5 deletions.
14 changes: 11 additions & 3 deletions R/statnetWeb-package.R
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
#' statnetWeb: A graphical user interface for network analysis.
#'
#' The statnetWeb package makes it easy to run the graphical user interface
#' for the statnet suite of network analysis packages.
#' The statnetWeb package makes it easy to run
#' statistical analyses of static network data
#' via an intuitive graphical user interface.
#' It is an Rshiny application based on
#' the Statnet suite of network analysis packages
#' See https://statnet.org for more information.
#'
#' @docType package
#' @name statnetWeb

#' @keywords internal
"_PACKAGE"

#' @import shiny
#' @import ergm
#' @import network
Expand All @@ -25,4 +32,5 @@
#' @importFrom sna rgraph
#' @importFrom sna symmetrize
#' @importFrom RColorBrewer brewer.pal

NULL
35 changes: 33 additions & 2 deletions man/statnetWeb.Rd

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

0 comments on commit 1785f89

Please sign in to comment.