rmakeSkeleton {rmake} | R Documentation |
Prepare existing project for building with rmake.
Description
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. |
Author(s)
Michal Burda
See Also
Examples
# creates/overrides Makefile.R and Makefile in a temporary directory
rmakeSkeleton(path=tempdir())
[Package rmake version 1.1.0 Index]