Patrick Schratz

Results 160 issues of Patrick Schratz

```r In addition: Warning messages: 1: In readLines(con, warn = FALSE, n = n, ok = ok, skipNul = skipNul, : cannot open file 'NEWS.md': No such file or directory...

auto :car:

Sometimes packages are rejected for reasons that are not picked up by rhub or CI runs (example: URL changes from http -> https). In this case, `check_release_state()` switches back from...

auto :car:

fixes #60 - Creates RC tags in `release()` - Aborts the build if the build is running in "state = release" and the sha of the most recent commit ==...

State management for `pre_release()` for #27. Principle: Skip function execution and print why it happened. Users can still force execution with `force = TRUE`.

I like what `pre_release()` and friends do. However, they do a lot and I could image that the average user might be scared by this. Should there be a "slow"...

auto :car:

Maybe these could run in separate `r_bg()` sessions to separate stdout messages and have more fine-grained control which of these to actually execute. Sending the code to a new file...

auto :car:

## General - Should win-builder run be automatically triggered? (if possible). Could be a logical arg in `pre_release()` - > After CRAN release, call `fledge::tag_version()` and `fledge::bump_version()` to re-enter development...

auto :car:

https://github.com/mlr-org/mlrMBO/runs/1811975893?check_suite_focus=true#step:16:280 Can reproduce locally. @jakob-r

I was playing around today with [{future.clustermq}](https://github.com/HenrikBengtsson/future.clustermq) and wanted to share my experience. Maybe @mschubert has some thoughts here to push this initiative by @HenrikBengtsson. This relates to https://github.com/HenrikBengtsson/future/issues/204. I've...