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: cran-comments.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ There is one check note in this version:
5
5
File ‘testthat/libs/testthat.so’:
6
6
Found non-API calls to R: ‘SET_BODY’, ‘SET_CLOENV’, ‘SET_FORMALS’
7
7
8
-
The plan is to remove these calls in the next release, but I wanted to deprecated the problematic functions `with_mock()` and `local_mock()` first so that users get a little warning.
8
+
The plan is to remove these calls in the next minor release. I have now informed the majority of users that these functions are going away.
9
9
10
10
## revdepcheck results
11
11
12
-
We checked all reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. There were a few failures due to some new strictness and use of internal failures. I've tracked fixes for them at https://github.com/r-lib/testthat/issues/2021.
12
+
I did not check revdeps since the fixes are minor and should only decrease the number of errors.
0 commit comments