John Coene
John Coene
Do the events listed here help at all? https://cicerone.john-coene.com/guide/events
Indeed, that's how it should work, I can try a fix, in the meantime you will have to set the input value yourself I'm afraid :(
Sure, always happy to do that! I was just looking at it [here](https://github.com/JohnCoene/cicerone/tree/driver-v1.0.1)
Feel free to take the branch that suits you best, you'll be the one working on this. Also add yourself to the `DESCRIPTION` as contributor before your PR :)
Yes you're right, not an easy task though. Should the dependency back-up be kept outside the `inst` directory? This could quickly become heavy with files that are not used in...
Argh. Hard to tell what's best here.
Would sure be happy to add that! Should I follow the template you have here?
Do you see any error in the logs? I'm confused as to what is going wrong
The error originates from R because you are missing the `r.nvim` package, you need to install it with: ```r # install.packages("remotes") remotes::install_github("devOpifex/r.nvim") ```
The error is `there is no package called ‘r.nvim’` so there is no such package installed in the environment where you are trying to run the formatter. Are you running...