Last updated on 2025-10-30 19:53:23 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags | 
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.9.9 | 3.61 | 58.25 | 61.86 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 2.53 | 42.47 | 45.00 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 10.00 | 90.30 | 100.30 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 108.16 | OK | |||
| r-devel-windows-x86_64 | 0.9.9 | 6.00 | 76.00 | 82.00 | ERROR | |
| r-patched-linux-x86_64 | 1.0.0 | 4.89 | 55.85 | 60.74 | OK | |
| r-release-linux-x86_64 | 0.9.9 | 3.67 | 56.02 | 59.69 | ERROR | |
| r-release-macos-arm64 | 1.0.0 | 2.00 | 35.00 | 37.00 | OK | |
| r-release-macos-x86_64 | 1.0.0 | 6.00 | 124.00 | 130.00 | OK | |
| r-release-windows-x86_64 | 1.0.0 | 7.00 | 85.00 | 92.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.0 | 2.00 | 38.00 | 40.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.0 | 6.00 | 138.00 | 144.00 | OK | |
| r-oldrel-windows-x86_64 | 0.9.9 | 9.00 | 92.00 | 101.00 | ERROR | 
Version: 0.9.9
Check: examples
Result: ERROR
  Running examples in ‘epocakir-Ex.R’ failed
  The error most likely occurred in:
  
  > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
  > ### Name: GFR_staging
  > ### Title: GFR Staging
  > ### Aliases: GFR_staging GFR_staging.data.frame GFR_staging.units
  > ###   GFR_staging.numeric
  > 
  > ### ** Examples
  > 
  > df <- tibble::tibble(
  +   eGFR = units::set_units(c(-1, NA, 100, 70, 50, 35, 20, 10), "mL/min/1.73m2")
  + )
  > 
  > GFR_staging(df, "eGFR")
  Error: cannot convert mL/(min*1.73m^2) into mL/min
  Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-release-linux-x86_64
Version: 0.9.9
Check: tests
Result: ERROR
    Running ‘testthat.R’ [18s/26s]
  Running the tests in ‘tests/testthat.R’ failed.
  Complete output:
    > library(testthat)
    > library(epocakir)
    > 
    > test_check("epocakir")
    [ FAIL 1 | WARN 9 | SKIP 0 | PASS 598 ]
    
    ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Error ('test-ckd.R:378:3'): GFR_staging() ───────────────────────────────────
    Error: cannot convert mL/(min*1.73m^2) into mL/min
    Backtrace:
         ▆
      1. ├─epocakir::GFR_staging(df, "eGFR") at test-ckd.R:378:3
      2. └─epocakir:::GFR_staging.data.frame(df, "eGFR")
      3.   ├─epocakir::GFR_staging(.data[[rlang::as_name(rlang::enquo(GFR))]])
      4.   └─epocakir:::GFR_staging.units(.data[[rlang::as_name(rlang::enquo(GFR))]])
      5.     ├─epocakir::GFR_staging(as_metric(GFR = GFR, value_only = TRUE))
      6.     └─epocakir::as_metric(GFR = GFR, value_only = TRUE)
      7.       ├─units::set_units(meas, conversion$metric_units, mode = "standard")
      8.       └─units:::set_units.units(meas, conversion$metric_units, mode = "standard")
      9.         ├─base::`units<-`(`*tmp*`, value = as_units(value, ...))
     10.         └─units:::`units<-.units`(`*tmp*`, value = as_units(value, ...))
    
    [ FAIL 1 | WARN 9 | SKIP 0 | PASS 598 ]
    Error: Test failures
    Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.9.9
Check: examples
Result: ERROR
  Running examples in 'epocakir-Ex.R' failed
  The error most likely occurred in:
  
  > ### Name: GFR_staging
  > ### Title: GFR Staging
  > ### Aliases: GFR_staging GFR_staging.data.frame GFR_staging.units
  > ###   GFR_staging.numeric
  > 
  > ### ** Examples
  > 
  > df <- tibble::tibble(
  +   eGFR = units::set_units(c(-1, NA, 100, 70, 50, 35, 20, 10), "mL/min/1.73m2")
  + )
  > 
  > GFR_staging(df, "eGFR")
  Error: cannot convert mL/(min*1.73m^2) into mL/min
  Execution halted
