Skip to content

Commit 4aeb477

Browse files
CRAN 0.3.4 release
1 parent 390f2b5 commit 4aeb477

File tree

4 files changed

+45
-9
lines changed

4 files changed

+45
-9
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Suggests:
6060
BiocManager,
6161
phyloseq
6262
VignetteBuilder: knitr
63-
RoxygenNote: 7.0.2.9000
63+
RoxygenNote: 7.1.0
6464
Date: 2020-04-28
6565
Encoding: UTF-8
6666
biocViews:

cran-comments.md

Lines changed: 38 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,44 @@
1-
## Test environments
1+
## Test environments and check results
22

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.
64

7-
## R CMD check results
5+
### local: ubuntu 18.04, R 3.6.3
86

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
1042

1143
## Downstream dependencies
1244

man/hmp_otus.Rd

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/hmp_samples.Rd

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)