New projects, regardless of the primary language, always include R (and sometimes Python) libraries and skeletons
Answered
I'm using the most recent version of IntelliJ for projects that often have different primary languages (in addition to or instead of Java). Every time I create a new project, regardless of the primary language, the new project always includes the libraries and skeletons for R, even though I don't ask for any R support in any of the new project dialogs (in the past it has done this with Python as well). How do I turn this behavior off?
Please sign in to leave a comment.
Try to disable the R plug-in.
That worked, but what if I enable the plugin for a different project--one that uses R--and I want to create another project without R?
Report to R plug-in issue tracker. There is similar issue caused by the PHP plug-in listing PHP entries in the non-PHP projects in the project view. This must be addressed inside the plug-in.
Will do. Thanks.