Git Product home page Git Product logo

Comments (4)

iimog avatar iimog commented on September 21, 2024 1

tl;dr I think I fixed the issue. You can try the fix immediately by installing via

devtools::install_github("thackl/gggenomes@fix-156")

I was able to reproduce this error in R version 4.3.1 (it did not occur in R version 4.1).
Relevant changes have been introduced in version 4.2.0 and 4.3.0 (see changelog)

  • Calling && or || with either argument of length greater than one now gives a warning (which it is intended will become an error).

  • Calling if() or while() with a condition of length greater than one gives an error rather than a warning. Consequently, environment variable R_CHECK_LENGTH_1_CONDITION no longer has any effect.
    and

  • Calling && or || with LHS or (if evaluated) RHS of length greater than one is now always an error, with a report of the form

     'length = 4' in coercion to 'logical(1)'
    

    Environment variable R_CHECK_LENGTH_1_LOGIC2 no longer has any effect.

from gggenomes.

austinreidmanny avatar austinreidmanny commented on September 21, 2024 1

Installing the patch, restarting R, loading ggtree and then loading gggenomes worked. Thanks!

from gggenomes.

austinreidmanny avatar austinreidmanny commented on September 21, 2024

I encountered the same problem earlier today. I thought it was due to a poorly formatted file on my end. When I tried with a small viral GFF3 from NCBI, the problem persisted. And when I finally tried the example data, I got the same error as you.

I am hoping there is a quick answer to this.

from gggenomes.

mgabriell1 avatar mgabriell1 commented on September 21, 2024

Sorry for the late reply. Yes, this now works. Thanks for the quick fix!

from gggenomes.

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.