Malte Londschien
Malte Londschien
Thank you. I did not find a mention to the numpy specific `numpy2ri.converter`. Some more searching lead me to [this](https://rpy2.github.io/doc/latest/html/robjects_convert.html?highlight=numpy2ri%20converter#converter-objects). > Warning messages tend to be short It would still...
Same for the negative space `\!`: ``` $$ \perp \!\!\! \perp $$ ``` get's rendered as $$ \perp \!\!\! \perp $$ (same for inline). The correct rendering is achieved with...
Thanks for the quick response. If I add your first suggestion to my crate, I get ``` error[E0119]: conflicting implementations of trait `std::convert::From` for type `extendr_api::Robj` --> src/lib.rs:123:1 | 123...
The following works: ```rust pub struct Tree { pub start: i32, pub stop: i32, pub split: Option, pub left: Option, pub right: Option, } impl Tree { pub fn new(start:...
> Rust's implementations have to be precise which may relax in the future to allow some overlap. I don't understand this. The code I posted above works, as long as...
Thanks, @Dusch4593. Is this intended?
Possibly related to #1579.
This feature would be great given the new GitHub dark mode.
https://github.com/mlondschien/changeforest/pull/202
@guolinke, since you are the original author of the `refit` method, could you help out here?