Installing Packages:

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
Typically, to install a package from a CRAN repository, the following R command is used:
install.packages("package_name")
This command defaults to installing the latest version of the specified package.