Giter VIP home page Giter VIP logo

Comments (8)

mahermassoud avatar mahermassoud commented on September 28, 2024 1

I ended up making a Ubuntu docker container to run it which I put here (package is installed in this image):
https://hub.docker.com/r/mahermassoud/immunedeconv/tags

When I follow the conda environment instructions posted on the repo, I get a different error:
#37 (comment)

Thanks for your help. I will be sticking to the docker container for now. Will let you know if I try out the things you mentioned.

from immunedeconv.

grst avatar grst commented on September 28, 2024

Hi @mahermassoud,

thanks for reporting!
The failure to install DescTools seems independent of the upgrade of BiocGenerics.
Can you try to select Upgrade none [n] when updating BiocGenerics? It should still do the upgrade but not attempt to update any other packages.

In any case, the proper version of BiocGenerics should automatically be installed, which will be fixed in #45.

Cheers,
Gregor

from immunedeconv.

mahermassoud avatar mahermassoud commented on September 28, 2024

Tried and it didn't work. I also tried to pull from #45 and install from source and that didn't work either. All got me the same error. I even deleted the BiocGenerics line from DESCRIPTION and got the same error. I am able to install on a linux machine but I'd like to be able to do it on mac.

from immunedeconv.

DarioS avatar DarioS commented on September 28, 2024

Have you considered installing R version 4 and getting the latest version of all Bioconductor packages? Even if you do not have administrator privileges, compiling R from source and installing it to a personal directory is not difficult (relative to most bioinformatics software). You'll have a lot less problems with Bioconductor packages in future if you do that now.

from immunedeconv.

grst avatar grst commented on September 28, 2024

Thanks for investigating! I'll set-up github actions to run the CI also on macos - If this is really a mac-related problem, I'll hopefully find the problem that way.

Regarding R 4.0: I'm not sure if immunedeconv is compatible already...

from immunedeconv.

grst avatar grst commented on September 28, 2024

With the latest update of xCell, immunedeconv should work on R4.0.0.

I cannot reproduce the issue on the macOS CI.

It could be worth trying with a clean R environment. Either

  • delete the folder where your packages got installed to (r .libPaths() or
  • create a fresh conda environment with just R and remotes installed: conda create -c conda-forge -n R361 r-base=3.6.1 r-remotes

from immunedeconv.

mahermassoud avatar mahermassoud commented on September 28, 2024

Updating to R v4 fixed this

from immunedeconv.

grst avatar grst commented on September 28, 2024

ok, great!

from immunedeconv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.