listFiles: List pre-built packages in a directory based on file...

.listFilesR Documentation

List pre-built packages in a directory based on file extension

Description

List pre-built packages in a directory based on file extension

Usage

.listFiles(pkgs, path, type)

Arguments

pkgs

Character vector of package names

path

Character string specifying the directory containing packages to be added.

type

Character indicating the package type (e.g., "source", "win.binary", etc.).

Value

Installs the packages and returns the new package index.

Examples

## Not run: 
 .listFiles('path/to/my/packages', type = "source")

## End(Not run)


miniCRAN documentation built on March 18, 2022, 6:29 p.m.