Installing Packages
Paquetier repositories are fully CRAN-compatible. You can install packages using standard R tooling without any additional plugins.
Basic Installation
Section titled “Basic Installation”Install a package from a specific repository:
Using Multiple Repositories
Section titled “Using Multiple Repositories”You can combine Paquetier repos with CRAN or other repositories:
Setting a Default Repository
Section titled “Setting a Default Repository”Add your Paquetier repo to your .Rprofile so it’s always available:
Authenticating to Private Repositories
Section titled “Authenticating to Private Repositories”Private repositories require authentication.
Pass credentials via HTTP headers using the download.file.extra option:
Set the PAQUETIER_TOKEN environment variable to your API key (prefixed with paquetier_) or a JWT token.
Binary Packages
Section titled “Binary Packages”If binary packages are available for your platform, R will automatically prefer them over source packages. Paquetier serves binaries at the standard CRAN binary paths, so no special configuration is needed.
Package Versions
Section titled “Package Versions”By default, R installs the latest version of a package.
To install a specific version, use the remotes package:
Yanked versions are still available for installation but are hidden from the default package listing.