Changes in version 0.4.5.9000 Changes in version 0.4.5 (2025-09-04) - Documentation fixes for R CMD check. - Eliminate use of deprecated testthat::with_mock(). Changes in version 0.4.4 (2023-09-26) - Fixes for R CMD check Changes in version 0.4.3 (2022-02-20) - Hadley Wickham is now the maintainer. - stub() now unlocks/relocks locked bindings as required (@sambrightman, #30). Changes in version 0.4.2 (2019-09-03) - The R6 package has been added to Suggests, as requested by CRAN. - stub() now works if the function being stubbed contains assignment functions (@jimhester, #23). Changes in version 0.4.1 (2017-11-10) - Fix bug whereby functions that begin with . don't have things mocked out in them. Changes in version 0.4.0 (2017-11-07) - Add support for stubbing depth greater than 1. - Add support for nested R6 classes. Changes in version 0.3.2 This release addresses issues https://github.com/jfiksel/mockery/issues/17 and https://github.com/jfiksel/mockery/issues/13 In particular, it is now possible to mock functions out of R6 methods that contain other R6 objects. Additionally, it's also possible to specify the depth of mocking.