Displaying 2 results from an estimated 2 matches for "02_plots".
2023 Oct 29
0
Introducing the makeit package
...ng files have
changed, otherwise it does nothing. The first example in the vignette is:
make("analysis.R", "input.dat", "output.dat")
The second example involves three scripts:
make("01_model.R", "data.dat", "results.dat")
make("02_plots.R", "results.dat", c("plots/A.png", "plots/B.png"))
make("03_tables.R", "results.dat", c("tables/A.csv", "tables/B.csv"))
For R workflows, it can provide the same functionality as GNU Make but with
fewer software requirem...
2023 Oct 29
0
Introducing the makeit package
...ng files have
changed, otherwise it does nothing. The first example in the vignette is:
make("analysis.R", "input.dat", "output.dat")
The second example involves three scripts:
make("01_model.R", "data.dat", "results.dat")
make("02_plots.R", "results.dat", c("plots/A.png", "plots/B.png"))
make("03_tables.R", "results.dat", c("tables/A.csv", "tables/B.csv"))
For R workflows, it can provide the same functionality as GNU Make but with
fewer software requirem...