You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
# statnet.common 4.13.0
2
+
3
+
## New utilities
4
+
5
+
* New `testthat` predicate, `skip_if_not_checking()`, that skips the test if it's not part of an `R CMD check`, e.g., if run by `testthat::test_local()`.
6
+
7
+
* New function, `enlist()` to wrap an object into a singleton list if it's not already a list, for various definitions of "list".
8
+
9
+
*`term_list` objects now have `envir()`, `envir<-()`, `sign()`, and `sign<-()` methods to better encapsulate their environment and sign information.
0 commit comments