Skip to content

Commit 746a532

Browse files
committed
This version is now on CRAN, minus the tests (which were omitted because
of a strange and not reproducible bug on Windows i386 that gave no explicit errors, and that showed up only on the CRAN servers and not R-hub). However, the tests seem to work on every other platform at this point, so all should be copacetic.
1 parent 6c2bbf0 commit 746a532

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: network
22
Version: 1.16.0
3-
Date: 2019-11-28
3+
Date: 2019-11-30
44
Title: Classes for Relational Data
55
Authors@R: c(
66
person("Carter T.", "Butts", role=c("aut","cre"), email="buttsc@uci.edu"),

tests/as.edgelist_tests.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11

22
# test comparing edgelist
3-
43
require(network)
54
require(testthat)
65

0 commit comments

Comments
 (0)