You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Wed, May 2, 2018, 12:33 PM HughParsonage ***@***.***> wrote:
# Minimal reproducible example
<https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example>
library(data.table)
rbindlist(list(data.table(x = raw(1)), data.table(x = raw(1))))
#> Error in rbindlist(list(data.table(x = raw(1)), data.table(x =
raw(1)))) :
#> Unsupported column type 'raw'
# Output of sessionInfo()
R version 3.5.0 (2018-04-23)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows >= 8 x64 (build 9200)
Matrix products: default
locale:
[1] LC_COLLATE=English_Australia.1252 LC_CTYPE=English_Australia.1252 LC_MONETARY=English_Australia.1252
[4] LC_NUMERIC=C LC_TIME=English_Australia.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] data.table_1.11.0
loaded via a namespace (and not attached):
[1] compiler_3.5.0 magrittr_1.5 tools_3.5.0 yaml_2.1.18 fastmatch_1.1-0 hutils_1.1.0
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2819>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHQQdSZZPg8poAiZ1rUQrXDKz8G46WS_ks5tuTccgaJpZM4Tu17l>
.
#
Minimal reproducible example
#
Output of sessionInfo()
The text was updated successfully, but these errors were encountered: