Search code examples
eclipserstatet

In Eclipse with StatET- can a Project be changed from R Project to R Package Project?


Can an R project in Eclipse (StatET) be changed from R Project to R Package Project after it's creation?


Solution

  • Yes. It is sufficient to

    • right-click on the project and select Properties,
    • then edit the 'R Project' section to specify the name of your package
    • and indicate the root folder of your package (called 'R base folder')

    After applying the settings your R Project will have become an R Package Project.