Skip to content

Commit

Permalink
CRAN 0.3.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
zachary-foster committed Apr 29, 2020
1 parent 390f2b5 commit 4aeb477
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Suggests:
BiocManager,
phyloseq
VignetteBuilder: knitr
RoxygenNote: 7.0.2.9000
RoxygenNote: 7.1.0
Date: 2020-04-28
Encoding: UTF-8
biocViews:
Expand Down
44 changes: 38 additions & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,44 @@
## Test environments
## Test environments and check results

* local desktop: ubuntu 16.04 install, R 3.5.3
* on travis-ci: ubuntu 16.04.6, devel, bioc-release, bioc-devel
* win-builder R 3.6.1 and development
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.

## R CMD check results
### local: ubuntu 18.04, R 3.6.3

No NOTEs, WARNINGs, or ERRORs.
0 errors | 0 warnings | 0 notes

### travis-ci: ubuntu 14.04.05, R development

Warning message:

package ‘BiocManager, zlibbioc’ is not available (for R Under development)

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 .

### travis-ci: ubuntu 14.04.05, bioc-release

Warning message:

package ‘BiocManager, zlibbioc’ is not available (for R version 4.0.0)

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 .


### Rhub: Windows Server 2008 R2 SP1, R-devel, 32/64 bit

* checking package dependencies ... ERROR
Packages required but not available:
'taxa', 'stringr', 'ggplot2', 'igraph', 'scales', 'taxize', 'seqinr',
'reshape2', 'zoo', 'traits', 'RCurl', 'ape', 'reshape', 'lazyeval',
'dplyr', 'readr', 'rlang', 'biomformat', 'ggfittext', 'vegan',
'ggrepel', 'cowplot', 'GA', 'Rcpp', 'svglite', 'tibble'

### Win builder: R devel

0 errors | 0 warnings | 0 notes

### Win builder: R version 4.0.0 (2020-04-24)

0 errors | 0 warnings | 0 notes

## Downstream dependencies

Expand Down
4 changes: 3 additions & 1 deletion man/hmp_otus.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion man/hmp_samples.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4aeb477

Please sign in to comment.