idem-lab / map-ir-pipeline

Prototype demonstration of stacked generalisation method used in https://journals.plos.org/plosbiology/article?id=10.1371/journal.pbio.3000633#sec010
3 stars 1 forks source link

condense certain steps into named lists that are saved elsewhere #49

Open njtierney opened 8 months ago

njtierney commented 8 months ago

Just to save some file space so the files are easier to read

See advice from Saras:

move those targets to a list in a separate file, then at the bottom of the main targets.R I made my targets <- list(name_of_list_above, name_of_list_in_separate_file), and you'll need to source the file with the other targets lists too