Open
Description
R 4.2.1, Dyalog 18.2.45749 64-bit Unicode on MS Windows 10
⍝ in R, I have installed packages usmap and ggplot2
⍝ I have downloaded rsconnect to d:\git\rsconnect
]load D:\git\rsconnect\rserve.dyalog
RS.start
r←⎕NEW #.RS.Rserve
r.eval 'library(usmap)'
r.eval 'library(ggplot2)'
r.eval 'print(plot_usmap())'
⍝ The R graphics window does show, but nothing is shown yet.
⍝ Need to repeat the r.eval print call again and the map is shown. r.eval 'print(plot_usmap())'
Metadata
Metadata
Assignees
Labels
No labels