rmakeSkeleton: Prepare existing project for building with _rmake_.

View source: R/rmakeSkeleton.R

rmakeSkeletonR 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

makefile(), rule()

Examples

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

beerda/rmake documentation built on July 2, 2022, 6:24 p.m.