Releases: r-lib/R6
Releases · r-lib/R6
R6 2.6.1
R6 2.6.0
-
R6 methods no longer recommends
initialize
or.__enclos_env__
in autocomplete. -
The deprecated
lock
parameter has been removed. -
R6Class()
now prints a message when afinalize
method is public instead of private. -
When a superclass is not cloneable, then subclasses cannot be cloneable (@IndrajeetPatil, #247).
-
Fixed #253: Errors could occur when deep cloning if a member object was an environment with a class that had a
$
method. Deep cloning now usesget0()
instead of$
. R6 now requires R >= 3.2. (@zeehio, #274)