powered by
This function creates a Makefile.R with an empty rmake project and generates a basic Makefile from it.
Makefile.R
Makefile
rmakeSkeleton(path)
Path to the target directory where to create files. Use "." for the current directory.
makefile(), rule()
makefile()
rule()
# NOT RUN { # creates/overrides Makefile.R and Makefile in a temporary directory rmakeSkeleton(path=tempdir()) # }
Run the code above in your browser using DataLab