diff options
-rw-r--r-- | GNUmakefile | 2 | ||||
-rw-r--r-- | NAMESPACE | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index 045691a5..1daff86e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -16,7 +16,7 @@ RFDIR ?= $(RFSVN)/pkg/mkin SDDIR ?= $(RFSVN)/www/mkin_static # Vignettes are listed in the build target -pkgfiles = NEWS \ +pkgfiles = \ .Rbuildignore \ data/* \ DESCRIPTION \ @@ -10,5 +10,6 @@ import( deSolve, minpack.lm, rootSolve, - inline + inline, + parallel ) |