Coder Social home page Coder Social logo

Comments (8)

bryevdv avatar bryevdv commented on June 11, 2024 1

@lcougnaud rbokeh is currently unmaintained. Several years ago, there was a good chunk work done to put rbokeh on more maintainable footing, with automatically generated low-level bindings to BokehJS, with "idiomatic R" interface built on top of that stable foundation. Unfortunately that work was never pushed out to a release (and in fact, may be lost except in online diff of this closed PR #217, cc @hafen)

Bokeh itself has come very far since the last official release of RBokeh, with an enormous amount of new features. I would love to see someone update and re-vitalized RBokeh. Unfortunately I am not actually an R user, so that's not a role I can contemplate taking on. It's just (well) outside what I can realistically accomplish given my other commitments. But if you (or someone you know) would is looking to be more involved in OSS and would like to take on the task of picking up and maintaining RBokeh, I can commit to offering technical quidance and/or mentoring.

Edit: and to answer this question

Is there a plan to include it back to CRAN?

I don't actually know how or by what mechanism it was published on CRAN, and similarly don't know how or why it was removed. Perhaps @hafen has insights there.

from rbokeh.

hafen avatar hafen commented on June 11, 2024 1

@lcougnaud sorry for the inconvenience of this getting removed from CRAN. It was removed for a simple (but apparently serious) violation of CRAN policy.

This creates and leaves behind a file test.png in /tmp during R CMD check --as-cran, in the \donttest part of the widget2png example (which is run by example()).

This is a serious violation of the CRAN policy.

I'm working on a fix now.

from rbokeh.

lcougnaud avatar lcougnaud commented on June 11, 2024 1

Thanks @hafen & @bryevdv for the quick feedback!

@bryevdv I unfortunately don't have the bandwidth to help further for the maintenance of the rbokeh package.

@hafen for this specific issue, could this be solved by:

\donttest{
file <- tempfile(fileext = ".png")
figure(tools = NULL) %>%
  ly_points(1:10) %>%
  widget2png(file)
}



from rbokeh.

bryevdv avatar bryevdv commented on June 11, 2024

Serious they say!

from rbokeh.

hafen avatar hafen commented on June 11, 2024

Yeah I know 🙄

from rbokeh.

hafen avatar hafen commented on June 11, 2024

As simple as the problem is, addressing it will likely open a can of worms due to changing CRAN policies and package dependencies since the last submission. @lcougnaud sorry I let this get by me.

from rbokeh.

hafen avatar hafen commented on June 11, 2024

I submitted to CRAN yesterday. We'll see how quickly that goes.

from rbokeh.

philibe avatar philibe commented on June 11, 2024

I've done a POC with R Shiny and bokeh in pure R Shiny with session$registerDataObj() (without rbokeh and shiny.router) :) :

(I didn't know that rbokeh exists.)

from rbokeh.

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.