CRAN Package Check Results for Package mmequiv

Last updated on 2025-12-09 23:51:27 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.0 3.65 59.43 63.08 ERROR
r-devel-linux-x86_64-debian-gcc 1.0.0 2.64 41.06 43.70 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.0 101.28 OK
r-devel-linux-x86_64-fedora-gcc 1.0.0 96.26 OK
r-devel-windows-x86_64 1.0.0 5.00 71.00 76.00 OK
r-patched-linux-x86_64 1.0.0 4.18 56.75 60.93 OK
r-release-linux-x86_64 1.0.0 3.53 57.31 60.84 OK
r-release-macos-arm64 1.0.0 OK
r-release-macos-x86_64 1.0.0 5.00 84.00 89.00 OK
r-release-windows-x86_64 1.0.0 5.00 74.00 79.00 OK
r-oldrel-macos-arm64 1.0.0 OK
r-oldrel-macos-x86_64 1.0.0 6.00 91.00 97.00 OK
r-oldrel-windows-x86_64 1.0.0 7.00 93.00 100.00 OK

Check Details

Version: 1.0.0
Check: examples
Result: ERROR Running examples in ‘mmequiv-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: calculate_mme.list > ### Title: Calculate morphine milligram equivalents (MME) for a single > ### study participant > ### Aliases: calculate_mme.list > > ### ** Examples > > # Recreating example from Adams MCB, et al. 2025 supplement > # https://links.lww.com/PAIN/C213 > meds_list <- list( + list( + medication_name = "Morphine (mg)", + dose = 5, + doses_per_24_hours = 4, + days_of_medication = 7 + ), + list( + medication_name = "Morphine (mg) LA", + dose = 10, + doses_per_24_hours = 3, + days_of_medication = 30 + ) + ) > > # Using API > calculate_mme(meds_list, 30, 90) Error in `httr2::req_perform()`: ! Failed to perform HTTP request. Caused by error in `curl::curl_fetch_memory()`: ! SSL peer certificate or SSH remote key was not OK [research-mme.wakehealth.edu]: SSL certificate verification failed: certificate has expired. (CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none) Backtrace: ▆ 1. ├─mmequiv::calculate_mme(meds_list, 30, 90) 2. └─mmequiv:::calculate_mme.list(meds_list, 30, 90) 3. └─httr2::req_perform(req) 4. └─httr2:::handle_resp(req, resp, error_call = error_call) 5. └─rlang::cnd_signal(resp) Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.0.0
Check: examples
Result: ERROR Running examples in ‘mmequiv-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: calculate_mme.list > ### Title: Calculate morphine milligram equivalents (MME) for a single > ### study participant > ### Aliases: calculate_mme.list > > ### ** Examples > > # Recreating example from Adams MCB, et al. 2025 supplement > # https://links.lww.com/PAIN/C213 > meds_list <- list( + list( + medication_name = "Morphine (mg)", + dose = 5, + doses_per_24_hours = 4, + days_of_medication = 7 + ), + list( + medication_name = "Morphine (mg) LA", + dose = 10, + doses_per_24_hours = 3, + days_of_medication = 30 + ) + ) > > # Using API > calculate_mme(meds_list, 30, 90) Error in `httr2::req_perform()`: ! Failed to perform HTTP request. Caused by error in `curl::curl_fetch_memory()`: ! SSL peer certificate or SSH remote key was not OK [research-mme.wakehealth.edu]: SSL certificate OpenSSL verify result: certificate has expired (10) Backtrace: ▆ 1. ├─mmequiv::calculate_mme(meds_list, 30, 90) 2. └─mmequiv:::calculate_mme.list(meds_list, 30, 90) 3. └─httr2::req_perform(req) 4. └─httr2:::handle_resp(req, resp, error_call = error_call) 5. └─rlang::cnd_signal(resp) Execution halted Flavor: r-devel-linux-x86_64-debian-gcc