Skip to content

Commit 1c76cab

Browse files
[skip ci] make model library when R code changes
1 parent 773e734 commit 1c76cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ compile-dev: misc/dev/dev.cpp
170170
cd misc/dev; echo "TMB::compile(\"dev.cpp\")" | R --slave
171171

172172

173-
inst/starter_models/%/README.md: inst/starter_models/%/README.Rmd DESCRIPTION
173+
inst/starter_models/%/README.md: inst/starter_models/%/README.Rmd DESCRIPTION R/*.R
174174
echo "rmarkdown::render(\"$<\")" | R --slave
175175

176176
inst/starter_models/%/README.push: inst/starter_models/%/README.md

0 commit comments

Comments
 (0)