Skip to content

Commit

Permalink
export getMolWeightFor
Browse files Browse the repository at this point in the history
  • Loading branch information
rengelke committed Jan 29, 2025
1 parent a599cb8 commit 899e3fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export(getBaseUnit)
export(getContainer)
export(getDimensionByName)
export(getDimensionForUnit)
export(getMolWeightFor)
export(getMolecule)
export(getOSPSuiteSetting)
export(getOutputValues)
Expand Down
1 change: 1 addition & 0 deletions R/utilities-quantity.R
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ isExplicitFormulaByPath <- function(path, simulation, stopIfNotFound = TRUE) {
#' @param stopIfNotFound Logical. If `TRUE`, throws an error when the molecular
#' weight cannot be retrieved. If `FALSE`, returns `NA`. Default is `FALSE`.
#' @return The molecular weight in the specified unit or `NA` if not found.
#' @export
#'
#' @examples
#' simPath <- system.file("extdata", "Aciclovir.pkml", package = "ospsuite")
Expand Down

0 comments on commit 899e3fe

Please sign in to comment.