File: test.varmod.mgcv.bat

package info (click to toggle)
r-cran-earth 4.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,948 kB
  • sloc: ansic: 3,830; fortran: 894; sh: 13; makefile: 5
file content (28 lines) | stat: -rwxr-xr-x 982 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
@rem test.varmod.mgcv.bat
@rem mgcv has to be tested separately because of clashes between library(gam) and library(mgcv)
@rem Stephen Milborrow Apr 2015 Berea

@"C:\PROGRA~1\R\R-3.5.2\bin\x64\R.exe" CMD BATCH --quiet --vanilla test.varmod.mgcv.R
@if %errorlevel% equ 0 goto good1
@echo R returned errorlevel %errorlevel%, see test.varmod.mgcv.Rout:
@echo.
@tail test.varmod.mgcv.Rout
@echo test.varmod.mgcv.R
@exit /B 1
:good1
mks.diff test.varmod.mgcv.Rout test.varmod.mgcv.Rout.save
@if %errorlevel% equ 0 goto good2
@echo === Files are different ===
@diffps -s Rplots.ps ..\..\.#\test-reference\test.varmod.mgcv.save.ps
@exit /B 1
:good2
@rem test.varmod.mgcv.save.ps is too big to be included in the release
@rem so it is stored elsewhere
diffps Rplots.ps ..\..\.#\test-reference\test.varmod.mgcv.save.ps
@if %errorlevel% equ 0 goto good3
@echo === Files are different ===
@exit /B 1
:good3
@rm -f test.varmod.mgcv.Rout
@rm -f Rplots.ps
@exit /B  0