From 746a5320dddaf4cf9e259a21ccf742ca488ec5df Mon Sep 17 00:00:00 2001 From: "Carter T. Butts" Date: Sun, 1 Dec 2019 14:38:54 -0800 Subject: [PATCH] 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. --- DESCRIPTION | 2 +- tests/as.edgelist_tests.R | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 0664600..1c85b0c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: network Version: 1.16.0 -Date: 2019-11-28 +Date: 2019-11-30 Title: Classes for Relational Data Authors@R: c( person("Carter T.", "Butts", role=c("aut","cre"), email="buttsc@uci.edu"), diff --git a/tests/as.edgelist_tests.R b/tests/as.edgelist_tests.R index 4429a3f..b8eb66e 100644 --- a/tests/as.edgelist_tests.R +++ b/tests/as.edgelist_tests.R @@ -1,6 +1,5 @@ # test comparing edgelist - require(network) require(testthat)