Learn R Programming

miniCRAN (version 0.0-16)

makeRsyncInclude: Create include file for use with rsync.

Description

Create include file for use with rsync.

Usage

makeRsyncInclude(pkg, file = NULL, pkgs = pkgDep(pkg, ...), ...)

Arguments

file
Name of file where results are saved. If NULL, the function returns a vector.
pkg
Character vector of packages.
...
Other arguments passed to available.packages
pkgs
Character vector of packages to download

Examples

Run this code
pkgs <- c("ggplot2", "plyr", "reshape2")
makeRsyncInclude(pkgs, type="source", repos=c(CRAN="http://cran.revolutionanalytics.com"))

Run the code above in your browser using DataLab