Posit Launcher Plugin SDK
The RStudio Launcher Plugin SDK is provided as C/C++ source code in a tarball.
- You’ll need an archiving tool that can extract .tar.gz files like tar.
- You’ll need to choose a supported operating system for development
- You’ll need an archiving tool that can extract .tar.gz files like tar.
- You’ll need to choose a supported operating system for development
Download Archive
curl -LO https://s3.amazonaws.com/rstudio-launcher-plugin-sdk/RStudioLauncherPluginSDK-1.1.4.tar.gz
mkdir -p rstudio-launcher-plugin-sdk
cd rstudio-launcher-plugin-sdk
tar -xzf ../RStudioLauncherPluginSDK-1.1.4.tar.gz
Next Steps
Once extracted, the scripts in the dependencies folder can optionally be used to ensure all the necessary development dependencies are correctly installed.