Skip to content

Commit

Permalink
fix(core): initialization of data.table backends for local
Browse files Browse the repository at this point in the history
Signed-off-by: Shuguang Sun <[email protected]>
  • Loading branch information
ShuguangSun committed Jan 27, 2024
1 parent 8774dee commit c077741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ess-view-data.el
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,7 @@ Optional argument PROC The associated ESS process."
(not (process-get proc 'busy)))
(ess-command (concat "{suppressPackageStartupMessages(require(magrittr));"
"suppressPackageStartupMessages(require(data.table)); "
ess-view-data-temp-object " <- as.data.table("
ess-view-data-temp-object " <<- as.data.table("
(format (cond (obj-back-quote-p "`%s`")
(obj-space-p "`%s`")
(t "`%s`"))
Expand Down

0 comments on commit c077741

Please sign in to comment.