By R users for R users
A Cursor-style AI Coding Agent for RStudio
MyOwnRobs is a comprehensive AI-powered coding agent that seamlessly integrates as an RStudio extension, bringing state-of-the-art AI capabilities directly to R developers through an autonomous agent-based approach.
Install the development version of {myownrobs}
from GitHub with:
# install.packages("remotes")
::install_github("MyOwnRobs/myownrobs") remotes
myownrobs::myownrobs()
in the R
console, or by opening the MyOwnRobs addin through the RStudio Addins
menu:
Addins
> MyOwnRobs
in
RStudioCtrl/Cmd + Shift + P
→
“MyOwnRobs”Your data privacy is important to us. Here’s a concise overview of MyOwnRobs’s data practices:
MyOwnRobs only stores per user their last active session, to maintain continuous functionality between chat sessions and RStudio/addin restarts.
MyOwnRobs’s API is developed using Next.js, and all services are hosted on Google Cloud Platform.
The API’s sole responsibility is to receive user’s prompt, enhance it with R-developer-specific context, and securely forward it to the user’s selected AI model provider. We do not store your prompts or the model responses on our servers beyond what is necessary for active session management.
Our recommendation: We recommend using MyOwnRobs with a project only if you are comfortable with the possibility of submitting its entire contents to your selected AI model provider, as the agent may access various files for comprehensive assistance.
Model Provider Data Policies
We’ve strived to keep this section brief and clear. If you have any further questions or concerns about data privacy, please don’t hesitate to submit an issue on our GitHub tracker. We will thankfully address your inquiries and update this section as needed.
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
Bug reports and new ideas or features are more than welcome at the issue tracker.
This project is licensed under the MIT License - see the LICENSE file for details.
MyOwnRobs - Democratizing AI-assisted development for the R community 🎉