R Shell status turns Red, When Select another object

Hi support,

I found that the R Shell would be switched to red abnormally.

for example:

01. Execute Object by Object Browser.gif

Stpe1: Execute R Shell

Stpe2: Select another object(XY Plot)

Stpe3: R Shell status turns Red!

I think the step3 is wrong, the R Shell shouldn’t be red.

And, I’ve also tried executing the R Shell through the workflow diagram.

02. Execut Object by Diagram.gif

Stpe1: Execute R Shell

Stpe2: Select another object(XY Plot)

Stpe3: Select R Shell

Stpe4: Select another object(XY Plot)

Stpe5: R Shell status turns Red!

Steps 1~4 are all normal, but step 5 turns the R Shell red.

Could you help find out the cause of the issue? Or confirm whether this is a bug.

Other useful information:

R Shell Code:

library(ggplot2)
ggplot()+geom_line(data = txhousing , aes(x = year , y = volume))
  • Phoenix Version:8.3.3
  • R Version: 4.0.1
  • ggplot2 Version:3.3.5

Thanks you in advance.
0521

Hi 0521,

This is a Known Issue with the 3rd-party shell objects, including the R shell object. The R shell object turns red when the user navigates to a different object in the workflow, even if the R shell object results are up to date. There is no known workaround for this issue.

This issue is scheduled to be fixed in the Phoenix 8.4 Release, which is expected to be available in Q4 2022.

Sincerely,

Christopher Mehl

Phoenix Product Manager

[QC 18103] 3rd party shell objects turn red when selecting then navigating away

Hi Christopher Mehl,

Thank you told me this information.

Sincerely,

0521