holgerbrandl / r4intellij

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

Failed to generate a valid skeleton for 'base'.helperOutputNull=false #154

Closed luiscm closed 6 years ago

luiscm commented 6 years ago

Failed to generate a valid skeleton for 'base'.helperOutputNull=false skeletonFile_exists=false isComplete=false isCurrentSkelVersion=false OS=Windows 10 10.0 Please file a ticket under https://github.com/holgerbrandl/r4intellij/issues java.lang.Throwable: Failed to generate a valid skeleton for 'base'.helperOutputNull=false skeletonFile_exists=false isComplete=false isCurrentSkelVersion=false OS=Windows 10 10.0 Please file a ticket under https://github.com/holgerbrandl/r4intellij/issues at com.intellij.openapi.diagnostic.Logger.error(Logger.java:123) at com.r4intellij.packages.RSkeletonGenerator.lambda$updateSkeletons$1(RSkeletonGenerator.java:256) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745)

holgerbrandl commented 6 years ago

See http://holgerbrandl.github.io/r4intellij/faq.html#r4intellij-fails-to-index-package-xy-what-canshould-i-do about how to provide a more detailed error report. Thanks!

dvincentwest commented 6 years ago

Hi Holder, I had this exact error pop up just now. I created the base skeleton again as per the link and then it went away in PyCharm.

luiscm commented 6 years ago

Dear friends

Follow the images before and after installing PLUG-IN I did everything as the tutorial says, and still it continues with ERROR, if I had the time I would fix this PLUG-IN.

Windows 10 x64 PyCharm RLang 3.4.4

pycharm community

after-install-plugin-rlang

r-lang-install

holgerbrandl commented 6 years ago

Duplicate of #124