Sebastian Fischer

Results 78 comments of Sebastian Fischer

But this is only relevant when I send the code to the console, right? I am tallking about the debugging scenario, where the source-files for the debugged functions are opened.

The only thing I am unhappy with is the `any(x != y)`, there should be a faster way to test this. Any suggestions? But I could not quickly find a...

Duplicated values are not treated special in any way or what exactly do you mean by that? I think the comment regarding the checkSetEqual with ordered = TRUE is actually...

Yes. Note that we check the length twice. 1. Before sorting: To check the lengths of the full vectors. 2. After sorting: To check whether the same amount of NAs...

I added some comments

I can make a PR if you think this would be useful

Created a PR https://github.com/mllg/checkmate/pulls

I think this would be quite handy as well

Ok, admittedly ``` r setClass("Person", slots = c( name = "character", age = "numeric" ) ) Person Error in validObject(.Object): invalid class "Person" object: invalid object for slot "age" in...

Before, it was impossible to connect a channel of a PipeOp with > 1 output channel with > 1 input channel of a different PipeOp. Subsetting using `..output[get("src_id")]` recycles the...