Skip to content

Commit

Permalink
Move mirixdb import to mirix function doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulthran committed Jun 21, 2024
1 parent edf4ea7 commit c20670f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 18 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
^data-raw$
^R/abx_index_old\.R$
^\.github$
^.*\.Rproj$
1 change: 1 addition & 0 deletions R/abx_index.R
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ mirix_gentamicin <- function(abundance,
#' 0.5 is typical. For relative abundances, a number that is slightly lower
#' than the lowest relative abundance will work.
#'
#' @import mirixdb
#' @return The MiRIx value
#' @export
mirix <- function (abundance, susceptibility, replace_zero = 1e-4) {
Expand Down
7 changes: 0 additions & 7 deletions R/mirix-package.R

This file was deleted.

11 changes: 0 additions & 11 deletions man/mirix-package.Rd

This file was deleted.

0 comments on commit c20670f

Please sign in to comment.