-
Personally I am very firmly after backward compatibility (therefore adding to 2.0.0 milestone), but just noticed quite a list of open issues caused by legacy programming interfaces (get, mget, eval). …
-
New CRAN policy check
```r
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
```
Easy:
* `R_curErrorBuf`
Pro…
-
Hello, in our efforts to prepare `data.table` for an update on CRAN (-> v1.11.0), we noticed that recent changes will break your package:
```
install.packages('data.table', type = 'source', repos …
-
O "csv excel" que utiliza codificação `utf-8 with bom`, separador `;` e decimal `,` é o formato utilizado por padrão para publicação de CSVs no Portal de Dados Abertos (vide transparencia-mg/age7/issu…
-
@anirban166 @DorisAmoakohene would be good to translate https://github.com/Rdatatable/data.table/issues/712 to atime
-
Hi all! This issue is about creating trust/transparency between the NSF grant team, and the larger data.table community.
I am the Principal Investigator (PI) of the NSF grant, which means I am in cha…
-
setDT remove names attribute from input vector, that should not happen.
```r
x = c(a = 4, b = 5)
setDT(list(c = x))[]
names(x)
```
Related
#4240
https://github.com/Rdatatable/data.table/issue…
-
https://github.com/Rdatatable/data.table/pull/5805#issuecomment-1857672029
-
https://github.com/yikeshu0611/do/blob/7d91dc33676d7e1d84a30650c23691ffdea49f0e/NAMESPACE#L127
This is a very unusual object to import in your NAMESPACE -- as far as I can tell, these are an implem…
-
this is related to https://github.com/Rdatatable/data.table/issues/2988
I put a line of code in R/fmelt.R
```r
other.values = lapply(group.dt[, ..is.other], unique)
```
and when I checked da…