Manuel López-Ibáñez

Results 61 comments of Manuel López-Ibáñez

> `matrixStats` is primarily intended for numerical operations on matrices, not dataframe-like operations such as `duplicated()`. Besides, it would only work reliably for integer matrices because double matrices suffer from...

This may have been fixed by https://github.com/poliastro/poliastro/pull/1579

By default, it should ignore everything ignored by `.Rbuildignore` in particular, backup files '*~'.

> @MLopez-Ibanez is this the same as a bilevel optimization problem? If so, there is an existing Pyomo extension that might already have some of the functionality that you're asking...

Bug #375 may be the same issue. Failing to install dependencies of a reverse dependency. This was reported so 5 years ago. Are people using something else for revdep checks?

Same as #219. There are several reports about failures to install being unreported.

@mb706 Thanks this is very useful! > 1. Sampling with given probabilities: `paradox` does sampling using the `Sampler`-class (documented to some degree [here](https://mlr3book.mlr-org.com/technical.html#parameter-sampling)), sampling with different probabilities should be easy...