Skip to content

Commit e0fa244

Browse files
authored
Merge pull request #10 from abichat/dev
fix CRAN notes
2 parents 9c9c503 + 3d86c32 commit e0fa244

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Description: Provides functions to manage taxonomy when lineages are
88
described with strings and ranks separated with special patterns like
99
"|*__" or ";*__".
1010
License: GPL-3
11-
URL: https://github.com/abichat/yatah, https://abichat.github.io/yatah
11+
URL: https://abichat.github.io/yatah/, https://github.com/abichat/yatah/
1212
BugReports: https://github.com/abichat/yatah/issues
1313
Depends:
1414
R (>= 2.10)

R/abundances.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
#' \item{XXX}{abundance of each lineage in the sample XXX (double)}
99
#' }
1010
#' @keywords datasets
11-
#' @source \href{https://doi.org/10.15252/msb.20145645}{Zeller et al., 2014},
12-
#' \href{https://doi.org/10.1038/nmeth.4468}{Pasolli et al., 2017}
11+
#' @source Zeller et al., 2014 (\doi{10.15252/msb.20145645}),
12+
#' Pasolli et al., 2017 (\doi{10.1038/nmeth.4468}).
1313
#' @examples
1414
#' dim(abundances)
1515
#' abundances[1:5, 1:7]

man/abundances.Rd

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/yatah-package.Rd

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)