cro_wiz

Results 21 comments of cro_wiz

> you need reinstall the scikit-image > > ``` > pip install scikit-image==0.14.0 > ``` Since [I think] they changed the parameter naming in scikit-image 0.15 I get your advice.;...

tbh it almost looks like `portable = TRUE` has no effect on usability of an R6 class defined in one package when trying to use it in another, despite the...

I took the S4 out of the equation all together - still the same error; or are you saying that I did something wrong with `inherit = SingletonTest::Counter`?

btw thanx for your reply and comments Give me a couple of minutes for the full "reprex" code (w/o any S4) ... for my problem I will also get rid...

Ok - stripping it down to the "bare bones" (seems that `importClassesFrom` was breaking the R6 "native" inheritance) fixed it for me regarding R6 inheritance; still I was hoping that...

@wch I found a way based on your input and an [SO question/discussion](https://stackoverflow.com/q/72559243/1216790) I tried to summarize it in my "original" issue here #https://github.com/tidylab/R6P/issues/19#issuecomment-1152085454 If it's ok I am dropping...

> My `r.rterm` is the default `radian` without a path, as it should be. I kinda like to squeeze the --r-binary=/path/to/bin/R.exe (notice not going further down architecture paths like x64...

Hi Sorry I do not fully understand your proposal or hint. If I execute a fully qualified path to R_HOME\bin\i386\R.exe or ...x64\R.exe versions in the Terminal the respective R version...

OTHERWISE ... I forgot to mention that for R DEV work I can or usually always do "tweak" the Workspace R extension Setting accordingly! It is mainly when I use...

> I can 100% understand where you're coming from, but I'm not quite sure what the best approach would be here. E.g. when a new R version is released which...