Displaying 2 results from an estimated 2 matches for "01_model".
Did you mean:
0&model
2023 Oct 29
0
Introducing the makeit package
...that works the same way
as GNU Make. In short, it runs an R script if underlying 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 c...
2023 Oct 29
0
Introducing the makeit package
...that works the same way
as GNU Make. In short, it runs an R script if underlying 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 c...