rmakeSkeleton: Prepare existing project for building with _rmake_.

Description Usage Arguments Author(s) See Also Examples

View source: R/rmakeSkeleton.R

Description

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

Usage

1

Arguments

path

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

Author(s)

Michal Burda

See Also

makefile(), rule()

Examples

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

rmake documentation built on May 1, 2019, 10:37 p.m.