Skip to content

Commit fe86d44

Browse files
committed
Update cran-comments
1 parent 92c91e3 commit fe86d44

File tree

1 file changed

+30
-4
lines changed

1 file changed

+30
-4
lines changed

cran-comments.md

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,35 @@
1-
In case it comes up, the reverse dependency tidytuesdayR regularly fails when CRAN checks usethis, due to tidytuesdayR hitting a GitHub API rate limit in its tests. This is an expected false positive and has been seen on multiple previous successful usethis submissions.
1+
## R CMD check results
2+
3+
0 errors | 0 warnings | 1 note
4+
5+
Maintainer's email address is changing from [email protected] to [email protected].
26

37
## revdepcheck results
48

5-
We checked 153 reverse dependencies (152 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
9+
We checked 178 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
10+
11+
* We saw 2 new problems
12+
* 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
630

7-
* We saw 0 new problems
8-
* We failed to check 1 package (animalcules, from Bioconductor)
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
935

0 commit comments

Comments
 (0)