Skip to content

Commit d02ffaa

Browse files
committed
No longer import magrittr, since we no longer use any of its functions; also updated Version to CRAN version + commit number and Date.
1 parent 12607a0 commit d02ffaa

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

DESCRIPTION

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: network
2-
Version: 1.20.0
3-
Date: 2026-02-06
2+
Version: 1.20.0-784
3+
Date: 2026-03-02
44
Title: Classes for Relational Data
55
Authors@R: c(
66
person("Carter T.", "Butts", role=c("aut","cre"), email="buttsc@uci.edu"),
@@ -15,15 +15,15 @@ Authors@R: c(
1515
person("Chad", "Klumb", role=c("ctb"), email="cklumb@gmail.com"))
1616
Maintainer: Carter T. Butts <buttsc@uci.edu>
1717
Depends: R (>= 2.10), utils
18-
Imports: tibble, magrittr, statnet.common (>= 4.5), stats
18+
Imports: tibble, statnet.common (>= 4.5), stats
1919
Suggests:
2020
sna,
2121
testthat,
2222
covr
2323
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.
2424
License: GPL (>=2)
2525
URL: https://statnet.org/
26-
RoxygenNote: 7.3.2.9000
26+
RoxygenNote: 7.3.3.9000
2727
Roxygen: list(markdown = TRUE)
2828
Collate:
2929
'access.R'

NAMESPACE

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,6 @@ importFrom(graphics,rect)
197197
importFrom(graphics,strheight)
198198
importFrom(graphics,strwidth)
199199
importFrom(graphics,text)
200-
importFrom(magrittr,"%>%")
201-
importFrom(magrittr,set_names)
202200
importFrom(statnet.common,NVL)
203201
importFrom(statnet.common,once)
204202
importFrom(statnet.common,statnetStartupMessage)

R/network-package.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#' @importFrom graphics locator par plot polygon rect strheight strwidth text
66
#' @importFrom stats rnorm na.omit
77
#' @importFrom tibble tibble as.tibble as_tibble
8-
#' @importFrom magrittr %>% set_names
98
NULL
109

1110

0 commit comments

Comments
 (0)