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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
# S7 (development version)
2
2
3
+
* Calling `substitute()` on a dispatched argument inside a method now returns the argument's value rather than its original expression, since dispatched arguments are evaluated before the method is called. `substitute()` continues to return the original expression for non-dispatched arguments.
3
4
* Errors thrown by S7 now report the function where they occurred, making it easier to track down the source of a problem (#646).
4
5
*`class_POSIXct` uses the `tzone` attribute (not `tz`), and allows it to be absent (#401).
5
6
* Base type wrappers like `class_integer` now define their constructor and validator in the S7 namespace. (#553).
0 commit comments