JsonLite in Intellij (R)
已回答
I'm trying to import the JsonLite library onto IntelliJ, but I'm getting an error message
"Cannot install package, unable to resolve package, missing repository"
I've downloaded the jsonlite.tgz file from Cran, but I don't know what to do with it. And I dont see any plugins for
JsonLite
请先登录再写评论。
You can add the dependency to module's dependencies in Project Settings > Modules > Select the needed module > Dependencies: https://i.imgur.com/5SVLxER.png
Don't forget to unpack .tgz archive. A .jar file, or source code should be inside.
Also, you can add that dependency globally (Project Settings | Global Libraries)