As a Domino admin, you can configure one or more Posit Package Manager (PPM) servers from the Admin panel. You’ll provide the server’s connection details and can optionally restrict which repositories users are allowed to search from their workspace.
Before configuring a PPM server, make sure the following are in place:
-
A network-accessible PPM server
-
A configured API key for the PPM server
-
A Domino environment with an
update.Rscript located at/home/ubuntuthat includes themanage_renv_environment()function. This script should handle:-
Package installation
-
renvupdates and snapshots -
Any logic needed to meet GxP compliance requirements
-
These steps show you how to use the Admin panel to connect to a PPM server:
-
Open the Admin panel and go to Platform settings > Integrations.
-
Under Posit Package Manager, click Add PPM Server in the top right.
-
Fill in the required server details: Name, Base Server URL, and API Key.
-
To restrict snapshots by repository:
-
In the Repositories field, list the repository names you want users to search within.
-
If left blank, users will see snapshot results from all repositories available on the server.
-
-
Learn more about Platform management.
