-
Notifications
You must be signed in to change notification settings - Fork 44
/
content.mk
54 lines (35 loc) · 1.62 KB
/
content.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
## Content
Sources += $(wildcard *.R)
######################################################################
## Sandbox
Sources += $(wildcard *.R)
ICI3D_Ex1_StochasticSpillover.Rout: ICI3D_Ex1_StochasticSpillover.R
ICI3D_Lab7_MCMC-Binomial.Rout: ICI3D_Lab7_MCMC-Binomial.R
ICI3D_Lab8_MCMC-SI_HIV.Rout: ICI3D_Lab8_MCMC-SI_HIV.R
ICI3D_RTutorial_5_DataCleaning.Rout: ICI3D_RTutorial_5_DataCleaning.R
ICI3D_Lab2_Heterogeneity.Rout: ICI3D_Lab2_Heterogeneity.R
######################################################################
## Not used yet
ICI3D_Example_binomialDistribution.Rout: ICI3D_Example_binomialDistribution.R
ICI3D_Example_chainBinom.Rout: ICI3D_Example_chainBinom.R
ICI3D_Lab1_ODEmodels.Rout: ICI3D_Lab1_ODEmodels.R
ICI3D_Lab3_EpiStudyDesign.Rout: ICI3D_Lab3_EpiStudyDesign.R
ICI3D_Lab4_RCT.Rout: ICI3D_Lab4_RCT.R
ICI3D_Lab5_introLikelihood.Rout: ICI3D_Lab5_introLikelihood.R
ICI3D_Lab6_HetSIR_exercise.Rout: ICI3D_Lab6_HetSIR_exercise.R
ICI3D_Lab6_MLE_SIV_HIV.Rout: ICI3D_Lab6_MLE_SIV_HIV.R
ICI3D_Lab_SampDistrVariability.Rout: ICI3D_Lab_SampDistrVariability.R
ICI3D_RTutorial_1.Rout: ICI3D_RTutorial_1.R
ICI3D_RTutorial_2.Rout: ICI3D_RTutorial_2.R
ICI3D_RTutorial_3.Rout: ICI3D_RTutorial_3.R
ICI3D_RTutorial_4_VisualizingData.Rout: ICI3D_RTutorial_4_VisualizingData.R
ICI3D_spillover_introductions.Rout: ICI3D_spillover_introductions.R
## Pix to go with the boxcar explanation (not used)
boxcars.Rout: boxcars.R
hivAndFertility.Rout: hivAndFertility.R
Ignore += MuTxT.Rdata
######################################################################
### Makestuff
-include $(ms)/git.mk
-include $(ms)/visual.mk
-include $(ms)/wrapR.mk