|
1 | 1 | ## Test environments |
2 | 2 |
|
3 | | -* local: darwin15.6.0-3.5.1 |
4 | | -* travis: 3.1, 3.2, 3.3, oldrel, release, devel |
| 3 | +* local macOS Mojave 10.14.4 + R 3.5.3 (2019-03-11) |
| 4 | +* win-builder: devel and release |
5 | 5 | * r-hub: windows-x86_64-devel, ubuntu-gcc-release, fedora-clang-devel |
6 | | -* win-builder: windows-x86_64-devel |
| 6 | +* travis-ci: |
| 7 | + - Ubuntu trusty (14.04.5 LTS) |
| 8 | + - devel, release, oldrel, 3.3, 3.2, 3.1 |
| 9 | +* appveyor: Windows Server 2012 + R 3.5.3 Patched (2019-03-11 r76275) |
7 | 10 |
|
8 | 11 | ## R CMD check results |
9 | 12 |
|
10 | 13 | 0 errors | 0 warnings | 0 notes |
11 | 14 |
|
12 | 15 | ## revdepcheck results |
13 | 16 |
|
14 | | -We checked 6 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. |
| 17 | +We checked 28 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. |
15 | 18 |
|
16 | | -2 of 6 pass R CMD check with no NOTEs, WARNINGS, or ERRORs: testthis, uCAREChemSuiteCLI |
| 19 | + * We saw 1 new problem |
| 20 | + * We failed to check 2 packages |
| 21 | + |
| 22 | +The problem seen in exampletestr is a single failing test and I believe the test just needs to be rewritten. I've corresponded with the maintainer and he'll fix |
| 23 | +when he is back at work (in next couple weeks). |
17 | 24 |
|
18 | | -3 of 6 have a NOTE, but the NOTE is present with both the CRAN version of usethis and the current submission (it has nothing to do with usethis): codemetar, fakemake, prodigenr |
| 25 | +Issues with CRAN packages are summarised below. |
19 | 26 |
|
20 | | -1 of 6 shows an ERROR but the ERROR is present with both the CRAN version of usethis and the current submission (it has nothing to do with usethis): rstantools |
| 27 | +### New problems |
| 28 | +(This reports the first line of each new failure) |
| 29 | + |
| 30 | +* exampletestr |
| 31 | + checking tests ... |
| 32 | + |
| 33 | +### Failed to check |
| 34 | + |
| 35 | +* POUMM |
| 36 | +* BIOMASS |
21 | 37 |
|
22 | 38 | See our revdep check results at <https://github.com/r-lib/usethis/tree/master/revdep>. |
0 commit comments