aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile2
-rw-r--r--NAMESPACE3
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
)

Contact - Imprint