Skip to contents

This function creates a Makefile.R with an empty rmake project and generates a basic Makefile from it.

Usage

rmakeSkeleton(path)

Arguments

path

Path to the target directory where to create files. Use "." for the current directory.

See also

Author

Michal Burda

Examples

# creates/overrides Makefile.R and Makefile in a temporary directory
rmakeSkeleton(path=tempdir())