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

SSPA package no longer available in BioConductor #309

Open
shiqing03 opened this issue Jun 24, 2024 · 2 comments
Open

SSPA package no longer available in BioConductor #309

shiqing03 opened this issue Jun 24, 2024 · 2 comments

Comments

@shiqing03
Copy link

Hi there,

I'm trying to install dependencies and found SSPA is no longer hosted on BioConductor. Could you direct me to where I can download the package? Thank you very much!

Best,
Shiqing

@candidosobrinhosa
Copy link

Have you considered downloading the source code and compiling?

You may download the source on bioconductor repository (The .tar.gz file at https://www.bioconductor.org/packages//2.11/bioc/html/SSPA.html) then run a command on R terminal:

$ install.packages(“/home/user/downloads/source.tar.gz”, type=“source”)

@Ivy-ops
Copy link

Ivy-ops commented Aug 9, 2024

Hi @candidosobrinhosa ,
I have below error in using the code you provided. May I have some advice?
Thanks.

install.packages('SSPA_1.14.2.tar.gz', type="source", repos = NULL)

  • installing source package ‘SSPA’ ...
    ** using staged installation
    ** libs
    using C compiler: ‘Apple clang version 15.0.0 (clang-1500.3.9.4)’
    using SDK: ‘’
    clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c massdist.c -o massdist.o
    clang -arch arm64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o SSPA.so massdist.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
    installing to /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/00LOCK-SSPA/00new/SSPA/libs
    ** R
    ** inst
    ** byte-compile and prepare package for lazy loading
    Error: object ‘@<-’ is not exported by 'namespace:methods'
    Execution halted
    ERROR: lazy loading failed for package ‘SSPA’
  • removing ‘/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/SSPA’
    Warning in install.packages :
    installation of package ‘/Users//Documents/software/SSPA_1.14.2.tar.gz’ had non-zero exit status

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants