findPkgVersionInRepo {switchr} | R Documentation |
findPkgVersionInRepo
Description
findPkgVersionInRepo
Usage
findPkgVersionInRepo(repo, name, version, param, dir)
## S4 method for signature 'character'
findPkgVersionInRepo(repo, name, version, param, dir)
## S4 method for signature ''NULL''
findPkgVersionInRepo(repo, name, version, param, dir)
Arguments
repo |
The repository |
name |
The name of the package |
version |
The version of the package to find |
param |
A SwitchrParam object |
dir |
The directory to download the located package tarball into |
Value
A path to the downloaded tarball, or NULL
[Package switchr version 0.14.8 Index]