Skip to content

Commit de32940

Browse files
committed
Update cran-comments
We investigated this cffr issue in the 2.2.0 release and determined it comes from testing against the dev version of usethis. It did not come up in CRAN's incoming checks, which strengthens this hypothesis. #1849 (comment)
1 parent 703d32f commit de32940

File tree

1 file changed

+3
-28
lines changed

1 file changed

+3
-28
lines changed

cran-comments.md

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,10 @@
11
## R CMD check results
22

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
64

75
## revdepcheck results
86

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.
108

11-
* We saw 2 new problems
9+
* We saw no new problems
1210
* 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

Comments
 (0)