Skip to content

Commit 1785f89

Browse files
committed
modify package doc code for new Roxygen format and tweak description
1 parent 101f9b9 commit 1785f89

2 files changed

Lines changed: 44 additions & 5 deletions

File tree

R/statnetWeb-package.R

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
#' statnetWeb: A graphical user interface for network analysis.
22
#'
3-
#' The statnetWeb package makes it easy to run the graphical user interface
4-
#' for the statnet suite of network analysis packages.
3+
#' The statnetWeb package makes it easy to run
4+
#' statistical analyses of static network data
5+
#' via an intuitive graphical user interface.
6+
#' It is an Rshiny application based on
7+
#' the Statnet suite of network analysis packages
8+
#' See https://statnet.org for more information.
59
#'
6-
#' @docType package
710
#' @name statnetWeb
11+
12+
#' @keywords internal
13+
"_PACKAGE"
14+
815
#' @import shiny
916
#' @import ergm
1017
#' @import network
@@ -25,4 +32,5 @@
2532
#' @importFrom sna rgraph
2633
#' @importFrom sna symmetrize
2734
#' @importFrom RColorBrewer brewer.pal
35+
2836
NULL

man/statnetWeb.Rd

Lines changed: 33 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)