holgerbrandl / r4intellij

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

Detect which packages import other packages #204

Open jxu opened 5 years ago

jxu commented 5 years ago

Some packages, notably tidyverse, import other packages, so the imported packages should be detected as imported under inspection. Tidyverse is such a common case that it could be hardcoded.

holgerbrandl commented 5 years ago

It does so if packages use Depends in their package description.