From bfa3596e4ee5be3090b27dcadc20ada6194ddaef Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 25 Jun 2015 16:31:06 +0200 Subject: Small fixes --- GNUmakefile | 2 +- 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 \ diff --git a/NAMESPACE b/NAMESPACE index decb895d..ce6dc5b4 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -10,5 +10,6 @@ import( deSolve, minpack.lm, rootSolve, - inline + inline, + parallel ) -- cgit v1.2.1