Skip to content

Commit

Permalink
fix minor issues in document and examples in last release
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiLiubio committed Aug 23, 2024
1 parent 4aeea36 commit ccf15c1
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 12 deletions.
4 changes: 1 addition & 3 deletions R/help.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
#' Before creating a new issue,
#' please read the guideline (\href{https://chiliubio.github.io/microeco_tutorial/notes.html#github-issues}{https://chiliubio.github.io/microeco_tutorial/notes.html#github-issues}).
#'
#' To cite microeco package in publications, please run the following command to get the reference: \code{citation("microeco")}\cr
#' To read the paper, please turn to the publication website
#' (\href{https://academic.oup.com/femsec/article/97/2/fiaa255/6041020}{https://academic.oup.com/femsec/article/97/2/fiaa255/6041020}).
#' To cite microeco package in publications, please run the following command to get the reference: \code{citation("microeco")}
#'
#' Reference:\cr
#' Chi Liu, Yaoming Cui, Xiangzhen Li and Minjie Yao. 2021. microeco: an R package for data mining in microbial community ecology.
Expand Down
2 changes: 1 addition & 1 deletion R/trans_diff.R
Original file line number Diff line number Diff line change
Expand Up @@ -1448,7 +1448,7 @@ trans_diff <- R6Class(classname = "trans_diff",
#' @param annotation_shape_size default 5; size used in the annotation legend.
#' @return ggplot.
#' @examples
#' \donttest{
#' \dontrun{
#' t1$plot_diff_cladogram(use_taxa_num = 100, use_feature_num = 30, select_show_labels = NULL)
#' }
plot_diff_cladogram = function(
Expand Down
1 change: 0 additions & 1 deletion R/trans_func.R
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ trans_func <- R6Class(classname = "trans_func",
#' @examples
#' \donttest{
#' t1$cal_spe_func(prok_database = "FAPROTAX")
#' t1$cal_spe_func(fungi_database = "FungalTraits")
#' }
cal_spe_func = function(
prok_database = c("FAPROTAX", "NJC19")[1],
Expand Down
4 changes: 1 addition & 3 deletions man/microeco.Rd

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

4 changes: 2 additions & 2 deletions man/trans_diff.Rd

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

2 changes: 0 additions & 2 deletions man/trans_func.Rd

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

0 comments on commit ccf15c1

Please sign in to comment.