Learn R Programming


fakemake

Introduction

After installation, please read 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.11.1

License

BSD_2_clause + file LICENSE

Maintainer

Andreas Dominik Cullmann

Last Published

August 15th, 2023

Functions in fakemake (1.11.1)

visualize

Visualize a Makelist
write_makefile

Write a Makelist to File
provide_make_list

Load an Example Makelist Provided by fakemake.
get_target

Get a Makelist's Target
sink_all

Divert Message And Output Stream to File
make

Mock the Unix Make Utility
fakemake-package

Mock the Unix Make Utility
add_target

Add a Target to a Makelist
remove_target

Remove a Target From a Makelist
read_makefile

Read a Makefile Into a Makelist
touch

Mock the Unix touch utility
throw

Throw a Condition