You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
when installing the 'laminr' package version 0.3.0 from CRAN with install.packages("laminr"), most functions are not in the Namespace and they are not loadable.
> library(laminr)
> laminr::install_lamindb()
Error: 'install_lamindb' is not an exported object from 'namespace:laminr'
> sessionInfo()
R version 4.4.0 (2024-04-24)
Platform: x86_64-pc-linux-gnu
Running under: Ubuntu 22.04.4 LTS
Matrix products: default
BLAS: /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so.3
LAPACK: /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblasp-r0.3.20.so; LAPACK version 3.10.0
locale:
[1] C
time zone: Etc/UTC
tzcode source: system (glibc)
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] laminr_0.3.0
loaded via a namespace (and not attached):
[1] utf8_1.2.4 R6_2.5.1 magrittr_2.0.3 glue_1.7.0
[5] tibble_3.2.1 pkgconfig_2.0.3 lifecycle_1.0.4 cli_3.6.2
[9] fansi_1.0.6 vctrs_0.6.5 compiler_4.4.0 httr_1.4.7
[13] purrr_1.0.2 tools_4.4.0 pillar_1.9.0 rlang_1.1.3
[17] jsonlite_1.8.8
The text was updated successfully, but these errors were encountered:
I think this should be resolved by more recent releases. We have also updated the documentation site so that the main https://laminr.lamin.ai/ shows the release version and https://laminr.lamin.ai/dev shows documentation for the development version. Hopefully that avoid further confusion.
Hi,
when installing the 'laminr' package version 0.3.0 from CRAN with
install.packages("laminr")
, most functions are not in the Namespace and they are not loadable.The text was updated successfully, but these errors were encountered: