Skip to content

Commit

Permalink
remove old rd tag for acc2lin
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mayer committed Oct 8, 2024
1 parent 6ce981d commit 2d47952
Show file tree
Hide file tree
Showing 7 changed files with 98 additions and 112 deletions.
5 changes: 0 additions & 5 deletions R/acc2lin.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#' Sink Reset
#'
#' @return No return, but run to close all outstanding `sink()`s
#' @rdname acc2lin
#' @export
#'
#' @examples
Expand Down Expand Up @@ -38,7 +37,6 @@ sinkReset <- function() {
#' @importFrom rlang sym
#'
#' @return Describe return, in detail
#' @rdname acc2lin
#' @export
#'
#' @examples
Expand Down Expand Up @@ -83,7 +81,6 @@ addLineage <- function(df, acc_col = "AccNum", assembly_path,
#' @param plan
#'
#' @return Describe return, in detail
#' @rdname acc2lin
#' @export
#'
#' @examples
Expand Down Expand Up @@ -122,7 +119,6 @@ acc2Lineage <- function(accessions, assembly_path, lineagelookup_path, ipgout_pa
#' @importFrom rentrez entrez_fetch
#'
#' @return Describe return, in detail
#' @rdname acc2lin
#' @export
#'
#' @examples
Expand Down Expand Up @@ -191,7 +187,6 @@ efetchIPG <- function(accnums, out_path, plan = "sequential", ...) {
#' @importFrom data.table fread
#'
#' @return Describe return, in detail
#' @rdname acc2lin
#' @export
#'
#' @examples
Expand Down
24 changes: 23 additions & 1 deletion man/IPG2Lineage.Rd

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

21 changes: 20 additions & 1 deletion man/acc2Lineage.Rd

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

103 changes: 0 additions & 103 deletions man/acc2lin.Rd

This file was deleted.

21 changes: 20 additions & 1 deletion man/addlineage.Rd

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

17 changes: 16 additions & 1 deletion man/efetchIPG.Rd

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

19 changes: 19 additions & 0 deletions man/sinkReset.Rd

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

0 comments on commit 2d47952

Please sign in to comment.