From 36036b5901223591e7e21e8b73d8cd1fb034f4cb Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 16 May 2017 15:43:50 +0200 Subject: Finish the Step 1 calculator including tests Some cleaning up. PELMO facilities do not currently work at my end, as I have no working wine installation on this computer --- GNUmakefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 1a913ab..959c68f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -9,11 +9,13 @@ DATE := $(shell date +%Y-%m-%d) pkgfiles = DESCRIPTION \ .Rbuildignore \ - inst/testdata/* \ + data/* \ docs/* \ docs/reference/* \ - data/* \ - R/* + inst/testdata/* \ + R/* \ + tests/testthat.R \ + tests/testthat/* clean: @echo "Cleaning up..." -- cgit v1.2.1