JsonLite in Intellij (R)

Answered

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

0
1 comment

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)

 

0

Please sign in to leave a comment.