Tutorial - Publishing with Collaboration on Connect#
Publishing with Collaboration on Connect#
This tutorial shows you best practices for collaborating with colleague data scientists with Posit Connect, formerly RStudio Connect. It walks you through how add collaborators to your Connect output (Rmd, Shiny Apps, APIs, etc.), and how to work with collaborators with version control systems such as git.
Some data products will have multiple authors and collaborators who are responsible for managing the content deployed to Connect. We recommend using a version control tool like Git to coordinate collaboration across many users. This video tutorial shows a basic collaborative publication workflow for Connect.
Tutorial Steps#
Original Author (Kelly):
- Create document and publish to Connect
- Add collaborator on Connect
- Share
rsconnect
folder via version control
Collaborator (Alex):
- Pull down code and
rsconnect
folder from version control - Make changes
- Publish back to Connect