[Genabel-commits] r1946 - pkg/MixABEL/inst/unitTests

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Apr 27 14:47:56 CEST 2015


Author: lckarssen
Date: 2015-04-27 14:47:56 +0200 (Mon, 27 Apr 2015)
New Revision: 1946

Modified:
   pkg/MixABEL/inst/unitTests/Makefile
Log:
Changed line endings (CR/LF to LF) in one of the MixABEL Makefiles (removes R CMD check warning)


Modified: pkg/MixABEL/inst/unitTests/Makefile
===================================================================
--- pkg/MixABEL/inst/unitTests/Makefile	2015-04-27 12:44:11 UTC (rev 1945)
+++ pkg/MixABEL/inst/unitTests/Makefile	2015-04-27 12:47:56 UTC (rev 1946)
@@ -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