Learn R Programming

⚠️There's a newer version (1.11.1) of this package.Take me there.


fakemake

Introduction

Please read the vignette.

Or, after installation, the help page:

help("fakemake-package", package = "fakemake")
#> Mock the Unix Make Utility
#> 
#> Description:
#> 
#>      Use R as a minimal build system. This might come in handy if you
#>      are developing R packages and can not use a proper build system.
#>      Stay away if you can (use a proper build system).
#> 
#> Details:
#> 
#>      You will find the details in
#>      'vignette("An_Introduction_to_fakemake", package = "fakemake")'.

Installation

You can install fakemake from gitlab with:

if (! require("remotes")) install.packages("remotes")
remotes::install_gitlab("fvafrCU/fakemake")

Copy Link

Version

Install

install.packages('fakemake')

Monthly Downloads

391

Version

1.9.0

License

BSD_2_clause + file LICENSE

Maintainer

Andreas Dominik Cullmann

Last Published

December 2nd, 2020

Functions in fakemake (1.9.0)

remove_target

Remove a Target From a Makelist
touch

Mock the Unix touch utility
provide_make_list

Load an Example Makelist Provided by fakemake.
add_target

Add a Target to a Makelist
get_target

Get a Makelist's Target
sink_all

Divert Message And Output Stream to File
read_makefile

Read a Makefile Into a Makelist
fakemake-package

Mock the Unix Make Utility
visualize

Visualize a Makelist
throw

Throw a Condition
make

Mock the Unix Make Utility
write_makefile

Write a Makelist to File