Flavors: r-devel-windows-x86_64, r-oldrel-windows-x86_64
Version: 0.9.9
Check: tests
Result: ERROR
    Running 'testthat.R' [15s]
  Running the tests in 'tests/testthat.R' failed.
  Complete output:
    > library(testthat)
    > library(epocakir)
    > 
    > test_check("epocakir")
    [ FAIL 1 | WARN 9 | SKIP 0 | PASS 598 ]
    
    ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Error ('test-ckd.R:378:3'): GFR_staging() ───────────────────────────────────
    Error: cannot convert mL/(min*1.73m^2) into mL/min
    Backtrace:
         ▆
      1. ├─epocakir::GFR_staging(df, "eGFR") at test-ckd.R:378:3
      2. └─epocakir:::GFR_staging.data.frame(df, "eGFR")
      3.   ├─epocakir::GFR_staging(.data[[rlang::as_name(rlang::enquo(GFR))]])
      4.   └─epocakir:::GFR_staging.units(.data[[rlang::as_name(rlang::enquo(GFR))]])
      5.     ├─epocakir::GFR_staging(as_metric(GFR = GFR, value_only = TRUE))
      6.     └─epocakir::as_metric(GFR = GFR, value_only = TRUE)
      7.       ├─units::set_units(meas, conversion$metric_units, mode = "standard")
      8.       └─units:::set_units.units(meas, conversion$metric_units, mode = "standard")
      9.         ├─base::`units<-`(`*tmp*`, value = as_units(value, ...))
     10.         └─units:::`units<-.units`(`*tmp*`, value = as_units(value, ...))
    
    [ FAIL 1 | WARN 9 | SKIP 0 | PASS 598 ]
    Error: Test failures
    Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.9.9
Check: tests
Result: ERROR
    Running ‘testthat.R’ [18s/24s]
  Running the tests in ‘tests/testthat.R’ failed.
  Complete output:
    > library(testthat)
    > library(epocakir)
    > 
    > test_check("epocakir")
    [ FAIL 1 | WARN 9 | SKIP 0 | PASS 598 ]
    
    ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Error ('test-ckd.R:378:3'): GFR_staging() ───────────────────────────────────
    Error: cannot convert mL/(min*1.73m^2) into mL/min
    Backtrace:
         ▆
      1. ├─epocakir::GFR_staging(df, "eGFR") at test-ckd.R:378:3
      2. └─epocakir:::GFR_staging.data.frame(df, "eGFR")
      3.   ├─epocakir::GFR_staging(.data[[rlang::as_name(rlang::enquo(GFR))]])
      4.   └─epocakir:::GFR_staging.units(.data[[rlang::as_name(rlang::enquo(GFR))]])
      5.     ├─epocakir::GFR_staging(as_metric(GFR = GFR, value_only = TRUE))
      6.     └─epocakir::as_metric(GFR = GFR, value_only = TRUE)
      7.       ├─units::set_units(meas, conversion$metric_units, mode = "standard")
      8.       └─units:::set_units.units(meas, conversion$metric_units, mode = "standard")
      9.         ├─base::`units<-`(`*tmp*`, value = as_units(value, ...))
     10.         └─units:::`units<-.units`(`*tmp*`, value = as_units(value, ...))
    
    [ FAIL 1 | WARN 9 | SKIP 0 | PASS 598 ]
    Error: Test failures
    Execution halted
Flavor: r-release-linux-x86_64
Version: 0.9.9
Check: tests
Result: ERROR
    Running 'testthat.R' [21s]
  Running the tests in 'tests/testthat.R' failed.
  Complete output:
    > library(testthat)
    > library(epocakir)
    > 
    > test_check("epocakir")
    [ FAIL 1 | WARN 9 | SKIP 0 | PASS 598 ]
    
    ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Error ('test-ckd.R:378:3'): GFR_staging() ───────────────────────────────────
    Error: cannot convert mL/(min*1.73m^2) into mL/min
    Backtrace:
         ▆
      1. ├─epocakir::GFR_staging(df, "eGFR") at test-ckd.R:378:3
      2. └─epocakir:::GFR_staging.data.frame(df, "eGFR")
      3.   ├─epocakir::GFR_staging(.data[[rlang::as_name(rlang::enquo(GFR))]])
      4.   └─epocakir:::GFR_staging.units(.data[[rlang::as_name(rlang::enquo(GFR))]])
      5.     ├─epocakir::GFR_staging(as_metric(GFR = GFR, value_only = TRUE))
      6.     └─epocakir::as_metric(GFR = GFR, value_only = TRUE)
      7.       ├─units::set_units(meas, conversion$metric_units, mode = "standard")
      8.       └─units:::set_units.units(meas, conversion$metric_units, mode = "standard")
      9.         ├─base::`units<-`(`*tmp*`, value = as_units(value, ...))
     10.         └─units:::`units<-.units`(`*tmp*`, value = as_units(value, ...))
    
    [ FAIL 1 | WARN 9 | SKIP 0 | PASS 598 ]
    Error: Test failures
    Execution halted
Flavor: r-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.