xeus-r
xeus-r copied to clipboard
Jupyter kernel for the R programming language
closes #32 This puts the support R code into an R package called `hera` instead of having volatile R code that is `source()` from the directory. The plan is for...
The link http://xeus-r.readthedocs.io/ does not contain docs for this project.
### Description The README says "xeus-r has not been packaged for the mamba (or conda) package manager", but the [blog post](https://blog.jupyter.org/meet-xeus-r-a-future-proof-jupyter-kernel-for-r-1adc5fdd09ab) recommends using mamba to install it, and the package...
with an indication of what to do, because this does not help: ``` % xr registering handler for SIGSEGV Fatal error: R home directory is not defined ```
`library(┃` should auto complete with package 📦 suggestions
Might be related to #75 ```r library(gt) # Define the start and end dates for the data range start_date = start_date & date dplyr::select(-adj_close) |> gt() |> tab_header( title =...
what we want is for the `print()` method to kick in: