Skip to contents

Overview of the current status of the laminr package and its dependencies. Can be useful for debugging.

Usage

laminr_status()

Value

A laminr_status object

Details

Provides information that can be useful for debugging. To run the function when an error occurs, set options(error = function() { print(laminr::laminr_status() }). Note that this should be used with some caution as it will print the status whenever any error occurs.

Examples

laminr_status()
#> 
#> ── laminr 1.3.0.9000 ───────────────────────────────────────────────────────────
#> 
#> ── Environment Variables ──
#> 
#> `LAMINR_LAMINDB_VERSION`: "devel"
#> 
#> ── Settings ──
#> 
#> User: "testuser1"
#> Instance: "laminlabs/lamindata"
#> 
#>  To change the instance, use `ln <- import_module("lamindb"); ln$connect()`
#>  Run `get_current_lamin_settings()` to see the full settings information
#> 
#> ── Python 3.12.13 (main, Mar  3 2026, 14:59:34) [Clang 21.1.4 ] ──
#> 
#>  lamindb v2.3a3
#>  lamin_cli v1.15a1
#>  lamin_utils v0.16.4
#>  lamindb_setup v1.23a2
#>  bionty v2.3a1
#>  pertdb v2.2a1
#>  wetlab
#>  clinicore
#>  cellregistry
#>  omop
#>  scipy v1.16.3
#>  numpy v2.4.3
#>  pandas v2.3.3
#> 
#>  Run `reticulate::py_config()` and `reticulate::py_require()` for more
#>   information