Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 192 Bytes

NEWS.md

File metadata and controls

3 lines (2 loc) · 192 Bytes

r6methods 0.1.1

  • Added ReactiveR6 class. It allows you to make your R6 class reactive by inheriting from ReactiveR6. Call private$invalidate() in a method to invalidate the object.