aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-06-25 16:31:06 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-06-25 16:31:06 +0200
commitbfa3596e4ee5be3090b27dcadc20ada6194ddaef (patch)
tree2b628f73c8eb2f2d3aa3d8fab6e22cad946e91aa
parentc03421fc1585de46c5757e78fd98b380646a1214 (diff)
Small fixes
-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