Skip to content

Commit e79b361

Browse files
committed
This is the 1.17.2 release (need to restore a few files).
1 parent 3df881c commit e79b361

5 files changed

Lines changed: 84 additions & 62 deletions

File tree

.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ appveyor.yml
66
^codecov\.yml$
77
^revdep$
88
^.github$
9+
README.md
10+
codecov.yml

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
CHANGELOG:
22
v1.17.2
33
- Deactivated tests to appease CRAN.
4+
- Modified various protection calls in a hopefully more conservative manner. This should not produce user-visible changes, but will be cleaner on rchk.
45
v1.17.1
56
- Coercion from an edgelist could fail with a single edge when redundant edges were being removed.
67
- Zero-row matrices are now assumed to be empty edgelists when not explicitly specified. (Before, they just failed.)

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.17.2
3-
Date: 2022-05-08
3+
Date: 2022-05-20
44
Title: Classes for Relational Data
55
Authors@R: c(
66
person("Carter T.", "Butts", role=c("aut","cre"), email="buttsc@uci.edu"),

0 commit comments

Comments
 (0)