-
Notifications
You must be signed in to change notification settings - Fork 986
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
:=
not suppressing print in R 3.2.0
#1122
Comments
:=
do not suppress print in R 3.2.0:=
not suppressing print in R 3.2.0
I encounter the same problem . R version 3.2.0 (2015-04-16)
Platform: i386-w64-mingw32/i386 (32-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1
locale:
[1] LC_COLLATE=Chinese (Simplified)_People's Republic of China.936
[2] LC_CTYPE=Chinese (Simplified)_People's Republic of China.936
[3] LC_MONETARY=Chinese (Simplified)_People's Republic of China.936
[4] LC_NUMERIC=C
[5] LC_TIME=Chinese (Simplified)_People's Republic of China.936
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] data.table_1.9.5
loaded via a namespace (and not attached):
[1] tools_3.2.0 chron_2.3-45 |
I found this not a big deal as data.table print nicely. If the current suppress print is costly in maintenance maybe it should be dropped at all? dt[ any stuff ][!] |
@arunsrinivasan |
@shrektan, thank you :-). On this issue, I think @mattdowle would've much better idea. |
On a related point, the programmers of the IRKernel package for Jupyter are having trouble determining if |
Changing
to
in the |
@abielr thanks for a possible solution. Have added to 1.9.6. I think it'd be nice to have this fixed for next release. |
Relevant
Was there another update I'm missing? |
I believe |
Update to R 3.2.2 and try again. |
@arunsrinivasan not printing out anymore, thanks for the tip. |
Worth to note that
test.data.table
passed successfully.The text was updated successfully, but these errors were encountered: