Frankie Robertson
Frankie Robertson
Here's what I've currently got as a workaround. Put this in `src/FixRCall.jl` and try to arrange for it to be called as a script after RCall is first installed. The...
Alas, this does not work in Julia 1.9. Now it looks like precompiles happen in a "/tmp" directory, so including src/FixRCall.jl from the module will set R_HOME incorrectly. I'm not...
After applying [this PR](https://github.com/JuliaInterop/RCall.jl/pull/496) all that's needed is to set things up in LocalPreference.toml in the appropriate way. Here is a script to do it automatically: ``` using CondaPkg using...
@ParadaCarleton I was thinking I would probably open another PR with it as an extension package once the first is merged. There might still need to be an extra step...
> To me _the_ motivating issue here is that we have a bunch of `0.x` packages that release versions with new features, don't break API, but are considered a semver...
> > There are very few new registrations that I've seen over the last couple of years that would have met the bar for a `1.0` version in terms of...
That wasn't quite the situation I was thinking of, although I can see why you might want an exception in some cases. I'm starting to look at having a Bonito...
Okay great! Let's go with this for now, and if it turns out different behaviours are needed in different circumstances that can be tackled later.
Another wishlist here is hooking Bonito into the same hot-reload logic as Oxygen.
Updated based on Bonito #244