Skip to content

Commit 87d490c

Browse files
committed
Update cran-comments
1 parent 4b04fa0 commit 87d490c

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

cran-comments.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
## revdepcheck results
22

3-
We checked 227 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
3+
We checked 260 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
44

5-
* We saw 0 new problems
5+
* We saw 2 new problems
66
* We failed to check 0 packages
7+
8+
Issues with CRAN packages are summarised below.
9+
10+
### New problems
11+
(This reports the first line of each new failure)
12+
13+
* badger
14+
checking dependencies in R code ... WARNING
15+
16+
This package was using a function that was deprecated, with a
17+
warning, in usethis v2.1.0, released 2021-10-17. There was also
18+
an existing GitHub issue from a user about this, which I
19+
commented on today. As a result, the problem has just been
20+
fixed in badger and a new version will presumably make its way
21+
to CRAN soon.
22+
23+
* fusen
24+
checking tests ... ERROR
25+
26+
This package was using `usethis::create_project(path =)` in a
27+
manner counter to its documentation and an internal usethis
28+
change broke one of their tests. I don't regard this as a
29+
breaking change, though, since I'm basically surprised the code
30+
ever worked.
31+
32+
I have opened a GitHub issue, as well as a pull request with a
33+
1 line fix that repairs the test setup.

0 commit comments

Comments
 (0)