Installing a Specific Version:

ARTIFACTORY: Resolving Local CRAN Archives in Artifactory

AuthorFullName__c
Fadi Rouhana
articleNumber
000006037
ft:sourceType
Salesforce
FirstPublishedDate
2024-02-25T07:27:01Z
lastModifiedDate
2024-02-25
VersionNumber
1
To install a specific version of a package, execute the following command in RStudio or your R terminal:
renv::install("package_name@version")
For instance, to install version 1.3.3 of the "activity" package, you may use:
renv::install("activity@1.3.3")