|
1 | 1 | ## Test environments |
2 | 2 | * local |
3 | | - * ubuntu 18.04.3 LTS, R 3.6.1 |
4 | | -* travis-ci |
5 | | - * trusty, oldrel |
6 | | - * xenial, release and devel |
7 | | - * osx, release |
8 | | -* AppVeyor |
9 | | - * Windows Server 2012 R2 x64, R 3.6.1 Patched |
| 3 | + * ubuntu 18.04.5 LTS, R 4.0.3 |
| 4 | +* github actions |
| 5 | + * macOS-latest, release |
| 6 | + * windows-latest, release |
| 7 | + * ubuntu 20.04, devel |
| 8 | + * ubuntu 16.04, oldrel |
| 9 | + * checklist package: ubuntu 20.04.1, R 4.0.3 |
10 | 10 | * r-hub |
11 | 11 | * Windows Server 2008 R2 SP1, R-devel, 32/64 bit |
12 | 12 | * Ubuntu Linux 16.04 LTS, R-release, GCC |
|
15 | 15 | ## R CMD check results |
16 | 16 |
|
17 | 17 | 0 errors | 0 warnings | 0 note |
| 18 | + |
| 19 | +r-hub gave a few false positive notes |
| 20 | + |
| 21 | +* Windows Server 2008 R2 SP1, R-devel, 32/64 bit |
| 22 | + |
| 23 | +``` |
| 24 | +Possibly mis-spelled words in DESCRIPTION: |
| 25 | + rdata (28:22, 31:33, 36:20, 40:48, 41:20, 43:24, 44:62, 45:62) |
| 26 | + workflow (41:37, 44:15, 44:36) |
| 27 | +``` |
| 28 | + |
| 29 | +* Fedora Linux, R-devel, clang, gfortran |
| 30 | + |
| 31 | +``` |
| 32 | +Possibly mis-spelled words in DESCRIPTION: |
| 33 | + rdata (28:22, 31:33, 36:20, 40:48, 41:20, 43:24, 44:62, 45:62) |
| 34 | +``` |
| 35 | + |
| 36 | +Ubuntu Linux 16.04 LTS, R-release, GCC failed on r-hub because ICU is not |
| 37 | +available on that build. |
| 38 | + |
0 commit comments