Coder Social home page Coder Social logo

Install about bactaxr HOT 5 CLOSED

ntromas avatar ntromas commented on August 19, 2024
Install

from bactaxr.

Comments (5)

lmc297 avatar lmc297 commented on August 19, 2024

Hello,

I attempted to replicate your error, and it appears that bactaxR skips the installation of ggtree, which is hosted on bioconductor. If you don't already have ggtree installed, try running the following (you may then need to re-start R/RStudio; additionally, if you do already have ggtree installed, perhaps uninstall it using remove.packages, re-install it, and possibly re-start your session):

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("ggtree")

Afterwards, try loading devtools (library(devtools)) and installing bactaxR again (install_github("lmc297/bactaxR"))

Good luck, and just let me know if this works or not!

from bactaxr.

ntromas avatar ntromas commented on August 19, 2024

from bactaxr.

dv332247 avatar dv332247 commented on August 19, 2024

Hi ntromas,

I seem to have had the same issue as yourself. The remotes package of R (which contains install_github) has a default to convert warning messages to errors as seen with (converti depuis l'avis). If you change the default by using:
Sys.setenv("R_REMOTES_NO_ERRORS_FROM_WARNINGS"=TRUE)

That should work. All the warnings are for in this case is that the dependencies are built under different R versions which isn't a problem.

Hope that helps

from bactaxr.

lmc297 avatar lmc297 commented on August 19, 2024

Hi dv332247,
Thanks so much for finding a possible fix with Sys.setenv("R_REMOTES_NO_ERRORS_FROM_WARNINGS"=TRUE). I/none of the friends I've forced to test the package over the past few days have been gotten an error, so I was having difficulties replicating it. I'll update the manual with your suggestion in case others run into the same problem.
LC

from bactaxr.

ntromas avatar ntromas commented on August 19, 2024

from bactaxr.

Related Issues (6)

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.