Dragos Bandur

Results 10 issues of Dragos Bandur

This is an example how the use of `data.table` package could help avoid code overhead. This is my first pull request so, I will keep it short.

Please help interpret this error! I am running a `rmarkdown` file based on a `sourceCpp` simple example from the "Advanced R" book, which compares performances of regular R `mean()` with...

I am using `fst` version 0.9.8 with R-4.3.2. I am writing 'data.table' class data frames in a `for` loop. The tables have different number of rows as they are the...

I am using `R-4.3.2` with `doParallel v1.0.17` and `foreach v1.5.2` I have built a proprietary R package which includes a function which parallelizes some tasks and sends them along with...

`svm = SVMTrainer$new()` Error: object 'SVMTrainer' not found `packageVersion('superml') ` [1] ‘0.5.3’

The code for this Issue is posted in Issue #51: Using argument size in `stat_summary(geom = 'line', size = 1)` throws the following warning: ``` Warning: Using `size` aesthetic for...

Using `stat_summary()` with argument `fun` does not prevent the Warning message: The `fun.y` argument of `stat_summary()` is deprecated as of ggplot2 3.3.0. ℹ Please use the `fun` argument instead. ℹ...

The image below shows black points inside green points on an X-bar chart built by following the example in this [vignette ](http://rcontrolcharts.com/XbarR_Vignette.html) (plot title removed). The green larger points were...

I have the following data ``` > head(htc, 2) 25 µL 50 µL 75 µL 100 µL Accession 1: 1.265836 0.02575365 0.1428066 0.2107820 A0A024R6I7 2: NA 0.01566025 0.1481060 0.2069585 A0A075B6K4...

Would it possible to implement `expandGridIter` with `repetition = TRUE` so that the pool never diminishes? Thank you!