Skip to content

Commit

Permalink
ignore internals for pkgdown+silence a build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
KasperSkytte committed Sep 19, 2023
1 parent 0687de5 commit 213835a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
8 changes: 6 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ Imports:
cli,
parallel
Remotes:
github::kasperskytte/biomformat
github::kasperskytte/biomformat,
bioc::phyloseq,
bioc::Biostrings
Suggests:
testthat (>= 3.0.0),
devtools,
Expand All @@ -67,6 +69,8 @@ Suggests:
biomformat,
doParallel,
foreach,
patchwork
patchwork,
phyloseq,
Biostrings
RoxygenNote: 7.2.3
Config/testthat/edition: 3
3 changes: 3 additions & 0 deletions R/amp_load.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#' @param x Data frame or file path
#'
#' @return A data frame
#' @keywords internal
parseTaxonomy <- function(x) {
#assert object is a data frame here

Expand Down Expand Up @@ -64,6 +65,7 @@ parseTaxonomy <- function(x) {
#' @param x A data frame
#'
#' @return A data frame
#' @keywords internal
findOTUcol <- function(x) {
DF <- as.data.frame(x)
otucol <- tolower(colnames(DF)) %in% c("otu", "asv", "#otu id")
Expand Down Expand Up @@ -102,6 +104,7 @@ findOTUcol <- function(x) {
#' @param ... Additional arguments passed on to read_excel() and fread().
#'
#' @return A data frame
#' @keywords internal
import <- function(x, ...) {
#enlist additional arguments to be able to parse correctly
add_args <- list(...)
Expand Down
1 change: 1 addition & 0 deletions man/findOTUcol.Rd

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

1 change: 1 addition & 0 deletions man/import.Rd

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

1 change: 1 addition & 0 deletions man/parseTaxonomy.Rd

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

0 comments on commit 213835a

Please sign in to comment.