Package: mmequiv Title: Calculate Standardized Morphine Milligram Equivalent Doses Version: 1.0.0.9000 Authors@R: person("Kenneth A.", "Taylor", , "kenneth.taylor.dpt@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-3205-9280")) Description: Calculate morphine milligram equivalents (MME) for opioid dose comparison using standardized methods. Can directly call the 'NIH HEAL MME Online Calculator' API or replicate API calculations on the user's local machine from the comfort of 'R'. Creation of the 'NIH HEAL MME Online Calculator' and the MME calculations implemented in this package are described in Adams MCB, Sward KA, Perkins ML, Hurley RW (2025) . License: GPL (>= 3) Imports: cli, glue, httr2, lifecycle, rlang Suggests: dplyr, httptest2 (>= 1.1.0), spelling, testthat (>= 3.0.0), tibble, withr Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 URL: https://kennethataylor.github.io/mmequiv/, https://github.com/KennethATaylor/mmequiv Depends: R (>= 4.1.0) LazyData: true BugReports: https://github.com/KennethATaylor/mmequiv/issues Language: en-US Config/Needs/website: rmarkdown Config/pak/sysreqs: libssl-dev Repository: https://kennethataylor.r-universe.dev Date/Publication: 2025-05-20 00:36:09 UTC RemoteUrl: https://github.com/kennethataylor/mmequiv RemoteRef: HEAD RemoteSha: 197002e3da4de8ae0c2b459dc076e3d0f827a360 NeedsCompilation: no Packaged: 2026-07-14 08:43:06 UTC; root Author: Kenneth A. Taylor [aut, cre, cph] (ORCID: ) Maintainer: Kenneth A. Taylor