[Genabel-commits] r1935 - pkg/DatABEL/inst/unitTests
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Mar 30 13:23:25 CEST 2015
Author: lckarssen
Date: 2015-03-30 13:23:25 +0200 (Mon, 30 Mar 2015)
New Revision: 1935
Modified:
pkg/DatABEL/inst/unitTests/Makefile
Log:
DatABEL: Changed line endings (CR/CRLF to LF) in Makefile after complaints from R CMD check.
Modified: pkg/DatABEL/inst/unitTests/Makefile
===================================================================
--- pkg/DatABEL/inst/unitTests/Makefile 2015-03-30 11:22:26 UTC (rev 1934)
+++ pkg/DatABEL/inst/unitTests/Makefile 2015-03-30 11:23:25 UTC (rev 1935)
@@ -1,16 +1,15 @@
-TOP=../..
-PKG=${shell cd ${TOP};pwd}
-SUITE=doRUnit.R
-R=R
-
-all: inst test
-
-inst: # Install package
- cd ${TOP}/..;\
- ${R} CMD INSTALL ${PKG}
-
-test: # Run unit tests
- export RCMDCHECK=FALSE;\
- cd ${TOP}/tests;\
- ${R} --vanilla --slave < ${SUITE}
-
\ No newline at end of file
+TOP=../..
+PKG=${shell cd ${TOP};pwd}
+SUITE=doRUnit.R
+R=R
+
+all: inst test
+
+inst: # Install package
+ cd ${TOP}/..;\
+ ${R} CMD INSTALL ${PKG}
+
+test: # Run unit tests
+ export RCMDCHECK=FALSE;\
+ cd ${TOP}/tests;\
+ ${R} --vanilla --slave < ${SUITE}
More information about the Genabel-commits
mailing list