Skip to content

Commit 46fc0ff

Browse files
resolve link issues with CRAN check
1 parent 54ef8ea commit 46fc0ff

File tree

5 files changed

+28
-29
lines changed

5 files changed

+28
-29
lines changed

DESCRIPTION

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: metacoder
22
Title: Tools for Parsing, Manipulating, and Graphing Taxonomic Abundance Data
3-
Version: 0.3.7
3+
Version: 0.3.8
44
Authors@R: c(person("Zachary", "Foster", email =
55
"zacharyfoster1989@gmail.com", role = c("aut", "cre")),
66
person("Niklaus", "Grunwald", email =
@@ -53,8 +53,7 @@ Suggests:
5353
biomformat,
5454
DESeq2
5555
VignetteBuilder: knitr
56-
RoxygenNote: 7.3.1
57-
Date: 2024-02-19
56+
RoxygenNote: 7.3.2
5857
Encoding: UTF-8
5958
biocViews:
6059
LinkingTo: Rcpp

R/as_phyloseq.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
#' \item{\code{FALSE}}{Do not include a sample data table, even if "sample_data" exists in `obj$data`}
2121
#' }
2222
#' @param sample_id_col The name of the column storing sample IDs in the sample data table.
23-
#' @param phy_tree A phylogenetic tree of class \code{\link[ape]{phylo}} from
23+
#' @param phy_tree A phylogenetic tree of class \code{\link[ape:phylo]{ape::phylo}} from
2424
#' the \code{\link{ape}} package with tip labels matching OTU ids. Must be one of the following:
2525
#' \describe{
2626
#' \item{\code{NULL}}{Look for a tree named "phy_tree" in `obj$data` with tip labels matching OTU ids. If it exists, use it.}
2727
#' \item{\code{character}}{The name of the tree stored in `obj$data` with tip labels matching OTU ids.}
28-
#' \item{\code{\link[ape]{phylo}}}{A tree with tip labels matching OTU ids.}
28+
#' \item{\code{\link[ape:phylo]{ape::phylo}}}{A tree with tip labels matching OTU ids.}
2929
#' \item{\code{FALSE}}{Do not include a tree, even if "phy_tree" exists in `obj$data`}
3030
#' }
3131
#'

R/heat_tree.R

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ heat_tree.Taxmap <- function(.input, ...) {
229229
#'
230230
#' @param background_color The background color of the plot.
231231
#' Default: Transparent
232-
#' @param output_file The path to one or more files to save the plot in using \code{\link[ggplot2]{ggsave}}.
232+
#' @param output_file The path to one or more files to save the plot in using \code{\link[ggplot2:ggsave]{ggplot2::ggsave}}.
233233
#' The type of the file will be determined by the extension given.
234234
#' Default: Do not save plot.
235235
#'
@@ -322,16 +322,16 @@ heat_tree.Taxmap <- function(.input, ...) {
322322
#' The following \code{character} values are understood:
323323
#'
324324
#' \describe{
325-
#' \item{"automatic"}{Use \code{\link[igraph]{nicely}}. Let \code{\link{igraph}} choose the layout.}
326-
#' \item{"reingold-tilford"}{Use \code{\link[igraph]{as_tree}}. A circular tree-like layout.}
327-
#' \item{"davidson-harel"}{Use \code{\link[igraph]{with_dh}}. A type of simulated annealing.}
328-
#' \item{"gem"}{Use \code{\link[igraph]{with_gem}}. A force-directed layout.}
329-
#' \item{"graphopt"}{Use \code{\link[igraph]{with_graphopt}}. A force-directed layout.}
330-
#' \item{"mds"}{Use \code{\link[igraph]{with_mds}}. Multidimensional scaling.}
331-
#' \item{"fruchterman-reingold"}{Use \code{\link[igraph]{with_fr}}. A force-directed layout.}
332-
#' \item{"kamada-kawai"}{Use \code{\link[igraph]{with_kk}}. A layout based on a physical model of springs.}
333-
#' \item{"large-graph"}{Use \code{\link[igraph]{with_lgl}}. Meant for larger graphs.}
334-
#' \item{"drl"}{Use \code{\link[igraph]{with_drl}}. A force-directed layout.}
325+
#' \item{"automatic"}{Use \code{\link[igraph:nicely]{igraph::nicely}}. Let \code{\link{igraph}} choose the layout.}
326+
#' \item{"reingold-tilford"}{Use \code{\link[igraph:as_tree]{igraph::as_tree}}. A circular tree-like layout.}
327+
#' \item{"davidson-harel"}{Use \code{\link[igraph:with_dh]{igraph::with_dh}}. A type of simulated annealing.}
328+
#' \item{"gem"}{Use \code{\link[igraph:with_gem]{igraph::with_gem}}. A force-directed layout.}
329+
#' \item{"graphopt"}{Use \code{\link[igraph:with_graphopt]{igraph::with_graphopt}}. A force-directed layout.}
330+
#' \item{"mds"}{Use \code{\link[igraph:with_mds]{igraph::with_mds}}. Multidimensional scaling.}
331+
#' \item{"fruchterman-reingold"}{Use \code{\link[igraph:with_fr]{igraph::with_fr}}. A force-directed layout.}
332+
#' \item{"kamada-kawai"}{Use \code{\link[igraph:with_kk]{igraph::with_kk}}. A layout based on a physical model of springs.}
333+
#' \item{"large-graph"}{Use \code{\link[igraph:with_lgl]{igraph::with_lgl}}. Meant for larger graphs.}
334+
#' \item{"drl"}{Use \code{\link[igraph:with_drl]{igraph::with_drl}}. A force-directed layout.}
335335
#' }
336336
#'
337337
#'

man/as_phyloseq.Rd

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

man/heat_tree.Rd

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

0 commit comments

Comments
 (0)