Skip to content

Commit e4763a9

Browse files
committed
Updated NEWS.
1 parent 71b60f1 commit e4763a9

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: statnet.common
2-
Version: 4.13.0-508
2+
Version: 4.13.0-509
33
Date: 2025-12-16
44
Title: Common R Scripts and Utilities Used by the Statnet Project Software
55
Authors@R: c(

NEWS

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,23 @@ New utilities
1111
- New function, `enlist()` to wrap an object into a singleton list if
1212
it's not already a list, for various definitions of "list".
1313

14+
- New function, `which_top_n()`, to return the indices of top or
15+
bottom `n` elements of a vector, with several methods for resolving
16+
ties.
17+
18+
- New function, `split_len()` to split a split()-able object by
19+
lengths.
20+
21+
Enhancements to existing utilities
22+
----------------------------------
23+
1424
- `term_list` objects now have `envir()`, `envir<-()`, `sign()`, and
1525
`sign<-()` methods to better encapsulate their environment and sign
1626
information.
1727

28+
- `ERRVL*()` functions if not given any non-erroring expressions now
29+
throw the last error rather than a generic message.
30+
1831
statnet.common 4.12.0
1932
=====================
2033

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,16 @@
66

77
* New function, `enlist()` to wrap an object into a singleton list if it's not already a list, for various definitions of "list".
88

9+
* New function, `which_top_n()`, to return the indices of top or bottom `n` elements of a vector, with several methods for resolving ties.
10+
11+
* New function, `split_len()` to split a split()-able object by lengths.
12+
13+
## Enhancements to existing utilities
14+
915
* `term_list` objects now have `envir()`, `envir<-()`, `sign()`, and `sign<-()` methods to better encapsulate their environment and sign information.
1016

17+
* `ERRVL*()` functions if not given any non-erroring expressions now throw the last error rather than a generic message.
18+
1119
# statnet.common 4.12.0
1220

1321
## New utilities

0 commit comments

Comments
 (0)