Skip to content

Commit 53ded69

Browse files
committed
Adding docs and method imports
1 parent aa9fd90 commit 53ded69

File tree

3 files changed

+44
-10
lines changed

3 files changed

+44
-10
lines changed

DESCRIPTION

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,16 @@ Depends:
1717
License: MIT + file LICENSE
1818
Encoding: UTF-8
1919
LazyData: true
20-
RoxygenNote: 7.2.3
20+
RoxygenNote: 7.3.1
2121
Roxygen: list(markdown = TRUE)
2222
Imports:
2323
graphics,
2424
grDevices,
2525
igraph,
2626
network,
2727
sna,
28-
stats
28+
stats,
29+
methods
2930
Suggests:
3031
knitr,
3132
rmarkdown,

R/netplot.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ nplot <- function(
130130
res <- sapply(
131131
...names(),
132132
match.arg,
133-
choices = formalArgs(nplot.default),
133+
choices = methods::formalArgs(nplot.default),
134134
several.ok = FALSE
135135
)
136136

man/nplot.Rd

+40-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)