-
I have the following definitions in my `init.el`:
```
(use-package vertico
:straight
(:files (:defaults "extensions/*"))
:init
(vertico-mode)
:hook
(minibuffer-setup . vertico-repe…
-
Maybe it's a feature, but every time I press C-M-x it takes me to the *Hy* buffer so I have to need to go back to my source file.
Not sure if it's the intended behavior, just feels rather odd.
Is th…
-
But, `plot()` works fine:
```
julia> using Rif
julia> initr()
Using R_HOME=/usr/lib/R
0
julia> R("library(ggplot2)")
RArray{ASCIIString,1}(Ptr{Void} @0x0000000006a3b8f8)
julia> R("qplot(1:4,1:4,ge…
-
mye asks: Is there a reason the BNF based syntax doesn't work for submodules? (I'm assuming this is possible with the submodules which it might not)
The major obstacle I see to this is use of "#" for…
-
Thanks for the great plugin.
I'm trying hard to get it to work on a mac in iterm2 with vim version 7.4.488.
My .vimrc is pretty big so I'm eliminating any possible conflicts by using a plain vanila …
-
Recently I experimented with this library as both a native compilation target, as well as through jsoo, and on the jsoo side, I hit a stack overflow when running the code in the browser. I was able to…
-
Hi, I'm usually emacs user and now looking around atom, was trying to find some analog of paredit and found your plugin. It has a lot of features, but some a very important (imho) are missed (I would …
-
I'd like to be able to pass ZMQ_DONTWAIT to the socket->recv() call in receiveSocket, in order to be able to poll but not block if no message is availble.
Since R is not very thread friendly, non-blo…
-
Pardon the title, I'm not sure how to word the idea in only a few words.
Dune has some default flags and some behaviors that change depending on some things like the profile. But those things aren'…
-
An incoming PR to Rcpp (https://github.com/RcppCore/Rcpp/pull/917) will ensure that Rcpp throws an exception if one attempts to convert an `Rcpp::String` to a SEXP, if that string contains embedded NU…