Giter VIP home page Giter VIP logo

Comments (6)

hukai916 avatar hukai916 commented on July 19, 2024 1

Hi @drighelli, we will test the disable.logging = TRUE option soon. Meanwhile, you can set {r, results = "hide"} in your R markdown code chunk to hide the logging info.

from chippeakanno.

jianhong avatar jianhong commented on July 19, 2024

This message is from upstream package. Could you please try suppressMessage or {r messages=FALSE, warnings=FALSE}

from chippeakanno.

drighelli avatar drighelli commented on July 19, 2024

Thanks, but both solutions don't work, I think it's a log print to console from the venn.diagram function.

I think you can easily disable, or manage it, by setting the disable.logging=TRUE

venn.diagram(x, filename, disable.logging = FALSE, height = 3000, 
    width = 3000, resolution = 500, imagetype = "tiff", 
    units = "px", compression = "lzw", na = "stop", main = NULL, 
    sub = NULL, main.pos = c(0.5, 1.05), main.fontface = "plain",
    main.fontfamily = "serif", main.col = "black",
    main.cex = 1, main.just = c(0.5, 1), sub.pos = c(0.5,
    1.05), sub.fontface = "plain", sub.fontfamily =
    "serif", sub.col = "black", sub.cex = 1, sub.just =
    c(0.5, 1), category.names = names(x), force.unique =
    TRUE, print.mode = "raw", sigdigs = 3, direct.area =
    FALSE, area.vector = 0, hyper.test = FALSE, total.population = NULL, 
    lower.tail = TRUE, ...)
...
disable.logging
Boolean to disable log file output and print to console instead
...

from chippeakanno.

jianhong avatar jianhong commented on July 19, 2024

That will create a local log file without permission which is forbidden in Bioconductor package. I will consider to output the parameter.

from chippeakanno.

drighelli avatar drighelli commented on July 19, 2024

oh yeah, you're right, yep I think using a parameter would be the best solution.

Thanks!

from chippeakanno.

drighelli avatar drighelli commented on July 19, 2024

Thanks @hukai916, I didn't see your answer before! It worked!
@jianhong you can close this issue for me!

from chippeakanno.

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.