File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed
Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 11## Test environments
22* local Ubuntu 18.04 LTS, R 3.5.1
33* win-builder.r-project.org (release, devel)
4- * travis-ci: R 3.5.1, R-devel
4+ * travis-ci (linux): R 3.5.1, R-devel
5+ * appveyor-ci (win): R 3.5.1, R-devel
56
67## R CMD check results
78
8- 0 errors | 0 warnings | 0 notes
9+ 1 error | 0 warnings | 1 note
910
10- * Note: This package is not compatible with oldrel (R 3.4.4)
11+ * checking package dependencies ... NOTE
12+ Packages suggested but not available for checking:
13+ 'BiocStyle' 'BiocVersion'
14+
15+ These packages are available in Bioconductor.
16+
17+ * checking whether package ‘BiocManager’ can be
18+ installed ... [ 0s/0s] ERROR
19+ Installation failed.
20+
21+ This package is not compatible with r-oldrel
22+ (R 3.4.4) only R >= 3.5.0
1123
1224## revdepcheck results
1325
You can’t perform that action at this time.
0 commit comments