Skip to content

Commit

Permalink
improve 'session' target
Browse files Browse the repository at this point in the history
  • Loading branch information
kingaa committed May 19, 2019
1 parent 1da69b2 commit 3776482
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ dist manual vignettes: export R_HOME=$(shell $(REXE) RHOME)
check xcheck xxcheck: export FULL_TESTS=yes
xcheck tests: export R_PROFILE_USER=$(CURDIR)/.Rprofile
session htmldocs vignettes data tests manual: export R_LIBS=$(CURDIR)/library
session: export R_DEFAULT_PACKAGES=datasets,utils,grDevices,graphics,stats,methods,pomp2,tidyverse
xxcheck: export R_LIBS=$(CURDIR)/check

includes: inst/include/pomp.h inst/include/pomp_defines.h
Expand Down

0 comments on commit 3776482

Please sign in to comment.