Git Product home page Git Product logo

Comments (4)

ischeller avatar ischeller commented on July 29, 2024

Hi @mmartinezj , the latest FRASER 2.0 version is not yet on Bioconductor. We are in the process of pushing it there, so it should be available to install from Bioconductor soon.
In the meantime, installation through devtools from github (devtools::install_github('gagneurlab/FRASER') seems to be working for me. Can you provide more details of your R / Bioconductor version and the command you used for installation?

from fraser.

mmartinezj avatar mmartinezj commented on July 29, 2024

Thanks for your quick answer! I'm using R v4.2.0 and BiocManager v1.30.22. For installing FRASER with bioconductor i used:
if ("FRASER" %in% row.names(installed.packages()) == FALSE) BiocManager::install("FRASER")

For trying to install the latest version I tried both:
devtools::install_github('gagneurlab/FRASER', dependencies=TRUE)
and
devtools::install_github('gagneurlab/FRASER', ref='1.99.3', dependencies=TRUE)
both of them showing the same error from my last message.

If you need any more info, just let me know, thank you!

from fraser.

ischeller avatar ischeller commented on July 29, 2024

As far as I can see, the error you get is not related to FRASER or the way you are trying to install it, but rather the setup of the GITHUB_PAT on your side.

Do you have a PAT from Github already? In that case, you would need to run Sys.setenv(GITHUB_PAT = "your PAT") (see e.g. here or here for fixes for users with the same error).

from fraser.

mmartinezj avatar mmartinezj commented on July 29, 2024

Hi, thanks for the help, as you said, it was a problem related with my GITHUB_PAT. I just created a new Token and afterwards I had no problems for downloading the package via devtools. The second link was pretty informative for helping me solve the issue.

Also, in case anyone steps upon the same issue, I had to remove my previous instalation with BiocManager for the devtool command to work. Hope this helps!

from fraser.

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.