Git Product home page Git Product logo

Comments (7)

jalvesaq avatar jalvesaq commented on September 28, 2024 1

Yes, it's a bug in R-devel. Probably, they removed the function on purpose but forgot to remove its declaration from the corresponding header file. We can report the bug and, then, they will either bring the function back or remove the declaration. Although no longer available in C, the function is still available in the R language. I will see if we can use it from R (not C).

from r.nvim.

PMassicotte avatar PMassicotte commented on September 28, 2024

If this can be fixed, we are going to have a functional DAP inside neovim for R!

from r.nvim.

jalvesaq avatar jalvesaq commented on September 28, 2024

I will see this now...

from r.nvim.

jalvesaq avatar jalvesaq commented on September 28, 2024

We can manually build nvimcom in a terminal emulator because the function Rf_removeTaskCallbackByName is still declared in include/R_ext/Callbacks.h, but it is not available at run time and, consequently, when loading nvimcom, we get the error:

undefined symbol: Rf_removeTaskCallbackByName

from r.nvim.

PMassicotte avatar PMassicotte commented on September 28, 2024

This is a bit out of my expertise. What does it mean exactly? Does it mean that there is a discrepancy between declaration and availability of some kind of function?

from r.nvim.

jalvesaq avatar jalvesaq commented on September 28, 2024

I moved the C code to R at the branch https://github.com/R-nvim/R.nvim/tree/R_task

from r.nvim.

PMassicotte avatar PMassicotte commented on September 28, 2024

wow you are fast (wish I had your skills!)

So far so good, I am using it. Let me try to configure dap.

from r.nvim.

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.