Prepare minimum R through only copying necessary files.

minimumR(pkgs, output = "MR", r.home = R.home(), arch = "i386")

Arguments

pkgs

A character vector of export packages

output

The output folder of all files

r.home

Home directory of R

arch

The architecture of R will be copied, i368 or x64. NO implement now.