Giter Site home page Giter Site logo

Error in installation about scmarker HOT 6 OPEN

kchen-lab avatar kchen-lab commented on June 19, 2024
Error in installation

from scmarker.

Comments (6)

yumingliutroy avatar yumingliutroy commented on June 19, 2024

Dear authors,
I encountered the same problem that the package cannot be installed.
Thanks for your attention!

from scmarker.

Fang0828 avatar Fang0828 commented on June 19, 2024

Hi Calogero,
I noticed you installed SCMarker under R/3.6. Did you try R/3.5 or other version less 3.6? SCMarker was packaged in R/3.5. We'll update SCMarker to R/3.6 ASAP.

from scmarker.

marvinquiet avatar marvinquiet commented on June 19, 2024

Dear authors,

I am trying to install the package but encountered the same problem as they did. I wonder if you could add a '}' on line 87 in HeatmapCluster.Rd file? It seems that a '}' is missing there.

Thank you for your attention!

from scmarker.

dfermin avatar dfermin commented on June 19, 2024

If you are running R on linux you can install the package by downloading it from source.

cd /tmp
git clone https://github.com/KChen-lab/SCMarker.git

Then in R type in this command:

library(devtools)
build("SCMarker")

This will produce the tarball you can then install in R with:

install.packages("SCMarker_2.0.tar.gz", repose=NULL, type="source")
library(SCMarker)

from scmarker.

HaniJieunKim avatar HaniJieunKim commented on June 19, 2024

Hi @Fang0828!

I am getting the same error as everyone. I have followed @dfermin's suggestion but get the following error when running the last two lines of code.

Warning in install.packages :
  package ‘SCMarker_2.0.tar.gz’ is not available for this version of R

My R version is 4.0.5. Any suggestions on how to install your package?

Thanks!

Best regards,

Hani

from scmarker.

HaniJieunKim avatar HaniJieunKim commented on June 19, 2024

FYI, I have tried to install on an older version of R (3.5.2), but still get the same error.

> install.packages("SCMarker_2.0.tar.gz",  type="source")
Warning in install.packages :
  package ‘SCMarker_2.0.tar.gz’ is not available (for R version 3.5.2)

from scmarker.

Related Issues (5)

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.