8000 Need to call print twice to get a plot to show · Issue #9 · kimmolinna/rsconnect · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Need to call print twice to get a plot to show #9
Open
@dyavc

Description

@dyavc

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0