DorisAmoakohene / Researchwork_Rdata.table

0 stars 0 forks source link

Researchwork_Rdata.table

DATA.TABLE

Backup

4.

low performance of setkey function for version 1.12.0 and later #4788

A. Link to the PR that discusses and reported the regression

B. Link to the cause of the Regression. This Regression was caused due to the utilization of the setkey Function. The issue lies in the substantial difference in execution time observed when utilizing the setkey function from different versions of the data.table package across various computer settings.

C. This Regression is still open and yet to be fixed

D. I am using this atime code to try and Reproduce a graph showing the Regression and Before Regression of the issue.

5.

A. This Regression was reported in join operation almost 2 times slower #3928

B. This was caused by the implementations of newer version of R from 3.6.1, causing the slow

C. This Issue is still Opened

D.This is the link to my atime code

6.

A. groupingsets() adding an extra column with named vectors? #5206 This issue was by Backport str2lang #4712

B. This issue was caused by the introduction of the parse(text=.)

C. This PR Fixes Regression by addingif (length(names(by))) by = unname(by)

D.