Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package on CRAN does not export all functions in Namespace #131

Closed
SHerresthal opened this issue Jan 7, 2025 · 2 comments
Closed

Package on CRAN does not export all functions in Namespace #131

SHerresthal opened this issue Jan 7, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@SHerresthal
Copy link

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 
@lazappi lazappi added the bug Something isn't working label Jan 7, 2025
@lazappi
Copy link
Collaborator

lazappi commented Jan 7, 2025

Hi

That functionality is currently only in the development version. You can install it from GitHub using:

# install.packages("remotes")
remotes::install_github("laminlabs/laminr")

We hope to have a new CRAN release soon.

@lazappi
Copy link
Collaborator

lazappi commented Jan 28, 2025

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.

@lazappi lazappi closed this as completed Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants