-
Hi Alec,
data.table v1.13.0 has just been published on CRAN. spatsoc is impacted just when TZ=UTC, e.g. "TZ=UTC R CMD check spatsoc_1.0.0.tar.gz". spatsoc is still passing on CRAN, and it didn't co…
-
I haven't tested on `devel` but looking at `as.ITime.POSIXct`, it's identical to the one I've on my system.
```r
require(data.table) # v1.12.2, Rv 3.6.1
Sys.timezone()
# [1] "America/New_York"
…
-
Just seen this from Travis MacOS. (Travis Linux seems ok, and it's ok on Linux locally for me).
https://travis-ci.org/github/Rdatatable/data.table/jobs/715689511
```
trying URL 'https://cloud.r-pr…
-
The functions `second`, `minute` and `hour` currently have a faster method, by bypassing `as.POSIXlt()`, for POSIXct objectss under `UTC`. See [here](https://github.com/Rdatatable/data.table/blob/mast…
-
Was reported here : https://github.com/Rdatatable/data.table/issues/3395#issuecomment-464436815
I said I'd follow up here: https://github.com/Rdatatable/data.table/pull/3435#issuecomment-468415545
D…
-
is it possible to add duckdb to this test ?
-
[Note: I was mistaken in thinking this was a platform-dependent problem. Just keeping the Windows vs Linux bit so the thread still makes sense. Sorry about that.]
Trying...
```
as.character(str…
-
I wasn't sure this was a bug and so brought it [to SO first](http://stackoverflow.com/questions/42449257/saving-plots-in-a-data-table-list-column):
library(data.table)
DT = CJ(id = 1, id2 …
-
I have a script that takes only 4 seconds to process in V 1.12.8, and more than 24+ hours when using V 1.13.0. All other variables are the same (computer, r and RStudio versions, dataset, etc.)
All…
-
# Setup
Runtime: about 7 hrs.
Most of the warnings are due to me not updating R to 3.4.4, rather than significant warnings. May filter later, but wanted to save in case I lost.
Platform
|set…