Toby Dylan Hocking

Results 123 issues of Toby Dylan Hocking

Hey @analyticalmonk one day you may want to think about how Rperform can be customized to get test-level metrics for packages that use something other than testtthat. for example I...

enhancement

Here is the list of interesting comparisons that we can hopefully plot one day using your package (same as I sent you via email). For example you could try to...

enhancement

https://github.com/ropensci/plotly/pull/241#issuecomment-126865718 example of automatic message with a link to test results

maybe write some tests to make sure that your mem_compare function returns a data frame with a certain number of row and certain row names? either clone an existing repository...

hi @yixuan I just installed RSpectra from the source code on CRAN, and I see the following warnings from gcc-7.5.0. I also get these warnings using gcc-8.4.0. [RSpectra-warnings.txt](https://github.com/yixuan/RSpectra/files/7570699/RSpectra-warnings.txt) There are...

Can you please stop with a more informative error? e.g. toJSON does not support converting R functions to JSON. ``` r > toJSON(identity) Error: evaluation nested too deeply: infinite recursion...

Hi! First of all, thanks for maintaining mlr3, which I find very useful. I noticed that the weights from `mlr3learners::LearnerClassifCVGlmnet` are the opposite/negative of the weights from plain cv.glmnet. I...

hi, I made a mistake, accidentally specifying the class itself as inherit, which resulted in an infinite loop. I was surprised to see that is actually even allowed for the...

Hi @gdemin Recently data.table merged some new dcast code which uses more strict checking of fun.aggregate, which is supposed to be a function which returns a single value. This is...

hi @TysonStanley are there any plans to implement some of the more advanced/new arguments/features of tidyr::pivot_longer, or or you planning to stop adding new features? I'm wondering because I would...