Manuel López-Ibáñez

Results 68 issues of Manuel López-Ibáñez

`package_coverage` creates `out_dir` without checking whether this is an option passed via `....`. As a result, there is no way to override `outDir` to save the output of testing without...

The documentation says: > If the appropriate gcov version is not on your path you can set the appropriate location with the covr.gcov options. If you set this path to...

## Summary A very common model is the maximin (or minimax). The model transformation required to linearize such models are well-known. It would be very useful if Pyomo supported such...

enhancement

AWS CLI offers the option to invalidate all files under a given path with a single request. See https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html#invalidation-access-logs > If you use the AWS Command Line Interface (AWS CLI)...

# 🚀 Feature Request ## Motivation https://botorch.org/api/utils.html#botorch.utils.multi_objective.hypervolume.Hypervolume says: TODO: write this in C++ for faster looping. There is a C (C++ compatible) implementation available here: https://github.com/MLopez-Ibanez/eaf/blob/master/src/mo-tools/hv.c

enhancement

**Describe the bug** `r-lib/actions/run-rchk@v2` started failing with: ``` /home/docker/R-svn/bin/R: line 273: /home/docker/R-svn/bin/exec/R: No such file or directory ``` **To Reproduce** https://github.com/MLopez-Ibanez/eaf/actions/runs/7004001397/job/19051133840 https://pipelinesghubeus4.actions.githubusercontent.com/zFZptCDzLhmAT2GjcIaTDtJ7V8b0RUHORBCANNxjXhtVPJrRA3/_apis/pipelines/1/runs/165/signedlogcontent/79?urlExpires=2023-11-27T11%3A38%3A03.0066031Z&urlSigningMethod=HMACV1&urlSignature=BBPQtwcRQ61H0KDTtma%2BhI4%2BeZZ3hzEHiYpUSIrqCqo%3D **Expected behavior** The actions has been running without...

bug

The example provided here: https://github.com/r-lib/actions/blob/v2/run-rchk/README.md does not install the package, thus leading to the error: ``` Run r-lib/actions/run-rchk@v2 Run bash $GITHUB_ACTION_PATH/run.sh Cannot find package eaf (/home/docker/R-svn/packages/lib/eaf does not exist). Error:...

bug

The example provided here: https://github.com/r-lib/actions/blob/v2/run-rchk/README.md does not install R, thus leading to the error: ``` Run r-lib/actions/setup-r-dependencies@v2 Run # Set site library path Set site library path Run # Install...

bug

```R devtools::install_github("auto-optimization/mootools/r") ``` works! ```R pak::pkg_install("auto-optimization/mootools/r") ``` FAILS with: ```R → Will install 1 package. → The package (0 B) is cached. + moocore 0.0.9000 [bld][cmp] (GitHub: 9b8a0e0) + ✔...

If a package has `Rmpi` in `Suggests` it will fail to install with `pak`, because `Rmpi` is not built for MacOS. See this example: [log.txt](https://github.com/r-lib/pak/files/13785675/log.txt) There does not seem to...