File: generic

package info (click to toggle)
r-cran-statmod 1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 472 kB
  • sloc: ansic: 311; fortran: 76; sh: 4; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
#!/bin/sh -e

for testfile in tests/*.R; do
    echo "BEGIN TEST $testfile"
    LC_ALL=C R --no-save < $testfile
done