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.1.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.14 (main, Sep  1 2026, 14:16:52) [Clang 22.1.3 ] ──
#> 
#> ✔ lamindb v2.10.0
#> ✔ lamin_cli v1.20a1
#> ✔ lamin_utils v0.16.4
#> ✔ lamindb_setup v1.26a1
#> ✔ bionty v2.5.0
#> ✔ pertdb v2.2.0
#> ✖ wetlab
#> ✖ clinicore
#> ✖ cellregistry
#> ✖ omop
#> ✔ scipy v1.18.1
#> ✔ numpy v2.5.3
#> ✔ pandas v3.0.5
#> 
#> ℹ Run `reticulate::py_config()` and `reticulate::py_require()` for more
#>   information