holgerbrandl / r4intellij

An integration of the R programming language into Intellij IDEA
BSD 2-Clause "Simplified" License
148 stars 28 forks source link

"Unresolved reference" in Code Analysis #170

Open Mincol opened 6 years ago

Mincol commented 6 years ago

This might be my knowledge issue.

I have simple script: input <- file('stdin', 'r')

file is underlined in red. How I can get rid of it? The code works. image

holgerbrandl commented 6 years ago

Do you see an "R skeletons" library in the project view?

image

Mincol commented 6 years ago

Yes I do: image