|
1 |
| -## Test environments |
| 1 | +## Test environments and check results |
2 | 2 |
|
3 |
| -* local desktop: ubuntu 16.04 install, R 3.5.3 |
4 |
| -* on travis-ci: ubuntu 16.04.6, devel, bioc-release, bioc-devel |
5 |
| -* win-builder R 3.6.1 and development |
| 3 | +Some packages seem to not be avaialble for R 4.0.0. I am not sure what to do about this. It works on my computer and winbuilder. |
6 | 4 |
|
7 |
| -## R CMD check results |
| 5 | +### local: ubuntu 18.04, R 3.6.3 |
8 | 6 |
|
9 |
| -No NOTEs, WARNINGs, or ERRORs. |
| 7 | +0 errors | 0 warnings | 0 notes |
| 8 | + |
| 9 | +### travis-ci: ubuntu 14.04.05, R development |
| 10 | + |
| 11 | +Warning message: |
| 12 | + |
| 13 | +package ‘BiocManager, zlibbioc’ is not available (for R Under development) |
| 14 | + |
| 15 | +The command "Rscript -e 'install.packages(c("BiocManager, zlibbioc"));if (!all(c("BiocManager, zlibbioc") %in% installed.packages())) { q(status = 1, save = "no")}'" failed and exited with 1 during . |
| 16 | + |
| 17 | +### travis-ci: ubuntu 14.04.05, bioc-release |
| 18 | + |
| 19 | +Warning message: |
| 20 | + |
| 21 | +package ‘BiocManager, zlibbioc’ is not available (for R version 4.0.0) |
| 22 | + |
| 23 | +The command "Rscript -e 'install.packages(c("BiocManager, zlibbioc"));if (!all(c("BiocManager, zlibbioc") %in% installed.packages())) { q(status = 1, save = "no")}'" failed and exited with 1 during . |
| 24 | + |
| 25 | + |
| 26 | +### Rhub: Windows Server 2008 R2 SP1, R-devel, 32/64 bit |
| 27 | + |
| 28 | +* checking package dependencies ... ERROR |
| 29 | +Packages required but not available: |
| 30 | + 'taxa', 'stringr', 'ggplot2', 'igraph', 'scales', 'taxize', 'seqinr', |
| 31 | + 'reshape2', 'zoo', 'traits', 'RCurl', 'ape', 'reshape', 'lazyeval', |
| 32 | + 'dplyr', 'readr', 'rlang', 'biomformat', 'ggfittext', 'vegan', |
| 33 | + 'ggrepel', 'cowplot', 'GA', 'Rcpp', 'svglite', 'tibble' |
| 34 | + |
| 35 | +### Win builder: R devel |
| 36 | + |
| 37 | +0 errors | 0 warnings | 0 notes |
| 38 | + |
| 39 | +### Win builder: R version 4.0.0 (2020-04-24) |
| 40 | + |
| 41 | +0 errors | 0 warnings | 0 notes |
10 | 42 |
|
11 | 43 | ## Downstream dependencies
|
12 | 44 |
|
|
0 commit comments