vscode-R
vscode-R copied to clipboard
`aa = keras::layer_input()` breaks the global environment viewer
Describe the bug The title is clear enough.
To Reproduce Steps to reproduce the behavior:
- command palette -> create r terminal
-
library(keras)
-
aa = layer_input(shape=c(2,3))
- the assignment succeeds, but environment viewer will not update hereafter
- every command hereafter will trigger a "Missing value where TRUE/FALSE needed" output in the R console.
- Call
rm(aa)
, everything goes back to normal.
Can you fix this issue by yourself? (We appreciate the help)
No
Environment (please complete the following information):
- OS: Windows 10 and ubuntu 22.04
- VSCode Version: Any will do
- R Version: anything above 4.1
- vscode-R version: 2.8.2