|
1 | 1 | ## Test environments and check results |
2 | 2 |
|
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. |
4 | 3 |
|
5 | | -### local: ubuntu 18.04, R 3.6.3 |
| 4 | +### local: Pop!_OS 20.04 LTS, R 4.0.3 |
6 | 5 |
|
7 | 6 | 0 errors | 0 warnings | 0 notes |
8 | 7 |
|
9 | | -### travis-ci: ubuntu 14.04.05, R development |
| 8 | +### travis-ci: release |
| 9 | + |
| 10 | +0 errors | 0 warnings | 0 notes |
| 11 | + |
| 12 | + |
| 13 | +### Rhub: Windows Server 2008 R2 SP1, R-devel, 32/64 bit |
| 14 | + |
| 15 | +Some bioconductor packages in Suggests seem to not be available for R 4.2. I get the following error on R devel builds: |
| 16 | + |
| 17 | +Error: Bioconductor does not yet build and check packages for R version 4.2 |
| 18 | + |
| 19 | +However, all of the bioconductor pacakges are optional and not needed for most functionality. |
10 | 20 |
|
11 | | -Warning message: |
12 | 21 |
|
13 | | -package ‘BiocManager, zlibbioc’ is not available (for R Under development) |
14 | 22 |
|
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 | 23 |
|
17 | | -### travis-ci: ubuntu 14.04.05, bioc-release |
18 | 24 |
|
19 | | -Warning message: |
20 | 25 |
|
21 | | -package ‘BiocManager, zlibbioc’ is not available (for R version 4.0.0) |
22 | 26 |
|
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 | 27 |
|
25 | 28 |
|
26 | | -### Rhub: Windows Server 2008 R2 SP1, R-devel, 32/64 bit |
27 | 29 |
|
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 | 30 |
|
35 | 31 | ### Win builder: R devel |
36 | 32 |
|
|
0 commit comments