Changes in version 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.