|
1 | 1 | ## R CMD check results
|
2 | 2 |
|
3 |
| -0 errors | 0 warnings | 1 note |
4 |
| - |
5 |
| -Maintainer's email address is changing from [email protected] to [email protected]. |
| 3 | +0 errors | 0 warnings | 0 notes |
6 | 4 |
|
7 | 5 | ## revdepcheck results
|
8 | 6 |
|
9 |
| -We checked 178 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. |
| 7 | +We checked 181 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. |
10 | 8 |
|
11 |
| - * We saw 2 new problems |
| 9 | + * We saw no new problems |
12 | 10 | * We failed to check 0 packages
|
13 |
| - |
14 |
| -Issues with CRAN packages are summarised below. |
15 |
| - |
16 |
| -### New problems |
17 |
| - |
18 |
| -* exampletestr |
19 |
| - This package has been using usethis to create a path for a message that goes |
20 |
| - through an intermediate stage where the path doesn't make sense. |
21 |
| - Basically `/path/to/whatever` briefly becomes `/path/to/path/to/whatever`. |
22 |
| - This worked in the past, because the path was then re-processed in a way that |
23 |
| - cancelled out the mistake, i.e. `/path/to/path/to/whatever` was restored to |
24 |
| - `/path/to/whatever`. |
25 |
| - However, usethis now errors for nonsensical paths, like |
26 |
| - `/path/to/path/to/whatever`. |
27 |
| - We've made a pull request to eliminate the unnecessary maneuver. |
28 |
| - This only affects a message, not the functionality of the package. |
29 |
| - https://github.com/rorynolan/exampletestr/pull/12 |
30 |
| - |
31 |
| -* fusen |
32 |
| - This package was making use of an unexported function that has been removed. |
33 |
| - We've made a pull request with a more robust way to achieve the intent: |
34 |
| - https://github.com/ThinkR-open/fusen/pull/205 |
35 |
| - |
0 commit comments