Skip to content

Commit 6088337

Browse files
preparing for CRAN submission
1 parent fbdd60b commit 6088337

File tree

7 files changed

+26
-28
lines changed

7 files changed

+26
-28
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Suggests:
5353
biomformat
5454
VignetteBuilder: knitr
5555
RoxygenNote: 7.1.1
56-
Date: 2020-04-28
56+
Date: 2021-06-23
5757
Encoding: UTF-8
5858
biocViews:
5959
LinkingTo: Rcpp

NEWS.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# News
22

3-
## Current
3+
## metacoder 0.3.5
44

55
* Replaced depreciated `as.tbl` function from `dplyr`'
66
* Added `node_legend_title` and `edge_legend_title` options to `heat_tree` to specify the title for each legend.
77
* Added options to `heat_tree` to set the number of significant fingures used for the numbers in the legend.
8+
* Reintegrated the functionality of the `taxa` package in order to prepare for releasing a rewritten version of taxa.
9+
* Reduced the number of dependencies and made some optional.
810

911
## metacoder 0.3.4
1012

@@ -102,8 +104,8 @@
102104
* Added functions to identift and remove taxa with ambiguous names like "unknown"
103105
* code from [ggrepel](https://github.com/slowkow/ggrepel) package now used to avoid overlapping labels. Thanks Kamil Slowikowski!
104106
* New function `heat_tree_matrix` to make plotting a pairwise matrix of heat trees for comparing treatments.
105-
* New parser named `parse_mothur_tax_summary` for mothur *.tax.summary file made by [classify.seqs](https://www.mothur.org/wiki/Classify.seqs).
106-
* New parser named `parse_mothur_taxonomy` for mothur *.taxonomy file made by [classify.seqs](https://www.mothur.org/wiki/Classify.seqs).
107+
* New parser named `parse_mothur_tax_summary` for mothur *.tax.summary file made by [classify.seqs](https://mothur.org/wiki/Classify.seqs).
108+
* New parser named `parse_mothur_taxonomy` for mothur *.taxonomy file made by [classify.seqs](https://mothur.org/wiki/Classify.seqs).
107109
* New parser named `parse_qiime_biom` for the QIIME BIOM output.
108110
* New parser named `parse_phyloseq` to convert phyloseq objects.
109111
* New parser named `parse_newick` to parse newick files.

R/metacoder-package.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#'
1818
#' @section Documentation:
1919
#'
20-
#' The full documentation can be found online at \url{http://grunwaldlab.github.io/metacoder_documentation}.
20+
#' The full documentation can be found online at \url{https://grunwaldlab.github.io/metacoder_documentation/}.
2121
#'
2222
#' There is also a short vignette included for offline use that can be accessed by the following code:
2323
#'

R/primersearch.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ parse_primersearch <- function(file_path) {
179179
#'
180180
#' \strong{Mac OSX:}
181181
#'
182-
#' The easiest way to install EMBOSS on OSX is to use \href{http://brew.sh/}{homebrew}.
182+
#' The easiest way to install EMBOSS on OSX is to use \href{https://brew.sh/}{homebrew}.
183183
#' After installing homebrew, open up a terminal and type:
184184
#'
185185
#' \code{brew install homebrew/science/emboss}
@@ -458,7 +458,7 @@ primersearch_raw <- function(input = NULL, file = NULL, forward, reverse, mismat
458458
#'
459459
#' \strong{Mac OSX:}
460460
#'
461-
#' The easiest way to install EMBOSS on OSX is to use \href{http://brew.sh/}{homebrew}.
461+
#' The easiest way to install EMBOSS on OSX is to use \href{https://brew.sh/}{homebrew}.
462462
#' After installing homebrew, open up a terminal and type:
463463
#'
464464
#' \code{brew install homebrew/science/emboss}

README.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ knitr::opts_chunk$set(
1414

1515

1616
[![Build Status](https://travis-ci.com/grunwaldlab/metacoder.png?branch=master)](https://travis-ci.com/grunwaldlab/metacoder?branch=master) [![codecov.io](https://codecov.io/github/grunwaldlab/metacoder/coverage.svg?branch=master)](https://codecov.io/github/grunwaldlab/metacoder?branch=master)
17-
[![Downloads from Rstudio mirror per month](http://cranlogs.r-pkg.org/badges/metacoder)](http://www.r-pkg.org/pkg/metacoder)
18-
[![Downloads from Rstudio mirror](http://cranlogs.r-pkg.org/badges/grand-total/metacoder)](http://www.r-pkg.org/pkg/metacoder)
17+
[![Downloads from Rstudio mirror per month](http://cranlogs.r-pkg.org/badges/metacoder)](https://www.r-pkg.org:443/pkg/metacoder)
18+
[![Downloads from Rstudio mirror](http://cranlogs.r-pkg.org/badges/grand-total/metacoder)](https://www.r-pkg.org:443/pkg/metacoder)
1919
[![CRAN version](http://www.r-pkg.org/badges/version/metacoder)](https://cran.r-project.org/package=metacoder)
2020

2121
![](man/figures/readme_figure.jpg)
@@ -78,7 +78,7 @@ You can also combine the two in a single analysis by converting between the two
7878

7979
## Citation
8080

81-
If you use metcoder in a publication, please cite our [article in PLOS Computational Biology](http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1005404):
81+
If you use metcoder in a publication, please cite our [article in PLOS Computational Biology](https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1005404):
8282

8383
Foster ZSL, Sharpton TJ, Grünwald NJ (2017) Metacoder: An R package for visualization and manipulation of community taxonomic diversity data. PLOS Computational Biology 13(2): e1005404. https://doi.org/10.1371/journal.pcbi.1005404
8484

cran-comments.md

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,32 @@
11
## Test environments and check results
22

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

5-
### local: ubuntu 18.04, R 3.6.3
4+
### local: Pop!_OS 20.04 LTS, R 4.0.3
65

76
0 errors | 0 warnings | 0 notes
87

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

11-
Warning message:
1221

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

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

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

19-
Warning message:
2025

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

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

2528

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

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'
3430

3531
### Win builder: R devel
3632

inst/CITATION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ bibentry(bibtype = "Article",
1111
pages = "1-15",
1212
number = "2",
1313
doi = "10.1371/journal.pcbi.1005404",
14-
url = "http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1005404")
14+
url = "https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1005404")

0 commit comments

Comments
 (0)