Skip to content

issues Search Results · repo:Rdatatable/data.table

Filter by

0 results
 (65 ms)

0 results

The openmp documentation states our common used idiom e.g. setting shared boolean flag is UB in openmp. Two memory operations are considered unordered if the order in which they must complete, as seen ...
openmp
  • ben-schwen
  • 1
  • Opened 
    15 hours ago
  • #7371

I think this is just a documentation request. Would it be worth clarifying the differences between accessing a vector with $ versus the alternative DT NSE way DT[,region]? Motivated by the following line ...
  • TimTaylor
  • 1
  • Opened 
    17 hours ago
  • #7369

I understand that .GRP should produce a sequence of integers that are a group counter, where group 1 is 1, group 2 is 2, etc. When doing an update-by-reference with filter, while referring to the data.table ...
  • symbalex
  • 1
  • Opened 
    yesterday
  • #7367

require(data.table) # 1.17.8, loaded on a clean R session (v4.4.2) # Macbook pro 14 inch (2023) running Sequoia 15.7 fread( this_that \n 2025-01-01 00:00:01 ) # Empty data.table (0 rows and 2 cols): ...
  • arunsrinivasan
  • 1
  • Opened 
    2 days ago
  • #7366

In data.table the ! operator generally serves as a inversion operator. E.g. the operation dt[!condition], dt[!(1:3)], A[!B, on = ...] will invert the condition (naturally), invert the row indices (so !(1:3) ...
  • vpetzel
  • 1
  • Opened 
    2 days ago
  • #7365

Join with allow.cartesian=TRUE returns fewer rows than expected under some circumstances. Keys and sorted attributes seem to play a role but I do not understand the exact problem despite working on a reprex. ...
bug
  • czeildi
  • 3
  • Opened 
    2 days ago
  • #7364

You can try using the continue-on-error directive at the job level. Maybe base it off labels (then apply that label to this PR) since using pull_request.number would be redundant; e.g. say we name the ...
atime
ci
  • jangorecki
  • 9
  • Opened 
    2 days ago
  • #7363

Hi! This paragraph seems to repeat what was before it. https://github.com/Rdatatable/data.table/blob/55b0de600d1770babe63d94ad3766a36bdedc443/man/froll.Rd#L67-L69 before: https://github.com/Rdatatable/data.table/blob/55b0de600d1770babe63d94ad3766a36bdedc443/man/froll.Rd#L56 ...
froll
  • Breeze-Hu
  • 1
  • Opened 
    3 days ago
  • #7362

The walrus operator suppresses printing, but calling print explicitly does work. library(data.table) dt - data.table(x = 1) print(dt[, a := a ]) # x a # num char # 1: 1 ...
  • eliocamp
  • 1
  • Opened 
    12 days ago
  • #7360

https://github.com/Rdatatable/data.table/blame/59692e76064fdf2f7482a7e90d7c85d5ec182aff/.gitlab-ci.yml#L154 I just saw Uwe increased it to 10M, so maybe this won t affect us anymore. Filing this as an ...
  • MichaelChirico
  • Opened 
    16 days ago
  • #7356
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.